mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Possibly fixing font weight issues in OSX Firefox
This commit is contained in:
parent
6afa73dc91
commit
26cee800f6
1 changed files with 6 additions and 1 deletions
|
@ -2,8 +2,13 @@
|
|||
Firefox select hacks
|
||||
*/
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
text-indent: 0.01px;
|
||||
text-overflow: '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue