Remove background from .button[disabled]

git-svn-id: http://svn.automattic.com/wordpress/trunk@11876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-08-25 07:50:29 +00:00
parent a0467d5cda
commit 3fd2769caa
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,