comment out button:focus boreders, they are currently causing problems
[themes.git] / LCARStrek / global / button.css
index b149d3aa2042016a8b832e48b414b279f6a080d1..61ca81711345471e5171921975ffbc5af0f0eedb 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,7 +71,7 @@ button:focus {
 }
 
 button:focus > .button-box {
-  border: 1px dotted #FF9F00;
+/*  border: 1px dotted #FF9F00; */
 }
 
 /* .......... default state .......... */