Allow application developers to modify cursors

With this change, cursors can be set on the map target again.
This commit is contained in:
ahocevar
2014-02-12 11:09:59 +01:00
parent 0764ea99ee
commit b7757e6a1d

View File

@@ -159,12 +159,8 @@ a.ol-full-screen-true:after {
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
cursor: default;
}
.ol-viewport .ol-unselectable:not([ie8andbelow]) {
cursor: auto;
}
.ol-zoom {
position: absolute;
top: 8px;