1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-05 02:32:37 +01:00

popup modal close button color

This commit is contained in:
gilbN 2019-06-16 14:03:11 +02:00
parent 591ae311e9
commit 8714421550
2 changed files with 6 additions and 0 deletions

View File

@ -216,6 +216,9 @@
.modal-content, .modal-header, .modal-footer, .modal-body { .modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important; background: var(--main-bg-color)!important;
} }
.close:focus, .close:hover {
color: #fff;
}
/* Settings - save button */ /* Settings - save button */
.btn-info, .btn-info.disabled { .btn-info, .btn-info.disabled {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);

View File

@ -215,6 +215,9 @@
} }
.modal-content, .modal-header, .modal-footer, .modal-body { .modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important; background: var(--main-bg-color)!important;
}
.close:focus, .close:hover {
color: #fff;
} }
/* Settings - save button */ /* Settings - save button */
.btn-info, .btn-info.disabled { .btn-info, .btn-info.disabled {