X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Ftoolbar.css;h=56de65c4c913c872eba0bbc321efc094e25a792a;hp=d4f6c6660f0b56d9ce1af6fc8b7aa844ad352217;hb=c1f7cc847f45047fb26e27daed4a3e24d9ad2f25;hpb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf diff --git a/LCARStrek/communicator/toolbar.css b/LCARStrek/communicator/toolbar.css index d4f6c666..56de65c4 100644 --- a/LCARStrek/communicator/toolbar.css +++ b/LCARStrek/communicator/toolbar.css @@ -41,20 +41,36 @@ == 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 > toolbargrippy { +.toolbar-primary > .toolbar-box > toolbargrippy { background-color: #9C9CFF; } -.toolbar-primary > toolbargrippy:hover { +.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; +}