input[type="text"]:enabled{ background-color: yellow; } input[type="text"]:disabled{ background-color: purple; }