From 05c77929e403d642d8e06242a455cc1083bb972c Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Fri, 3 Nov 2023 09:53:18 +0100 Subject: [PATCH] add unconfigured domain template; enhance contrast of tables in light-theme Signed-off-by: Michael Kaufmann --- .../assets/scss/components/_generic.scss | 7 +++ templates/misc/unconfigured/index.html | 55 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 templates/misc/unconfigured/index.html diff --git a/templates/Froxlor/assets/scss/components/_generic.scss b/templates/Froxlor/assets/scss/components/_generic.scss index e229c630..cca98543 100644 --- a/templates/Froxlor/assets/scss/components/_generic.scss +++ b/templates/Froxlor/assets/scss/components/_generic.scss @@ -92,3 +92,10 @@ td.text-end { background-color: transparent; } } + +// Table +@include color-mode(light) { + .table { + --bs-table-bg: white; + } +} diff --git a/templates/misc/unconfigured/index.html b/templates/misc/unconfigured/index.html new file mode 100644 index 00000000..282ccf0f --- /dev/null +++ b/templates/misc/unconfigured/index.html @@ -0,0 +1,55 @@ + + + + + + + froxlor - Deactivated page + + + +
+

Domain not configured

+

+ This domain requires configuration via the froxlor server management panel, as it is currently not assigned to any customer. +

+
    +
  • + + + + Please ask your provider/hoster if you have any questions. +
  • +
+
+ + + +