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
Note that the negation pseudo class is in the Selectors Level 3 Recommendation and works in recent versions of Firefox, Chrome and Safari (at least). Sample code below.
Negation pseudo class