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:
parent
03f559cd4f
commit
18d08c91fc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user