From: Saman Bemel-Benrud Date: Mon, 29 Jul 2013 21:55:21 +0000 (-0400) Subject: Differentiate between minor and disabled buttons X-Git-Tag: live~4864 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8d4a8031380d7eb2e9929586583b4390951d5ade?ds=inline Differentiate between minor and disabled buttons --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c0a8a457a..01b3f3344 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -6,6 +6,7 @@ $offwhite: #f4f4ff; $blue: #7092FF; $lightblue: #B8C5F0; $grey: #AAA; +$lightgrey: #CCC; $keyline: #CCC; $hovercolor: 20%; @@ -1724,7 +1725,10 @@ a.button { } } &:disabled { - background: $lightblue; + background: $lightgrey; + &:hover { + background: $lightgrey; + } } &:last-child { margin-bottom: 0;