tweaks to disabled style of buttons

This commit is contained in:
Dave Cranwell 2014-11-13 13:47:30 +00:00
parent b820a873fd
commit d143c6f7c0
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
background-color:$color-grey-3 !important;
border-color:$color-grey-3 !important;
color:lighten($color-grey-2, 15%) !important;
cursor:default;
cursor:not-allowed;
}
&.button-secondary:disabled, &.button-secondary[disabled], &.button-secondary.disabled{
background-color: white !important;

View file

@ -195,7 +195,7 @@ ul.listing{
}
}
.button{
.button-secondary{
border-color:$color-grey-3;
font-size:0.84em; /* 0.01em difference to regular small buttons */