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.
有没有办法用 uniform.js 改变选择菜单的背景?我将身体背景更改为深色,现在所有选择菜单的背景都具有该颜色。
我在 uniform.css 中找到了样式,现在已经修复了。
div.selector select { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; border: none; background: #fafaee; position: absolute; height: 22px; top: 2px; left: 0px; width: 100%; }