From a4d3911a3f8af819c8ca88e64e4e182dfb18cbda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 23 Sep 2015 21:18:26 +0000 Subject: [PATCH] Replace menu icon with users icon for userlist toggle and smooth the 2 icons --- client/css/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 327dce7f..f7469473 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -117,10 +117,17 @@ button { margin: 6px 12px 0 -12px; width: 36px; } -#viewport .lt:before, -#viewport .rt:before { +#viewport .lt:before { font: 14px FontAwesome; content: "\f0c9"; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +#viewport .rt:before { + font: 14px FontAwesome; + content: "\f0c0"; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } #viewport .rt { display: block;