Ensure disabled secondary buttons do not change background on hover or active.

props helen.
fixes #26785.


git-svn-id: https://develop.svn.wordpress.org/trunk@27282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-02-26 08:06:33 +00:00
parent 0fe3ffaf59
commit 6dde834d22
1 changed files with 1 additions and 0 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;