1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00

Added secondTableHeader style to templates

This commit is contained in:
Hillel Coren 2017-06-20 13:11:44 +03:00
parent e178aea6ad
commit db00e670e3
2 changed files with 7 additions and 1 deletions

View File

@ -178,6 +178,9 @@
"fontSize": "$fontSizeLargest",
"bold": true
},
"secondTableHeader": {
"color": "$secondaryColor:#374e6b"
},
"costTableHeader": {
"alignment": "right"
},

View File

@ -192,6 +192,9 @@
"fontSize": "$fontSizeLargest",
"color": "#FFFFFF"
},
"secondTableHeader": {
"color": "$primaryColor:#009d91"
},
"costTableHeader": {
"alignment": "right"
},
@ -266,4 +269,4 @@
}
},
"pageMargins": [40, 40, 40, 40]
}
}