Fix join and part icons

This commit is contained in:
Pavel Djundik 2018-03-12 17:37:57 +02:00
parent 191f8429c3
commit 43fc531a6f

View file

@ -347,7 +347,7 @@ kbd {
#chat .part .from::before,
#chat .quit .from::before {
content: "\f08b"; /* http://fontawesome.io/icon/sign-out/ */
content: "\f2f5"; /* https://fontawesome.com/icons/sign-out-alt?style=solid */
color: #ff4136;
display: inline-block;
-webkit-transform: rotate(180deg);
@ -380,7 +380,7 @@ kbd {
}
#chat .join .from::before {
content: "\f090"; /* http://fontawesome.io/icon/sign-in/ */
content: "\f2f6"; /* https://fontawesome.com/icons/sign-in-alt?style=solid */
color: #2ecc40;
}