Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .ps-popup {
  2. background:#04CDDB;
  3. color:#FFF;
  4. }
  5.  
  6. .popupmenu button {
  7. color:#001B55;
  8. }
  9.  
  10. .popupmenu button:hover {
  11. background:#01BAC7;
  12. color:#001B55;
  13. }
  14.  
  15. .formatselect {
  16. color:#001B55;
  17. background:#04CDDB;
  18. }
  19.  
  20. .formatselect.hover {
  21. color:#001B55;
  22. background:#01BAC7;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement