From 90c8fe926efa245f256c7e0a496beaecf0572294 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 18 Jan 2021 16:48:57 -0500 Subject: factored out marque selection code for WebBox and PDFBox into MarqueeAnnotator. --- src/client/views/MarqueeAnnotator.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/client/views/MarqueeAnnotator.scss (limited to 'src/client/views/MarqueeAnnotator.scss') 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 -- cgit v1.2.3-70-g09d2