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