1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 15:48:06 +02:00

Implement support for Underline annotations

This commit is contained in:
Tim van der Meij 2015-12-28 00:33:41 +01:00
parent f17d6721e7
commit cd28dd34fe
6 changed files with 61 additions and 0 deletions

View file

@ -68,3 +68,7 @@
.annotationLayer .popup p {
padding-top: 0.2em;
}
.annotationLayer .underlineAnnotation {
cursor: pointer;
}