Some CSS settings doesn't work after upgrading Firefox to v 30.0
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
Semua Balasan (1)
hello adrian, please see https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility#sect19