You can style your <select>
elements adding a select
class.
<select class="select"> <option selected>Option 1</option> <option>Option 2</option> <option>Option 3</option> </select>
The select element will apply the styles defined in the forms.select
field of your theme configuration.
export default { forms: { select: { backgroundColor: "fill", }, }, // ...other configuration };
Designed and maintained with by @jmjuanes.
Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.