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/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>

View File

@ -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 () {

View File

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