:not
selector:
input:not([type]), input[type="text"], input[type="password"] {
/* style here */
}
Support: in Internet Explorer 9 and higher
:not
selector:
input:not([type]), input[type="text"], input[type="password"] {
/* style here */
}
Support: in Internet Explorer 9 and higher