
05-07-2020, 05:50 PM
|
 |
Member
|
|
Join Date: Jan 2015
Posts: 32
|
|
Style select (drop down list) with arrow
Hi,
I'm having difficulties to style the select (drop down lists). I use the old shopping card look which I've modified with CSS.
I would like to style the select fields like the new shopping card look (thin border and a down arrow).
Because of uniform look on different browsers I used:
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
Of course the arrow disapears this way. Unfortunately I cannot find a CSS way to add an arrow again. Nothing seems to work.
Do you have a CSS code for the select fields (they look somewhat like the new look)?
Thanks!
Regards
|