adjust both themes for changes in classic in SeaMonkey 2.16 cycle
[themes.git] / LCARStrek / messenger / folderPane.css
index 2d4c18b24d47d422338058a722e8a0b88b3e5791..c65a8ac306cd15257a3ba4da4f4e6fd90f2c8020 100644 (file)
@@ -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;
+}