2012-05-21 04:12:37 -07:00
|
|
|
/* 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/. */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2008-12-11 06:48:23 -08:00
|
|
|
toolbar {
|
2007-03-22 10:30:00 -07:00
|
|
|
min-width: 1px;
|
2009-09-03 14:36:32 -07:00
|
|
|
min-height: 20px;
|
2008-12-11 06:48:23 -08:00
|
|
|
-moz-appearance: toolbar;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-01-20 00:35:42 -08:00
|
|
|
menubar:-moz-lwtheme,
|
2009-10-01 23:22:18 -07:00
|
|
|
toolbar:-moz-lwtheme {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: none;
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
menubar {
|
2008-12-15 05:43:57 -08:00
|
|
|
-moz-appearance: dialog; /* For content menubars, "toolbar" is too dark, so we use "dialog". */
|
2007-03-22 10:30:00 -07:00
|
|
|
min-width: 1px;
|
|
|
|
}
|
|
|
|
|
2010-01-28 03:51:52 -08:00
|
|
|
.toolbar-primary {
|
|
|
|
min-height: 24px;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
toolbarseparator {
|
2009-11-16 03:13:10 -08:00
|
|
|
-moz-appearance: none;
|
|
|
|
margin: 3px 4px;
|
2007-03-22 10:30:00 -07:00
|
|
|
background: url("chrome://global/skin/toolbar/toolbar-separator.png") transparent repeat-y;
|
2009-11-16 03:13:10 -08:00
|
|
|
padding: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: toolbarpaletteitem ::::: */
|
|
|
|
|
|
|
|
toolbarpaletteitem {
|
2013-09-26 02:06:59 -07:00
|
|
|
cursor: grab;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] toolbarpaletteitem[type="spacer"] {
|
2009-11-16 03:13:10 -08:00
|
|
|
min-width: 24px !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbarpaletteitem[type="spacer"] {
|
2009-11-16 03:13:10 -08:00
|
|
|
min-width: 32px !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarpaletteitem-box[type="spacer"] {
|
|
|
|
border: 1px solid #A3A3A3;
|
|
|
|
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
|
2009-01-18 06:12:30 -08:00
|
|
|
width: 32px;
|
2007-03-22 10:30:00 -07:00
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarpaletteitem-box[type="spring"] {
|
|
|
|
border: 1px solid #A3A3A3;
|
2009-05-28 00:00:19 -07:00
|
|
|
background: url("chrome://global/skin/toolbar/spring.png") #FFFFFF no-repeat;
|
2009-01-18 06:12:30 -08:00
|
|
|
width: 32px;
|
2007-03-22 10:30:00 -07:00
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
|
|
|
|
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarpaletteitem-box[type="spacer"][place="toolbar"],
|
|
|
|
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarpaletteitem-box[type="separator"][place="palette"] {
|
|
|
|
width: 2px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarpaletteitem-box[type="spacer"][place="palette"],
|
|
|
|
.toolbarpaletteitem-box[type="spring"][place="palette"] {
|
2011-12-21 15:16:05 -08:00
|
|
|
margin-top: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
margin-bottom: 2px;
|
2009-01-18 06:12:30 -08:00
|
|
|
height: 32px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-12-21 15:16:05 -08:00
|
|
|
.toolbarpaletteitem-box[type="spring"][place="palette"] {
|
|
|
|
background-position: center;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
/* ..... drag and drop feedback ..... */
|
|
|
|
|
2013-05-22 02:37:06 -07:00
|
|
|
toolbarpaletteitem[place="toolbar"] {
|
|
|
|
margin-left: -2px;
|
|
|
|
margin-right: -2px;
|
|
|
|
border-left: 2px solid transparent;
|
|
|
|
border-right: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
toolbarpaletteitem[dragover="left"] {
|
|
|
|
border-left-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarpaletteitem[dragover="right"] {
|
|
|
|
border-right-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] toolbarspacer {
|
2009-11-16 03:13:10 -08:00
|
|
|
min-width: 24px !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbarspacer {
|
2009-11-16 03:13:10 -08:00
|
|
|
min-width: 32px !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|