X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FfolderPane.css;h=c65a8ac306cd15257a3ba4da4f4e6fd90f2c8020;hp=2d4c18b24d47d422338058a722e8a0b88b3e5791;hb=cf89ee7b42ffda5d1e1605a3382c1749dccc37a4;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 2d4c18b2..c65a8ac3 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/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; +}