Remove background from .button[disabled]

git-svn-id: https://develop.svn.wordpress.org/trunk@11876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-08-25 07:50:29 +00:00
parent aca0f9160d
commit e70491eae3
4 changed files with 6 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -340,16 +340,14 @@ a.button-primary:active {
.button-secondary:disabled,
a.button.disabled {
color: #aaa !important;
border-color: #bbb !important;
background: #ddd !important;
text-shadow: 1px 1px 2px white !important;
border-color: #ddd !important;
}
.button-primary-disabled,
.button-primary[disabled],
.button-primary:disabled {
color: #B0C3E2 !important;
background: #6590A6 none repeat scroll 0 0 !important;
background: #6590A6 !important;
}
a:hover,

File diff suppressed because one or more lines are too long

View File

@ -340,16 +340,14 @@ a.button-primary:active {
.button-secondary:disabled,
a.button.disabled {
color: #aaa !important;
border-color: #bbb !important;
background: #ddd !important;
text-shadow: 1px 1px 2px white !important;
border-color: #ddd !important;
}
.button-primary-disabled,
.button-primary[disabled],
.button-primary:disabled {
color: #9FD0D5 !important;
background: #298CBA none repeat scroll 0 0 !important;
background: #298CBA !important;
}
a:hover,