Add colors to comment actions on edit comments screen

git-svn-id: https://develop.svn.wordpress.org/trunk@10066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-12-05 08:05:52 +00:00
parent 927094d296
commit 355b63c21c
3 changed files with 24 additions and 12 deletions

View File

@ -625,6 +625,18 @@ li.widget-list-control-item h4,
background-color: #ffffe0;
}
#the-comment-list .approve a {
color: #006505;
}
#the-comment-list .unapprove a {
color: #d98500;
}
#the-comment-list .delete a {
color: #bc0b0b;
}
.plugins tr {
background-color: #fff;
}

View File

@ -625,6 +625,18 @@ li.widget-list-control-item h4,
background-color: #ffffe0;
}
#the-comment-list .approve a {
color: #006505;
}
#the-comment-list .unapprove a {
color: #d98500;
}
#the-comment-list .delete a {
color: #bc0b0b;
}
.plugins tr {
background-color: #fff;
}

View File

@ -264,18 +264,6 @@ div.postbox div.inside {
font-size: 10px;
}
#the-comment-list .approve a {
color: #006505;
}
#the-comment-list .unapprove a {
color: #d98500;
}
#the-comment-list .delete a {
color: #bc0b0b;
}
/* QuickPress */
#dashboard_quick_press h4 {