html - Select removing dropdown arrow - Stack Overflow
Masquer la flèche sur les < select > en CSS :
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
(marche sur Fx et Chrome. Pas IE)
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
(marche sur Fx et Chrome. Pas IE)