Possibly fixing font weight issues in OSX Firefox

This commit is contained in:
onyxserpent 2014-10-09 20:28:33 -07:00
parent 115f4ff37e
commit 7b5fa25ab1

View file

@ -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: '';
}
}