From 9d9e7593a0ece66d3538ea5986de3388a0759ad7 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 28 Sep 2020 13:00:55 -0400 Subject: fixed filtering annotation anchors on PDFs. added tooltip for identifying who made an annotation. --- src/client/views/pdf/Annotation.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/client/views/pdf/Annotation.scss') diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss index cc326eb93..d42a0b478 100644 --- a/src/client/views/pdf/Annotation.scss +++ b/src/client/views/pdf/Annotation.scss @@ -3,4 +3,14 @@ user-select: none; 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 -- cgit v1.2.3-70-g09d2