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

git-svn-id: https://develop.svn.wordpress.org/trunk@7388 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-18 21:35:03 +00:00
parent 73c098ceda
commit e022a89f94
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;
}