summaryrefslogtreecommitdiff
path: root/kvmd/web/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-28 04:44:44 +0300
committerDevaev Maxim <[email protected]>2018-07-28 04:44:44 +0300
commitab48c5e3ddc9ff1653e978e364b5dd353ff7cedf (patch)
tree35758cf717e8f0990579dbbf8c6f602caf7988be /kvmd/web/index.html
parentaf70d123cb4275ef511b5b44988645ddab4c4848 (diff)
fucusable windows
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r--kvmd/web/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html
index a29ac391..2aa65530 100644
--- a/kvmd/web/index.html
+++ b/kvmd/web/index.html
@@ -202,12 +202,12 @@
</li>
</ul>
- <div id="stream-window" class="window">
+ <div id="stream-window" class="window" style="z-index: 1" tabindex="0">
<div class="window-header"><div class="window-grab">Stream</div></div>
<img id="stream-image" class="stream-image-inactive" alt="Loading..." src="/streamer/?action=stream"/>
</div>
- <div id="keyboard-window" class="window" style="display:none">
+ <div id="keyboard-window" class="window" style="display:none" tabindex="0">
<div class="window-header">
<div class="window-grab">Virtual Keyboard</div>
<button class="window-button-close">&times;</button>
@@ -334,7 +334,7 @@
</div>
</div>
- <div id="about-window" class="window" style="display:none">
+ <div id="about-window" class="window" style="display:none" tabindex="0">
<div class="window-header">
<div class="window-grab">About Pi-KVM</div>
<button class="window-button-close">&times;</button>