aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}