Opened 14 years ago
Closed 10 years ago
#15860 closed defect (bug) (fixed)
White Icon visibility in Media Library
Reported by: | ABTOP | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | minor | Version: | 3.0.3 |
Component: | Media | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
Problem: If a graphic file is white in color AND has transparent background, as often a case with PNG and GIF files, there is no chance for it to be visible as icon in Media Library. It will always be white on white (like a polar bear in Arctica)
Possible solution: assign off-white color to td.media-icon like this
.media-icon {background-color: #ccc;}
or introduce
.media-icon:hover{background-color:#ccc;}
so that icons are visible at least on mouseover.
Attachments (1)
Change History (11)
#2
@
14 years ago
- Milestone changed from Awaiting Review to Future Release
Have seen this with white logos. Would prefer a solution that is not only on hover, since that's not accessible and requires action for basic scanning.
#3
@
14 years ago
Asked UI group to brainstorm on solutions for this.
#4
@
11 years ago
- Keywords changed from Media Library, icon, background to Media Library icon, background
This particular issue no longer exists with the 3.5+ media manager. The only problem is that the issue has simply moved from a white background to a #eee
background.
#5
@
11 years ago
- Keywords Media Library icon background removed
- Severity changed from normal to minor
- Type changed from feature request to defect (bug)
#6
@
10 years ago
In the media modal, all attachments get the slightest amount of inset box-shadow
applied to the image's wrapper.
Could do something like attachment:15860.diff.
This doesn't seem very common, but can you provide a screenshot of the before and non-hover after?