Skip to content

Commit

Permalink
Fix hover style of [Apply changes] when highlighted. Fix #682.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Mar 8, 2016
1 parent 4bdc62d commit b31e62f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions omega-web/src/less/options.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
Expand Down

0 comments on commit b31e62f

Please sign in to comment.