enable actions for multi (group) orders and ordergroup invoices

This commit is contained in:
viehlieb 2025-05-19 16:37:05 +02:00
parent f676497e43
commit e902aa0d5a
44 changed files with 550 additions and 324 deletions

View file

@ -26,6 +26,29 @@
}
.expanded-row{
td {
padding-top: 0 !important;
}
}
.hidden{
display: none;
}
.border td{
background-color: rgb(231, 231, 194) !important;
}
.bordered {
.order-modal{
background-color: lightgoldenrodyellow !important;
padding-bottom: 2em ;
}
.multi-order-modal{
background-color: lightgoldenrodyellow !important;
padding-bottom: 2em ;
}
}
.table.group-order-invoices-table tr{
background-color: rgb(255, 255, 233);
}