Merge branch 'ent-5089-color-cabeceras-informes-pdf' into 'develop'

Changed pdf report header colours(lighter)

See merge request artica/pandorafms!2968
This commit is contained in:
Daniel Rodriguez 2019-12-17 12:17:01 +01:00
commit 3b0de7d448
1 changed files with 15 additions and 1 deletions

View File

@ -35,6 +35,16 @@ table.header_table {
table.header_table thead tr th,
table.header_table tbody tr td {
padding: 10px;
background-color: #acacac;
}
table thead tr th {
background-color: #acacac;
}
table thead tr th.title_table_pdf {
background-color: #d6d6d6;
color: #1c1c1c;
}
thead.header_tr tr {
@ -52,7 +62,7 @@ thead.header_tr tr th.th_first {
}
thead.header_tr tr th.th_description {
background-color: #f5f5f5;
background-color: #fafafa;
color: #1c1c1c;
text-align: justify;
}
@ -81,6 +91,10 @@ table.table_agent_module tr td {
padding: 5px;
}
table.header_table tbody tr td {
background-color: #fafafa;
}
/* TABLE OF CONTENTS */
div.mpdf_toc {
font-family: sans-serif;