I need to change the blue color to red for mouse hover on HTML select dropdown component:
<select>
<option>Apple</option>
<option>Orange</option>
<option>Berry</option>
</select>
I need to change the blue color to red for mouse hover on HTML select dropdown component:
<select>
<option>Apple</option>
<option>Orange</option>
<option>Berry</option>
</select>