Refining tooltip css
This commit is contained in:
parent
64ba1f7f95
commit
41da75c41c
3
dist/leaflet.css
vendored
3
dist/leaflet.css
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user