/*
*= require theme/default/style
*= require theme/openstreetmap/SimpleLayerSwitcher
+ *= require theme/openstreetmap/SimplePanZoom
*/
.olControlOverviewMapExtentRectangle {
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;
}