mirror of
https://github.com/zadam/trilium.git
synced 2026-02-18 19:54:26 +01:00
style: fix custom title bar buttons on the legacy theme
This commit is contained in:
parent
3cdc1ba794
commit
e69b5988ec
@ -257,6 +257,11 @@ button.close:hover {
|
|||||||
color: var(--hover-item-text-color);
|
color: var(--hover-item-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.custom-title-bar-button {
|
||||||
|
background: transparent;
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: var(--modal-background-color) !important;
|
background-color: var(--modal-background-color) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user