Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529

git-svn-id: https://develop.svn.wordpress.org/trunk@12278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-11-26 04:37:39 +00:00
parent d6c576bc1f
commit f066b7dc39
11 changed files with 33 additions and 38 deletions

View File

@@ -629,8 +629,8 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
color: #d98500;
}
table.widefat .delete a,
table.widefat .trash a,
table.widefat span.delete a,
table.widefat span.trash a,
#dashboard_recent_comments .delete a,
#dashboard_recent_comments .trash a {
color: #bc0b0b;
@@ -1674,10 +1674,6 @@ div.widgets-sortables,
opacity: 0.4;
}
.trash-undo {
background-color: #ebffe0;
}
#dashboard_recent_comments .trash-undo {
border-top-color: #dfdfdf;
}