add colors for print
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
|
@media print {
|
||||||
|
body {
|
||||||
|
-webkit-print-color-adjust: exact;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.person-details-row {
|
.person-details-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -45,6 +51,19 @@
|
|||||||
width: 98%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.table-header {
|
||||||
|
background-color: rgb(191, 191, 191) !important;
|
||||||
|
print-color-adjust: exact;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.vendorListHeading th {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.test-method {
|
.test-method {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 100 !important;
|
font-weight: 100 !important;
|
||||||
@@ -126,13 +145,13 @@
|
|||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="test-details-row">
|
<tr class="test-details-row">
|
||||||
<td class="test-details-col" style="width: 10%; margin: 10px;">
|
<td class="test-details-col" style="width: 20%; margin: 10px;">
|
||||||
<div style="margin: 10px;">Sickle Cell
|
<div style="margin: 10px;">Sickle Cell
|
||||||
Anemia
|
Anemia
|
||||||
<div class="test-method">(Method: HPOS)</div>
|
<div class="test-method">(Method: HPOS)</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 20%;">
|
<td style="width: 30%;">
|
||||||
<div class="result-value">Ra = 0.16</div>
|
<div class="result-value">Ra = 0.16</div>
|
||||||
<!-- <div class="test-cell-div">Normal</div>
|
<!-- <div class="test-cell-div">Normal</div>
|
||||||
<div class="test-cell-div">Sickle Cell Trait</div>
|
<div class="test-cell-div">Sickle Cell Trait</div>
|
||||||
@@ -140,7 +159,7 @@
|
|||||||
<div class="test-cell-div">Negative Borderline</div>
|
<div class="test-cell-div">Negative Borderline</div>
|
||||||
<div class="test-cell-div">Positive Borderline</div> -->
|
<div class="test-cell-div">Positive Borderline</div> -->
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 5%;">
|
<td style="width: 50%;">
|
||||||
<div class="test-cell-div">
|
<div class="test-cell-div">
|
||||||
< 0.16: Normal (HbA)</div>
|
< 0.16: Normal (HbA)</div>
|
||||||
<div class="test-cell-div">0.165 – 0.235: Sickle-cell Trait (HbAS)</div>
|
<div class="test-cell-div">0.165 – 0.235: Sickle-cell Trait (HbAS)</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user