I have a dropdown field within a table that I trying to change the color of each item in that list. For example High would be Red and Low would be Green.
#Field15 > option:nth-child(2) {color:red!important;}
I have tried that CSS that works on a dropdown outside of a table. Using Classic Designer