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 toolbar-related elements.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 /* ::::: toolbox ::::: */
14 background-color: #CCD0DD;
17 /* ::::: toolbar & menubar ::::: */
21 border-bottom: 1px solid #9999CC;
22 background-color: #CCD0DD;
26 /* in browser.xul, the menubar is inside a toolbar... */
27 toolbaritem > menubar {
28 border-bottom-style: none;
29 background-color: transparent;
32 /* ::::: lightweight theme ::::: */
36 toolbar:-moz-lwtheme {
37 -moz-appearance: none;
42 /* ::::: toolbar decorations ::::: */
46 border-right: 1px solid #666699;
54 toolbar[mode="icons"] .toolbarbutton-text {
58 toolbar[mode="text"] .toolbarbutton-icon {
62 toolbar[mode="text"] .toolbarbutton-text {
63 padding: 0 !important;
64 margin: 1px 3px !important;
67 /* ::::: toolbarpaletteitem ::::: */
73 .toolbarpaletteitem-box[type="spacer"],
74 .toolbarpaletteitem-box[type="spring"] {
75 border: 1px solid #666699;
76 background-color: #FFFFFF !important;
79 toolbarpaletteitem[place="toolbar"] > toolbarspacer {
83 .toolbarpaletteitem-box[type="spacer"][place="toolbar"],
84 .toolbarpaletteitem-box[type="spring"][place="toolbar"] {
87 -moz-margin-start: 0px;
91 .toolbarpaletteitem-box[type="separator"][place="palette"] {
96 .toolbarpaletteitem-box[type="spacer"][place="palette"],
97 .toolbarpaletteitem-box[type="spring"][place="palette"] {
103 .toolbarpaletteitem-box[type="spring"][place="palette"] {
104 background: url("chrome://global/skin/toolbar/spring.gif") no-repeat center;
107 /* ..... drag and drop feedback ..... */
109 toolbarpaletteitem[place="toolbar"] {
110 -moz-margin-start: -2px;
111 -moz-margin-end: -2px;
112 border-left: 2px solid transparent;
113 border-right: 2px solid transparent;
116 toolbarpaletteitem[dragover="left"] {
117 border-left-color: #000000;
120 toolbarpaletteitem[dragover="right"] {
121 border-right-color: #000000;