aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-28 01:49:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-28 01:49:50 +0200
commit36395c31961c26199fb4f0cde912a110cda72846 (patch)
tree7bc807573ad07c8ba7e24569848e481854bf91e8 /static/style.css
parentFix week number display in small calendar. (diff)
downloadcalp-36395c31961c26199fb4f0cde912a110cda72846.tar.gz
calp-36395c31961c26199fb4f0cde912a110cda72846.tar.xz
Ensured event creation drag and drop works.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
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); }