update messaenger in both themes to be OK with a manual diff check
[themes.git] / EarlyBlue / messenger / folderMenus.css
index 97017c4c6f42437c0d171157350c4dfc02bf6ca9..d1e559e2aac4d8ef8a72a91f32238d10408a8a8f 100644 (file)
@@ -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 <KaiRo@KaiRo.at>
  *
  * 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
   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"] {
   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");
 }
   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");
 }
 
   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");
-}