sync both themes with suite classic changes in SeaMonkey 2.13 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 10 Sep 2012 17:11:13 +0000 (19:11 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 10 Sep 2012 17:11:13 +0000 (19:11 +0200)
EarlyBlue/communicator/button.css
EarlyBlue/messenger/accountCentral.css
EarlyBlue/messenger/folderPane.css
EarlyBlue/messenger/mailWindow1.css
EarlyBlue/navigator/tabbrowser.css
LCARStrek/communicator/button.css
LCARStrek/messenger/accountCentral.css
LCARStrek/messenger/folderPane.css
LCARStrek/messenger/mailWindow1.css
LCARStrek/navigator/tabbrowser.css

index ba03d6ddfe74bcc93a8d5b25ae332d3c6537e883..ff7db329e326661077d09f24a9325f92c5235c18 100644 (file)
@@ -136,6 +136,7 @@ toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox {
 
 /* override winstripe */
 
 
 /* override winstripe */
 
-.toolbarbutton-icon {
+.toolbarbutton-icon[label]:not([label=""]),
+.toolbarbutton-icon[type="menu"] {
   -moz-margin-end: 2px;
 }
   -moz-margin-end: 2px;
 }
index 06898e632c5a30830a6bfdfa86a9d054d5c18929..1abf3605bd8dd595c2058182fa986f789be338bd 100644 (file)
   background-color: #CCD0DD;
 }
 
   background-color: #CCD0DD;
 }
 
-separator {
-  height: 5px;
+spacer {
+  max-height: .5em;
 }
 
 }
 
-separator.thin {
-  height: 15px;
+spacer.big {
+  max-height: 4em;
 }
 
 /* ::::: rows ::::: */
 }
 
 /* ::::: rows ::::: */
index 5e18662f31aae340272e5271087c47d116fe8ca1..5e5d6c6a2389c8b353e30aeb0af8fd2a0e617985 100644 (file)
@@ -207,3 +207,20 @@ treechildren::-moz-tree-image(syncCol, isServer-true) {
 #folderNameCol [sortDirection="descending"] {
   list-style-image: none;
 }
 #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;
+}
index 47d4ff37a97a761643f8214f5614833557d7e82a..dbc44bba7eac4335c96fb2289ebf0ed175eb09b7 100644 (file)
@@ -89,6 +89,10 @@ tabpanels {
   text-shadow: none;
 }
 
   text-shadow: none;
 }
 
+.alltabs-item[tabIsScrolled] {
+  font-style: italic;
+}
+
 #tabbar-toolbar {
   border-bottom-style: none;
   min-height: 0;
 #tabbar-toolbar {
   border-bottom-style: none;
   min-height: 0;
index 3fe5de37c4c7c655b7065571db26fe8e9a1e9f95..2448e8197631f8611aa2be38eb244ef1173aaa9b 100644 (file)
@@ -52,14 +52,12 @@ tabbrowser > tabbox > tabpanels {
   opacity: .8;
 }
 
   opacity: .8;
 }
 
-.toolbarbutton-text {
+.tabs-newbutton > .toolbarbutton-text,
+.tabs-alltabs-button > .toolbarbutton-text,
+.tabs-closebutton > .toolbarbutton-text {
   display: none;
 }
 
   display: none;
 }
 
-.toolbarbutton-icon {
-  margin: 0px !important; /* needs to override communicator.css */
-}
-
 /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
 
 .scrollbutton-up,
 /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
 
 .scrollbutton-up,
@@ -86,6 +84,10 @@ tabbrowser > tabbox > tabpanels {
   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
 }
 
+.alltabs-item[tabIsScrolled] {
+  font-style: italic;
+}
+
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton-box {
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton-box {
index 2382b3f26b97ab5bd9eedb1be1106d289b33b1a8..bcabf172000529ca7538fbd262e51ed2944731a4 100644 (file)
@@ -149,6 +149,7 @@ toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox {
 
 /* override winstripe */
 
 
 /* override winstripe */
 
-.toolbarbutton-icon {
+.toolbarbutton-icon[label]:not([label=""]),
+.toolbarbutton-icon[type="menu"] {
   -moz-margin-end: 2px;
 }
   -moz-margin-end: 2px;
 }
index dc4b36933cdaa1c8ef5a41e4b251b39163f6747b..21d253b8bb4c704ca93ce36bbe16f96bc744c96f 100644 (file)
   background-color: #000000;
 }
 
   background-color: #000000;
 }
 
-separator {
-  height: 5px;
+spacer {
+  max-height: .5em;separator {
 }
 
 }
 
-separator.thin {
-  height: 15px;
+spacer.big {
+  max-height: 4em;
 }
 
 /* ::::: rows ::::: */
 }
 
 /* ::::: rows ::::: */
index 2d4c18b24d47d422338058a722e8a0b88b3e5791..c65a8ac306cd15257a3ba4da4f4e6fd90f2c8020 100644 (file)
@@ -207,3 +207,20 @@ treechildren::-moz-tree-image(syncCol, isServer-true) {
 #folderNameCol [sortDirection="descending"] {
   list-style-image: none;
 }
 #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;
+}
index a5ab4b6d2e64a67c4942c168d34cf74dc896c65e..c22d6dc9878f6e162f6ff8eb3b9d350dc36ba171 100644 (file)
@@ -97,6 +97,10 @@ tabpanels {
   text-shadow: none;
 }
 
   text-shadow: none;
 }
 
+.alltabs-item[tabIsScrolled] {
+  font-style: italic;
+}
+
 #tabbar-toolbar {
   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
   border-top-style: none;
 #tabbar-toolbar {
   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
   border-top-style: none;
index e435d40246d70f9afb257e7972fbaf4e94d4d206..1415a4a4e1fec644081be7c0ec1451dfb0748d27 100644 (file)
@@ -59,14 +59,12 @@ tabbrowser > tabbox > tabpanels {
   opacity: .8;
 }
 
   opacity: .8;
 }
 
-.toolbarbutton-text {
+.tabs-newbutton > .toolbarbutton-text,
+.tabs-alltabs-button > .toolbarbutton-text,
+.tabs-closebutton > .toolbarbutton-text {
   display: none;
 }
 
   display: none;
 }
 
-.toolbarbutton-icon {
-  margin: 0px !important; /* needs to override communicator.css */
-}
-
 /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
 
 .scrollbutton-up,
 /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
 
 .scrollbutton-up,
@@ -89,6 +87,10 @@ tabbrowser > tabbox > tabpanels {
   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
 }
 
+.alltabs-item[tabIsScrolled] {
+  font-style: italic;
+}
+
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton-box {
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton-box {