make all icons 16x16 which are (potentially) used in tabs, remove hardcoded color...
[themes.git] / LCARStrek / messenger / folderPane.css
index 9b464e8f22e24bb6a313f4b3c92f883c110f01f5..b618e5df8cd265906772b74a206c7251899286e4 100644 (file)
@@ -199,16 +199,15 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) {
 
 /* ::::: All Servers ::::: */
 
-treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
+treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true),
+treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
+treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
   font-weight: bold;
   color: #FFCF00;
 }
 
-.tabmail-tab[type="folder"][IsServer="true"],
-treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
-treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
+.tabmail-tab[type="folder"][IsServer="true"] {
   font-weight: bold;
-  color: #FFCF00;
 }
 
 treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {