Thunderbird-Version: 24.1.0 Portable
Betriebssystem + Version:Win 8.1
Hallo liebes Forum,
durch mitlesen habe ich hier schon viel gelernt.
Nun aber komme ich an meine Grenzen.
Möchte im rechten Mail-Listen Fenster die Schriftgröße ändern, bekomme das aber nicht hin.
Die userChrome.css habe ich gefunden.
Sieht so aus:
CSS
/** Week View: colored weekend **/
#week-view calendar-header-container[weekend="true"],
#week-view .calendar-event-column-linebox[weekend="true"] {
background: #FFFF00 !important;
}
/** Multiweek View, Month View: colored weekend **/
.calendar-month-day-box-day-off {
background: #FFFF00 !important;
}
.calendar-month-day-box-day-off .calendar-month-day-box-date-label {
background-color: #FFFF00 !important;
}
/** Month View: keep original color for other-month-days **/
.calendar-month-day-box-other-month {
background: #DFDFDF !important;
}
/**restore style rules for "today" **/
#week-view calendar-header-container[relation="today"],
#week-view .calendar-event-column-linebox[relation="today"] {
background: #00FF00 !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: #00FF00 !important;
}
/** restore style rules for "selected" **/
#week-view calendar-header-container[selected="true"],
#week-view .calendar-event-column-linebox[selected="true"] {
background: #8080FF !important;
}
.calendar-month-day-box-current-month[selected="true"],
.calendar-month-day-box-day-off[selected="true"],
.calendar-month-day-box-other-month[selected="true"] {
background: #8080FF !important;
}
.calendar-month-day-box-date-label[selected="true"] {
background-color: #8080FF !important;
}
Alles anzeigen
da ist nur was vom Kalender eingetragen.
Was kann ich tun ?
Kann jemand helfen?
Würde mich über Antwort freuen.
Gruß Jonny