mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
136fbfa1c0
commit
4ac8add82c
@ -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…
x
Reference in New Issue
Block a user