Replace menu icon with users icon for userlist toggle and smooth the 2 icons

This commit is contained in:
Jérémie Astori 2015-09-23 21:18:26 +00:00
parent 2cee0ea6ef
commit a4d3911a3f

View file

@ -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;