<form action="#">
<label for="name">Input Abilitato:</label>
<input type="text">
<br>
<label for="name">Input Disabilitato:</label>
<input type="text" disabled>
</form>
input:disabled {
background: gray;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.