buttons style

This commit is contained in:
Tykayn 2024-12-23 00:32:17 +01:00 committed by tykayn
parent 8c3bdd5409
commit 12b399615c
3 changed files with 5 additions and 4 deletions

View File

@ -110,13 +110,13 @@
<img class="icon-img" src="img/socket_typee.svg" alt="prise"> <img class="icon-img" src="img/socket_typee.svg" alt="prise">
<img class="icon-img" src="img/chademo.svg" alt="prise"> <img class="icon-img" src="img/chademo.svg" alt="prise">
</div> </div>
<button id="removeMarkers"> <button id="removeMarkers" class="rounded-button">
🗑️ Effacer les marqueurs 🗑️ Effacer les marqueurs
</button> </button>
<button id="chercherButton"> <button id="chercherButton" class="rounded-button">
🔄 Recharger 🔄 Recharger
</button> </button>
<button id="setRandomView"> <button id="setRandomView" class="rounded-button">
🎲 Une ville au hasard 🎲 Une ville au hasard
</button> </button>

View File

@ -621,6 +621,7 @@ $(document).ready(function () {
// boutons de toggle et de cycle de visibilité // boutons de toggle et de cycle de visibilité
// //
$('#chercherButton').on('click', function () { $('#chercherButton').on('click', function () {
supprimerMarqueurs()
loadOverpassQuery() loadOverpassQuery()
}) })
$('#setRandomView').on('click', function () { $('#setRandomView').on('click', function () {

View File

@ -83,7 +83,7 @@ img.leaflet-marker-icon.tag-socket\:type2_yes {
border-width: 3px; border-width: 3px;
} }
#chercherButton, .rounded-button,
.navigation-link, .navigation-link,
.edit-button { .edit-button {
background: #497cd3; background: #497cd3;