mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
legendary rank color change
This commit is contained in:
@@ -317,12 +317,12 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-item > .detail > .name.x-tag-legendary {
|
.x-friend-item > .detail > .name.x-tag-legendary {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 105, 180);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-tag.x-tag-legendary {
|
.el-tag.x-tag-legendary {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 105, 180);
|
||||||
border-color: rgb(255, 255, 255);
|
border-color: rgb(255, 105, 180);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-user-dialog .el-textarea__inner {
|
.x-user-dialog .el-textarea__inner {
|
||||||
|
|||||||
@@ -469,12 +469,12 @@ i.x-user-status.busy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-item > .detail > .name.x-tag-legendary {
|
.x-friend-item > .detail > .name.x-tag-legendary {
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(255, 105, 180);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-tag.x-tag-legendary {
|
.el-tag.x-tag-legendary {
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(255, 105, 180);
|
||||||
border-color: rgb(0, 0, 0);
|
border-color: rgb(255, 105, 180);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-item > .detail > .name.x-tag-vip {
|
.x-friend-item > .detail > .name.x-tag-vip {
|
||||||
|
|||||||
Reference in New Issue
Block a user