mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
filter min power slider, display count of hidden stations
This commit is contained in:
parent
33c4bd0668
commit
a114635fce
10 changed files with 177 additions and 51 deletions
|
@ -10,6 +10,12 @@ overrides leaflet
|
|||
border: solid 3px white;
|
||||
}
|
||||
|
||||
.leaflet-control-layers {
|
||||
&.leaflet-control-layers-toggle {
|
||||
background: url('img/burger.png');
|
||||
}
|
||||
}
|
||||
|
||||
/* Styles pour les contrôles de couches */
|
||||
.leaflet-control-layers {
|
||||
&.base-layers {
|
||||
|
@ -51,4 +57,36 @@ overrides leaflet
|
|||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Styles pour les contrôles de calques
|
||||
.leaflet-control-layers {
|
||||
&.base-layers {
|
||||
.leaflet-control-layers-toggle {
|
||||
background-image: url('../img/burger.png') !important;
|
||||
background-size: 20px 20px !important;
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
width: 30px !important;
|
||||
height: 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.overlay-layers {
|
||||
.leaflet-control-layers-toggle {
|
||||
background-image: url('../img/pizza.png') !important;
|
||||
background-size: 20px 20px !important;
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-color: #3f74aa !important;
|
||||
width: 30px !important;
|
||||
height: 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Style commun pour le conteneur
|
||||
background: white;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue