summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-19 16:54:50 +0300
committerDevaev Maxim <[email protected]>2020-07-19 16:54:50 +0300
commit903382fda501e3c5f54d0b82e0067139ab5e11f7 (patch)
treeb132aaedb6c23d362e1a9ea7e9aece8b6dcb1a97 /web/kvm/index.html
parentaf89118eda79ede894ff45a0bea7db030a8d6e86 (diff)
many style improvements
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index fccb7893..72e96d34 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -147,10 +147,10 @@
<table class="one-line-switch">
<td>Auto-resize stream:</td>
<td align="right">
- <div class="switch-box">
- <input class="switch-checkbox" checked type="checkbox" id="stream-auto-resize-checkbox">
- <label class="switch-label" for="stream-auto-resize-checkbox"><span class="switch-inner"></span><span class="switch"></span></label>
- </div>
+ <div class="switch-box">
+ <input checked type="checkbox" id="stream-auto-resize-checkbox">
+ <label for="stream-auto-resize-checkbox"><span class="switch-inner"></span><span class="switch"></span></label>
+ </div>
</td>
</table>
</div>