Answers for "change color button disabled"

CSS
4

style disabled button

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
Posted by: Guest on June-16-2020

Code answers related to "change color button disabled"

Browse Popular Code Answers by Language