appearance: much more fixes

This commit is contained in:
muerwre 2018-11-27 13:07:50 +07:00
parent 291280c52e
commit b586663827
11 changed files with 64 additions and 23 deletions

View file

@ -9,6 +9,10 @@
cursor: crosshair;
}
.leaflet-touch .leaflet-bar a {
border-radius: @panel_radius !important;
}
.leaflet-vertex-icon, .leaflet-middle-icon {
outline: none !important;
border-radius: 10px;
@ -66,7 +70,7 @@
position: fixed;
top: 10px;
left: 10px;
border-radius: 2px 0 0 2px;
border-radius: @panel_radius 0 0 @panel_radius;
z-index: 3;
box-shadow: @bar_shadow;
cursor: pointer;