X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0c471ae14d38ce09a6cfd6c8a7d312ee19cdf7e5..8d4a8031380d7eb2e9929586583b4390951d5ade:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 69815aecc..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; @@ -1975,7 +1979,6 @@ a.button { left: $lineheight/4; min-width: 15px; min-height: 15px; - background: image-url("sprite.png") 0 -45px no-repeat; } .permalink span {