add(vchat): Adds the ability to per-tab filter Remote LOOC for staff

Adds the ability to remotely toggle Remote LOOC in VChat tabs, making it not show up except in Main and tabs you have it enabled.

This requires decoupling from OOC, which was done in the previous commit.

Also removes superfluous "vorestation" or "chompstation edit" comments
This commit is contained in:
Runa Dacino
2023-08-05 20:56:34 +02:00
parent c6bbec2aac
commit 2fbb19b122
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ body.inverted {
.ooc .everyone {color: #002eb8;}
.inverted .ooc .everyone {color: #004ed8;} /* Dark mode */
.looc {color: #3A9696; font-weight: bold}
.rlooc {color: #3ABB96; font-weight: bold} /* CHOMPEdit */
.rlooc {color: #3ABB96; font-weight: bold}
.ooc .elevated {color: #2e78d9;}
.ooc .moderator {color: #184880;}
.ooc .developer {color: #1b521f;}