aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-22 18:12:07 -0400
committerbobzel <zzzman@gmail.com>2021-04-22 18:12:07 -0400
commit1f3c377efa5f8b4fd692cb04119087c2b9b4a3cc (patch)
tree6a726ba36fd7c5f69d204ef75ff40b60861e8044 /src/client/views/nodes/VideoBox.scss
parente37e13d5505dc880b16e43b504b6fa5d04194a75 (diff)
made videobox snapshot icon draggable to place snapshot. removed 1/4 buffer when following link to video because it meant following a snapshot link would start the video, then focus back on the snaphshot.
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index 30f0c4393..f593f74fb 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -66,6 +66,7 @@
background-color:rgba(50, 50, 50, 0.2);
transform-origin: left top;
pointer-events:all;
+ cursor: default;
}
.videoBox-timelineButton {