X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=66b2007a431c906781e02781c739cb667dad6f0a;hb=c64e6c0decc589514d435b1c54c1f576bb09eee5;hp=2d4f1e50c3de5d22cfac8d0d6b717587c3c7d5b8;hpb=8b17a53f795d5dac9741cb28dc374ddb927488ae;p=themes.git diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 2d4f1e50..66b2007a 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -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; }