Moin moin,
da das Thema
leider geschlossen wurde und ich sonst nur alte Beiträge finde, diese ausprobiert habe und trotzdem vor selbem Problem stehe, hier meine Frage an findige User. Wie o. a. Link zeigt, beschäftigen sich mehrere mit der Problematik, dass die Farbgebung im Kalender von Thunderbird eher schlecht als recht ist. Ich wollte das mittels der Userchrome.css ändern, allerdings funktionieren meine Änderungen nicht. Ich habe in der selben .css Änderungen für den Posteingang durchgeführt, welche alle funktionieren. Lediglich die Farbgebung für den Kalender funktioniert nicht...ich habe auch mein Theme auf Standard gesetzt und alle Addons deaktiviert. Leider kein Erfolg. Hier meine Einträge, vielleicht hat jemand eine Idee, wie man das zum Laufen bekommt. In erste Linie ist mir wichtig, dass der "Heutige Tag" deutlicher wird, durch Umrandung etc...
/* --------------------------------------------------------- */
/* Aktueller Tag in der Tagesansicht */
.calendar-day-label-name[relation="today1day"] {
color: red !important;
font-weight: bold !important;
}
#day-view .calendar-header-container[relation="today1day"],
#day-view .calendar-event-column-linebox[relation="today1day"] {
background: silver !important; /* silver */
}
/* --------------------------------------------------------- */
/* Aktueller Tag in der Wochenansicht */
.calendar-day-label-name[relation="today"] {
color: red !important;
font-weight: bold !important;
}
#week-view .calendar-event-column-header[relation="today"],
#week-view .calendar-event-column-linebox[relation="today"] {
background: silver !important; /* silver */
}
/* --------------------------------------------------------- */
/* Aktueller Tag in mehrwöchiger und Monatsansicht */
.calendar-month-day-box-date-label[relation="today"] {
color: red !important;
font-weight: bold !important;
}
.calendar-month-day-box-current-month[relation="today"],
.calendar-month-day-box-day-off[relation="today"],
.calendar-month-day-box-other-month[relation="today"] {
border: 3px solid red !important;
}
.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: rgb(209, 23, 23) !important; /* silver */
}
/* --------------------------------------------------------- */
#week-view .day-column-heading {
background-color: #0082FC !important;
color: red !important;
}
#week-view .day-column-selected .day-column-heading {
background-color: #006800 !important;
color: red !important;
}
#day-view .day-column-heading,
#week-view .day-column-today .day-column-heading {
background-color: #FFC0C0 !important;
color: red !important;
}
#week-view .day-column-today.day-column-selected .day-column-heading {
background-color: #F20 !important;
color: red !important;
}
Alles anzeigen
Danke, Gruß kai