Printing: add color3 to templates and make it effective

Use the added color for 'Table cells 2'

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
Gehad elrobey 2015-08-07 10:07:57 +02:00 committed by Lubomir I. Ivanov
parent e0ecccfa7b
commit 04fc07405a
4 changed files with 4 additions and 1 deletions

View file

@ -81,6 +81,7 @@
}
.fieldData {
background-color: {{ template_options.color3 }};
color: {{ template_options.color5 }};
}