X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c93308dd5c41a921305399980cfc8f1ed890daf7..8d4a8031380d7eb2e9929586583b4390951d5ade:/app/assets/stylesheets/common.css.scss 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;