update both themes for suite default theme changes between 2009-07-17 and 2009-08-24
[themes.git] / LCARStrek / messenger / threadPane.css
index b967abfbcb89c2636a1e9f3bd350787d94503654..7e57a799e11b5a55980c664be024369e2e334bf2 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 ::::: */
@@ -206,7 +208,7 @@ treechildren::-moz-tree-image(junkStatusCol, notjunk) {
 /* ..... subject column ..... */
 
 treechildren::-moz-tree-image(subjectCol) {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
   list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
 }
 
@@ -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");
 }