gecko-dev/toolkit/themes/linux/global/toolbar.css

65 строки
1.3 KiB
CSS

/* 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 toolbar-related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
toolbox {
-moz-appearance: toolbox;
}
toolbar {
-moz-appearance: toolbar;
min-width: 1px;
min-height: 20px;
padding: 2px 0px;
}
toolbar[type="menubar"] {
-moz-appearance: menubar;
color: -moz-menubartext;
min-width: 1px;
min-height: 20px;
padding: 1px 0px;
}
toolbar:-moz-lwtheme {
-moz-appearance: none;
color: inherit;
}
toolbarseparator {
-moz-appearance: separator;
margin : 0;
min-width: 2px;
}
toolbarspacer {
width: 15px;
}
toolbarpaletteitem {
cursor: grab;
}
/* ..... drag and drop feedback ..... */
toolbarpaletteitem[place="toolbar"] {
margin-left: -2px;
margin-right: -2px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
toolbarpaletteitem[dragover="left"] {
border-left-color: #000000;
}
toolbarpaletteitem[dragover="right"] {
border-right-color: #000000;
}