X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FfolderMenus.css;h=d1e559e2aac4d8ef8a72a91f32238d10408a8a8f;hp=89558b9e161c887af026dfeee359d94e97012444;hb=347db3eb71c3c930216d5ca24a04570abaeb4e8b;hpb=4c66fa004c2eb9b671f9b8a75b7d5bb37a60a838 diff --git a/EarlyBlue/messenger/folderMenus.css b/EarlyBlue/messenger/folderMenus.css index 89558b9e..d1e559e2 100644 --- a/EarlyBlue/messenger/folderMenus.css +++ b/EarlyBlue/messenger/folderMenus.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. @@ -22,7 +22,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 @@ -51,6 +51,11 @@ list-style-image: url("chrome://messenger/skin/icons/folder-open.gif"); } +.folderMenuItem[ServerType="rss"], +.folderMenuItem[ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); +} + /* ..... special folders ..... */ .folderMenuItem[SpecialFolder="Inbox"] { @@ -61,14 +66,6 @@ list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } -.folderMenuItem[SpecialFolder="Trash"] { - list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); -} - -.folderMenuItem[SpecialFolder="Trash"][open="true"] { - list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); -} - .folderMenuItem[SpecialFolder="Sent"] { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } @@ -77,11 +74,11 @@ list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } -.folderMenuItem[SpecialFolder="Unsent Messages"] { +.folderMenuItem[SpecialFolder="Outbox"] { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } -.folderMenuItem[SpecialFolder="Unsent Messages"][open="true"] { +.folderMenuItem[SpecialFolder="Outbox"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } @@ -97,50 +94,56 @@ list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } -.folderMenuItem[SpecialFolder="Junk"][open="true"] { - list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); +.folderMenuItem[SpecialFolder="Templates"][open="true"] { + list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } .folderMenuItem[SpecialFolder="Junk"] { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } -.folderMenuItem[SpecialFolder="Templates"][open="true"] { - list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); +.folderMenuItem[SpecialFolder="Junk"][open="true"] { + list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); +} + +.folderMenuItem[SpecialFolder="Trash"] { + list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); +} + +.folderMenuItem[SpecialFolder="Trash"][open="true"] { + list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); +} + +.folderMenuItem[SpecialFolder="Virtual"] { + list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); } .folderMenuItem[IsServer="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } +/* ..... servers ..... */ + .folderMenuItem[IsServer="true"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } -/* IMAP folders */ .folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -/* POP3 folders */ .folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -/* Local Servers */ .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } -/* News folders */ -.folderMenuItem[ServerType="nntp"] { - list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); +.folderMenuItem[IsServer="true"][ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } .folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } - -.folderMenuItem[IsServer="true"][ServerType="nntp"] { - list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); -}