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:
@@ -11,6 +11,7 @@ div.olMapViewport {
|
|||||||
|
|
||||||
div.olLayerDiv {
|
div.olLayerDiv {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.olLayerGoogleCopyright {
|
.olLayerGoogleCopyright {
|
||||||
@@ -322,6 +323,7 @@ div.olControlSaveFeaturesItemInactive {
|
|||||||
|
|
||||||
.olControlNoSelect {
|
.olControlNoSelect {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.olImageLoadError {
|
.olImageLoadError {
|
||||||
|
|||||||
Reference in New Issue
Block a user