blob: 23ec933cc211b2937ac366f8137604d73739091a (
plain)
1
2
3
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-70.html */
input, span { background-color : red }
input:not(:checked), input:not(:checked) + span { background-color : lime}
|