Add colors to comment actions on edit comments screen

git-svn-id: http://svn.automattic.com/wordpress/trunk@10066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-12-05 08:05:52 +00:00
parent 90ec026142
commit a5c3371dcb
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 {