Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .arrow {
  2.     width: 70px !important;
  3.     height: 36px !important;
  4.     background-size: cover;
  5.     background-position: 0 0;
  6. }
  7.  
  8. .midcol.unvoted > .arrow.up, .midcol.dislikes > .arrow.up {
  9.     background-image: url(%%greyaccept%%);
  10. }
  11.  
  12. .midcol.likes > .arrow.up {
  13.     background-image: url(%%coloraccept%%);
  14. }
  15.  
  16. .midcol.unvoted > .arrow.down, .midcol.likes > .arrow.down {
  17.     background-image: url(%%greyreject%%);
  18. }
  19.  
  20. .midcol.dislikes > .arrow.down {
  21.     background-image: url(%%colorreject%%);
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement