From: Tom Hughes Date: Sun, 7 Jul 2013 08:56:46 +0000 (+0100) Subject: Treat disabled buttons as deemphasized but without any hover effect X-Git-Tag: live~4905 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/68b265fb153b85868bc1b207e9d5a6a26c2b551e Treat disabled buttons as deemphasized but without any hover effect --- 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; }