diff options
Diffstat (limited to 'printing_templates/Flowlayout.html')
-rw-r--r-- | printing_templates/Flowlayout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index f035e2172..cab684e7e 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -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 { |