mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
focus-based window manager
This commit is contained in:
@@ -276,8 +276,10 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div id="stream-window" class="window" style="z-index: 1" tabindex="0">
|
||||
<div id="stream-window-header" class="window-header"><div class="window-grab">Stream</div></div>
|
||||
<div id="stream-window" class="window" style="z-index: 1">
|
||||
<div id="stream-window-header" class="window-header">
|
||||
<div class="window-grab">Stream</div>
|
||||
</div>
|
||||
<div id="stream-info"></div>
|
||||
<div id="stream-box" class="stream-box-inactive">
|
||||
<img id="stream-image" class="stream-image-inactive" src="../png/blank-stream.png" />
|
||||
@@ -288,7 +290,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="keyboard-window" class="window" tabindex="0">
|
||||
<div id="keyboard-window" class="window">
|
||||
<div id="keyboard-window-header" class="window-header">
|
||||
<div class="window-grab">Virtual Keyboard</div>
|
||||
<button class="window-button-close">×</button>
|
||||
@@ -523,7 +525,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about-window" class="window" tabindex="0">
|
||||
<div id="about-window" class="window">
|
||||
<div class="window-header">
|
||||
<div class="window-grab">About</div>
|
||||
<button class="window-button-close">×</button>
|
||||
|
||||
Reference in New Issue
Block a user