/*Farbeinstellung im Dark-Mode*/ /* Folder color when NEW messages arrive */ #folderTree > treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) { color: #FF0000 !important; } /* 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: #2E64FE !important; }