/wp-admin/css/farbtastic-rtl.css

https://gitlab.com/webteam/job_aag · CSS · 41 lines · 34 code · 7 blank · 0 comment · 0 complexity · 118f1189ffbb71e014402121b5456bc2 MD5 · raw file

  1. .farbtastic {
  2. position: relative;
  3. }
  4. .farbtastic * {
  5. position: absolute;
  6. cursor: crosshair;
  7. }
  8. .farbtastic,
  9. .farbtastic .wheel {
  10. width: 195px;
  11. height: 195px;
  12. }
  13. .farbtastic .color,
  14. .farbtastic .overlay {
  15. top: 47px;
  16. right: 47px;
  17. width: 101px;
  18. height: 101px;
  19. }
  20. .farbtastic .wheel {
  21. background: url(../images/wheel.png) no-repeat;
  22. width: 195px;
  23. height: 195px;
  24. }
  25. .farbtastic .overlay {
  26. background: url(../images/mask.png) no-repeat;
  27. }
  28. .farbtastic .marker {
  29. width: 17px;
  30. height: 17px;
  31. margin: -8px -8px 0 0;
  32. overflow: hidden;
  33. background: url(../images/marker.png) no-repeat;
  34. }