Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

44 строки
753 B

  1. .svg_select_points_lt{
  2. cursor: nw-resize;
  3. }
  4. .svg_select_points_rt{
  5. cursor: ne-resize;
  6. }
  7. .svg_select_points_rb{
  8. cursor: se-resize;
  9. }
  10. .svg_select_points_lb{
  11. cursor: sw-resize;
  12. }
  13. .svg_select_points_t{
  14. cursor: n-resize;
  15. }
  16. .svg_select_points_r{
  17. cursor: e-resize;
  18. }
  19. .svg_select_points_b{
  20. cursor: s-resize;
  21. }
  22. .svg_select_points_l{
  23. cursor: w-resize;
  24. }
  25. .svg_select_points_rot{
  26. stroke-width:1;
  27. stroke:black;
  28. fill: #F9FFED;
  29. }
  30. .svg_select_points_point{
  31. cursor: move;
  32. }
  33. .svg_select_boundingRect{
  34. stroke-width:1;
  35. fill:gray;
  36. stroke-dasharray:10 10;
  37. stroke:black;
  38. stroke-opacity:0.8;
  39. fill-opacity:0.1;
  40. pointer-events:none; /* This ons is needed if you want to deselect or drag the shape*/
  41. }