Make delete links red
git-svn-id: http://svn.automattic.com/wordpress/trunk@9865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
536980db4d
commit
141eb9777e
|
@ -391,7 +391,7 @@ div.dashboard-widget-submit input:hover,
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submitbox .submitdelete {
|
.submitbox .submitdelete, a.delete, a.submitdelete {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
border-bottom-color: #f00;
|
border-bottom-color: #f00;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue