sync with EarlyBlue and Classic, prepare for 1.8a release
[themes.git] / LCARStrek / global / button.css
index 3f1a903d1f589aafe6190845bff9b4cc26ea814a..137ebf52c4441bd556211c138522965dc0f0bf16 100644 (file)
@@ -52,10 +52,10 @@ button {
   background-color: #000000;
   color: #FFCF00;
 }
-  
+
 .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");
@@ -118,12 +117,13 @@ button[checked="true"] {
 button:hover:active > .button-box,
 button[open="true"] > .button-box,
 button[checked="true"] > .button-box {
-  padding: 2px 3px 1px 4px; 
+  padding: 2px 3px 1px 4px;
 }
 
 /* .......... disabled state .......... */
 
-button[disabled="true"] {
+button[disabled="true"],
+button[disabled="true"]:hover:active {
   border: none;
   background-color: #000000 !important;
   color: #8050B0 !important;