mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
1dbe10fe27
commit
e0ecccfa7b
5 changed files with 18 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue