enable actions for multi (group) orders and ordergroup invoices
This commit is contained in:
parent
f676497e43
commit
e902aa0d5a
44 changed files with 550 additions and 324 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue