X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=6616c44f2ac7df2aafb79adbc8e8f30ac70a329b;hp=6b1d7b87a416406f3709ddd482bec063cce12814;hb=0c8ed02756358926ad17b3e1dafc297c157b2e85;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 6b1d7b87..6616c44f 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; } @@ -107,19 +105,19 @@ button[default="true"][disabled="true"] > .button-box { button:hover, button:hover:active { - border : none; + border: none; background-color: #FFCF00; color: #000000; } button[open="true"] { - border : none; + border: none; background-color: #FF9F00; color: #000000; } -button[checked="true"] { - border : none; +button[checked="true"]:not(:hover) { + border: none; background-color: #008484; color: #000000; } @@ -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 ::::: */