diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-28 15:10:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-28 15:10:40 -0400 |
| commit | b78280f34fca6346ee1e9136d3e318c1564d5055 (patch) | |
| tree | be490be8413f80ef9258d7cd7d88bbbbf880269c /src/client/views/pdf/PDFViewer.scss | |
| parent | 9ff10d73a1690c59d596cd5eb8138595af052a30 (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.scss | 11 |
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; |
