mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
disabled mobile hover on menubar
This commit is contained in:
parent
1ab2d57443
commit
0a4ab0e429
@ -17,6 +17,10 @@
|
|||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul#ctl li a.ctl-item:hover:not(.active) {
|
||||||
|
background-color: var(--bg-color-ctl) !important;
|
||||||
|
}
|
||||||
|
|
||||||
div#keyboard div.key:hover, div.modifier:hover {
|
div#keyboard div.key:hover, div.modifier:hover {
|
||||||
color: var(--fg-color-normal);
|
color: var(--fg-color-normal);
|
||||||
background-color: var(--bg-color-gray);
|
background-color: var(--bg-color-gray);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user