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
This commit is contained in:
Konstantin Obenland 2015-07-01 00:18:46 +00:00
parent 7718755e2e
commit f733d8a91d
1 changed files with 6 additions and 1 deletions

View File

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