organizr: settings popup modal bg color

This commit is contained in:
gilbN 2019-09-25 21:02:54 +02:00
parent 1c0068f131
commit d9467fe5b4

View File

@ -131,6 +131,9 @@ html {
.content-wrap { .content-wrap {
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;
} }
.swal-modal.bg-org {
background: var(--main-bg-color);
}
.panel-wrapper > .bg-org .tab-content { .panel-wrapper > .bg-org .tab-content {
background-color: transparent !important; background-color: transparent !important;
} }