From 29224a8541e3279a949fd3a370c4b46fb48f546c Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Mon, 15 Dec 2025 08:06:38 +0100 Subject: [PATCH] Bugfix Aufklappbutton im Assistenten #5 --- .../viz/schluesseltabellen/fm_templates.unl | 2 +- superx/xml/viz_components.xsl | 80 ++++++++++++++++++- superx/xml/viz_html_chart.xsl | 4 +- .../viz_html_chart_viewer_mask_and_table.xsl | 2 +- 4 files changed, 80 insertions(+), 8 deletions(-) diff --git a/src-modules/module/viz/schluesseltabellen/fm_templates.unl b/src-modules/module/viz/schluesseltabellen/fm_templates.unl index a0e859d..12ddf95 100644 --- a/src-modules/module/viz/schluesseltabellen/fm_templates.unl +++ b/src-modules/module/viz/schluesseltabellen/fm_templates.unl @@ -202,7 +202,7 @@ in (select ${renderer},P.tid\ from viz_property P, tmp_viz_property T\ where P.prop_uniquename=T.prop_uniquename);\ \ -\ +select sp_update_sequence('viz_property_renderer');\ \ insert into viz_property_renderer(\ renderer_id,\ diff --git a/superx/xml/viz_components.xsl b/superx/xml/viz_components.xsl index 904dcc2..b4d35be 100644 --- a/superx/xml/viz_components.xsl +++ b/superx/xml/viz_components.xsl @@ -943,6 +943,39 @@ textarea.editform { textarea.editform:focus { height: 40em; } + +.textarea, .is-small.textarea { /*20251210 eingefügt*/ + color: black; + background: white; + border: thin solid hsl(0, 0%, 71%); /*hellgrau*/ + border-radius: 0.3em; +} + +.field.is-grouped { /*20251210 eingefügt*/ + gap: 0.2rem; } + +/*Hell-/Dunkel-Modus*/ /*20251210 eingefügt*/ +@media (prefers-color-scheme: dark) { + :root { color-scheme: dark; } + .label.is-small, strong {color: black !important; } + .table th { color: black !important; } + .table {--bulma-table-background-color: white !important; } + .table {--bulma-table-color: black !important; } + .table th { color: black !important; } + .box { background-color: white !important; } + .button { + border: thin solid hsl(0, 0%, 71%); /*hellgrau*/ + border-radius: 0.3em; } + .select:not(.is-multiple) { + background: white; + color: black; } + textarea.editform { + color: black; + background: white; + border: thin solid hsl(0, 0%, 71%); /*hellgrau*/ + border-radius: 0.3em; } + +} @@ -1406,7 +1439,7 @@ Platzhalter
@@ -1554,7 +1587,7 @@ Platzhalter
- + @@ -1885,7 +1918,7 @@ Platzhalter

Datentabelle

- + --> @@ -2052,7 +2085,46 @@ td.integer { +