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 Squiggly annotations

This commit is contained in:
Tim van der Meij 2015-12-30 15:28:26 +01:00
parent d956177482
commit 34918a6666
6 changed files with 58 additions and 4 deletions

View file

@ -69,10 +69,8 @@
padding-top: 0.2em;
}
.annotationLayer .underlineAnnotation {
cursor: pointer;
}
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation {
cursor: pointer;
}