new system for address confrimation

This commit is contained in:
2025-07-16 18:25:50 -06:00
parent 34f71c05c2
commit 330101418c
5 changed files with 166 additions and 23 deletions

View File

@@ -177,6 +177,28 @@ body {
background-color: #c0392b;
}
/* Disabled button styles */
.btn:disabled {
opacity: 0.6;
cursor: not-allowed;
background-color: #6c757d;
}
.btn:disabled:hover {
background-color: #6c757d;
transform: none;
}
.btn-primary:disabled {
background-color: #6c757d;
border-color: #6c757d;
}
.btn-primary:disabled:hover {
background-color: #6c757d;
border-color: #6c757d;
}
/* Crosshair for location selection */
.crosshair {
position: absolute;