fix(settings): Fix modal success button hover animation

This commit is contained in:
Vivek Agrawal
2018-03-02 23:55:58 +05:30
committed by Stuart Taylor
parent e50582ecf5
commit aa42888b87

View File

@ -936,6 +936,12 @@ and (max-width : 400px) {
.modal-content {
background-color: #f9f9f9;
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
background: #457E86;
}
}
.modal-header .close {