possibility to specify sender address for froxlor as the admin-email address, custom or empty for system-default; fixes #1217

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2024-01-04 08:29:19 +01:00
parent afd110a6ed
commit 7cc4c9fedb
15 changed files with 52 additions and 13 deletions

View File

@@ -6,6 +6,14 @@
background-color: $body-tertiary-bg;
}
.form-floating > .form-control::placeholder {
color: revert;
}
.form-floating > .form-control:not(:focus)::placeholder {
color: transparent;
}
@include color-mode(dark) {
.formfield {
border-bottom: $border-color-dark solid 1px;