Buongiorno a tutti,

Fino all'ultimo aggiornamento di firefox riuscivo a vedere correttamente la select con freccia personalizzata.
Come posso fare adesso?

codice:
select {
    border-radius:5px;
    padding:4px;
    border:2px solid #990000 !important;
    background-color:#EBE7E7 !important;
    -webkit-appearance: none;            /*Removes default chrome and safari style*/
    -moz-appearance: none;             /* Removes Default Firefox style*/
    background: url('../images/select.png') no-repeat;          /*Adds background-image*/
    background-position: 240px 2px;           /*Position of the background-image*/
    width: 270px;           /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
    box-shadow:2px 2px 2px #000;
    outline:none;
    appearance:none;
}
Grazie a tutti