Show red only on hover for delete links in tables. fixes #8358

git-svn-id: https://develop.svn.wordpress.org/trunk@9907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-26 19:01:05 +00:00
parent 03f559cd4f
commit 18d08c91fc
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ div.dashboard-widget-submit input:hover,
color: #ccc;
}
.submitbox .submitdelete, a.delete, a.submitdelete {
.submitbox .submitdelete, a.delete {
color: #f00;
border-bottom-color: #f00;
}