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:
Vivek Agrawal
2018-01-15 23:02:51 +05:30
parent eff0bce0ae
commit a6b45e13ca

View File

@ -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 {