keeping up with classic; make labels do better & clean up margins of some elements...
[themes.git] / LCARStrek / global / button.css
index b149d3aa2042016a8b832e48b414b279f6a080d1..1b5e7ef9de3a991aa3e4b1ca251a306f6af0aea8 100644 (file)
@@ -46,7 +46,7 @@
 /* outer frame */
 button {
   -moz-border-radius: 3px;
-  margin: 0px 4px 1px 4px;
+  margin: 1px 2px;
   min-width: 6.3em;
   border: none;
   background-color: #000000;
@@ -55,7 +55,7 @@ button {
   
 .button-box {
   -moz-border-radius: 3px;
-  border: 1px solid transparent;
+/*  border: 1px solid transparent; */
   padding: 1px 4px 2px 3px;
 }
 
@@ -71,7 +71,7 @@ button:focus {
 }
 
 button:focus > .button-box {
-  border: 1px dotted #FF9F00;
+/*  border: 1px dotted #FF9F00; */
 }
 
 /* .......... default state .......... */
@@ -79,7 +79,7 @@ button:focus > .button-box {
 button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
-  -moz-box-direction: reverse;
+  -moz-box-direction: reverse !important;
   padding-right: 7px;
 }