remove additional border on folderpane splitter that comes in with tabmail
[themes.git] / LCARStrek / messenger / folderPane.css
index 1120b171301be8377e8986f529a11714dd0b5fcc..6983d773bcfdacd29761e497dae08c45037035d6 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.
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
  *   Hakan Waara (hwaara@chello.se)
- *   Jan Varga (varga@utcru.sk)
+ *   Jan Varga (varga@nixcorp.com)
  *   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
@@ -56,6 +56,18 @@ treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
 }
 
+/* ..... News and Feeds ..... */
+
+treechildren::-moz-tree-image(folderNameCol, serverType-nntp),
+treechildren::-moz-tree-image(folderNameCol, serverType-rss) {
+  list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
+}
+
+treechildren::-moz-tree-image(folderNameCol, serverType-nntp, newMessages-true),
+treechildren::-moz-tree-image(folderNameCol, serverType-rss, newMessages-true) {
+  list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup-new.gif");
+}
+
 /* ..... Inbox ..... */
 
 treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
@@ -110,14 +122,10 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
   list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
 }
 
-treechildren::-moz-tree-image(folderNameCol, isServer-true) {
-  padding-right: 2px;
-  list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
-}
+/* ..... Saved Searches ..... */
 
-treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
-  padding-right: 2px;
-  list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
+treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
+  list-style-image: url("chrome://messenger/skin/icons/folder-search.gif");
 }
 
 treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
@@ -132,6 +140,16 @@ treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
 
 /* ..... Server Folders ..... */
 
+treechildren::-moz-tree-image(folderNameCol, isServer-true) {
+  padding-right: 2px;
+  list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
+}
+
+treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
+  padding-right: 2px;
+  list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
+}
+
 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
@@ -142,16 +160,13 @@ 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, isServer-true, serverType-none) {
-  padding-right: 2px;
-  list-style-image: url("chrome://messenger/skin/icons/server-local.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");
 }
 
-/* ..... News Folders ..... */
-
-treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
   padding-right: 2px;
-  list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
+  list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
 }
 
 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
@@ -164,15 +179,21 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isS
   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
 }
 
+treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) {
+  list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
+}
+
 /* ::::: All Servers ::::: */
 
 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) {