aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-13 01:26:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-13 01:26:57 +0200
commitd5a602d267ab6c1e00d9b079eeee715d952faa47 (patch)
treec649d9bed6378e2c72be9d9c2ea4b473ebfe2a7d /static/style.css
parentFix popup movement. (diff)
downloadcalp-draghandle.tar.gz
calp-draghandle.tar.xz
Add drag-handles to events.draghandle
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index abb4f8c7..f7809299 100644
--- a/static/style.css
+++ b/static/style.css
@@ -505,6 +505,21 @@ along with their colors.
overflow: hidden;
}
+.event-body .drag-handle {
+ position: absolute;
+ top: 2px;
+ bottom: 2px;
+ right: 1px;
+ width: 3px;
+ cursor: ns-resize;
+ border: none;
+}
+
+.event-body:hover .drag-handle {
+ border-left: 3px dotted black;
+ border-right: 3px dotted black;
+}
+
.days .event {
border: 1px solid black;
}