This commit is contained in:
gilbn 2020-03-31 18:47:26 +02:00
parent bbfac57d20
commit c28cd35ee8

View File

@ -57,12 +57,18 @@
.modal-body { .modal-body {
background: var(--modal-bg-color); background: var(--modal-bg-color);
} }
body > div.user-select-modal.modal.modal-transparent.fade.in > div > div.modal-content > div > div.modal-body {
background: none;
}
modal-list { modal-list {
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25) !important;
} }
.match-result-list-item>.match-result .match-score-info { .match-result-list-item>.match-result .match-score-info {
color: #eee; color: #eee;
} }
.fix-incorrect-match-modal .match-location {
color: #eee;
}
/*Modal icon color*/ /*Modal icon color*/
.edit-section-modal .wizard-blocks-group>.wizard-block { .edit-section-modal .wizard-blocks-group>.wizard-block {
color: #ffffff; color: #ffffff;