more sync of LCARStrek with Firefox 23 browser windows theme changes
[themes.git] / LCARStrek / communicator / toolbar.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
351107c9 4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
c79d2bbe
RK
7/* ===== toolbar.css ====================================================
8 == Styles used by XUL grippytoolbar in addition to general toolbar styles.
9 ======================================================================= */
351107c9 10
c1f7cc84
RK
11toolbar[type="menubar"]:not([autohide="true"]):not([xpfe="false"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag) {
12 -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-drag");
13}
14
b1eaa419 15/* ::::: primary toolbar ::::: */
351107c9 16
d0646e4a 17.toolbar-primary > .toolbar-box > .toolbar-holder {
270cbf0c 18 background-color: #A09090;
b1eaa419 19}
351107c9 20
d0646e4a 21.toolbar-primary > .toolbar-box > .toolbar-endcap {
b1eaa419 22 background-color: #9C9CFF;
23}
351107c9 24
d0646e4a 25.toolbar-primary > .toolbar-box > toolbargrippy {
c79d2bbe 26 background-color: #9C9CFF;
b1eaa419 27}
28
d0646e4a 29.toolbar-primary > .toolbar-box > toolbargrippy:hover {
30a645fc 30 background-color: #FFCF00;
31}
ff5bd775
RK
32
33/* ::::: solid background status bar panel ::::: */
34
35.statusbarpanel-backgroundbox {
36 -moz-box-align: stretch;
37 padding: 0px;
38}
39
40.statusbarpanel-backgroundbox > .statusbarpanel-contentbox {
41 padding: 0px 2px;
42 -moz-box-align: center;
43}