cometta
cometta

Reputation: 35759

css for disabled radio button

by default, when we put disabled="disabled" for <input type="radio".. . it will turn grey color. what is the css i need to use the change the color ? can i do this instantly with jquery ?

Upvotes: 1

Views: 4280

Answers (1)

Reigel Gallarde
Reigel Gallarde

Reputation: 65284

styling radio buttons is not widely supported by most browser as you can see in this test.

but if you really want it, you may try this plugin

Upvotes: 2

Related Questions