aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/css/core.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss
index 2a1bc008a..5fafe625b 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -322,6 +322,18 @@ $map_width: 500px;
border: solid 2px #990000;
}
+ #closed {
+ @include problem-banner;
+ background-color: #ccccff;
+ border: solid 2px #000099;
+ }
+
+ #progress {
+ @include problem-banner;
+ background-color: #ffffcc;
+ border: solid 2px #999900;
+ }
+
#updates {
div {
padding: 0 0 0.5em;