XFA - Don't print arrow in select

This commit is contained in:
Calixte Denizet 2021-06-09 15:37:15 +02:00
parent ae531e5e23
commit 82784e8e60

View File

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