I have a select element which has several items. I want to change the color of its first item, but it seems the color only shows when you click on the select dropdown. What
For Option 1 used as the placeholder:
select:invalid { color:grey; }
All other options:
select:valid { color:black; }