Refine admin PWA dark theme controls
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-04 13:50:59 +01:00
parent 239f55f9c5
commit 66c7131d79
22 changed files with 999 additions and 110 deletions

View File

@@ -665,6 +665,30 @@ h4,
--tenant-layer-strong: rgba(30, 41, 59, 0.94);
}
.tenant-admin-theme input[type="text"],
.tenant-admin-theme input[type="search"],
.tenant-admin-theme input[type="email"],
.tenant-admin-theme input[type="password"],
.tenant-admin-theme input[type="date"],
.tenant-admin-theme input[type="datetime-local"],
.tenant-admin-theme input[type="tel"],
.tenant-admin-theme input[type="url"],
.tenant-admin-theme input[type="number"],
.tenant-admin-theme select,
.tenant-admin-theme textarea {
background-color: var(--input);
color: var(--foreground);
border-color: var(--border);
-webkit-appearance: none;
appearance: none;
color-scheme: inherit;
}
.tenant-admin-theme input::placeholder,
.tenant-admin-theme textarea::placeholder {
color: var(--muted-foreground);
}
.dark {
--background: oklch(0.145 0 0);
--foreground: oklch(0.985 0 0);