Styling Disabled Buttons

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

提示:你可以先修改部分代码再运行。