From 68b265fb153b85868bc1b207e9d5a6a26c2b551e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 7 Jul 2013 09:56:46 +0100 Subject: [PATCH 1/1] Treat disabled buttons as deemphasized but without any hover effect --- app/assets/stylesheets/common.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d7c0b280c..e4be01bda 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1645,6 +1645,9 @@ a.button { background: darken($lightblue, $hovercolor); } } + &:disabled { + background: $lightblue; + } &:last-child { margin-bottom: 0; } -- 2.45.1