Printing: fix color numbers in printing templates

After adding the additional 'Table Cells 2' color to the color palette
fix the colors assigned to each field.

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 09:53:34 +02:00 committed by Lubomir I. Ivanov
parent 1dbe10fe27
commit e0ecccfa7b
5 changed files with 18 additions and 18 deletions

View file

@ -20,7 +20,7 @@
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
border-color: {{ template_options.color5 }};
border-color: {{ template_options.color6 }};
}
td {
@ -55,7 +55,7 @@
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
border-color: {{ template_options.color5 }};
border-color: {{ template_options.color6 }};
float: left;
}
@ -66,11 +66,11 @@
.fieldTitle {
background-color: {{ template_options.color2 }};
overflow: hidden;
color: {{ template_options.color3 }};
color: {{ template_options.color4 }};
}
.fieldData {
color: {{ template_options.color4 }};
color: {{ template_options.color5 }};
}
.table_class {