update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
[themes.git] / EarlyBlue / global / toolbarbutton.css
index 4ec3c75ce1c3d8032e973eeb8b358130418ef4b6..52926c70d6e912ddccfdaa1fedfa906f4b1b0752 100644 (file)
@@ -55,7 +55,8 @@ toolbarbutton {
   color: #000000;
 }
 
-.toolbarbutton-icon {
+.toolbarbutton-icon[label]:not([label=""]),
+.toolbarbutton-icon[type="menu"] {
   -moz-margin-end: 2px;
 }
 
@@ -80,8 +81,7 @@ toolbarbutton.toolbarbutton-menubutton-button[open="true"] {
 }
 */
 
-toolbarbutton:hover,
-toolbarbutton[buttonover="true"] {
+toolbarbutton:hover {
   border: 1px outset #CCD0DD;
 }
 
@@ -103,6 +103,10 @@ toolbarbutton[disabled="true"][open="true"] {
   color: #999999;
 }
 
+toolbarbutton:-moz-lwtheme {
+  text-shadow: none;
+}
+
 /* ..... checked state ..... */
 
 toolbarbutton[checked="true"] {