pablocattaneo
10/11/2017 - 12:21 PM

Custom Selects

Custom Selects

/* Chrome, Firefox*/
select{
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* IE */
select::-ms-expand {
  display: none;
}