X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fcheckbox.css;h=230f09be207152762be37cf0ca2361c6765b476e;hp=92f25063d4e6d5913d0c657a9b8177ee7de8e048;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa diff --git a/EarlyBlue/global/checkbox.css b/EarlyBlue/global/checkbox.css index 92f25063..230f09be 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; @@ -78,7 +80,7 @@ checkbox:focus > .checkbox-label-center-box > .checkbox-label-box { /* ..... 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 ..... */