X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2a11b9682c74c2440b80d40d379bc9861afd2f0f..0ba1839e78e694ab4ac1ca9fc650df1eec101b7c:/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 6c6cf3cd3..bd755a53a 100644 --- a/app/assets/openlayers/theme/openstreetmap/style.css.scss +++ b/app/assets/openlayers/theme/openstreetmap/style.css.scss @@ -1,6 +1,7 @@ /* *= require theme/default/style *= require theme/openstreetmap/SimpleLayerSwitcher + *= require theme/openstreetmap/SimplePanZoom */ .olControlOverviewMapExtentRectangle { @@ -50,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; }