mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Fix hover style of [Apply changes] when highlighted. Fix #682.
This commit is contained in:
parent
4bdc62ddff
commit
b31e62f940
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user