diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-21 15:58:29 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-21 15:58:29 +0200 |
commit | c3258f43f230be87d103cfa1c6720fc0b858fa40 (patch) | |
tree | 6c7232b4cb2c584b4eae2b269d0c3f5de6daaec7 /styles | |
parent | c4923c2a1f37c735f869ea91cd375bfd67ffd02c (diff) |
timeline scrubber moving (still buggy)
Diffstat (limited to 'styles')
-rw-r--r-- | styles/editor.css | 10 |
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 { |