From 7fd2257141a7cae67256532aca1ba0cb4cb9b045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 22 Jan 2017 16:37:23 +0100 Subject: [PATCH] Disabled state fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/inputs.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 924344bea7e..2b22fdc26e5 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -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 {