feature: Tasks tab added for lab organizations. tasks now can be assigned and their status can be updated by the assignee.
This commit is contained in:
@@ -247,6 +247,24 @@ body {
|
||||
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
|
||||
}
|
||||
|
||||
select.form-select,
|
||||
select {
|
||||
color: var(--color-text-primary);
|
||||
background-color: var(--color-background-card);
|
||||
}
|
||||
|
||||
select option {
|
||||
color: var(--color-text-primary);
|
||||
background-color: var(--color-background-secondary);
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] select.form-select,
|
||||
:root[data-theme='dark'] select,
|
||||
:root:not([data-theme='light']) select.form-select,
|
||||
:root:not([data-theme='light']) select {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
.surface-card {
|
||||
background: color-mix(in srgb, var(--color-card-background) 92%, transparent);
|
||||
border: 1px solid var(--color-card-border);
|
||||
|
||||
Reference in New Issue
Block a user