搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Some CSS settings doesn't work after upgrading Firefox to v 30.0

  • 1 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 philipp

more options

Hi Guys,

In our website we use custom Dorpdown styles and they were working fine before we upgrade FF to v 30.0

Here are the settings: .dropDown{

        ....

-webkit-appearance: none; /*Removes default chrome and safari style*/ -moz-appearance: none; /* Removes Default Firefox style*/ text-indent: 0.01px; /* Removes default arrow from firefox*/ text-overflow: ""; /*Removes default arrow from firefox*/ }

select::-ms-expand {

   display: none;

}

you can check how bad the dorpdowns look with the new FF: www.operator.bg/mobile

Kind Regards, Adrian Andreev

Hi Guys, In our website we use custom Dorpdown styles and they were working fine before we upgrade FF to v 30.0 Here are the settings: .dropDown{ .... -webkit-appearance: none; /*Removes default chrome and safari style*/ -moz-appearance: none; /* Removes Default Firefox style*/ text-indent: 0.01px; /* Removes default arrow from firefox*/ text-overflow: ""; /*Removes default arrow from firefox*/ } select::-ms-expand { display: none; } you can check how bad the dorpdowns look with the new FF: www.operator.bg/mobile Kind Regards, Adrian Andreev

所有回复 (1)

more options