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

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

parent 0292127d
No related branches found
No related tags found
2 merge requests!37Issue #3491004: Can't save image widget crop settings in Drupal 11,!35Update image_widget_crop.css on lines 62-71
Pipeline #345857 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 to comment