X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Fradio.css;h=3149a34ecae3085986667e031a0933af8c3b31ce;hb=f840e30233fdb15ab5044373dddd7177fd3af99c;hp=e413643485620cfca56c910becf679c5810d7f20;hpb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;p=themes.git 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; - } - - + }