Make WordPress Core

Changeset 35697


Ignore:
Timestamp:
11/18/2015 10:46:25 PM (8 years ago)
Author:
ocean90
Message:

Buttons: Update colors for disabled buttons.

Props hugobaeta.
Fixes #31459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/buttons.css

    r35657 r35697  
    266266.wp-core-ui .button-primary-disabled,
    267267.wp-core-ui .button-primary.disabled {
    268     color: #94cde7 !important;
    269     background: #298cba !important;
    270     border-color: #1b607f !important;
     268    color: #66c6e4 !important;
     269    background: #008ec2 !important;
     270    border-color: #007cb2 !important;
    271271    -webkit-box-shadow: none !important;
    272272    box-shadow: none !important;
Note: See TracChangeset for help on using the changeset viewer.