|
|
@@ -38,7 +38,7 @@
|
|
|
</form>
|
|
|
|
|
|
<div id="modalConfirm" style="display:none;">
|
|
|
- <svg width="50" height="50" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<circle cx="12" cy="12" r="10"></circle>
|
|
|
<line x1="12" y1="8" x2="12" y2="12"></line>
|
|
|
<line x1="12" y1="16" x2="12.01" y2="16"></line>
|
|
|
@@ -49,7 +49,7 @@
|
|
|
<div class="buttonBox">
|
|
|
<button id="modalConfirmNoButton" class="button">CANCEL</button>
|
|
|
|
|
|
- <button id="modalConfirmButton" class="button">YES</button>
|
|
|
+ <button id="modalConfirmButton" class="dangerButton">DELETE</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -58,7 +58,7 @@
|
|
|
|
|
|
<div id="squareLocationsButtons"></div>
|
|
|
|
|
|
- <button id="squareLocationsCancel" class="button">CANCEL</button>
|
|
|
+ <button id="squareLocationsCancel" class="dangerButton">CANCEL</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|