mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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:
File diff suppressed because one or more lines are too long
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user