ulrich
2022-05-10 49e40b83644bf7e268572b0a4ea9be155b3d7089
Cursor-Verhalten berichtigt
1 files modified
5 ■■■■■ changed files
public_html/monatsbox.css 5 ●●●●● patch | view | raw | blame | history
public_html/monatsbox.css
@@ -42,7 +42,7 @@
  cursor: pointer;
}
td.monatsboxRumpfRuhetag {
  cursor:default;
  /* cursor:default; */
  text-align:center;
  vertical-align:middle;
  color:red;
@@ -62,9 +62,10 @@
  font-weight:bold;
}
td.monatsboxFeiertag {
  cursor:default;
  /* cursor:default; */
  font-weight:bold;
  color:grey;
  background-color: #ffef99;
  text-align:center;
  cursor: pointer;
}