【问题标题】:Uniform.js - changing the background of select menusUniform.js - 改变选择菜单的背景
【发布时间】:2018-07-24 09:27:27
【问题描述】:

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

【问题讨论】:

    标签: jquery-plugins jquery-uniform


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-11-22
      • 1970-01-01
      • 1970-01-01
      • 2013-10-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多