X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Ftoolbar.css;h=56de65c4c913c872eba0bbc321efc094e25a792a;hp=b442d8484c3586b34f72ec204e8c07a5355856eb;hb=3e6e0e5c00feea277ec18fc64d75b4bdb2f5d0a1;hpb=a5516fb7237c6f167df4700416053f1dd213c6c9 diff --git a/LCARStrek/communicator/toolbar.css b/LCARStrek/communicator/toolbar.css index b442d848..56de65c4 100644 --- a/LCARStrek/communicator/toolbar.css +++ b/LCARStrek/communicator/toolbar.css @@ -37,21 +37,40 @@ @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. + ======================================================================= */ + +toolbar[type="menubar"]:not([autohide="true"]):not([xpfe="false"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag) { + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-drag"); +} /* ::::: 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 > .toolbar-box > toolbargrippy { background-color: #9C9CFF; } -.toolbar-primary > .toolbar-begcap { - 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; +} + +.statusbarpanel-backgroundbox > .statusbarpanel-contentbox { + padding: 0px 2px; + -moz-box-align: center; +}