How to change color of the select dropdown icon
Is there a way to change the color of the dropdown icon?, i am not using any library. just the <select> html tag
6 Replies
for blue background "select{background: blue;}" and alike for other colors
@Caps-look i want to change the icon color, is it possible?
ahh, sorry so instead of 'background' use 'color'
It will change text and icon color
this is a bit of a hack (don't know how it works in all browsers)
But if you want to have different colors for the text and the icon:
just checked this in Firefox.
-webkit-text-fill-color: black;
is supported in FF but it changes the color of both the text and the arrow. So that's a no go in FF