update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / global / button.css
index 3f1a903d1f589aafe6190845bff9b4cc26ea814a..3e364c65b6b03c57d07a053af8e84c509cb7ea0c 100644 (file)
@@ -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,12 +71,11 @@ button:focus {
 }
 
 button:focus > .button-box {
-/*  border: 1px dotted #FF9F00; */
+  border: 1px dotted #008484;
 }
 
 /* .......... default state .......... */
 
-button[default] > .button-box,
 button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");