buttons style
This commit is contained in:
parent
8c3bdd5409
commit
12b399615c
@ -110,13 +110,13 @@
|
||||
<img class="icon-img" src="img/socket_typee.svg" alt="prise">
|
||||
<img class="icon-img" src="img/chademo.svg" alt="prise">
|
||||
</div>
|
||||
<button id="removeMarkers">
|
||||
<button id="removeMarkers" class="rounded-button">
|
||||
🗑️ Effacer les marqueurs
|
||||
</button>
|
||||
<button id="chercherButton">
|
||||
<button id="chercherButton" class="rounded-button">
|
||||
🔄 Recharger
|
||||
</button>
|
||||
<button id="setRandomView">
|
||||
<button id="setRandomView" class="rounded-button">
|
||||
🎲 Une ville au hasard
|
||||
</button>
|
||||
|
||||
|
@ -621,6 +621,7 @@ $(document).ready(function () {
|
||||
// boutons de toggle et de cycle de visibilité
|
||||
//
|
||||
$('#chercherButton').on('click', function () {
|
||||
supprimerMarqueurs()
|
||||
loadOverpassQuery()
|
||||
})
|
||||
$('#setRandomView').on('click', function () {
|
||||
|
@ -83,7 +83,7 @@ img.leaflet-marker-icon.tag-socket\:type2_yes {
|
||||
border-width: 3px;
|
||||
}
|
||||
|
||||
#chercherButton,
|
||||
.rounded-button,
|
||||
.navigation-link,
|
||||
.edit-button {
|
||||
background: #497cd3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user