added improvements on set proces and minor other improvements

This commit is contained in:
Stefan
2026-07-13 22:40:08 +02:00
parent 5c0fdc6c1d
commit 5f85b75c22
55 changed files with 1170 additions and 357 deletions
@@ -62,6 +62,18 @@
height: auto;
cursor: pointer;
.content {
color: #000;
}
.content:empty::before {
content: '-';
min-width: 5rem;
height: 1rem;
display: block;
position: absolute;
}
&:hover {
div.axf {
display: block;
@@ -232,6 +244,12 @@
border-color: #FFF;
border-top: 1.5px solid #000;
}
/* Set-pricing display (see InvoiceSetPricing / $inv.d.applySetDisplay): the set
header line is emphasised the same way the PDF renders it (bold title). */
&.sethdr td.txt {
font-weight: bold;
}
}
> tfoot > tr {