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.
Firefox 有没有办法隐藏所有选择列表的样式?我已经为带有 -webkit-appearance: 按钮的 webkit 浏览器完成了它;
理想的 id 类解决方案适用于所有浏览器,但 Firefox 和 Webkit 对我来说是最重要的。谢谢
添加这些以在所有浏览器中执行此操作:
appearance: button; -o-appearance: button; -ms-appearance: button; -moz-appearance: button; -khtml-appearance: button; -webkit-appearance: button;