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:
markjaquith 2009-12-07 23:45:02 +00:00
parent d71edf5122
commit 6c8f698427
5 changed files with 15 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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;
}

View File

@ -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" );