Spam links are just as destructive as trash (more so, actually, since they deprecate the comment). Now they are also colored red, like trash. props caesarsgrunt. fixes #11304
git-svn-id: http://svn.automattic.com/wordpress/trunk@12335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -641,8 +641,10 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
|
||||
|
||||
table.widefat span.delete a,
|
||||
table.widefat span.trash a,
|
||||
table.widefat span.spam a,
|
||||
#dashboard_recent_comments .delete a,
|
||||
#dashboard_recent_comments .trash a {
|
||||
#dashboard_recent_comments .trash a,
|
||||
#dashboard_recent_comments .spam a {
|
||||
color: #bc0b0b;
|
||||
}
|
||||
|
||||
@@ -742,8 +744,10 @@ abbr.required,
|
||||
.widget-control-remove:hover,
|
||||
table.widefat .delete a:hover,
|
||||
table.widefat .trash a:hover,
|
||||
table.widefat .spam a:hover,
|
||||
#dashboard_recent_comments .delete a:hover,
|
||||
#dashboard_recent_comments .trash a:hover {
|
||||
#dashboard_recent_comments .trash a:hover,
|
||||
#dashboard_recent_comments .spam a:hover {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -636,8 +636,10 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
|
||||
|
||||
table.widefat span.delete a,
|
||||
table.widefat span.trash a,
|
||||
table.widefat span.spam a,
|
||||
#dashboard_recent_comments .delete a,
|
||||
#dashboard_recent_comments .trash a {
|
||||
#dashboard_recent_comments .trash a,
|
||||
#dashboard_recent_comments .spam a {
|
||||
color: #bc0b0b;
|
||||
}
|
||||
|
||||
@@ -741,8 +743,10 @@ abbr.required,
|
||||
.widget-control-remove:hover,
|
||||
table.widefat .delete a:hover,
|
||||
table.widefat .trash a:hover,
|
||||
table.widefat .spam a:hover,
|
||||
#dashboard_recent_comments .delete a:hover,
|
||||
#dashboard_recent_comments .trash a:hover {
|
||||
#dashboard_recent_comments .trash a:hover
|
||||
#dashboard_recent_comments .spam a:hover {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user