Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 1 Antwort
  • 4 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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

Alle Antworten (1)

more options