-1

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.

DaCh
  • 921
  • 1
  • 14
  • 48

1 Answers1

0
select option{color:#000000 !important}
  • Your answer has appeared in the low quality posts queue. Please attach an explanation as to how this works and addresses the OPs question. – Justin Wood Aug 18 '14 at 13:45