Skip to content
Snippets Groups Projects
Commit bdb45edf authored by dqd's avatar dqd
Browse files

Issue #3349299 by dqd: Make crop area more distinctive for transparent images

parent 771670b8
No related branches found
No related tags found
1 merge request!36Resolve #3349299 "Make crop area distinctive on transparent images"
Pipeline #345863 passed with warnings
......@@ -59,13 +59,14 @@
bottom: -1px;
}
/* Crop canvas */
/* Make crop area more distinctive for transparent images on wrap box */
.cropper-container .cropper-wrap-box .cropper-canvas {
outline: 2px dashed #0000FFFF;
outline: 2px dashed #0099ff;
}
/* Make crop area more distinctive for transparent images on crop box */
.cropper-container .cropper-crop-box {
background-color: white;
background-color: #ffffff;
}
@media screen and (max-width: 480px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment