i have created a select. But I can't figure out how to change the blue border and hover background to another color in the option area...
Do you have a solution for me?
My Code:
<select name="slct2" id="slct2" required title="">
<!-- Options -->
<option value="" hidden>Jahr</option>
<option>2020</option>
<option>2019</option>
</select>