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: https://develop.svn.wordpress.org/trunk@12335 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b63538c44a
commit
0cc6b29c9b
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;
|
||||
}
|
||||
|
||||
|
@ -425,7 +425,7 @@ function wp_default_styles( &$styles ) {
|
||||
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
|
||||
|
||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
$colors_version = '20091202';
|
||||
$colors_version = '20091207';
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091202' );
|
||||
$styles->add_data( 'wp-admin', 'rtl', "/wp-admin/rtl$suffix.css" );
|
||||
|
Loading…
Reference in New Issue
Block a user