mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
6f56bf81fd
Improved layout Improved form styling Fixes issues with firefox Added menu icons
9 lines
No EOL
109 B
SCSS
9 lines
No EOL
109 B
SCSS
/*
|
|
Firefox select hacks
|
|
*/
|
|
|
|
select {
|
|
-moz-appearance: none;
|
|
text-indent: 0.01px;
|
|
text-overflow: '';
|
|
} |