fix(settings): Fix modal success button hover animation
This commit is contained in:
committed by
Stuart Taylor
parent
e50582ecf5
commit
aa42888b87
@ -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 {
|
||||
|
Reference in New Issue
Block a user