Colour posts by status in admin lists
Draft, pending, private and scheduled posts get a coloured stripe in the posts lists, so you can tell them apart at a glance.
.wp-list-table tr.status-draft td:first-child,
.wp-list-table tr.status-draft th.check-column { box-shadow: inset 4px 0 0 #dba617; }
.wp-list-table tr.status-pending td:first-child,
.wp-list-table tr.status-pending th.check-column { box-shadow: inset 4px 0 0 #d63638; }
.wp-list-table tr.status-private td:first-child,
.wp-list-table tr.status-private th.check-column { box-shadow: inset 4px 0 0 #8c8f94; }
.wp-list-table tr.status-future td:first-child,
.wp-list-table tr.status-future th.check-column { box-shadow: inset 4px 0 0 #2271b1; }
In these packs
- More admin tweaks: Useful columns, a tidier admin bar, a welcome box for clients, and fewer menus for editors.