ThunderBird Version 115.3.1 (32-Bit)
Windows 10 Version 22H2 Home
Hallo zusammen,
in der Konten- / Ordnerliste werden bei neuen E-Mails die Ordner in Blau angezeigt. Ich habe jetzt hinbekommen, daß ungelesene E-Mails Lila (#800080) und FETT angezeigt werden. Neue E-Mails werden in Rot und FETT angezeigt.
Jetzt wäre es sinnvoll, daß auch die Konten- / Ordnerliste bei neuen E-Mails Rot und Fett angezeigt werden. Und nicht dieses helle Blau.
Was muss in der userChrome.css eingetragen werden, damit meine gewünschte Farbänderung aktiv wird.
Folgend meine aktuellen Einträge in der userChrome.css:
CSS
#threadTree tr :where(td) {
font-size: 11px !important;
}
#threadTree tr[data-properties~="unread"] :where(td) {
appearance: none !important;
font-size: 11px !important;
color: #800080 !important;
}
#threadTree tr[data-properties~="new"][data-properties~="unread"] :where(td) {
appearance: none !important;
font-size: 11px !important;
color: red !important;
}
#threadTree tr[data-properties~="unread"] :where(td):hover,
#threadTree tr[data-properties~="new"][data-properties~="unread"] :where(td):hover {
font-size: 11px !important;
color: #FF0 !important;
}
Alles anzeigen
Leider verstehe ich noch nicht genau, wie das mit den css Einträgen funktioniert.
Vielen Dank für Eure Rückmeldungen und Unterstützung.
Viele Grüße Penny.