X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FfolderPane.css;h=5e5d6c6a2389c8b353e30aeb0af8fd2a0e617985;hp=5e18662f31aae340272e5271087c47d116fe8ca1;hb=150efe454ec2abc903eb7ee248c506b85fd12f20;hpb=71a617ff22ae6266108ab20198128db5ae2bd33c diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index 5e18662f..5e5d6c6a 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/messenger/folderPane.css @@ -207,3 +207,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; +}