X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FthreadPane.css;h=ab34fb87cb3c094ab045ec2d6ab5af621695277c;hp=a2293c25b32a269af90925e0a565afbc07933c98;hb=c1f7cc847f45047fb26e27daed4a3e24d9ad2f25;hpb=982d58970c0193cea10dcdc9b4f90f825d9e3631 diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index a2293c25..ab34fb87 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -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) {