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

Convert all three-digit HEX colors to RGBA colors

This commit is contained in:
Tim van der Meij 2019-12-25 16:16:13 +01:00
parent d002637405
commit 403a994556
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
4 changed files with 28 additions and 30 deletions

View file

@ -27,8 +27,8 @@
.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
opacity: 0.2;
background: #ff0;
box-shadow: 0px 2px 10px #ff0;
background: rgba(255, 255, 0, 1);
box-shadow: 0px 2px 10px rgba(255, 255, 0, 1);
}
.annotationLayer .popupAnnotation,