X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d5356eb7d87b97d9562a035cf4ea70adbc5bef1b..68b265fb153b85868bc1b207e9d5a6a26c2b551e:/app/assets/stylesheets/common.css.scss?ds=sidebyside 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; }