Advertisement
SkyLeach

Untitled

May 19th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1.  
  2. select#parentselect[value="G"]{
  3.     background-color: #afa;
  4. }
  5.  
  6. select#parentselect[value="R"]{
  7.     background-color: #faa;
  8. }
  9.  
  10. select#parentselect[value="Y"]{
  11.     background-color: #ffa;
  12. }
  13.  
  14. select#parentselect.justEdit option[val="G"]{
  15.     background-color: #afa;
  16. }
  17.  
  18. select#parentselect.justEdit option[val="R"]{
  19.     background-color: #faa;
  20. }
  21.  
  22. select#parentselect.justEdit option[val="Y"]{
  23.     background-color: #ffa;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement