Make WordPress Core

Changeset 33012


Ignore:
Timestamp:
07/01/2015 12:18:46 AM (8 years ago)
Author:
obenland
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-widgets.css

    r32649 r33012  
    143143.reordering .reorder-done {
    144144    display: block;
    145     color: #aa0000;
     145    color: #0073aa;
     146}
     147
     148.reordering .reorder-done:hover,
     149.reordering .reorder-done:active {
     150    color: #00a0d2;
    146151}
    147152
Note: See TracChangeset for help on using the changeset viewer.