Feeling stuck with a real problem! I have no clue how to solve it... Is it even possible? I want the text in this menu to be white:
https://i.sstatic.net/wTqRo.png
This is my code:
<select id="addRow-fieldType" style="margin-top: 10px; width: 180px; ">
<option value="null">NUMBER</option>
<option value="2">CHAR(32)</option>
<option value="3">DATE</option>
<option value="4">VARCHAR</option>
<option value="5">BLOB</option>
</select>