Change unapproved comment background color. Props mt. fixes #6288

git-svn-id: http://svn.automattic.com/wordpress/trunk@7388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-18 21:35:03 +00:00
parent 98f764089f
commit ebfc602022
2 changed files with 10 additions and 2 deletions

View File

@ -414,7 +414,11 @@ input.readonly {
border-right-color: #ccc;
}
#plugins tr, #the-comment-list .unapproved {
#the-comment-list .unapproved {
background-color: #ffffe0;
}
#plugins tr {
background-color: #f0f0f0;
}

View File

@ -387,7 +387,11 @@ input.readonly {
border-right-color: #ccc;
}
#plugins tr, #the-comment-list .unapproved {
#the-comment-list .unapproved {
background-color: #ffffe0;
}
#plugins tr {
background-color: #f0f0f0;
}