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:
parent
73c098ceda
commit
e022a89f94
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user