diff options
author | Devaev Maxim <[email protected]> | 2018-12-15 19:24:07 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-15 19:24:07 +0300 |
commit | 9750833dd91c02d5dce2105e073870f63f805b46 (patch) | |
tree | df746d8af5a0427ac7dbce6614ad5f4d4a81d558 /web/kvm/index.html | |
parent | 0d0fdd9b7193577db6e36662365ac1c38ccbc3c7 (diff) |
fixed stream-mouse-buttons
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 4472112a..92f503fb 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -284,7 +284,7 @@ <div id="stream-box" class="stream-box-inactive"> <img id="stream-image" class="stream-image-inactive" src="../share/png/blank-stream.png" /> </div> - <div id="stream-mouse-buttons"> + <div id="stream-mouse-buttons" class="buttons-row"> <button data-mouse-button="left" class="row50">Left Click</button> <button data-mouse-button="right" class="row50">Right Click</button> </div> |