aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-28 02:50:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-28 02:50:09 +0200
commit08560780e5a39945a0c895820dc2437ed95150e5 (patch)
treeb34ccb679391fc4d16012b9b61bc6aa854a8cee5 /static/style.css
parentEnsured event creation drag and drop works. (diff)
downloadcalp-08560780e5a39945a0c895820dc2437ed95150e5.tar.gz
calp-08560780e5a39945a0c895820dc2437ed95150e5.tar.xz
Clean up and simlify event drag code.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 8d0197fd..0116a924 100644
--- a/static/style.css
+++ b/static/style.css
@@ -414,7 +414,8 @@ along with their colors.
.clock {
color: var(--gray);
border-top: 1px dotted var(--gray);
- width: 100%;
+ width: 100%;
+ pointer-events: none;
}
.sideclock .clock {