X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=1b5e7ef9de3a991aa3e4b1ca251a306f6af0aea8;hp=b149d3aa2042016a8b832e48b414b279f6a080d1;hb=2b722888dc2dfc992a2ab17b54f77fb35eb60fa8;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index b149d3aa..1b5e7ef9 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -46,7 +46,7 @@ /* outer frame */ button { -moz-border-radius: 3px; - margin: 0px 4px 1px 4px; + margin: 1px 2px; min-width: 6.3em; border: none; background-color: #000000; @@ -55,7 +55,7 @@ button { .button-box { -moz-border-radius: 3px; - border: 1px solid transparent; +/* border: 1px solid transparent; */ padding: 1px 4px 2px 3px; } @@ -71,7 +71,7 @@ button:focus { } button:focus > .button-box { - border: 1px dotted #FF9F00; +/* border: 1px dotted #FF9F00; */ } /* .......... default state .......... */ @@ -79,7 +79,7 @@ button:focus > .button-box { button[default="true"] > .button-box { font-weight: bold; list-style-image: url("chrome://global/skin/icons/return.gif"); - -moz-box-direction: reverse; + -moz-box-direction: reverse !important; padding-right: 7px; }