Fix some touch related icon CSS issues

fix #586
This commit is contained in:
Yohan Boniface 2018-06-16 12:58:48 +02:00
parent 68fc62ddbd
commit 9877b31f43

View file

@ -28,6 +28,11 @@
width: 36px; width: 36px;
background-size: 36px 68px; background-size: 36px 68px;
} }
.leaflet-touch .leaflet-control-fullscreen a {
height: 36px;
width: 36px;
background-position: 0px 0px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a { .leaflet-fullscreen-on .leaflet-control-fullscreen a {
background-position: 0 -32px; background-position: 0 -32px;
} }
@ -1292,6 +1297,14 @@ a.add-datalayer:hover,
.leaflet-inplace-toolbar { .leaflet-inplace-toolbar {
z-index: 10000!important; z-index: 10000!important;
} }
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
border-width: 1px;
}
.leaflet-touch .leaflet-bar a {
width: 36px;
height: 36px;
line-height: 36px;
}
/* ****** */ /* ****** */
/* Mobile */ /* Mobile */