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:
Ryan Boren
2010-12-13 21:53:26 +00:00
parent 04e1d8553a
commit b77d52752a
3 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -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;
}