added improvements on set proces and minor other improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user