What is the syntax for doing something like:
input[name=\"Sex\" AND value=\"M\"]
Basically, I want to select the input element
input
[class*="test"],[class="second"] { background: #ffff00; }