X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FfolderPane.css;h=872234ff92eb29970e298f057310ed2e476ef713;hp=84e3a46c065e3606ba08732db4f89513276515ad;hb=f1d07a656d02e10b65f2abff615574540461aaab;hpb=03f6f39c58668f7003fb4baba2da0e0e0f1e5f00 diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 84e3a46c..872234ff 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/messenger/folderPane.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. @@ -25,7 +25,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 @@ -110,6 +110,12 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } +/* ..... Saved Searches ..... */ + +treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) { + list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); +} + treechildren::-moz-tree-image(folderNameCol, isServer-true) { padding-right: 2px; list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); @@ -142,6 +148,10 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isS list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } +treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) { + list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif"); +} + treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { padding-right: 2px; list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); @@ -168,11 +178,13 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isS treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { font-weight: bold; + color: #FFCF00; } treechildren::-moz-tree-cell-text(folderNameCol, isServer-true), treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { font-weight: bold; + color: #FFCF00; } treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {