]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/openlayers/theme/openstreetmap/style.css.scss
Move OL control styling to OL theme
[rails.git] / app / assets / openlayers / theme / openstreetmap / style.css.scss
index 6c6cf3cd3e9efbfd76e715d2c3e6027689049e88..bd755a53a1787d6bc0b25bf205bbc9240ca80f49 100644 (file)
@@ -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;
 }