aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MarqueeAnnotator.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-01-18 16:48:57 -0500
committerbobzel <zzzman@gmail.com>2021-01-18 16:48:57 -0500
commit90c8fe926efa245f256c7e0a496beaecf0572294 (patch)
tree3d69b1109434a2402e21f3ada6566edb9f820bc2 /src/client/views/MarqueeAnnotator.scss
parentc94a8d93ea7373af54355b5c47bf14a021cf4563 (diff)
factored out marque selection code for WebBox and PDFBox into MarqueeAnnotator.
Diffstat (limited to 'src/client/views/MarqueeAnnotator.scss')
-rw-r--r--src/client/views/MarqueeAnnotator.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/MarqueeAnnotator.scss b/src/client/views/MarqueeAnnotator.scss
new file mode 100644
index 000000000..c90d48a65
--- /dev/null
+++ b/src/client/views/MarqueeAnnotator.scss
@@ -0,0 +1,12 @@
+
+.marqueeAnnotator-annotationBox {
+ position: absolute;
+ background-color: rgba(245, 230, 95, 0.616);
+}
+
+
+.marqueeAnnotator-dragBox {
+ position:absolute;
+ background-color: transparent;
+ opacity: 0.1;
+} \ No newline at end of file