aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.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/Annotation.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/Annotation.scss')
-rw-r--r--src/client/views/pdf/Annotation.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss
index d42a0b478..8b242854d 100644
--- a/src/client/views/pdf/Annotation.scss
+++ b/src/client/views/pdf/Annotation.scss
@@ -4,13 +4,4 @@
position: absolute;
background-color: rgba(146, 245, 95, 0.467);
transition: opacity 0.5s;
- .pdfAnnotation-info {
- top: -17px;
- pointer-events: none;
- width: max-content;
- height: 20px;
- position: relative;
- background: #8080804a;
- border-radius: 5px;
- }
} \ No newline at end of file