blob: e7fcec194bd91988b461ff281391318bff2a1d02 [file] [log] [blame]
<select>
<option>Default</option>
</select>
<select style="color:red">
<option>Red</option>
</select>
<select style="background-color:green">
<option>Default on green</option>
</select>
<select style="color:red;background-color:green">
<option>Red on green</option>
</select>