Is there a way to enlarge the size of the downward-pointing arrow button within a <select>
element?
Here is an example of what my code looks like:
<select>
<option>Select City</option>
<option>City1</option>
<option>City2</option>
</select>
Any suggestions on how I can magnify the arrow button?