Looking for a way to apply a background-color to all input elements, including dropdown lists, textareas, and even checkboxes.
Is there an all-inclusive selector for this sort of thing, or would I need to list them all individually in the selector?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most of them are covered in
input, so all you need to add is the two others:But no, there’s nothing more all-inclusive than that.