Код: Выделить всё
.registration_form_right input:not([type="radio")
{
//Nah.
}
< /code>
Но я тоже хочу освободить флажки..registration_form_right input:not([type="radio" && type="checkbox"])
.registration_form_right input:not([type="radio" && "checkbox"])
.registration_form_right input:not([type="radio") && .registration_form_right input:not(type="checkbox"])
Подробнее здесь: https://stackoverflow.com/questions/279 ... and-and-or