Background white PDFS
This commit is contained in:
parent
ac3816709c
commit
9a21c40780
|
@ -28,6 +28,10 @@
|
|||
* ============================================================================
|
||||
*/
|
||||
|
||||
body {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
table.header_table {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -211,3 +215,7 @@ table tbody td.cellBorder1 {
|
|||
table tbody td.cellBig {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
table.info_table > tbody > tr:nth-child(even) {
|
||||
background-color: #e5e9ed !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue