Refining tooltip css

This commit is contained in:
Yohan Boniface 2016-07-08 14:30:04 +02:00
parent 64ba1f7f95
commit 41da75c41c

3
dist/leaflet.css vendored
View File

@ -546,7 +546,7 @@
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 2px;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
@ -554,6 +554,7 @@
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;