style(next): tweak modals

This commit is contained in:
Adorian Doran 2025-03-06 03:02:41 +02:00
parent 283d192fe8
commit c463106ccc
2 changed files with 3 additions and 2 deletions

View File

@ -92,13 +92,13 @@
--modal-backdrop-color: #000;
--modal-shadow-color: rgba(0, 0, 0, .5);
--modal-border-color: #444;
--modal-border-color: #ffffff23;
--modal-background-color: #262626;
--modal-title-color: gray;
--modal-control-button-background: #ffffff2b;
--modal-control-button-color: #cbcbcb;
--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-footer-background: #ffffff08;
--modal-footer-color: #ffffff7a;

View File

@ -2031,6 +2031,7 @@ div.promoted-attribute-cell .multiplicity:has(span) {
.modal .modal-content {
box-shadow: 0 .5em 3em .5em var(--modal-shadow-color);
border: 1px solid var(--modal-border-color);
background: var(--modal-background-color);
}
/* Modal header */