Buttons: Update colors for disabled buttons.
Props hugobaeta. Fixes #31459. Built from https://develop.svn.wordpress.org/trunk@35697 git-svn-id: http://core.svn.wordpress.org/trunk@35661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b10a946c2c
commit
68f16dca18
|
@ -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;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-beta4-35696';
|
$wp_version = '4.4-beta4-35697';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue