X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FfolderPane.css;h=4995c7194fd25e91fe0b893e687afbc535398582;hp=27f7ba83ffb97e6330794d610f7f3482398cd2c2;hb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21;hpb=9162a092d2729702ec879ee58403181514202e50 diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 27f7ba83..4995c719 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/messenger/folderPane.css @@ -50,27 +50,26 @@ treechildren::-moz-tree-image(folderNameCol) { -moz-padding-end: 2px; } -.tabmail-tab[type="folder"], +.icon-holder[type="folder"], treechildren::-moz-tree-image(folderNameCol) { list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } -.tabmail-tab[type="folder"][NewMessages="true"], treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif"); } /* ..... News and Feeds ..... */ -.tabmail-tab[type="folder"][ServerType="nntp"], -.tabmail-tab[type="folder"][ServerType="rss"], +.icon-holder[type="folder"][ServerType="nntp"], +.icon-holder[type="folder"][ServerType="rss"], 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"); } -.tabmail-tab[type="folder"][ServerType="nntp"][NewMessages="true"], -.tabmail-tab[type="folder"][ServerType="rss"][NewMessages="true"], +.icon-holder[type="folder"][ServerType="nntp"][NewMessages="true"], +.icon-holder[type="folder"][ServerType="rss"][NewMessages="true"], 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"); @@ -78,71 +77,70 @@ treechildren::-moz-tree-image(folderNameCol, serverType-rss, newMessages-true) { /* ..... Inbox ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Inbox"], +.icon-holder[type="folder"][SpecialFolder="Inbox"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } -.tabmail-tab[type="folder"][SpecialFolder="Inbox"][NewMessages="true"], +.icon-holder[type="folder"][SpecialFolder="Inbox"][NewMessages="true"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif"); } /* ..... Sent ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Sent"], +.icon-holder[type="folder"][SpecialFolder="Sent"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } /* ..... Outbox ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Outbox"], +.icon-holder[type="folder"][SpecialFolder="Outbox"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } /* ..... Drafts ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Drafts"], +.icon-holder[type="folder"][SpecialFolder="Drafts"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } /* ..... Templates ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Templates"], +.icon-holder[type="folder"][SpecialFolder="Templates"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } /* ..... Junk ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Junk"], +.icon-holder[type="folder"][SpecialFolder="Junk"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } /* ..... Trash ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Trash"], +.icon-holder[type="folder"][SpecialFolder="Trash"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } /* ..... Saved Searches ..... */ -.tabmail-tab[type="folder"][SpecialFolder="Virtual"], +.icon-holder[type="folder"][SpecialFolder="Virtual"], treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) { list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); } -.tabmail-tab[type="folder"][NewMessages="true"], treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) { font-weight: bold; } -.tabmail-tab[type="folder"][ImapShared="true"], +.icon-holder[type="folder"][ImapShared="true"], treechildren::-moz-tree-image(folderNameCol, imapShared-true) { -moz-padding-end: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-share.gif"); @@ -150,47 +148,47 @@ treechildren::-moz-tree-image(folderNameCol, imapShared-true) { /* ..... Server Folders ..... */ -.tabmail-tab[type="folder"][IsServer="true"], +.icon-holder[type="folder"][IsServer="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } -.tabmail-tab[type="folder"][BiffState="NewMail"][IsServer="true"], +.icon-holder[type="folder"][BiffState="NewMail"][IsServer="true"], treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); } -.tabmail-tab[type="folder"][IsServer="true"][ServerType="pop3"][IsSecure="true"], +.icon-holder[type="folder"][IsServer="true"][ServerType="pop3"][IsSecure="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -.tabmail-tab[type="folder"][IsServer="true"][ServerType="imap"][IsSecure="true"], +.icon-holder[type="folder"][IsServer="true"][ServerType="imap"][IsSecure="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -.tabmail-tab[type="folder"][BiffState="NewMail"][IsServer="true"][ServerType="imap"][IsSecure="true"], +.icon-holder[type="folder"][BiffState="NewMail"][IsServer="true"][ServerType="imap"][IsSecure="true"], treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif"); } -.tabmail-tab[type="folder"][IsServer="true"][ServerType="none"], +.icon-holder[type="folder"][IsServer="true"][ServerType="none"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } -.tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"], +.icon-holder[type="folder"][IsServer="true"][ServerType="nntp"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } -.tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"][IsSecure="true"], +.icon-holder[type="folder"][IsServer="true"][ServerType="nntp"][IsSecure="true"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } -.tabmail-tab[type="folder"][IsServer="true"][ServerType="rss"], +.icon-holder[type="folder"][IsServer="true"][ServerType="rss"], treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) { list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png"); } @@ -204,10 +202,6 @@ treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { color: #FFCF00; } -.tabmail-tab[type="folder"][IsServer="true"] { - font-weight: bold; -} - treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) { color: #8050B0; font-style: italic;