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: "";
}
}