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:
parent
591ae311e9
commit
8714421550
@ -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);
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user