aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
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 {