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/. */
5 /* ===== toolbar.css ====================================================
6 == Styles used by XUL grippytoolbar in addition to general toolbar styles.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 toolbar[type="menubar"]:not([autohide="true"]):not([xpfe="false"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag) {
12 -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-drag");
15 /* ::::: toolbar & menubar ::::: */
20 /* ::::: toolbargrippy ::::: */
23 -moz-box-orient: vertical;
24 -moz-box-align: center;
25 border: 1px solid #999999;
26 background-color: #666699;
29 list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow.gif");
33 background-color: #6699FF;
36 /* ::::: collapsed tray and grippies ::::: */
38 toolbargrippy[tbgrippy-collapsed="true"] {
39 -moz-box-orient: horizontal;
43 list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-collapsed.gif");
46 .collapsed-tray-spacer {
47 border-bottom: 1px solid #9999CC;
50 /* ::::: solid background status bar panel ::::: */
52 .statusbarpanel-backgroundbox {
53 -moz-box-align: stretch;
57 .statusbarpanel-backgroundbox > .statusbarpanel-contentbox {
59 -moz-box-align: center;