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:
parent
7718755e2e
commit
f733d8a91d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user