fehlt eigentlich nur noch die Hintergrundfarbe eines
geschlossenen Threads, wenn dieser ungelesene Beiträge enthält
Teste bitte mal das ↓.
CSS
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"] :where(td) {
appearance: none !important;
background-color: #F20 !important;
color: #eee8aa !important;
}
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"].selected :where(td) {
appearance: none !important;
background-color: #800 !important;
color: #eee8aa !important;
}
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"]:hover :where(td),
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"].selected:hover :where(td) {
appearance: none !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
Alles anzeigen