X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fmessenger%2FthreadPane.css;h=ab34fb87cb3c094ab045ec2d6ab5af621695277c;hb=c1f7cc847f45047fb26e27daed4a3e24d9ad2f25;hp=903f9ee031ffff8e9e0d5c13a132653d98f31960;hpb=3d14c604c18343711c85c7c567a07a17f98c6b07;p=themes.git diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index 903f9ee0..ab34fb87 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -204,9 +204,9 @@ 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"], @@ -258,6 +258,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), @@ -265,6 +270,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), @@ -272,6 +282,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) {