Make WordPress Core


Ignore:
Timestamp:
04/11/2014 09:34:14 PM (11 years ago)
Author:
azaozz
Message:

Fix color of disabled buttons in non-default color schemes, props ryelle, fixes #27759

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_mixins.scss

    r27174 r28079  
    2626    &[disabled],
    2727    &:disabled,
    28     &.button-primary-disabled {
     28    &.button-primary-disabled,
     29    &.disabled {
    2930        color: hsl( hue( $button-color ), 10%, 80% ) !important;
    3031        background: darken( $button-color, 8% ) !important;
Note: See TracChangeset for help on using the changeset viewer.