Using CSS how to change the radio button's default blue color to black or orange or any other color ? Is there a way to achieve it without using custom radio buttons ?
<input id="rb_Gender" type="radio" name="rb_Gender" value=" " checked="checked">
Using CSS how to change the radio button's default blue color to black or orange or any other color ? Is there a way to achieve it without using custom radio buttons ?
<input id="rb_Gender" type="radio" name="rb_Gender" value=" " checked="checked">