X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FthreadPane.css;h=f58462d66058b3a607aa7151e63cdf1940cf9fbc;hp=392144236058d7150fd8ef76436f1da2d9e30727;hb=a1580a1eec3438d32c4485a79fa90c59b66dfd4a;hpb=79116418009c5148102874b9d8b19463d09b43b6 diff --git a/LCARStrek/messenger/threadPane.css b/LCARStrek/messenger/threadPane.css index 39214423..f58462d6 100644 --- a/LCARStrek/messenger/threadPane.css +++ b/LCARStrek/messenger/threadPane.css @@ -51,6 +51,7 @@ treechildren::-moz-tree-cell-text(read) { treechildren::-moz-tree-cell-text(unread) { font-weight: bold; + color: #FFCF00; } treechildren::-moz-tree-cell-text(imapdeleted) { @@ -62,6 +63,7 @@ treechildren::-moz-tree-cell-text(imapdeleted) { */ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; + color: #FFCF00; } /* ::::: priority colors ::::: */ @@ -103,15 +105,15 @@ treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { /* ..... thread column ..... */ .threadColumnHeader { - list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-thread-unthread.gif"); } .threadColumnHeader[sortDirection="ascending"] { - list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-thread.gif"); } .threadColumnHeader[sortDirection="descending"] { - list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-thread.gif"); } treechildren::-moz-tree-image(threadCol, container) { @@ -149,15 +151,15 @@ treechildren::-moz-tree-image(threadCol, container, hasUnread, open, offline) { /* ..... read column ..... */ .readColumnHeader { - list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-read-header.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader) { - list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-neutral.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader, unread) { - list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-read-unread.gif"); } /* ..... attachment column ..... */ @@ -173,55 +175,68 @@ treechildren::-moz-tree-image(attachmentCol, attach) { /* ..... flag column ..... */ .flagColumnHeader { - list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-flag.gif"); } treechildren::-moz-tree-image(flaggedCol) { - list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-neutral.gif"); } treechildren::-moz-tree-image(flaggedCol, flagged) { - list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-flag.gif"); } /* ..... junkStatus column ..... */ .junkStatusHeader { - list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-junk.gif"); } -/* "unknown" now looks like "not junk". see bug #182386 */ +/* "unknown" now looks almost like "not junk", but not quite */ treechildren::-moz-tree-image(junkStatusCol) { - list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-junk-unknown.gif"); } treechildren::-moz-tree-image(junkStatusCol, junk) { - list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-junk.gif"); } treechildren::-moz-tree-image(junkStatusCol, notjunk) { - list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); + list-style-image: url("chrome://messenger/skin/icons/column-neutral.gif"); } -/* ..... subject column ..... */ +/* ..... subject column and tab icons ..... */ +.tabmail-tab[type="message"] .tab-icon { + /* the message icons are only 14px high */ + height: 14px; + margin-bottom: 2px; +} + +.tabmail-tab[type="message"], treechildren::-moz-tree-image(subjectCol) { - margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.gif"); } +treechildren::-moz-tree-image(subjectCol) { + -moz-margin-end: 2px; +} + treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif"); } -treechildren::-moz-tree-image(subjectCol, attach) { +.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"); } +.tabmail-tab[type="message"][IMAPDeleted="true"], treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif"); } +.tabmail-tab[type="message"][Offline="true"], treechildren::-moz-tree-image(subjectCol, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-offline.gif"); } @@ -230,31 +245,43 @@ treechildren::-moz-tree-image(subjectCol, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif"); } +.tabmail-tab[type="message"][Attachment="true"][Offline="true"], treechildren::-moz-tree-image(subjectCol, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.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"); } +.tabmail-tab[type="message"][MessageType="rss"], +.tabmail-tab[type="message"][MessageType="nntp"], +treechildren::-moz-tree-image(subjectCol, rss), treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } -treechildren::-moz-tree-image(subjectCol, news, attach) { +.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), +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif"); } -treechildren::-moz-tree-image(subjectCol, news, attach, offline) { +.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), +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-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"); } -treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) { +tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-offline.gif"); } @@ -262,6 +289,9 @@ treechildren::-moz-tree-image(subjectCol, news, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-offline.gif"); } +.tabmail-tab[type="message"][MessageType="rss"][Offline="true"], +.tabmail-tab[type="message"][MessageType="nntp"][Offline="true"], +treechildren::-moz-tree-image(subjectCol, rss, offline), treechildren::-moz-tree-image(subjectCol, news, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-offline.gif"); }