mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Make classes global. Props JohnONolan. fixes #15558
git-svn-id: https://develop.svn.wordpress.org/trunk@16902 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -19,15 +19,15 @@
|
||||
}
|
||||
|
||||
/* Background Color for Site Status */
|
||||
tr.site-deleted, a.site-deleted {
|
||||
.site-deleted {
|
||||
background: #ff8573;
|
||||
}
|
||||
tr.site-spammed, a.site-spammed {
|
||||
background: #faa;
|
||||
.site-spammed {
|
||||
background: #faafaa;
|
||||
}
|
||||
tr.site-archived, a.site-archived {
|
||||
background:#ffebe8;
|
||||
.site-archived {
|
||||
background: #ffebe8;
|
||||
}
|
||||
tr.site-mature, a.site-mature {
|
||||
.site-mature {
|
||||
background: #fecac2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user