I have a dropdown that looks like this:
<select style="width: 125px; cursor: pointer;">
<option>AAAA</option>
<option>BBBB</option>
<option>CCCC</option>
</select>
The cursor starts out as a pointer. However, the cursor switches to a default arrow in the dropdown. How can I make it use a pointer too?
Thank you!