Skip to content
Snippets Groups Projects
Commit cb83eb75 authored by Frank Nägler's avatar Frank Nägler Committed by Wouter Wolters
Browse files

[BUGFIX] Fix broken background image in ImageManipulation wizard

Followup patch, the first patch was missing the change in the less file.

Resolves: #72742
Releases: master, 7.6
Change-Id: I4b7ff2669f7867523afe58fb0ceb9e1e428ef4ca
Reviewed-on: https://review.typo3.org/46062


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 97d1ce3d
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@
outline-color: rgb(255, 255, 255, 0.75);
}
.cropper-bg {
background-image: data-uri("../../Images/cropper-background.png");
background-image: data-uri("../Images/cropper-background.png");
}
.cropper-image-container {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment