Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select#parentselect[value="G"]{
- background-color: #afa;
- }
- select#parentselect[value="R"]{
- background-color: #faa;
- }
- select#parentselect[value="Y"]{
- background-color: #ffa;
- }
- select#parentselect.justEdit option[val="G"]{
- background-color: #afa;
- }
- select#parentselect.justEdit option[val="R"]{
- background-color: #faa;
- }
- select#parentselect.justEdit option[val="Y"]{
- background-color: #ffa;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement