aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 21:37:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 21:37:01 +0200
commita20f61d45cf60d78dcc15a9dd711628452af941d (patch)
tree5c25c98813e1bc8b679f2a68329d88d041c0c520
parentFix frontend for calendar choosing. (diff)
downloadcalp-a20f61d45cf60d78dcc15a9dd711628452af941d.tar.gz
calp-a20f61d45cf60d78dcc15a9dd711628452af941d.tar.xz
Generated event color.
-rw-r--r--static/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 21543388..845443c2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -641,8 +641,16 @@ along with their colors.
}
+/*
+ * All other CAL_ classes are generated by the backend.
+ * NOTE Possibly move this there.
+ */
+.CAL_Generated {
+ background-color: #55FF55;
+}
+
.event.generated {
- background-color: #55FF5550;
+ opacity: 40%;
transition: none;
}