Add return pending status and related functionality for reservations

This commit is contained in:
Alvin
2025-10-22 14:34:43 +02:00
parent 56ebf599ea
commit 68b0f9c557
7 changed files with 34 additions and 18 deletions

View File

@@ -299,6 +299,12 @@ body {
border: 1px solid var(--vista-grey);
}
.reservation-return_pending {
background-color: #ffc107 !important;
color: var(--vista-blue) !important;
border: 1px solid var(--vista-peach);
}
.reservation-returned {
background-color: var(--vista-peach) !important;
color: var(--vista-white) !important;