X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbutton.css;h=3940645007863d47147b08aa0261d7defe9ae644;hp=000a7e7e8c72f3ebd9d6190cc1fc861457c54383;hb=c64e6c0decc589514d435b1c54c1f576bb09eee5;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index 000a7e7e..39406450 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -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; } @@ -139,8 +137,8 @@ button[type="menu-button"] { .button-menu-dropmarker, .button-menubutton-dropmarker { margin: 1px; - min-width: 11px; - min-height: 11px; + width: 11px; + height: 11px; background-color: transparent; border: none; }