Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. #edit-field-vegetables {
  2.  
  3. input[type='checkbox'] {
  4. -webkit-appearance:none;
  5. width:70px;
  6. height:70px;
  7. background: url('../img/vegetables_icons_long.png') no-repeat;
  8. }
  9. input[type='checkbox']:checked {
  10. opacity: 0.5;
  11. }
  12.  
  13. .form-type-checkbox{
  14. display: block;
  15. width:110px; height:110px;
  16. position: relative;
  17. float:left;
  18. input.form-checkbox{
  19. float:right;
  20. position: absolute;
  21. top:40px;
  22. }
  23. }
  24.  
  25. .form-item-field-vegetables-und-orange input {
  26. background-position: 0 -753px;
  27. }
  28. .form-item-field-vegetables-und-banana input{
  29. background-position: 0 -1415px;
  30. }
  31. .form-item-field-vegetables-und-apple input{
  32. background-position: 0 -80px;
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement