mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Disabled styles for disabled buttons
Duh
This commit is contained in:
parent
c17271a4c4
commit
38c62141cf
1 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,11 @@ input[type=checkbox]:checked + .checkbox:after { opacity: 1; }
|
||||||
box-shadow: rgba(0,0,0,0.3) 0 1px 3px inset;
|
box-shadow: rgba(0,0,0,0.3) 0 1px 3px inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
&.large {
|
&.large {
|
||||||
padding: 1em 1.8em;
|
padding: 1em 1.8em;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue