aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-28 15:10:40 -0400
committerbobzel <zzzman@gmail.com>2020-09-28 15:10:40 -0400
commitb78280f34fca6346ee1e9136d3e318c1564d5055 (patch)
treebe490be8413f80ef9258d7cd7d88bbbbf880269c /src/client/views/pdf/PDFViewer.scss
parent9ff10d73a1690c59d596cd5eb8138595af052a30 (diff)
fixed display of info about pdf annotations. made userColor change background color of settings dialogue.
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
-rw-r--r--src/client/views/pdf/PDFViewer.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss
index 70b4c417c..8a38c439d 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -63,6 +63,17 @@
.pdfViewerDash-overlay {
pointer-events: none;
}
+
+ .pdfViewerDash-overlayAnno {
+ top: -17px;
+ pointer-events: none;
+ width: max-content;
+ height: 20px;
+ position: absolute;
+ background: #b8b8b8;
+ border-radius: 5px;
+ display: block;
+ }
.pdfViewerDash-annotationLayer {
position: absolute;