X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FfolderPane.css;h=6983d773bcfdacd29761e497dae08c45037035d6;hp=872234ff92eb29970e298f057310ed2e476ef713;hb=c710949da7cada91a80f0b6cece1a7fc0388c640;hpb=798ffac16c7198c444be9bd8a277e92c170985ab diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 872234ff..6983d773 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/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) {