mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user