1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #13524 from calixteman/print_select

XFA - Don't print arrow in select
This commit is contained in:
calixteman 2021-06-09 16:56:39 +02:00 committed by GitHub
commit 63bde1fcfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,4 +297,10 @@
.xfaSelect {
background-color: transparent;
}
.xfaSelect {
appearance: none;
text-indent: 1px;
text-overflow: "";
}
}