[wp-trac] [WordPress Trac] #15860: White Icon visibility in Media Library
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 17 09:38:34 UTC 2010
#15860: White Icon visibility in Media Library
-----------------------------+---------------------------------------------
Reporter: ABTOP | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.0.3
Severity: normal | Keywords: Media Library, icon, background
-----------------------------+---------------------------------------------
'''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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15860>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list