Use desktop order search with row selection

This commit is contained in:
sas.fajri
2026-04-13 20:15:29 +07:00
parent 3ef5d72d4d
commit c0568d00f9
2 changed files with 231 additions and 131 deletions

View File

@@ -561,6 +561,18 @@ table {
background: rgba(255, 255, 255, 0.88);
}
.order-row {
cursor: pointer;
}
.order-row.active td {
background: rgba(185, 28, 28, 0.08);
}
.order-row:hover td {
background: rgba(185, 28, 28, 0.05);
}
th,
td {
padding: 14px 16px;