[wp-trac] [WordPress Trac] #30186: Add plugin icons to plugin list table in update-core.php
WordPress Trac
noreply at wordpress.org
Tue Oct 3 20:05:39 UTC 2017
#30186: Add plugin icons to plugin list table in update-core.php
-------------------------------------------------+-------------------------
Reporter: melchoyce | Owner: pento
Type: enhancement | Status: reopened
Priority: normal | Milestone: 4.9
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch ui- | Focuses: ui,
feedback | administration
-------------------------------------------------+-------------------------
Comment (by melchoyce):
Mocked up alternate styles for the fallback icons in [attachment:plugin-
icon-styles.png]:
{{{
.plugins .plugin-title .dashicons:before {
padding: 2px;
font-size: 60px;
}
.plugins .inactive .plugin-title .dashicons:before {
background-color: #eee;
box-shadow: inset 0 0 10px rgba(160,165,170,.15);
color: #B4B9BE;
}
.plugins .active .plugin-title .dashicons:before {
background-color: #e5f5fa;
box-shadow: inset 0 0 10px rgba(191,231,243,.5);
color: #33B3DB;
}
}}}
@joemcgill Do you know if there's a better way to compress these plugin
icons?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30186#comment:37>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list