fix: preserve AM/PM when dragging reservation; add drag & drop car reordering
Agent-Logs-Url: https://github.com/pdf114514/CarReservation/sessions/c5f8f1a2-8a8b-4951-8442-76ce37d906ae Co-authored-by: pdf114514 <57948770+pdf114514@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
81767e5270
commit
3b49844d0b
@@ -111,6 +111,16 @@
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.table tbody tr[draggable] {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.dragOver {
|
||||
background: #eff6ff !important;
|
||||
outline: 2px dashed #1a56db;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.idCell {
|
||||
color: #9ca3af;
|
||||
width: 80px;
|
||||
|
||||
Reference in New Issue
Block a user