Skip to content

Commit 2df11ad

Browse files
committed
XFA - Don't print arrow in select
1 parent ae531e5 commit 2df11ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/xfa_layer_builder.css

+7
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,11 @@
297297
.xfaSelect {
298298
background-color: transparent;
299299
}
300+
301+
.xfaSelect {
302+
-webkit-appearance: none;
303+
-moz-appearance: none;
304+
text-indent: 1px;
305+
text-overflow: "";
306+
}
300307
}

0 commit comments

Comments
 (0)