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
+17
View File
@@ -156,6 +156,16 @@ table.if td.num {
height: auto;
cursor: pointer;
}
.edit_frm .invoice_layout .emailfrm .content {
color: #000;
}
.edit_frm .invoice_layout .emailfrm .content:empty::before {
content: "-";
min-width: 5rem;
height: 1rem;
display: block;
position: absolute;
}
.edit_frm .invoice_layout .emailfrm:hover div.axf {
display: block;
}
@@ -285,6 +295,13 @@ table.if td.num {
border-color: #FFF;
border-top: 1.5px solid #000;
}
.edit_frm .invoice_layout table.invi > tbody > tr {
/* Set-pricing display (see InvoiceSetPricing / $inv.d.applySetDisplay): the set
header line is emphasised the same way the PDF renders it (bold title). */
}
.edit_frm .invoice_layout table.invi > tbody > tr.sethdr td.txt {
font-weight: bold;
}
.edit_frm .invoice_layout table.invi th.currency, .edit_frm .invoice_layout table.invi th.num, .edit_frm .invoice_layout table.invi td.currency, .edit_frm .invoice_layout table.invi td.num {
text-align: right;
white-space: nowrap;