From 36395c31961c26199fb4f0cde912a110cda72846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Apr 2020 01:49:50 +0200 Subject: Ensured event creation drag and drop works. --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index b692d5b9..8d0197fd 100644 --- a/static/style.css +++ b/static/style.css @@ -560,6 +560,7 @@ along with their colors. .event.generated { background-color: #55FF5550; + transition: none; } .clock-0 { top: calc(100%/24 * 0); } -- cgit v1.2.3