devbridge / BetterCMS

A publishing focused and developer friendly .NET Open Source CMS.
GNU Lesser General Public License v3.0
375 stars 151 forks source link

Unify select appearance in modern browsers #837

Closed VaclovasV closed 10 years ago

VaclovasV commented 10 years ago

Add : overflow: hidden; white-space: nowrap; -moz-appearance: none; text-indent: 0.01px; text-overflow: ""; and &::-ms-expand { display: none; }

ghost commented 10 years ago

We will not use any preffixed properties for select styling anymore, as after browser updates they could be changed.