/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* ===== toolbar.css ==================================================== == Styles used by XUL grippytoolbar in addition to general toolbar styles. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); toolbar[type="menubar"]:not([autohide="true"]):not([xpfe="false"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag) { -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-drag"); } /* ::::: toolbar & menubar ::::: */ .toolbar-holder { } /* ::::: toolbargrippy ::::: */ toolbargrippy { -moz-box-orient: vertical; -moz-box-align: center; border: 1px solid #999999; background-color: #666699; width: 9px; padding: 2px 0px; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow.gif"); } toolbargrippy:hover { background-color: #6699FF; } /* ::::: collapsed tray and grippies ::::: */ toolbargrippy[tbgrippy-collapsed="true"] { -moz-box-orient: horizontal; width: 40px; height: 9px; padding: 0px 2px; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-collapsed.gif"); } .collapsed-tray-spacer { border-bottom: 1px solid #9999CC; } /* ::::: solid background status bar panel ::::: */ .statusbarpanel-backgroundbox { -moz-box-align: stretch; padding: 0px; } .statusbarpanel-backgroundbox > .statusbarpanel-contentbox { padding: 0px 1px; -moz-box-align: center; }