Is there some way that I can automatically shade required inputs with some css? I can do it manually of course by defining my own
I can pick the label.required_label and maybe select via the CSS heirarchy but is there a simpler or more direct way?
Regards
Nick
.required class
. But is there some way that i can do it using the existing class? I see all required fields have a class validate['required','alpha']
or similar but I can't seem to affect that using input.validate.
I can pick the label.required_label and maybe select via the CSS heirarchy but is there a simpler or more direct way?
Regards
Nick