[mylocation] Update icons to match standard better

pull/3699/head
Logan B 2024-12-22 13:45:49 -06:00
parent 8425b448d1
commit 12ef79ec1e
1 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@
</div> </div>
<div id="controls"> <div id="controls">
<span id="select-hint">Click the map to select a location</span> <span id="select-hint">Click the map to select a location</span>
<button id="locate" class="btn" title="Center on your location"><i class="icon icon-location"></i></button> <button id="locate" class="btn" title="Locate me">&#x26ef;</button>
<button id="find-marker" class="btn" style="display:none" title="Center on your marker"><i class="icon icon-flag"></i></button> <button id="find-marker" class="btn" style="display:none" title="Locate marker"><i class="icon icon-location"></i></button>
<button id="select" class="btn btn-primary" style="display:none">Save</button><br/> <button id="select" class="btn btn-primary" style="display:none">Save</button><br/>
</div> </div>