new system for address confrimation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user