Styling Disabled Buttons

input[disabled] {
  border: 1px solid #999;
  background-color: #ddd;
}