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.


Built from https://develop.svn.wordpress.org/trunk@33012


git-svn-id: http://core.svn.wordpress.org/trunk@32983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-01 00:19:24 +00:00
parent f18fabc300
commit ec407bc971
5 changed files with 15 additions and 5 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 {

File diff suppressed because one or more lines are too long

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 {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-33011';
$wp_version = '4.3-alpha-33012';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.