remove general background color for resizers
[themes.git] / LCARStrek / global / toolbarbutton.css
index 198155ea5aa45f66946f83c76ec6e4e6ae91c377..188cb26b3bfa839cc35ae4a28360a094132b942a 100644 (file)
@@ -57,7 +57,8 @@ toolbarbutton {
   color: #FFCF00;
 }
 
-.toolbarbutton-icon {
+.toolbarbutton-icon[label]:not([label=""]),
+.toolbarbutton-icon[type="menu"] {
   -moz-margin-start: 1px;
   -moz-margin-end: 2px;
 }
@@ -78,8 +79,7 @@ toolbarbutton:focus {
   -moz-outline-offset: -1px;
 }
 
-toolbarbutton:hover,
-toolbarbutton[buttonover="true"] {
+toolbarbutton:hover {
   background-color: #FFCF00;
   color: #000000;
 }
@@ -109,6 +109,11 @@ toolbarbutton[disabled="true"][checked="true"] {
   color: #8050B0;
 }
 
+toolbarbutton:-moz-lwtheme {
+  text-shadow: none;
+}
+
+
 /* ..... checked state ..... */
 
 toolbarbutton[checked="true"] {