From 2123afcbd3c41d9e6271e78684d4339e0567bf19 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 15 Mar 2014 04:25:55 +0000 Subject: [PATCH] All destructive row actions should be styled as such. This fixes spam and trash links in the dashboard activity widget. props avryl. fixes #27370. git-svn-id: https://develop.svn.wordpress.org/trunk@27547 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index d8866d097e..9a1a7fa650 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -793,9 +793,9 @@ hr { border-bottom: 1px solid #fafafa; } -table.widefat span.delete a, -table.widefat span.trash a, -table.widefat span.spam a, +.row-actions span.delete a, +.row-actions span.trash a, +.row-actions span.spam a, .plugins a.delete, #all-plugins-table .plugins a.delete, #search-plugins-table .plugins a.delete, @@ -809,9 +809,9 @@ table.widefat span.spam a, abbr.required, .file-error, .widget-control-remove:hover, -table.widefat .delete a:hover, -table.widefat .trash a:hover, -table.widefat .spam a:hover, +.row-actions .delete a:hover, +.row-actions .trash a:hover, +.row-actions .spam a:hover, .plugins a.delete:hover, #all-plugins-table .plugins a.delete:hover, #search-plugins-table .plugins a.delete:hover,