Disabled state fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-22 16:37:23 +01:00
parent 94a5290366
commit 7fd2257141
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ textarea,
&:not(#quota):hover,
&:focus,
&.active {
/* active class used for multiselect */
border-color: #0082c9;
outline: none;
}
@ -43,10 +44,10 @@ textarea,
}
}
&:disabled {
background-color: rgba(0, 0, 0, 0.1);
background-color: #eee;
color: #999;
cursor: default;
opacity: 0.9;
opacity: 0.5;
}
/* Primary action button, use sparingly */
&.primary {