update both themes for toolkit winstripe changes up to 2010-07-25
[themes.git] / EarlyBlue / global / button.css
index 5a2642b80454fade95af1470a20cf0c70e1acac2..3940645007863d47147b08aa0261d7defe9ae644 100644 (file)
@@ -49,6 +49,7 @@ button {
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
   color: #000000;
+  text-shadow: none;
 }
 
 .button-box {
@@ -70,10 +71,7 @@ button {
 
 /* .......... focused state .......... */
 
-button:focus {
-}
-
-button:focus > .button-box {
+button:-moz-focusring > .button-box {
   border: 1px dotted #9999CC;
 }