Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个皮肤文件来设置我的按钮属性,但是当我设置一个状态为 false 的按钮时,该按钮在大多数浏览器中仍然显示与以前相同。
当按钮设置为禁用时,有没有办法可以更改按钮皮肤?
大多数浏览器会自动为您设置禁用元素的样式。如果要修改样式表中的默认样式,可以使用以下方法定位禁用元素:
input[disabled='disabled'] { ... styles go here ... }