I am currently developing a website using Asp.Net. I am looking for a way to customize the font, color, and background color of all the textboxes on my site using CSS.
However, I would like to avoid having to assign a "cssclass" property to each individual textbox.
Additionally, I am also interested in applying formatting to the RequiredFieldValidator as if it were a textbox.
Is there a way to globally set these styles in Asp.Net using CSS?