sync both themes with suite classic changes in SeaMonkey 2.13 cycle
[themes.git] / EarlyBlue / messenger / folderPane.css
index 5e18662f31aae340272e5271087c47d116fe8ca1..5e5d6c6a2389c8b353e30aeb0af8fd2a0e617985 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;
+}