From: Robert Kaiser Date: Mon, 10 Sep 2012 17:11:13 +0000 (+0200) Subject: sync both themes with suite classic changes in SeaMonkey 2.13 cycle X-Git-Tag: EarlyBlue-2.13~7 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=150efe454ec2abc903eb7ee248c506b85fd12f20 sync both themes with suite classic changes in SeaMonkey 2.13 cycle --- diff --git a/EarlyBlue/communicator/button.css b/EarlyBlue/communicator/button.css index ba03d6dd..ff7db329 100644 --- a/EarlyBlue/communicator/button.css +++ b/EarlyBlue/communicator/button.css @@ -136,6 +136,7 @@ toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox { /* override winstripe */ -.toolbarbutton-icon { +.toolbarbutton-icon[label]:not([label=""]), +.toolbarbutton-icon[type="menu"] { -moz-margin-end: 2px; } diff --git a/EarlyBlue/messenger/accountCentral.css b/EarlyBlue/messenger/accountCentral.css index 06898e63..1abf3605 100644 --- a/EarlyBlue/messenger/accountCentral.css +++ b/EarlyBlue/messenger/accountCentral.css @@ -14,12 +14,12 @@ background-color: #CCD0DD; } -separator { - height: 5px; +spacer { + max-height: .5em; } -separator.thin { - height: 15px; +spacer.big { + max-height: 4em; } /* ::::: rows ::::: */ diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index 5e18662f..5e5d6c6a 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/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; +} diff --git a/EarlyBlue/messenger/mailWindow1.css b/EarlyBlue/messenger/mailWindow1.css index 47d4ff37..dbc44bba 100644 --- a/EarlyBlue/messenger/mailWindow1.css +++ b/EarlyBlue/messenger/mailWindow1.css @@ -89,6 +89,10 @@ tabpanels { text-shadow: none; } +.alltabs-item[tabIsScrolled] { + font-style: italic; +} + #tabbar-toolbar { border-bottom-style: none; min-height: 0; diff --git a/EarlyBlue/navigator/tabbrowser.css b/EarlyBlue/navigator/tabbrowser.css index 3fe5de37..2448e819 100644 --- a/EarlyBlue/navigator/tabbrowser.css +++ b/EarlyBlue/navigator/tabbrowser.css @@ -52,14 +52,12 @@ tabbrowser > tabbox > tabpanels { opacity: .8; } -.toolbarbutton-text { +.tabs-newbutton > .toolbarbutton-text, +.tabs-alltabs-button > .toolbarbutton-text, +.tabs-closebutton > .toolbarbutton-text { display: none; } -.toolbarbutton-icon { - margin: 0px !important; /* needs to override communicator.css */ -} - /* ::::: 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"); } +.alltabs-item[tabIsScrolled] { + font-style: italic; +} + /* ::::: close & new tab buttons ::::: */ .tabs-closebutton-box { diff --git a/LCARStrek/communicator/button.css b/LCARStrek/communicator/button.css index 2382b3f2..bcabf172 100644 --- a/LCARStrek/communicator/button.css +++ b/LCARStrek/communicator/button.css @@ -149,6 +149,7 @@ toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox { /* override winstripe */ -.toolbarbutton-icon { +.toolbarbutton-icon[label]:not([label=""]), +.toolbarbutton-icon[type="menu"] { -moz-margin-end: 2px; } diff --git a/LCARStrek/messenger/accountCentral.css b/LCARStrek/messenger/accountCentral.css index dc4b3693..21d253b8 100644 --- a/LCARStrek/messenger/accountCentral.css +++ b/LCARStrek/messenger/accountCentral.css @@ -14,12 +14,12 @@ background-color: #000000; } -separator { - height: 5px; +spacer { + max-height: .5em;separator { } -separator.thin { - height: 15px; +spacer.big { + max-height: 4em; } /* ::::: rows ::::: */ 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; +} diff --git a/LCARStrek/messenger/mailWindow1.css b/LCARStrek/messenger/mailWindow1.css index a5ab4b6d..c22d6dc9 100644 --- a/LCARStrek/messenger/mailWindow1.css +++ b/LCARStrek/messenger/mailWindow1.css @@ -97,6 +97,10 @@ tabpanels { 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; diff --git a/LCARStrek/navigator/tabbrowser.css b/LCARStrek/navigator/tabbrowser.css index e435d402..1415a4a4 100644 --- a/LCARStrek/navigator/tabbrowser.css +++ b/LCARStrek/navigator/tabbrowser.css @@ -59,14 +59,12 @@ tabbrowser > tabbox > tabpanels { opacity: .8; } -.toolbarbutton-text { +.tabs-newbutton > .toolbarbutton-text, +.tabs-alltabs-button > .toolbarbutton-text, +.tabs-closebutton > .toolbarbutton-text { display: none; } -.toolbarbutton-icon { - margin: 0px !important; /* needs to override communicator.css */ -} - /* ::::: 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"); } +.alltabs-item[tabIsScrolled] { + font-style: italic; +} + /* ::::: close & new tab buttons ::::: */ .tabs-closebutton-box {