1 2 3 4 5
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-68.html */ button { background-color : red } input { background-color : red } button:not(:enabled) { background-color : lime } input:not(:enabled) { background-color : lime }