mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&.large {
|
||||
padding: 1em 1.8em;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue