diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-09-07 19:45:07 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-09-07 19:45:07 +0200 |
| commit | 856904681e07cdddc31ff3dbf35a15fa28191b9a (patch) | |
| tree | ee1b754ef2a1793dff4192cf53fd18bed6a88015 /webAO | |
| parent | 3467fb7d85f63dd1804f8deb5bd8a4e3d4d16f15 (diff) | |
make areas without a status green
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 4 |
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); } |
