oops, forgot an image; some beauty corrections
[themes.git] / EarlyBlue / global / button.css
index 3544a8049be757d154b2f8252865251551cceddd..55dafd28c6a616fb39bfb83fa5b590ea23c0cde8 100644 (file)
@@ -46,7 +46,7 @@
 /* outer frame */
 
 button {
-  margin: 1px 5px 2px 5px;
+  margin: 2px 3px;
   min-width: 6.3em;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
@@ -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");
 }
@@ -142,3 +143,4 @@ button.plain {
   margin: 0px !important;
   padding: 0px !important;
 }
+