Refine admin PWA dark theme controls
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user