start 2.48 cycle
[themes.git] / EarlyBlue / messenger / folderPane.css
index 5e18662f31aae340272e5271087c47d116fe8ca1..9d3dbf0cf2efd81d4139efffa1499e9786c434a2 100644 (file)
@@ -11,7 +11,7 @@
 /* ::::: mail folder ::::: */
 
 treechildren::-moz-tree-image(folderNameCol) {
-  -moz-padding-end: 2px;
+  padding-inline-end: 2px;
 }
 
 .icon-holder[type="folder"],
@@ -19,6 +19,15 @@ treechildren::-moz-tree-image(folderNameCol) {
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
+/* ..... IMAP shared ..... */
+
+.icon-holder[type="folder"][ImapShared="true"],
+treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
+  list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
+}
+
+/* ..... mail folder with new messages ..... */
+
 treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
   list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
 }
@@ -104,12 +113,6 @@ treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
   font-weight: bold;
 }
 
-.icon-holder[type="folder"][ImapShared="true"],
-treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
-  -moz-padding-end: 2px;
-  list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
-}
-
 /* ..... Server Folders ..... */
 
 .icon-holder[type="folder"][IsServer="true"],
@@ -207,3 +210,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;
+}