Skip to content

Commit

Permalink
XFA - Don't print arrow in select
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Jun 9, 2021
1 parent ae531e5 commit 2df11ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/xfa_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,11 @@
.xfaSelect {
background-color: transparent;
}

.xfaSelect {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
}
}

0 comments on commit 2df11ad

Please sign in to comment.