mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Background white PDFS
This commit is contained in:
parent
ac3816709c
commit
9a21c40780
@ -28,6 +28,10 @@
|
|||||||
* ============================================================================
|
* ============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
table.header_table {
|
table.header_table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -211,3 +215,7 @@ table tbody td.cellBorder1 {
|
|||||||
table tbody td.cellBig {
|
table tbody td.cellBig {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.info_table > tbody > tr:nth-child(even) {
|
||||||
|
background-color: #e5e9ed !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user