Skip to content
Snippets Groups Projects
Commit 0292127d authored by eduardo morales alberti's avatar eduardo morales alberti Committed by dqd
Browse files

Issue #3349299 by eduardo morales alberti: Make crop area more distinctive for transparent images

parent a4b08b8b
No related branches found
No related tags found
3 merge requests!37Issue #3491004: Can't save image widget crop settings in Drupal 11,!36Resolve #3349299 "Make crop area distinctive on transparent images",!17Issue #3349299: Crop limit is not clear
Pipeline #343903 passed with warnings
......@@ -59,6 +59,15 @@
bottom: -1px;
}
/* Crop canvas */
.cropper-container .cropper-wrap-box .cropper-canvas {
outline: 2px dashed #0000FFFF;
  • Developer

    Realized too late that this color code is wrong.

  • Please register or sign in to reply
}
.cropper-container .cropper-crop-box {
background-color: white;
}
@media screen and (max-width: 480px) {
.details-wrapper th {
display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment