mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Make the list of actions that can be performed on a site in the User List in Network admin filterable.
Add classes for all core site status types to the view url. Move the CSS to a css file rather than including it inline. See #15558 git-svn-id: https://develop.svn.wordpress.org/trunk@16607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -30,15 +30,16 @@
|
||||
}
|
||||
|
||||
/* Background Color for Site Status */
|
||||
tr.site-deleted {
|
||||
tr.site-deleted, a.site-deleted {
|
||||
background: #ff8573;
|
||||
}
|
||||
tr.site-spammed {
|
||||
tr.site-spammed, a.site-spammed {
|
||||
background: #faa;
|
||||
}
|
||||
tr.site-archived {
|
||||
tr.site-archived, a.site-archived {
|
||||
background:#ffebe8;
|
||||
}
|
||||
tr.site-mature {
|
||||
tr.site-mature, a.site-mature {
|
||||
background: #fecac2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user