mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-31 23:10:44 +00:00
9 lines
109 B
SCSS
9 lines
109 B
SCSS
|
/*
|
||
|
Firefox select hacks
|
||
|
*/
|
||
|
|
||
|
select {
|
||
|
-moz-appearance: none;
|
||
|
text-indent: 0.01px;
|
||
|
text-overflow: '';
|
||
|
}
|