Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 1 risposta
  • 4 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di 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

Tutte le risposte (1)

more options