Ensure disabled secondary buttons do not change background on hover or active.
props helen. fixes #26785. Built from https://develop.svn.wordpress.org/trunk@27282 git-svn-id: http://core.svn.wordpress.org/trunk@27138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0406d292c9
commit
6b4cf7e36e
|
@ -170,6 +170,7 @@ TABLE OF CONTENTS:
|
|||
.wp-core-ui .button-disabled {
|
||||
color: #aaa !important;
|
||||
border-color: #ddd !important;
|
||||
background: #f7f7f7 !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -170,6 +170,7 @@ TABLE OF CONTENTS:
|
|||
.wp-core-ui .button-disabled {
|
||||
color: #aaa !important;
|
||||
border-color: #ddd !important;
|
||||
background: #f7f7f7 !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue