Merge pull request #1684 from ahocevar/ie-cursor

Changing pointer cursor in examples is broken
This commit is contained in:
ahocevar
2014-02-12 23:30:06 +01:00

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;