Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
image_widget_crop
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
image_widget_crop
Commits
0292127d
Commit
0292127d
authored
8 months ago
by
eduardo morales alberti
Committed by
dqd
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
!37
Issue #3491004: Can't save image widget crop settings in Drupal 11
,
!36
Resolve #3349299 "Make crop area distinctive on transparent images"
,
!17
Issue #3349299: Crop limit is not clear
Pipeline
#343903
passed with warnings
8 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/image_widget_crop.css
+9
-0
9 additions, 0 deletions
css/image_widget_crop.css
with
9 additions
and
0 deletions
css/image_widget_crop.css
+
9
−
0
View file @
0292127d
...
...
@@ -59,6 +59,15 @@
bottom
:
-1px
;
}
/* Crop canvas */
.cropper-container
.cropper-wrap-box
.cropper-canvas
{
outline
:
2px
dashed
#0000FFFF
;
dqd
@dqd
·
Nov 20, 2024
Developer
Realized too late that this color code is wrong.
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment