diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-05-19 20:20:33 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-05-19 20:20:33 -0400 |
commit | 3e67e8a7aeb265914d538314b17f36a988017081 (patch) | |
tree | 42e6830f3bf9c7bacde92d75be961c591ef2732a /res/css/main.css | |
parent | 0a1138fbd025da2c3f28cec73f823d9274ebc4db (diff) | |
download | abaddon-portaudio-3e67e8a7aeb265914d538314b17f36a988017081.tar.gz abaddon-portaudio-3e67e8a7aeb265914d538314b17f36a988017081.zip |
add voice state icons to participant rows
Diffstat (limited to 'res/css/main.css')
-rw-r--r-- | res/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/css/main.css b/res/css/main.css index 4b76bb4..dcbdf4f 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -378,3 +378,7 @@ .voice-info-location { } + +.voice-state-server { + color: red; +} |