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:
parent
a0467d5cda
commit
3fd2769caa
File diff suppressed because one or more lines are too long
|
@ -340,16 +340,14 @@ a.button-primary:active {
|
||||||
.button-secondary:disabled,
|
.button-secondary:disabled,
|
||||||
a.button.disabled {
|
a.button.disabled {
|
||||||
color: #aaa !important;
|
color: #aaa !important;
|
||||||
border-color: #bbb !important;
|
border-color: #ddd !important;
|
||||||
background: #ddd !important;
|
|
||||||
text-shadow: 1px 1px 2px white !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-primary-disabled,
|
.button-primary-disabled,
|
||||||
.button-primary[disabled],
|
.button-primary[disabled],
|
||||||
.button-primary:disabled {
|
.button-primary:disabled {
|
||||||
color: #B0C3E2 !important;
|
color: #B0C3E2 !important;
|
||||||
background: #6590A6 none repeat scroll 0 0 !important;
|
background: #6590A6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -340,16 +340,14 @@ a.button-primary:active {
|
||||||
.button-secondary:disabled,
|
.button-secondary:disabled,
|
||||||
a.button.disabled {
|
a.button.disabled {
|
||||||
color: #aaa !important;
|
color: #aaa !important;
|
||||||
border-color: #bbb !important;
|
border-color: #ddd !important;
|
||||||
background: #ddd !important;
|
|
||||||
text-shadow: 1px 1px 2px white !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-primary-disabled,
|
.button-primary-disabled,
|
||||||
.button-primary[disabled],
|
.button-primary[disabled],
|
||||||
.button-primary:disabled {
|
.button-primary:disabled {
|
||||||
color: #9FD0D5 !important;
|
color: #9FD0D5 !important;
|
||||||
background: #298CBA none repeat scroll 0 0 !important;
|
background: #298CBA !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
|
|
Loading…
Reference in New Issue