X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fcheckbox.css;h=44908c40a0a1dc153ecadbcefd051ba7416753b6;hp=d83141be3c421089b2b76b3dd1f4f0fff83d5b29;hb=319c652960805bfc825e4c20087f0235b3cab27b;hpb=3d6dd546c97f902b849a45d2bf2fa7cc623cb2e9 diff --git a/LCARStrek/global/checkbox.css b/LCARStrek/global/checkbox.css index d83141be..44908c40 100644 --- a/LCARStrek/global/checkbox.css +++ b/LCARStrek/global/checkbox.css @@ -35,9 +35,13 @@ * * ***** END LICENSE BLOCK ***** */ +/* ===== checkbox.css =================================================== + == Styles used by the XUL checkbox element. + ======================================================================= */ + @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* stylesheet for XUL element */ +/* ::::: checkbox ::::: */ checkbox { margin: 1px 2px; @@ -61,7 +65,7 @@ checkbox { } .checkbox-icon[src] { - margin-right: 2px; + -moz-margin-end: 2px; } .checkbox-label { @@ -70,7 +74,7 @@ checkbox { /* ..... focused state ..... */ -checkbox:focus > .checkbox-label-center-box > .checkbox-label-box { +checkbox:-moz-focusring > .checkbox-label-center-box > .checkbox-label-box { border: 1px dotted #008484; } @@ -78,6 +82,7 @@ checkbox:focus > .checkbox-label-center-box > .checkbox-label-box { checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check { border: 1px solid #8050B0 !important; + background-color: #000000; } checkbox[disabled="true"] { @@ -87,7 +92,7 @@ checkbox[disabled="true"] { /* ::::: checkmark image ::::: */ .checkbox-check { - -moz-border-radius: 2px; + border-radius: 2px; border: 1px solid #FF9F00; width: 12px; height: 12px; @@ -97,6 +102,7 @@ checkbox[disabled="true"] { checkbox:hover > .checkbox-spacer-box > .checkbox-check, checkbox:hover:active > .checkbox-spacer-box > .checkbox-check { border: 1px solid #FFCF00; + background-color: #000000; } checkbox:hover > .checkbox-label-center-box > .checkbox-label-box,