From c3258f43f230be87d103cfa1c6720fc0b858fa40 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 21 May 2021 15:58:29 +0200 Subject: timeline scrubber moving (still buggy) --- styles/editor.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'styles') diff --git a/styles/editor.css b/styles/editor.css index 8d02dff..c861ee0 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -221,7 +221,15 @@ opacity: .0; } -.timeline .scrubber .head { fill: var(--blue); } +.timeline .scrubber .head { + fill: var(--blue); + z-index: 1; + cursor: grab; +} +.timeline .scrubber .head:active { + cursor: grabbing; +} + .timeline .scrubber .needle { background-color: var(--blue); } .timeline .labels .label { -- cgit v1.2.3