add support for small messenger icons
[themes.git] / LCARStrek / messenger / threadPane.css
index b967abfbcb89c2636a1e9f3bd350787d94503654..5381bcdbf444fecefddea195c5d40fcfef75b4df 100644 (file)
@@ -51,6 +51,7 @@ treechildren::-moz-tree-cell-text(read) {
 
 treechildren::-moz-tree-cell-text(unread) {
   font-weight: bold;
+  color: #FFCF00;
 }
 
 treechildren::-moz-tree-cell-text(imapdeleted) {
@@ -62,6 +63,7 @@ treechildren::-moz-tree-cell-text(imapdeleted) {
  */
 treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
   text-decoration: underline;
+  color: #FFCF00;
 }
 
 /* ::::: priority colors ::::: */
@@ -238,6 +240,7 @@ treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");
 }
 
+treechildren::-moz-tree-image(subjectCol, rss),
 treechildren::-moz-tree-image(subjectCol, news) {
   list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
 }
@@ -250,6 +253,7 @@ treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif");
 }
 
+treechildren::-moz-tree-image(subjectCol, rss, new),
 treechildren::-moz-tree-image(subjectCol, news, new) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
 }