Make the view/edit text in the control unselectable

This commit is contained in:
Mihai Varga 2015-05-26 20:56:08 +03:00
parent 22232e070f
commit bd642c3d37

View file

@ -295,6 +295,15 @@
font-size: 24px;
}
/* View / Edit mode control */
.leaflet-control-editviewswitch {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* layers control */