From f733d8a91dbdc8697ea0adf8244f73baa69e58d9 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 1 Jul 2015 00:18:46 +0000 Subject: [PATCH] Customizer: Fresh colors for Reorder Done button. When reordering Widgets or Menus, the red colorcould suggest it would cancel the changes, rather than save them. The blue suggests it's clickable and is more in line with the Close link on open Widgets. Fixes #32811. git-svn-id: https://develop.svn.wordpress.org/trunk@33012 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/customize-widgets.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/customize-widgets.css b/src/wp-admin/css/customize-widgets.css index 359678e814..5304d08c2a 100644 --- a/src/wp-admin/css/customize-widgets.css +++ b/src/wp-admin/css/customize-widgets.css @@ -142,7 +142,12 @@ .reordering .reorder-done { display: block; - color: #aa0000; + color: #0073aa; +} + +.reordering .reorder-done:hover, +.reordering .reorder-done:active { + color: #00a0d2; } #customize-theme-controls .reordering .add-new-widget {