X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fcheckbox.css;h=7ca3b2d7898a9a0595d682aef37e88d36c5e0bed;hp=230f09be207152762be37cf0ca2361c6765b476e;hb=024ec65527b790008bbffb70f38ebf462729bef3;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/checkbox.css b/EarlyBlue/global/checkbox.css index 230f09be..7ca3b2d7 100644 --- a/EarlyBlue/global/checkbox.css +++ b/EarlyBlue/global/checkbox.css @@ -64,7 +64,7 @@ checkbox { } .checkbox-icon[src] { - margin-right: 2px; + -moz-margin-end: 2px; } .checkbox-label { @@ -73,7 +73,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 #9999CC; }