Fix hover style of [Apply changes] when highlighted. Fix #682.

This commit is contained in:
FelisCatus 2016-03-08 15:55:32 +08:00
parent 4bdc62ddff
commit b31e62f940

View File

@ -247,6 +247,13 @@ h1 {
@media (max-height: 767px) {
padding: 5px 15px;
}
&.btn-success:hover {
// Fix hover style of [Apply changes] when highlighted.
color: #fff;
background-color: #449d44;
border-color: #398439;
}
}
}
}