Hallo datahunter,
stelle mal die Reihenfolge dahingehend ↓ um.
CSS
/* Farbeinstellung im Dark-Mode */
/* Make Folders containing UNREAD messages visually distinct from others */
#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, hasUnreadMessages-true) {
color: #FFA500 !important;
}
/* Change the appearance of folders which have a subfolder containing UNREAD messages */
#folderTree >treechildren::-moz-tree-cell-text(folderNameCol, subfoldersHaveUnreadMessages-true) {
color: #FFA500 !important;
}
/* Folder color when NEW messages arrive */
#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
color: #FF0000 !important;
}
Alles anzeigen