X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Fradio.css;h=3149a34ecae3085986667e031a0933af8c3b31ce;hp=e413643485620cfca56c910becf679c5810d7f20;hb=f840e30233fdb15ab5044373dddd7177fd3af99c;hpb=3f29304762c3a78def2e3e7202522535f327b2ba diff --git a/EarlyBlue/skin/EarlyBlue/global/radio.css b/EarlyBlue/skin/EarlyBlue/global/radio.css index e4136434..3149a34e 100644 --- a/EarlyBlue/skin/EarlyBlue/global/radio.css +++ b/EarlyBlue/skin/EarlyBlue/global/radio.css @@ -35,12 +35,12 @@ list-style-image : none; } - .radio-check[checked="true"] + .radio-check[selected="true"] { list-style-image : url(chrome://global/skin/check-radio.gif); } - .radio-check[checked="true"][disabled="true"] + .radio-check[selected="true"][disabled="true"] { list-style-image : url(chrome://global/skin/check-radio-disabled.gif); } @@ -90,6 +90,4 @@ .radio-internal-box { -moz-user-focus : ignore; - } - - + }