kahuna/public/js/directives/ui-crop-box/cropper-override.css [12:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    background-color: #bdbdbd;
    background-image:
      linear-gradient(45deg, white 25%, transparent 25%),
      linear-gradient(135deg, white 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, white 75%),
      linear-gradient(135deg, transparent 75%, white 75%);

    background-size: 20px 20px;

    background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kahuna/public/js/directives/ui-crop-box/cropper-override.css [32:41]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  background-color: #bdbdbd;
  background-image:
    linear-gradient(45deg, white 25%, transparent 25%),
    linear-gradient(135deg, white 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, white 75%),
    linear-gradient(135deg, transparent 75%, white 75%);

  background-size: 20px 20px;

  background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



