pull/814/head
Piero Toffanin 2020-02-11 23:00:42 -05:00
rodzic 300ec0b096
commit 73d5c0af72
3 zmienionych plików z 9 dodań i 16 usunięć

Wyświetl plik

@ -1,10 +1,11 @@
.leaflet-control-layers-control{
.leaflet-touch .leaflet-control-layers-control, .leaflet-control-layers-control{
z-index: 999;
a.leaflet-control-layers-control-button{
background: url(../icons/layers.svg) 0 0 no-repeat;
background-size: 26px 26px;
border-radius: 2px;
background-position: 2px 2px;
}
div.layers-control-panel{ display: none; }
@ -19,6 +20,3 @@
}
}
}
.leaflet-touch .leaflet-control-layers-control a {
background-position: 2px 2px;
}

Wyświetl plik

@ -1,4 +1,4 @@
.leaflet-touch .leaflet-control-layers-control{
.leaflet-touch .leaflet-control-layers-control, .leaflet-control-layers-control{
.layers-control-layer{
clear: both;

Wyświetl plik

@ -13,11 +13,12 @@
padding-bottom: 6px;
}
.leaflet-control-layers-toggle{
.leaflet-touch .leaflet-control-layers-toggle, .leaflet-control-layers-toggle{
background: no-repeat center/90% url(../icons/basemap.svg);
border-radius: 2px;
width: 26px;
height: 26px;
width: 30px;
height: 30px;
background-size: 22px;
}
.leaflet-popup-content{
@ -55,12 +56,6 @@
margin-right: 12px;
}
.leaflet-touch .leaflet-control-layers-toggle{
width: 30px;
height: 30px;
background-size: 22px;
}
.popup-opacity-slider{
margin-bottom: 6px;
}
@ -93,7 +88,7 @@
}
}
.leaflet-touch .leaflet-control-add-overlay a {
.leaflet-touch .leaflet-control-add-overlay a, .leaflet-control-add-overlay a {
background-position: 2px 2px;
}
}