once again i need a little help
i got this that need to have a color of white, an then the option that is within this select i wanna make a rule that the front color is black.
<select name="example_length" aria-controls="example" class=""><option value="10">10</option><option value="25">25</option><option value="50">50</option><option value="100">100</option></select>
i can't give the option a id, curse this is rende by a javascript.
so do anyone know how to make something like select#option color:black or something like that?
once again thx a bunch for your time.