aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-09-07 19:45:07 +0200
committerstonedDiscord <Tukz@gmx.de>2021-09-07 19:45:07 +0200
commit856904681e07cdddc31ff3dbf35a15fa28191b9a (patch)
treeee1b754ef2a1793dff4192cf53fd18bed6a88015 /webAO/styles
parent3467fb7d85f63dd1804f8deb5bd8a4e3d4d16f15 (diff)
make areas without a status green
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index b00718e..943605f 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -537,6 +537,10 @@
background-color: rgb(54, 198, 68);
}
+.area- { /* THANKS CW */
+ background-color: rgb(54, 198, 68);
+}
+
.area-idle {
background-color: rgb(54, 198, 68);
}