I want to change the arrow size and color. Is there any way doing this with css?
Here's my code;
<div class="gecesayisi">
<p>Nights</p>
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="4">5</option>
</select>
</div>
Select's background is black. In chrome I can't see the arrow but in mozilla I can by the way.