mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-03-16 01:38:15 -04: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) {
|
@media (max-height: 767px) {
|
||||||
padding: 5px 15px;
|
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