X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FthreadPane.css;h=392144236058d7150fd8ef76436f1da2d9e30727;hp=dd04c37ceba5e99b8d0ef1a2f6e0642350271aea;hb=ddc494fc510684ce84c8818a5859c8a9717c5f5d;hpb=01fc5c117995a5c529b237b3aeedfb7b00a335a0 diff --git a/LCARStrek/messenger/threadPane.css b/LCARStrek/messenger/threadPane.css index dd04c37c..39214423 100644 --- a/LCARStrek/messenger/threadPane.css +++ b/LCARStrek/messenger/threadPane.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -24,7 +24,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -53,8 +53,12 @@ treechildren::-moz-tree-cell-text(unread) { font-weight: bold; } +treechildren::-moz-tree-cell-text(imapdeleted) { + text-decoration: line-through; +} + /* on a collapsed thread, if the top level message is read, but the thread has - * unread children, underline the text. 4.x mac did this, very slick + * unread children, underline the text. 4.x mac did this, very slick */ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; @@ -98,15 +102,15 @@ treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { /* ..... thread column ..... */ -treecol.threadColumnHeader { +.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif"); } -treecol.threadColumnHeader[sortDirection="ascending"] { +.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } -treecol.threadColumnHeader[sortDirection="descending"] { +.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } @@ -144,7 +148,7 @@ treechildren::-moz-tree-image(threadCol, container, hasUnread, open, offline) { /* ..... read column ..... */ -treecol.readColumnHeader { +.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); } @@ -156,9 +160,19 @@ treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif"); } +/* ..... attachment column ..... */ + +.attachmentColumnHeader { + list-style-image: url("chrome://messenger/skin/icons/attachment-col.gif"); +} + +treechildren::-moz-tree-image(attachmentCol, attach) { + list-style-image: url("chrome://messenger/skin/icons/attachment.gif"); +} + /* ..... flag column ..... */ -treecol.flagColumnHeader { +.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); } @@ -172,7 +186,7 @@ treechildren::-moz-tree-image(flaggedCol, flagged) { /* ..... junkStatus column ..... */ -treecol.junkStatusHeader { +.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); } @@ -192,6 +206,7 @@ treechildren::-moz-tree-image(junkStatusCol, notjunk) { /* ..... subject column ..... */ treechildren::-moz-tree-image(subjectCol) { + margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.gif"); }