sixth part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / global / toolbar.css
index 9170ffaa675798d7234a27f700b66bbc5e25f0ff..2cae9c96e86a39f5d4d31c3042cb44e61918c14a 100644 (file)
@@ -100,7 +100,7 @@ toolbox:-moz-lwtheme,
 toolbar:-moz-lwtheme {
   -moz-appearance: none;
   background: none;
-  border-style: none;
+  border-color: transparent;
 }
 
 /* ::::: toolbar decorations ::::: */
@@ -132,7 +132,7 @@ toolbar[mode="text"] .toolbarbutton-text {
 /* ::::: toolbarpaletteitem ::::: */
 
 toolbarpaletteitem {
-  cursor: -moz-grab;
+  cursor: grab;
 }
 
 .toolbarpaletteitem-box[type="spacer"],
@@ -142,13 +142,6 @@ toolbarpaletteitem {
   background-color: #000000 !important;
 }
 
-toolbarpaletteitem[place="toolbar"] {
-  -moz-margin-start: -2px;
-  -moz-margin-end: -2px;
-  border-left: 2px solid transparent;
-  border-right: 2px solid transparent;
-}
-
 toolbarpaletteitem[place="toolbar"] > toolbarspacer {
   width: 11px;
 }
@@ -179,6 +172,13 @@ toolbarpaletteitem[place="toolbar"] > toolbarspacer {
 
 /* ..... drag and drop feedback ..... */
 
+toolbarpaletteitem[place="toolbar"] {
+  -moz-margin-start: -2px;
+  -moz-margin-end: -2px;
+  border-left: 2px solid transparent;
+  border-right: 2px solid transparent;
+}
+
 toolbarpaletteitem[dragover="left"] {
   border-left-color: #008484;
 }