update LCARStrek with suite default theme changes from 2008-08-21 to 2008-11-28,...
[themes.git] / LCARStrek / messenger / folderPane.css
index 872234ff92eb29970e298f057310ed2e476ef713..6983d773bcfdacd29761e497dae08c45037035d6 100644 (file)
@@ -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) {
@@ -116,16 +128,6 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
   list-style-image: url("chrome://messenger/skin/icons/folder-search.gif");
 }
 
-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-cell-text(folderNameCol, newMessages-true),
 treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
   font-weight: bold;
@@ -138,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");
@@ -157,13 +169,6 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
   list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
 }
 
-/* ..... News Folders ..... */
-
-treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
-  padding-right: 2px;
-  list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
-}
-
 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
@@ -174,6 +179,10 @@ 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) {