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:
parent
0fe3ffaf59
commit
6dde834d22
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user