mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
focus-based window manager
This commit is contained in:
@@ -71,10 +71,11 @@ ul#menu li a.menu-item-selected {
|
||||
|
||||
ul#menu li div.menu-item-content {
|
||||
visibility: hidden;
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
border: var(--border-intensive-2px);
|
||||
border-top: var(--border-control-thin);
|
||||
border: var(--border-menu-item-content-default-2px);
|
||||
border-top: var(--border-menu-item-content-top-thin);
|
||||
border-radius: 0 0 8px 8px;
|
||||
position: absolute;
|
||||
background-color: var(--cs-menu-default-bg);
|
||||
@@ -82,6 +83,10 @@ ul#menu li div.menu-item-content {
|
||||
box-shadow: var(--shadow-big);
|
||||
z-index: 2147483645;
|
||||
}
|
||||
ul#menu li div.menu-item-content-active {
|
||||
border: var(--border-menu-item-content-active-2px) !important;
|
||||
border-top: var(--border-menu-item-content-top-thin) !important;
|
||||
}
|
||||
|
||||
ul#menu li div.menu-item-content-buttons {
|
||||
background-color: var(--cs-control-default-bg);
|
||||
|
||||
Reference in New Issue
Block a user