Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

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

  • 1 svar
  • 4 har dette problem
  • 1 visning
  • Seneste svar af 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 svar (1)

more options