[OpenLayers-Commits] r10859 - trunk/openlayers/theme/default
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Oct 26 02:48:36 EDT 2010
Author: fredj
Date: 2010-10-25 23:48:35 -0700 (Mon, 25 Oct 2010)
New Revision: 10859
Modified:
trunk/openlayers/theme/default/style.css
Log:
add '-khtml-user-select: none;' to prevent the selection of the element .r=erilem (closes #2898)
Modified: trunk/openlayers/theme/default/style.css
===================================================================
--- trunk/openlayers/theme/default/style.css 2010-10-22 20:34:21 UTC (rev 10858)
+++ trunk/openlayers/theme/default/style.css 2010-10-26 06:48:35 UTC (rev 10859)
@@ -11,6 +11,7 @@
div.olLayerDiv {
-moz-user-select: none;
+ -khtml-user-select: none;
}
.olLayerGoogleCopyright {
@@ -322,6 +323,7 @@
.olControlNoSelect {
-moz-user-select: none;
+ -khtml-user-select: none;
}
.olImageLoadError {
More information about the Commits
mailing list