fix(Settings): Fix hover animation of nightmode modal button

PR #16501 broke the hover animation of button in nightmode modals

important property in success button is not required
pull/16612/head
Vivek Agrawal 2018-01-31 18:50:04 +05:30
parent 8ca5575ac5
commit b955ab9e06
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 {