Home › Forums › CSS › CSS for inputs › Reply To: CSS for inputs
May 11, 2016 at 1:20 am
#241485
Participant
It’s more just that declaring styles for input {}
affects checkbox and radio inputs as well as textfields. Not a massive deal but I guess it’s a pain to need to overwrite everything again. Unfortunately the support for :not
isn’t good enough for what I need to still support.
Might be best to just list all the text input types like I have done above for now, not that I use most of them!