From 8173e578488a9210b0297671ff87d41c4930d219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 22 Mar 2020 20:36:53 +0100 Subject: Restore contiued-continuing style for long events. --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 5ff30e3f..44322d63 100644 --- a/static/style.css +++ b/static/style.css @@ -343,17 +343,17 @@ html, body { /* */ -.wholeday .event.continuing { +.longevents .event.continuing { border-right: none; background-image: linear-gradient(to left, #0007 0%,#FFF0 4em); } -.wholeday .event.continued { +.longevents .event.continued { border-left: none; background-image: linear-gradient(to right, #FFF7 0%,#FFF0 6em); } -.wholeday .event.continued.continuing { +.longevents .event.continued.continuing { border-left: none; border-right: none; background-image: -- cgit v1.2.3