Made OvervieMap interactive option default behavior

This commit is contained in:
Félix VEYSSEYRE
2017-03-20 17:15:47 +01:00
parent 328862172d
commit 6202c1736f
4 changed files with 26 additions and 44 deletions

View File

@@ -240,6 +240,6 @@
border: 2px dotted rgba(0,60,136,0.7);
}
.ol-overviewmap-interactive .ol-overviewmap-box:hover {
.ol-overviewmap .ol-overviewmap-box:hover {
cursor: move;
}