X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FthreadPane.css;h=6b9b73e162d8440a5e83c51d614e9e931ce71275;hp=a511910b586c17c41517e74bb4229e53cc58f79e;hb=c1f7cc847f45047fb26e27daed4a3e24d9ad2f25;hpb=3d14c604c18343711c85c7c567a07a17f98c6b07 diff --git a/LCARStrek/messenger/threadPane.css b/LCARStrek/messenger/threadPane.css index a511910b..6b9b73e1 100644 --- a/LCARStrek/messenger/threadPane.css +++ b/LCARStrek/messenger/threadPane.css @@ -208,9 +208,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"], @@ -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) {