CSS File
// Internet Explorer 10
select::-ms-expand {
display:none;
}
// Other Browsers
select {
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
}
CSS File
// Internet Explorer 10
select::-ms-expand {
display:none;
}
// Other Browsers
select {
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
}