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
This commit is contained in:
Frédéric Junod
2010-10-26 06:48:35 +00:00
parent e087e31621
commit a5e06e66e2

View File

@@ -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 {