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?
Most of them are covered in input
, so all you need to add is the two others:
input, textarea, select { }
But no, there's nothing more all-inclusive than that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With