Username: <input type='text' />
Password: <input type='password' disabled='disabled'/>
input:not([DISABLED]){
background-color: yellow;
}
input:not([type='password']){
color: red;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.