underline : ps
This commit is contained in:
parent
5b7e6e6d8c
commit
94cc3690e1
@ -17,6 +17,9 @@
|
||||
#printPdfButton .ri-printer-line {
|
||||
font-size: 8px;
|
||||
}
|
||||
.dotted-underline {
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
.modal-lg, .modal-xl {
|
||||
max-width: 678px;
|
||||
}
|
||||
@ -71,7 +74,7 @@
|
||||
<tr>
|
||||
<td hidden><?= $row['invoice_date']; ?></td>
|
||||
<td class="preview-pdf" data-order="<?= $row['invoice_number']; ?>" data-invoice-id="<?= $row['invoice_id']; ?>">
|
||||
<a href="#" title="Preview PDF"><?= $row['invoice_number']; ?></a>
|
||||
<a href="#" title="Preview PDF" style="text-decoration: underline dotted !important;"><?= $row['invoice_number']; ?></a>
|
||||
</td>
|
||||
<td class="preview-pdf" data-order="<?= strtotime($row['invoice_date']); ?>" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $invoice_date; ?></td>
|
||||
<td class="preview-pdf" data-order="<?= $row['customer_name']; ?>" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['customer_name']; ?></td>
|
||||
|
||||
@ -19,6 +19,11 @@
|
||||
.modal-lg, .modal-xl {
|
||||
max-width: 678px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.dotted-underline {
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
</style>
|
||||
<!-- /* CSS for modal content */
|
||||
#pdfPreviewModal .modal-body {
|
||||
@ -107,7 +112,7 @@
|
||||
<tr>
|
||||
<td hidden><?= $row['invoice_date']; ?></td>
|
||||
<td class="preview-pdf" data-order="<?= $row['invoice_number']; ?>" data-invoice-id="<?= $row['invoice_id']; ?>">
|
||||
<a href="#" title="Preview PDF"><?= $row['invoice_number']; ?></a>
|
||||
<a href="#" title="Preview PDF" style="text-decoration: underline dotted !important;"><?= $row['invoice_number']; ?></a>
|
||||
</td>
|
||||
<td class="preview-pdf" data-order="<?= strtotime($row['invoice_date']); ?>" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $invoice_date; ?></td>
|
||||
<td class="preview-pdf" data-order="<?= $row['customer_name']; ?>" data-invoice-id="<?= $row['invoice_id']; ?>"><?= $row['customer_name']; ?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user