some small design improvements for focus and hover; prepare for 1.6 release
[themes.git] / LCARStrek / global / button.css
index a5f4244659b9f58f5502aa0817bec0f4f331dd48..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,7 +71,7 @@ button:focus {
 }
 
 button:focus > .button-box {
-/*  border: 1px dotted #FF9F00; */
+  border: 1px dotted #008484;
 }
 
 /* .......... default state .......... */