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:
commit
8b6167b227
@ -183,10 +183,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;
|
||||
|
Loading…
Reference in New Issue
Block a user