X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b812c070f127e8aacf6dd5dc2f5c0cae696ad3ac..e316f0e425cc934295c8e64cdcf03f00899f287c:/app/assets/openlayers/theme/openstreetmap/style.css.scss diff --git a/app/assets/openlayers/theme/openstreetmap/style.css.scss b/app/assets/openlayers/theme/openstreetmap/style.css.scss index b082c9933..bd755a53a 100644 --- a/app/assets/openlayers/theme/openstreetmap/style.css.scss +++ b/app/assets/openlayers/theme/openstreetmap/style.css.scss @@ -51,9 +51,14 @@ div.olControlZoom a { color: black; background: #ffffff; border: 1px solid #cccccc; + margin: 0 !important; // remove filter } +div.olControlZoom a.olControlZoomIn { + border-bottom: 0; +} + div.olControlZoom a:hover { background: #f5f5f5; }