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:
Andrew Nacin 2014-02-26 08:07:15 +00:00
parent 0406d292c9
commit 6b4cf7e36e
4 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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