From: Robert Kaiser Date: Sun, 22 Dec 2013 22:29:55 +0000 (+0100) Subject: sync both themes with suite classic changes in SeaMonkey 2.24 cycle X-Git-Tag: LCARStrek-2.24~7 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=66c00ea1805e36c1c5ed46a3bb703bec0d339acb sync both themes with suite classic changes in SeaMonkey 2.24 cycle --- diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 9411efa4..71f2171e 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -24,6 +24,20 @@ max-height: 25em; } +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) { + width: 16px; + height: 16px; + margin-left: 1px; +} + +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, directory) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, file) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + /* ::::: online/offline icons ::::: */ #offline-status[offline="true"] { @@ -120,6 +134,7 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { .messageImage[value="blocked-plugins"], .messageImage[value="carbon-failure-plugins"], +.messageImage[value="disabled-plugins"], .messageImage[value="missing-plugins"], .messageImage[value="outdated-plugins"], .messageImage[value="click-to-play-plugins"], @@ -174,3 +189,12 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { .messageImage[value="MixedDisplayContentMessage"] { list-style-image: url("chrome://communicator/skin/icons/lock-broken-16.png"); } + +/* ::::: tree rows ::::: */ + +@media (-moz-windows-default-theme) { + treechildren:not(.autocomplete-treebody)::-moz-tree-row { + height: 1.3em !important; + border-width: 1px !important; + } +} diff --git a/EarlyBlue/communicator/profile/profile.css b/EarlyBlue/communicator/profile/profile.css index cd45f5ec..b652e532 100644 --- a/EarlyBlue/communicator/profile/profile.css +++ b/EarlyBlue/communicator/profile/profile.css @@ -16,7 +16,8 @@ treechildren::-moz-tree-image(rowMigrate-no) { } /* profile selection dialog */ -#intro { +#intro, +#label { width: 17em; } diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index fe219123..26ced551 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -86,6 +86,11 @@ .moz-signature { opacity: 0.5; } + + .moz-txt-sig .moz-txt-sig, + .moz-signature .moz-signature { + opacity: 1.0; + } } /* ::::: vcard ::::: */ diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index ef4b2905..a8692b5b 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -41,6 +41,20 @@ menubar[xpfe="false"] { max-height: 25em; } +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) { + width: 16px; + height: 16px; + margin-left: 1px; +} + +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, directory) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, file) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + /* ::::: online/offline icons ::::: */ #offline-status[offline="true"] { @@ -156,6 +170,7 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { .messageImage[value="blocked-plugins"], .messageImage[value="carbon-failure-plugins"], +.messageImage[value="disabled-plugins"], .messageImage[value="missing-plugins"], .messageImage[value="outdated-plugins"], .messageImage[value="click-to-play-plugins"], @@ -210,3 +225,12 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { .messageImage[value="MixedDisplayContentMessage"] { list-style-image: url("chrome://communicator/skin/icons/lock-broken-16.png"); } + +/* ::::: tree rows ::::: */ + +@media (-moz-windows-default-theme) { + treechildren:not(.autocomplete-treebody)::-moz-tree-row { + height: 1.3em !important; + border-width: 1px !important; + } +} diff --git a/LCARStrek/communicator/profile/profile.css b/LCARStrek/communicator/profile/profile.css index 6af2db5c..5c924d3a 100644 --- a/LCARStrek/communicator/profile/profile.css +++ b/LCARStrek/communicator/profile/profile.css @@ -63,7 +63,8 @@ treechildren::-moz-tree-image(rowMigrate-no) { } /* profile selection dialog */ -#intro { +#intro, +#label { width: 17em; } diff --git a/LCARStrek/messenger/messageBody.css b/LCARStrek/messenger/messageBody.css index 580e70c2..117fae4a 100644 --- a/LCARStrek/messenger/messageBody.css +++ b/LCARStrek/messenger/messageBody.css @@ -86,6 +86,11 @@ .moz-signature { opacity: 0.5; } + + .moz-txt-sig .moz-txt-sig, + .moz-signature .moz-signature { + opacity: 1.0; + } } /* ::::: vcard ::::: */