X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FfolderPane.css;h=56c41712b411242292e9858f8e56538c88b56f45;hp=cbd026e27490c95ef30bf161ac559cc53e1ea4f3;hb=d61a45b24b8aab4323df5cdef2fd0c59ecad38ff;hpb=7862e6ee1141fa74a714e5461320d2fb8299c455 diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index cbd026e2..56c41712 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/messenger/folderPane.css @@ -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) {