X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Ftoolbar.css;h=70881a8f55e733a47724faf151e9f582940b86f8;hp=ddbfb781b395b6f28c9ba0bc366fc9f48c1fd644;hb=569543b3d2d5099d602cc6644b026ee2adf3e00a;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/communicator/toolbar.css b/LCARStrek/communicator/toolbar.css index ddbfb781..70881a8f 100644 --- a/LCARStrek/communicator/toolbar.css +++ b/LCARStrek/communicator/toolbar.css @@ -37,24 +37,36 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* ==== toolbar.css ========================================================= - == Styles for special toolbars in the Communicator suite. - ========================================================================== */ +/* ===== toolbar.css ==================================================== + == Styles used by XUL grippytoolbar in addition to general toolbar styles. + ======================================================================= */ /* ::::: primary toolbar ::::: */ -.toolbar-primary > .toolbar-holder { +.toolbar-primary > .toolbar-box > .toolbar-holder { background-color: #FF9F00; } -.toolbar-primary > .toolbar-endcap { +.toolbar-primary > .toolbar-box > .toolbar-endcap { background-color: #9C9CFF; } -.toolbar-primary > toolbargrippy { - background-color: #9C9CFF; +.toolbar-primary > .toolbar-box > toolbargrippy { + background-color: #9C9CFF; +} + +.toolbar-primary > .toolbar-box > toolbargrippy:hover { + background-color: #FFCF00; +} + +/* ::::: solid background status bar panel ::::: */ + +.statusbarpanel-backgroundbox { + -moz-box-align: stretch; + padding: 0px; } -.toolbar-primary > toolbargrippy:hover { - background-color: #FFCF00; +.statusbarpanel-backgroundbox > .statusbarpanel-contentbox { + padding: 0px 2px; + -moz-box-align: center; }