X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FfolderPane.css;h=f0dfc3fe30ca5dcac573a7c58c4cebb439c5ad68;hb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa;hp=4de5720f55abfd2d315548b97190f57157c62dfc;hpb=a1f525f0c2c8526761b87b460de74e463e4f263f;p=themes.git diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index 4de5720f..f0dfc3fe 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/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");