diff --git a/app/assets/stylesheets/themes/default/layout/_hacks.scss b/app/assets/stylesheets/themes/default/layout/_hacks.scss index ca49d1e..c3441bd 100644 --- a/app/assets/stylesheets/themes/default/layout/_hacks.scss +++ b/app/assets/stylesheets/themes/default/layout/_hacks.scss @@ -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: ''; -} \ No newline at end of file +}