mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
style(next): tweak modals
This commit is contained in:
parent
283d192fe8
commit
c463106ccc
@ -92,13 +92,13 @@
|
|||||||
|
|
||||||
--modal-backdrop-color: #000;
|
--modal-backdrop-color: #000;
|
||||||
--modal-shadow-color: rgba(0, 0, 0, .5);
|
--modal-shadow-color: rgba(0, 0, 0, .5);
|
||||||
--modal-border-color: #444;
|
--modal-border-color: #ffffff23;
|
||||||
--modal-background-color: #262626;
|
--modal-background-color: #262626;
|
||||||
--modal-title-color: gray;
|
--modal-title-color: gray;
|
||||||
--modal-control-button-background: #ffffff2b;
|
--modal-control-button-background: #ffffff2b;
|
||||||
--modal-control-button-color: #cbcbcb;
|
--modal-control-button-color: #cbcbcb;
|
||||||
--modal-control-button-hover-color: white;
|
--modal-control-button-hover-color: white;
|
||||||
--modal-control-button-hover-background: var(--hover-item-background-color);
|
--modal-control-button-hover-background: #ffffff45;
|
||||||
--modal-close-button-hover-background: var(--tab-close-button-hover-background);
|
--modal-close-button-hover-background: var(--tab-close-button-hover-background);
|
||||||
--modal-footer-background: #ffffff08;
|
--modal-footer-background: #ffffff08;
|
||||||
--modal-footer-color: #ffffff7a;
|
--modal-footer-color: #ffffff7a;
|
||||||
|
@ -2031,6 +2031,7 @@ div.promoted-attribute-cell .multiplicity:has(span) {
|
|||||||
.modal .modal-content {
|
.modal .modal-content {
|
||||||
box-shadow: 0 .5em 3em .5em var(--modal-shadow-color);
|
box-shadow: 0 .5em 3em .5em var(--modal-shadow-color);
|
||||||
border: 1px solid var(--modal-border-color);
|
border: 1px solid var(--modal-border-color);
|
||||||
|
background: var(--modal-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modal header */
|
/* Modal header */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user