mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 00:19:04 +01:00
style/quick edit dialog: add support for the dark color scheme
Some checks are pending
Checks / main (push) Waiting to run
Some checks are pending
Checks / main (push) Waiting to run
This commit is contained in:
parent
b4dd40e128
commit
8c165c0401
@ -294,4 +294,10 @@ body ::-webkit-calendar-picker-indicator {
|
|||||||
|
|
||||||
body .todo-list input[type="checkbox"]:not(:checked):before {
|
body .todo-list input[type="checkbox"]:not(:checked):before {
|
||||||
border-color: var(--muted-text-color) !important;
|
border-color: var(--muted-text-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tinted-quick-edit-dialog {
|
||||||
|
--modal-background-color: hsl(var(--custom-color-hue), 30.3%, 17.5%);
|
||||||
|
--modal-border-color: hsl(var(--custom-color-hue), 33%, 41%);
|
||||||
|
--promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 23.9%, 32%);
|
||||||
}
|
}
|
||||||
@ -270,4 +270,10 @@
|
|||||||
* The --custom-color-hue variable contains the hue of the user-selected note color.
|
* The --custom-color-hue variable contains the hue of the user-selected note color.
|
||||||
* This value is unset for gray tones. */
|
* This value is unset for gray tones. */
|
||||||
--custom-bg-color: hsl(var(--custom-color-hue), 37%, 89%, 1);
|
--custom-bg-color: hsl(var(--custom-color-hue), 37%, 89%, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tinted-quick-edit-dialog {
|
||||||
|
--modal-background-color: hsl(var(--custom-color-hue), 56%, 96%);
|
||||||
|
--modal-border-color: hsl(var(--custom-color-hue), 33%, 41%);
|
||||||
|
--promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 40%, 88%);
|
||||||
}
|
}
|
||||||
@ -421,12 +421,4 @@ div.tn-tool-dialog {
|
|||||||
|
|
||||||
.note-type-chooser-dialog div.note-type-dropdown .dropdown-item span.bx {
|
.note-type-chooser-dialog div.note-type-dropdown .dropdown-item span.bx {
|
||||||
margin-inline-end: .25em;
|
margin-inline-end: .25em;
|
||||||
}
|
|
||||||
|
|
||||||
/* QUICK EDIT DIALOG */
|
|
||||||
|
|
||||||
.tinted-quick-edit-dialog {
|
|
||||||
--modal-background-color: hsl(var(--custom-color-hue), 56%, 96%);
|
|
||||||
--modal-border-color: hsl(var(--custom-color-hue), 33%, 41%);
|
|
||||||
--promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 40%, 88%);
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user