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
2f10025d
Commit
2f10025d
authored
10 months ago
by
dqd
Browse files
Options
Downloads
Patches
Plain Diff
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
!37
Issue #3491004: Can't save image widget crop settings in Drupal 11
,
!35
Update image_widget_crop.css on lines 62-71
Pipeline
#345857
passed with warnings
10 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
+4
-3
4 additions, 3 deletions
css/image_widget_crop.css
with
4 additions
and
3 deletions
css/image_widget_crop.css
+
4
−
3
View file @
2f10025d
...
...
@@ -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
#00
00FFFF
;
outline
:
2px
dashed
#00
99ff
;
}
/* 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
)
{
...
...
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
sign in
to comment