Make delete links red

git-svn-id: https://develop.svn.wordpress.org/trunk@9865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-25 00:27:50 +00:00
parent efee4d32b4
commit 05cfd8a77a
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 {
.submitbox .submitdelete, a.delete, a.submitdelete {
color: #f00;
border-bottom-color: #f00;
}