Hi there can anyone help me how can I change the color of this arrow on select without changing the color of the text, I don't want to add an image of arrow I simply need to change this color nothing else
select.dropdowni{
color: red;
}
<select class="btn btn-default dropdown-toggle dropdowni" name="{{ $question->id }}[]">
<ul class="dropdown-menu">
<option value="{{ $option->id }}">Test</option>
</ul>
</select>