Is there some kind of \"not\" CSS selector?
For example when I write the following line in my CSS, all input fields inside an tag with class classname will
I would do this
input { /* styles outside of .classname */ } .classname input { /* styles inside of .classname, overriding above */ }