Hallo tymcat,
teste einmal in der userChrome.css diese Befehle.
CSS
/* Aktueller Tag in der Wochenansicht */
.calendar-day-label-name[relation="today"] {
color: red !important;
font-weight: bold !important;
}
#week-view calendar-header-container[relation="today"],
#week-view .calendar-event-column-linebox[relation="today"] {
background: #E3E3E3 !important;
}
/* --------------------------------------------------------- */
/* Aktueller Tag in mehrwöchiger und Monatsansicht */
.calendar-month-day-box-current-month[relation="today"],
.calendar-month-day-box-day-off[relation="today"],
.calendar-month-day-box-other-month[relation="today"],
.calendar-month-day-box-date-label[relation="today"] {
background: #E3E3E3 !important;
}
Alles anzeigen
Bei mir unter Windows funktioniert das.
Gruß
EDV-Oldi