After some extensive research and testing I've still not figured out how to add a style for instance to a disabled text-field. I want the text to be red and bold. I understand that there is a pseudo-element called :disabled, but it seems like this exists exclusively in CSS3. But trying something like this .form:disabled{ color:red;} won't work. Am I missing something or is this unusual to want to change?
Emma