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 { +