From a5e06e66e2bae0d31bebaf3f68c7515ba327ae21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Tue, 26 Oct 2010 06:48:35 +0000 Subject: [PATCH] add '-khtml-user-select: none;' to prevent the selection of the element .r=erilem (closes #2898) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10859 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- theme/default/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/default/style.css b/theme/default/style.css index 0627f0e153..c161418352 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -11,6 +11,7 @@ div.olMapViewport { div.olLayerDiv { -moz-user-select: none; + -khtml-user-select: none; } .olLayerGoogleCopyright { @@ -322,6 +323,7 @@ div.olControlSaveFeaturesItemInactive { .olControlNoSelect { -moz-user-select: none; + -khtml-user-select: none; } .olImageLoadError {