fix(settings): Change modal footer background color for night mode
Closes #16282 Closes #16280 remove footer nightmode bg color fix(settings): Change button background for nightmode modals For accessibility Closes #16282 Closes #16280
This commit is contained in:
@ -835,6 +835,10 @@ code {
|
|||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: @gray;
|
background-color: @gray;
|
||||||
|
.btn-success,
|
||||||
|
.btn-danger {
|
||||||
|
background: #FFFFFF;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal-header,
|
.modal-header,
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
Reference in New Issue
Block a user