X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fcheckbox.css;h=7ca3b2d7898a9a0595d682aef37e88d36c5e0bed;hp=92f25063d4e6d5913d0c657a9b8177ee7de8e048;hb=e1313d59a1c9110ddef3376207066ed526037f15;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa diff --git a/EarlyBlue/global/checkbox.css b/EarlyBlue/global/checkbox.css index 92f25063..7ca3b2d7 100644 --- a/EarlyBlue/global/checkbox.css +++ b/EarlyBlue/global/checkbox.css @@ -35,12 +35,14 @@ * * ***** 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 ::::: */ -/* default checkbox for dialogs */ -/* outer frame */ checkbox { margin: 1px 2px; border-left: 1px transparent; @@ -62,7 +64,7 @@ checkbox { } .checkbox-icon[src] { - margin-right: 2px; + -moz-margin-end: 2px; } .checkbox-label { @@ -71,14 +73,14 @@ 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; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check { - background-color: -moz-Dialog; + background-color: #CCD0DD; } checkbox[disabled="true"] { @@ -95,7 +97,7 @@ checkbox[disabled="true"] { } checkbox:hover:active > .checkbox-spacer-box > .checkbox-check { - background-color: transparent; + background-color: #CCD0DD; } /* ..... checked state ..... */