X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FthreadPane.css;h=d53ffda8c627f8aa3ca61fefeb45f8ac742bc435;hp=755ef4cfde8987c67d4fffd5694edc898a4a8259;hb=719b06bcf7e00591e4c7881da3704e5357c293dd;hpb=1c10af871ce2e8e208888d25e2fd7c7e2254f9a7 diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index 755ef4cf..d53ffda8 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -204,14 +204,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) { @@ -222,11 +222,35 @@ treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif"); } +treechildren::-moz-tree-image(subjectCol, forwarded) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-forward.gif"); +} + +treechildren::-moz-tree-image(subjectCol, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-reply.gif"); +} + +treechildren::-moz-tree-image(subjectCol, forwarded, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-reply.gif"); +} + .tabmail-tab[type="message"][Attachment="true"], tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); } +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward.gif"); +} + +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-reply.gif"); +} + +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-reply.gif"); +} + .tabmail-tab[type="message"][IMAPDeleted="true"], treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif"); @@ -241,11 +265,35 @@ treechildren::-moz-tree-image(subjectCol, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif"); } +treechildren::-moz-tree-image(subjectCol, forwarded, offline) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-offline.gif"); +} + +treechildren::-moz-tree-image(subjectCol, offline, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-offline-reply.gif"); +} + +treechildren::-moz-tree-image(subjectCol, forwarded, offline, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-forward-offline-reply.gif"); +} + .tabmail-tab[type="message"][Attachment="true"][Offline="true"], tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif"); } +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-offline.gif"); +} + +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline-reply.gif"); +} + +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline, replied) { + list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-forward-offline-reply.gif"); +} + .tabmail-tab[type="message"][IMAPDeleted="true"][Offline="true"], treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif"); @@ -258,6 +306,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 +318,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 +330,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 +359,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) {