mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
refine notification filtering to exclude explicitly unseen notifications
This commit is contained in:
@@ -155,7 +155,7 @@ img.friends-list-avatar {
|
||||
}
|
||||
|
||||
.x-friend-item > .avatar.joinme::after {
|
||||
background: #409eff;
|
||||
background: #00b8ff;
|
||||
mask-image: url(/images/masks/joinme.svg);
|
||||
}
|
||||
|
||||
@@ -241,7 +241,7 @@ i.x-user-status.online {
|
||||
}
|
||||
|
||||
i.x-user-status.joinme {
|
||||
background: #409eff;
|
||||
background: #00b8ff;
|
||||
mask-image: url(/images/masks/joinme.svg);
|
||||
}
|
||||
|
||||
@@ -260,7 +260,7 @@ i.x-status-icon.green {
|
||||
}
|
||||
|
||||
i.x-status-icon.blue {
|
||||
background: #409eff;
|
||||
background: #00b8ff;
|
||||
}
|
||||
|
||||
i.x-status-icon.orange {
|
||||
|
||||
Reference in New Issue
Block a user