X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FfolderPane.css;h=5e5d6c6a2389c8b353e30aeb0af8fd2a0e617985;hp=5e18662f31aae340272e5271087c47d116fe8ca1;hb=90a244b706a17215fcd8c06029212b52d21f0f43;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 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; +}