aboutsummaryrefslogtreecommitdiff
path: root/app/scss/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r--app/scss/components.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss
index 30d0d48..8382d7f 100644
--- a/app/scss/components.scss
+++ b/app/scss/components.scss
@@ -198,3 +198,23 @@ table tfoot {
table tfoot td {
font-size: 12px;
}
+
+.userlist li.NOT_JOINED {
+ color: #aaa;
+}
+
+.NOT_JOINED a, a.NOT_JOINED {
+ color: #7ac;
+}
+
+.ADMIN a, a.ADMIN{
+ color: #e30;
+}
+
+.MODERATOR a, a.MODERATOR {
+ color: #e90;
+}
+
+.EDITOR a, a.EDITOR {
+ color: #b6f;
+}