标签: html
是否可以将css样式应用于处于禁用模式的复选框?在可放模式下,我需要保持边框与启用模式一样。
答案 0 :(得分:3)
input[disabled] { ... /* CSS CODE IS HERE */ ... }
//更新了CSS
input[type=checkbox][disabled].asp { /* CSS CODE IS HERE */ ... }
asp as css class