| 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/. */ |
| 4 | |
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | |
| 7 | /* ===== toolbar.css ==================================================== |
| 8 | == Styles used by XUL grippytoolbar in addition to general toolbar styles. |
| 9 | ======================================================================= */ |
| 10 | |
| 11 | toolbar[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 | |
| 15 | /* ::::: primary toolbar ::::: */ |
| 16 | |
| 17 | .toolbar-primary > .toolbar-box > .toolbar-holder { |
| 18 | background-color: #A09090; |
| 19 | } |
| 20 | |
| 21 | .toolbar-primary > .toolbar-box > .toolbar-endcap { |
| 22 | background-color: #9C9CFF; |
| 23 | } |
| 24 | |
| 25 | .toolbar-primary > .toolbar-box > toolbargrippy { |
| 26 | background-color: #9C9CFF; |
| 27 | } |
| 28 | |
| 29 | .toolbar-primary > .toolbar-box > toolbargrippy:hover { |
| 30 | background-color: #FFCF00; |
| 31 | } |
| 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 | } |