Improve modal style

This commit is contained in:
grandeljay 2022-12-11 12:59:50 +01:00
parent 5ab968a15c
commit 093e825edd

View file

@ -466,13 +466,14 @@
* Modal * Modal
*/ */
.ui.modal { .ui.modal {
background-color: #1b1c1d !important; background-color: #1b1c1d;
} }
.ui.modal > .content, .ui.modal > .content,
.ui.modal > .header { .ui.modal > .header {
background-color: #111; background-color: inherit;
color: #fff; color: #fff;
border-color: #111;
} }
.ui.modal > .actions { .ui.modal > .actions {