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

fix(Settings): Fix hover animation of night mode modal button
pull/16625/head
Berkeley Martinez 2018-02-02 14:05:15 -08:00 committed by GitHub
commit 235c3974a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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 {