ensl.org/app/assets/stylesheets/layout/_hacks.scss

9 lines
109 B
SCSS
Raw Normal View History

/*
Firefox select hacks
*/
select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}