third part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / global / toolbar.css
index 937dcc555b6324c7eefc8618a4f0b2ed77308598..b9b82072fdebb6d6e917e25d97380bb14310efde 100644 (file)
@@ -98,7 +98,6 @@ toolbar > menubar {
 menubar:-moz-lwtheme,
 toolbox:-moz-lwtheme,
 toolbar:-moz-lwtheme {
-  -moz-appearance: none;
   background: none;
   border-color: transparent;
 }
@@ -132,7 +131,7 @@ toolbar[mode="text"] .toolbarbutton-text {
 /* ::::: toolbarpaletteitem ::::: */
 
 toolbarpaletteitem {
-  cursor: -moz-grab;
+  cursor: grab;
 }
 
 .toolbarpaletteitem-box[type="spacer"],
@@ -142,13 +141,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 +171,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;
 }