update diff script for rapid release and update both themes to the state of SeaMonkey...
[themes.git] / LCARStrek / messenger / threadPane.css
index d30551dd1ea9d25688bb23c1d7e93ab7ffe3b7c6..6b9b73e162d8440a5e83c51d614e9e931ce71275 100644 (file)
@@ -208,14 +208,14 @@ treechildren::-moz-tree-image(junkStatusCol, notjunk) {
 /* ..... subject column and tab icons ..... */
 
 .tabmail-tab[type="message"] .tab-icon {
-  margin-top: -4px;
   /* the message icons are only 14px high */
   height: 14px;
+  margin-bottom: 2px;
 }
 
 .tabmail-tab[type="message"],
 treechildren::-moz-tree-image(subjectCol) {
-  list-style-image: url("chrome://messenger/skin/icons/message-mail.png");
+  list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
 }
 
 treechildren::-moz-tree-image(subjectCol) {
@@ -262,6 +262,11 @@ treechildren::-moz-tree-image(subjectCol, news) {
   list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
 }
 
+treechildren::-moz-tree-image(subjectCol, rss, ignoreSubthread),
+treechildren::-moz-tree-image(subjectCol, news, ignoreSubthread) {
+  list-style-image: url("chrome://messenger/skin/icons/message-news-kill.gif");
+}
+
 .tabmail-tab[type="message"][MessageType="rss"][Attachment="true"],
 .tabmail-tab[type="message"][MessageType="nntp"][Attachment="true"],
 tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach),
@@ -269,6 +274,11 @@ tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attac
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
 }
 
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach, ignoreSubthread),
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach, ignoreSubthread) {
+  list-style-image: url("chrome://messenger/skin/icons/message-news-attach-kill.gif");
+}
+
 .tabmail-tab[type="message"][MessageType="rss"][Attachment="true"][Offline="true"],
 .tabmail-tab[type="message"][MessageType="nntp"][Attachment="true"][Offline="true"],
 tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach, offline),
@@ -276,6 +286,11 @@ tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attac
   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif");
 }
 
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach, offline, ignoreSubthread),
+tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach, offline, ignoreSubthread) {
+  list-style-image: url("chrome://messenger/skin/icons/message-news-attach-kill-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");
@@ -296,6 +311,11 @@ treechildren::-moz-tree-image(subjectCol, news, offline) {
   list-style-image: url("chrome://messenger/skin/icons/message-news-offline.gif");
 }
 
+treechildren::-moz-tree-image(subjectCol, rss, offline, ignoreSubthread),
+treechildren::-moz-tree-image(subjectCol, news, offline, ignoreSubthread) {
+  list-style-image: url("chrome://messenger/skin/icons/message-news-kill-offline.gif");
+}
+
 /* ..... new thread icons for watch and ignore ..... */
 
 treechildren::-moz-tree-image(news, threadCol, watch) {