X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FfolderPane.css;h=da6a6b8a6e7964c1070cbada2cf7e97321232b28;hp=1120b171301be8377e8986f529a11714dd0b5fcc;hb=3d6dd546c97f902b849a45d2bf2fa7cc623cb2e9;hpb=01fc5c117995a5c529b237b3aeedfb7b00a335a0 diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 1120b171..da6a6b8a 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. @@ -21,11 +21,11 @@ * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Hakan Waara (hwaara@chello.se) - * Jan Varga (varga@utcru.sk) + * Jan Varga (varga@nixcorp.com) * 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 @@ -142,6 +142,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");