aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MarqueeAnnotator.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-07 14:28:44 -0400
committerbobzel <zzzman@gmail.com>2022-09-07 14:28:44 -0400
commit2d8f763d763080fd52e940abb1a98b41e2da23fd (patch)
tree4d037aa5e210d36fe4652c33d502a864cd461130 /src/client/views/MarqueeAnnotator.scss
parentacee01619d91b9ac88d78d0eee02cbd33414ad8b (diff)
fixed dragging stackedTimeline entries so that they appear during drag. fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined.
Diffstat (limited to 'src/client/views/MarqueeAnnotator.scss')
-rw-r--r--src/client/views/MarqueeAnnotator.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/MarqueeAnnotator.scss b/src/client/views/MarqueeAnnotator.scss
index c90d48a65..5c65f35e9 100644
--- a/src/client/views/MarqueeAnnotator.scss
+++ b/src/client/views/MarqueeAnnotator.scss
@@ -1,12 +1,11 @@
-
.marqueeAnnotator-annotationBox {
position: absolute;
background-color: rgba(245, 230, 95, 0.616);
}
-
.marqueeAnnotator-dragBox {
- position:absolute;
+ position: absolute;
background-color: transparent;
- opacity: 0.1;
-} \ No newline at end of file
+ opacity: 0.2;
+ cursor: default;
+}