sync both themes with toolkit wipstripe changes up to just before the new addons...
[themes.git] / LCARStrek / global / button.css
index 6b1d7b87a416406f3709ddd482bec063cce12814..66b2007a431c906781e02781c739cb667dad6f0a 100644 (file)
@@ -50,6 +50,7 @@ button {
   border: none;
   background-color: #000000;
   color: #FFCF00;
+  text-shadow: none;
 }
 
 .button-box {
@@ -73,10 +74,7 @@ button {
 
 /* .......... focused state .......... */
 
-button:focus {
-}
-
-button:focus > .button-box {
+button:-moz-focusring > .button-box {
   border: 1px dotted #008484;
 }
 
@@ -162,8 +160,8 @@ button[type="menu-button"] {
 .button-menubutton-dropmarker {
   -moz-border-radius: 3px;
   margin: 1px;
-  min-width: 11px;
-  min-height: 11px;
+  width: 11px;
+  height: 11px;
 }
 
 /* ::::: plain buttons ::::: */