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/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>
|
||||||
|
|
||||||
|
@ -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 () {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user