X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b812c070f127e8aacf6dd5dc2f5c0cae696ad3ac..0ba1839e78e694ab4ac1ca9fc650df1eec101b7c:/app/assets/openlayers/theme/openstreetmap/style.css.scss?ds=sidebyside 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; }