--- a/toolkit/themes/pinstripe/global/toolbar.css
+++ b/toolkit/themes/pinstripe/global/toolbar.css
@@ -38,21 +38,16 @@
* ***** END LICENSE BLOCK ***** */
/* ===== toolbar.css ====================================================
== Styles used by XUL toolbar-related elements.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-/* ::::: toolbox ::::: */
-
-toolbox {
-}
-
/* ::::: toolbar & menubar ::::: */
toolbar {
min-width: 1px;
min-height: 20px;
-moz-appearance: toolbar;
}
@@ -69,46 +64,45 @@ menubar {
.toolbar-holder {
min-width: 1px;
}
/* ::::: toolbarseparator ::::: */
toolbarseparator {
- -moz-appearance : none;
- margin: 3px 4px 3px 4px;
+ -moz-appearance: none;
+ margin: 3px 4px;
background: url("chrome://global/skin/toolbar/toolbar-separator.png") transparent repeat-y;
-
- padding: 0px;
+ padding: 0;
width: 1px !important;
}
.toolbar-primary {
- min-height: 24px;
+ min-height: 24px;
}
.toolbar-primary,
window > toolbox:nth-of-type(1) > toolbar:nth-of-type(1) {
-moz-appearance: -moz-mac-unified-toolbar;
}
/* ::::: toolbarpaletteitem ::::: */
toolbarpaletteitem {
cursor: -moz-grab;
}
toolbar[iconsize="small"] toolbarpaletteitem[type="spacer"] {
- min-width: 24px !important;
+ min-width: 24px !important;
}
toolbarpaletteitem[type="spacer"] {
- min-width: 32px !important;
+ min-width: 32px !important;
}
.toolbarpaletteitem-box[type="spacer"] {
border: 1px solid #A3A3A3;
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
width: 32px;
margin-top: 18px;
}
@@ -146,15 +140,15 @@ toolbarpaletteitem[dragover="left"] {
border-left-color: #000000;
}
toolbarpaletteitem[dragover="right"] {
border-right-color: #000000;
}
toolbar[iconsize="small"] toolbarspacer {
- min-width: 24px !important;
+ min-width: 24px !important;
}
toolbarspacer {
- min-width: 32px !important;
+ min-width: 32px !important;
}