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

9 lines
109 B
SCSS
Raw Normal View History

2014-05-11 12:00:09 +00:00
/*
Firefox select hacks
*/
select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}