diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-28 13:00:55 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-28 13:00:55 -0400 |
| commit | 9d9e7593a0ece66d3538ea5986de3388a0759ad7 (patch) | |
| tree | 4f8c36a2134dfaebd0c80bf7a31178233c39713c /src/client/views/pdf/Annotation.scss | |
| parent | 22dae4786350f515d801e2128390587075617fe5 (diff) | |
fixed filtering annotation anchors on PDFs. added tooltip for identifying who made an annotation.
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
| -rw-r--r-- | src/client/views/pdf/Annotation.scss | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
