another small cleanup change
[themes.git] / EarlyBlue / global / button.css
index 3544a8049be757d154b2f8252865251551cceddd..b74c7a825b69e33dd780c539b9da72e637c2898a 100644 (file)
@@ -74,13 +74,14 @@ button:focus > .button-box {
 
 /* .......... default state .......... */
 
-button[default="true"] {
+button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
   -moz-box-direction: reverse;
+  padding-right: 6px;
 }
 
-button[default="true"][disabled="true"] {
+button[default="true"][disabled="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return-disabled.gif");
 }