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
bdb45edf
Commit
bdb45edf
authored
8 months ago
by
dqd
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3349299
by dqd: Make crop area more distinctive for transparent images
parent
771670b8
No related branches found
No related tags found
1 merge request
!36
Resolve #3349299 "Make crop area distinctive on transparent images"
Pipeline
#345863
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
+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 @
bdb45edf
...
...
@@ -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
register
or
sign in
to comment