Klar:
CSS Alles anzeigen/* thread pane unread colour table view */ #threadTree tr[data-properties~="unread"] { color: #000000 !important; font-weight: bold !important; } /* thread pane read colour table view */ #threadTree tr[data-properties~="read"] { color: #555555 !important; /* Dunklerer Grauton */ font-weight: normal !important; }
Bitte die Reihenfolge beachten, read immer vor unread in die userChrome.css eintragen, so wie es jetzt eingetragen ist, ändert der Eintrag für read die Nachrichten mit unread, denn unread enthält auch read.