javascript - Radio button color is black in IE 11 but blue in IE 8 by default. How to make radio button of IE 11 same like IE 8? -


i don't think description required. need ie 11 radio button same in ie 8 i.e. 3-d blue in color. in ie 11 default radio button 2-d , black in color. no solution uptill now.

input::-ms-check {      color: red;  }
<input type="radio" />

input::-ms-check {      color: red;  }
<input type="radio" />

this appears black not red.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -