X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FfolderPane.css;h=9d3dbf0cf2efd81d4139efffa1499e9786c434a2;hp=5e18662f31aae340272e5271087c47d116fe8ca1;hb=64c854164c4f4de7c6371e0a20f7ff7720918f03;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index 5e18662f..9d3dbf0c 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/messenger/folderPane.css @@ -11,7 +11,7 @@ /* ::::: mail folder ::::: */ treechildren::-moz-tree-image(folderNameCol) { - -moz-padding-end: 2px; + padding-inline-end: 2px; } .icon-holder[type="folder"], @@ -19,6 +19,15 @@ treechildren::-moz-tree-image(folderNameCol) { list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } +/* ..... IMAP shared ..... */ + +.icon-holder[type="folder"][ImapShared="true"], +treechildren::-moz-tree-image(folderNameCol, imapShared-true) { + list-style-image: url("chrome://messenger/skin/icons/folder-share.gif"); +} + +/* ..... mail folder with new messages ..... */ + treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif"); } @@ -104,12 +113,6 @@ treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) { font-weight: bold; } -.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"); -} - /* ..... Server Folders ..... */ .icon-holder[type="folder"][IsServer="true"], @@ -207,3 +210,20 @@ treechildren::-moz-tree-image(syncCol, isServer-true) { #folderNameCol [sortDirection="descending"] { list-style-image: none; } + +/* ::::: Folder Summary Popup ::::: */ + +.folderSummary-message-row { + /* This max width ends up dictating the overall width of the popup + because it controls how large the preview, subject and sender text can be + before cropping kicks in */ + max-width: 450px; +} + +.folderSummary-subject { + font-weight: bold; +} + +.folderSummary-previewText { + color: #808080; +}