From: Robert Kaiser Date: Sun, 21 Jun 2009 20:32:09 +0000 (+0200) Subject: fix some typos, make statusbar progressmeter borderless, change statusbar font color... X-Git-Tag: LCARStrek-2.0b1~5 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=507ac7083376c5328e9b5657f4f4a1d9c27815fa fix some typos, make statusbar progressmeter borderless, change statusbar font color, fix menubar endcap --- diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 04ba3269..4e1c8e41 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -51,7 +51,8 @@ toolbar { -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar"); } -menubar { +menubar, +toolbar[type="menubar"] { -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar"); } diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 444b46da..edb546e5 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -158,7 +158,7 @@ statusbar { .statusbar-center { background-color: #8050B0; -moz-padding-start: 2px; - color: #000000; + color: #FFCF00; -moz-box-align: stretch; } @@ -179,7 +179,7 @@ statusbar { statusbarpanel { -moz-box-align: center; -moz-box-pack: center; - padding: 0px 1px; + padding: 0px 2px; } .statusbar-resizerpanel { @@ -191,7 +191,11 @@ statusbarpanel { .statusbarpanel-iconic, .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic { - padding: 0px 1px; + padding: 0px 2px; +} + +.statusbarpanel-progress { + -moz-box-orient: vertical; } window:not([active="true"]) menubar > menu { diff --git a/LCARStrek/global/progressmeter.css b/LCARStrek/global/progressmeter.css index 362eb912..18802ffd 100644 --- a/LCARStrek/global/progressmeter.css +++ b/LCARStrek/global/progressmeter.css @@ -71,5 +71,10 @@ progressmeter[mode="undetermined"] { .progressmeter-statusbar { margin: 0px 2px; min-width: 96px; - min-height: 16px; + -moz-box-flex: 1; + background-color: #794900; + border-left: 3px solid #000000; + border-right: 3px solid #000000; + border-top: none; + border-bottom: none; } diff --git a/LCARStrek/global/scrollbar/button-down-diabled.gif b/LCARStrek/global/scrollbar/button-down-disabled.gif similarity index 100% rename from LCARStrek/global/scrollbar/button-down-diabled.gif rename to LCARStrek/global/scrollbar/button-down-disabled.gif diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 821e05e4..8639f9bd 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -214,7 +214,7 @@ toolbar[iconsize="small"] > #stop-button[disabled="true"] { -moz-image-region: rect(16px 32px 32px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button:not([disabled="true"]):hove, +toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active { @@ -232,7 +232,7 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { -moz-image-region: rect(0 32px 16px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button:not([disabled="true"]):hove, +toolbar[iconsize="small"] > toolbarpaletteitem > #print-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > toolbarpaletteitem > #print-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { @@ -245,7 +245,7 @@ toolbar[iconsize="small"] > #home-button { -moz-image-region: rect(64px 16px 80px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #home-butto[disabled="true"]n, +toolbar[iconsize="small"] > toolbarpaletteitem > #home-button[disabled="true"], toolbar[iconsize="small"] > #home-button[disabled="true"] { -moz-image-region: rect(64px 32px 80px 16px) !important; }