aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-05-21 15:58:29 +0200
committerlonkaars <loek@pipeframe.xyz>2021-05-21 15:58:29 +0200
commitc3258f43f230be87d103cfa1c6720fc0b858fa40 (patch)
tree6c7232b4cb2c584b4eae2b269d0c3f5de6daaec7 /styles/editor.css
parentc4923c2a1f37c735f869ea91cd375bfd67ffd02c (diff)
timeline scrubber moving (still buggy)
Diffstat (limited to 'styles/editor.css')
-rw-r--r--styles/editor.css10
1 files changed, 9 insertions, 1 deletions
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 {