Tweak colors for trash, spam and undo of comments, fix IE6/7 background for unapproved comments, fix JS error in IE6/7, props caesarsgrunt, see #4529

git-svn-id: https://develop.svn.wordpress.org/trunk@12291 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-11-29 10:29:12 +00:00
parent 365fea47fc
commit a0ea0aa4ed
12 changed files with 42 additions and 29 deletions

View File

@@ -425,3 +425,9 @@ table.ie-fixed {
* html .describe .field textarea {
width: 440px;
}
#the-comment-list .unapproved tr,
#the-comment-list .unapproved td {
background-color: #ffffe0;
}