0
Fork 0
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:
John O'Nolan 2014-01-03 22:13:02 +01:00
parent c17271a4c4
commit 38c62141cf

View file

@ -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;