From b7757e6a1d2cc4bccb4dcd2b8cd637e198178e99 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 12 Feb 2014 11:09:59 +0100 Subject: [PATCH] Allow application developers to modify cursors With this change, cursors can be set on the map target again. --- css/ol.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/ol.css b/css/ol.css index 79d5385efe..16933c8f4a 100644 --- a/css/ol.css +++ b/css/ol.css @@ -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;