Merge pull request #16612 from vkWeb/fix/nightmode-modal-v3

fix(Settings): Fix hover animation of night mode modal button
This commit is contained in:
Berkeley Martinez
2018-02-02 14:05:15 -08:00
committed by GitHub

View File

@ -822,6 +822,11 @@ code {
.btn-danger {
background: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
background: #d9534f !important;
}
}
.modal-header,
.modal-footer {