apply status system changes

This commit is contained in:
pypy
2020-02-25 22:32:16 +09:00
parent 7dbd0d7006
commit 5a3068ccbc
4 changed files with 40 additions and 30 deletions

View File

@@ -303,14 +303,14 @@ a {
background: #67C23A;
}
.x-friend-item>.avatar.inactive::after {
background: #FD9200;
}
.x-friend-item>.avatar.joinme::after {
background: #409EFF;
}
.x-friend-item>.avatar.askme::after {
background: #FD9200;
}
.x-friend-item>.avatar.busy::after {
background: #F56C6C;
}
@@ -374,14 +374,14 @@ i.x-user-status.active {
background: #67C23A;
}
i.x-user-status.inactive {
background: #FD9200;
}
i.x-user-status.joinme {
background: #409EFF;
}
i.x-user-status.askme {
background: #FD9200;
}
i.x-user-status.busy {
background: #F56C6C;
}