From a20f61d45cf60d78dcc15a9dd711628452af941d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Aug 2020 21:37:01 +0200 Subject: Generated event color. --- static/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3