I need to change the style for a disabled input element in CSS.
You can:
input[type="text"][disabled] { color: red; }