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

git-svn-id: http://svn.automattic.com/wordpress/trunk@9907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-26 19:01:05 +00:00
parent 136fbfa1c0
commit 4ac8add82c
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;
}