Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. a.compare-toggle {
  2. background-image: url("/path_to_image/checkboxes.png");
  3. background-repeat: no-repeat;
  4. color: #000000;
  5. height: 16px;
  6. padding-left: 20px;
  7. text-decoration: none;
  8. }
  9. a.compare-toggle.add {
  10. background-position: 0 0;
  11. }
  12. a.compare-toggle.remove {
  13. background-position: 0 -16px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement