mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
tweaks to disabled style of buttons
This commit is contained in:
parent
b820a873fd
commit
d143c6f7c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue