I have already checked the following How to change color of disabled html controls in IE8 using css Change the font color of disabled input text box?
Is there anyway to change the font color in ie9?
I have already checked the following How to change color of disabled html controls in IE8 using css Change the font color of disabled input text box?
Is there anyway to change the font color in ie9?
Disabled attribute Css doesn't work on IE older versions. but now IE 11 support it.
Here is the Demo link. http://jsfiddle.net/kheema/NpHn6/4/
I used this CSS line.
input[type="text"]:disabled{color:red;}