From f9392944bb56bcb27a85663c1dd5aa56dd16eb1c Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 22 May 2021 20:14:21 +1200 Subject: [PATCH] Fixes for empty location + add Active user state 3 --- html/src/vr.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/vr.scss b/html/src/vr.scss index 88ccff66..81e0eb00 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -277,6 +277,10 @@ i.x-user-status { } i.x-user-status.active { + background: #dfca43; +} + +i.x-user-status.online { background: #67c23a; }