bouton désactivé par att

/* Selects any disabled <input> */
input:disabled {
  background: #ccc;
}
Cruel Cheetah