Code: Select all
input[type=text] { /*...*/ }Code: Select all
input.text { /*..*/ }So! My question is this:
What's the de facto standard for a css class for this specific purpose? What classes should I give to each input element? Should I just go with .text for all input[type=text]'s and .button for all input[type=button]'s, and etc?
Any suggestions are appreciated. Thanks for reading.