diff --git a/src/wp-admin/css/colors/_mixins.scss b/src/wp-admin/css/colors/_mixins.scss
index 4d0c079d1f..5781095331 100644
a
|
b
|
|
39 | 39 | &:disabled, |
40 | 40 | &.button-primary-disabled, |
41 | 41 | &.disabled { |
42 | | color: hsl( hue( $button-color ), 10%, 80% ) !important; |
43 | | background: darken( $button-color, 8% ) !important; |
44 | | border-color: darken( $button-color, 8% ) !important; |
| 42 | color: #a0a5aa !important; |
| 43 | background: #f7f7f7 !important; |
| 44 | border-color: #ddd !important; |
45 | 45 | text-shadow: none !important; |
46 | 46 | } |
47 | 47 | } |
diff --git a/src/wp-includes/css/buttons.css b/src/wp-includes/css/buttons.css
index f955c9f9f5..b505af2053 100644
a
|
b
|
TABLE OF CONTENTS: |
181 | 181 | border-color: #ddd !important; |
182 | 182 | background: #f7f7f7 !important; |
183 | 183 | box-shadow: none !important; |
184 | | text-shadow: 0 1px 0 #fff !important; |
185 | 184 | cursor: default; |
186 | 185 | transform: none !important; |
187 | 186 | } |
… |
… |
TABLE OF CONTENTS: |
276 | 275 | .wp-core-ui .button-primary:disabled, |
277 | 276 | .wp-core-ui .button-primary-disabled, |
278 | 277 | .wp-core-ui .button-primary.disabled { |
279 | | color: #66c6e4 !important; |
280 | | background: #008ec2 !important; |
281 | | border-color: #008ec2 !important; |
| 278 | color: #a0a5aa !important; |
| 279 | background: #f7f7f7 !important; |
| 280 | border-color: #ddd !important; |
282 | 281 | box-shadow: none !important; |
283 | 282 | text-shadow: none !important; |
284 | 283 | cursor: default; |