Uniform.js - 更改选择菜单的背景

时间:2013-04-10 08:32:33

标签: jquery-plugins jquery-uniform

有没有办法用uniform.js更改选择菜单的背景?我将我的身体背景改为深色,现在所有选择的菜单都在背景中有这种颜色。

1 个答案:

答案 0 :(得分:0)

我在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%; }