Merge pull request #474 from astorije/astorije/user-list-icon

Replace menu icon with users icon for userlist toggle and smooth the 2 icons
This commit is contained in:
Jérémie Astori 2015-10-07 07:26:34 -04:00
commit 8b6167b227
1 changed files with 9 additions and 2 deletions

View File

@ -183,10 +183,17 @@ button {
margin: 6px 12px 0 -12px; margin: 6px 12px 0 -12px;
width: 36px; width: 36px;
} }
#viewport .lt:before, #viewport .lt:before {
#viewport .rt:before {
font: 14px FontAwesome; font: 14px FontAwesome;
content: "\f0c9"; 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 { #viewport .rt {
display: block; display: block;