mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
fucusable windows
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
div.window {
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
border: var(--dark-border);
|
||||
@@ -17,6 +18,9 @@ div.window {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
}
|
||||
div.window:focus {
|
||||
border: var(--intensive-border) !important;
|
||||
}
|
||||
|
||||
div.window-header {
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user