Buttons: Update colors for disabled buttons.
Props hugobaeta. Fixes #31459. git-svn-id: https://develop.svn.wordpress.org/trunk@35697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
03a4df50c7
commit
01a6fe13f9
@ -265,9 +265,9 @@ TABLE OF CONTENTS:
|
|||||||
.wp-core-ui .button-primary:disabled,
|
.wp-core-ui .button-primary:disabled,
|
||||||
.wp-core-ui .button-primary-disabled,
|
.wp-core-ui .button-primary-disabled,
|
||||||
.wp-core-ui .button-primary.disabled {
|
.wp-core-ui .button-primary.disabled {
|
||||||
color: #94cde7 !important;
|
color: #66c6e4 !important;
|
||||||
background: #298cba !important;
|
background: #008ec2 !important;
|
||||||
border-color: #1b607f !important;
|
border-color: #007cb2 !important;
|
||||||
-webkit-box-shadow: none !important;
|
-webkit-box-shadow: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
|
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user