Add style for disabled button.
This commit is contained in:
parent
20c36f7c8b
commit
9650f67139
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ a.button, button, input[type="submit"], input[type="reset"]
|
|||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
&:disabled
|
||||
{
|
||||
opacity: 60%;
|
||||
}
|
||||
|
||||
&.flat
|
||||
{
|
||||
box-shadow: 0 0 0 0 transparent;
|
||||
|
|
Loading…
Reference in a new issue