tombol dinonaktifkan oleh attr

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