mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 00:19:04 +01:00
style/quick edit dialog: tint the dialog background, border and promoted attributes card according to the note's custom color
This commit is contained in:
parent
a01fb39599
commit
b58f37cd4a
@ -421,4 +421,12 @@ 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 */
|
||||||
|
|
||||||
|
.quick-edit-dialog-wrapper.tinted-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