mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-685: Make event target for text input cleanly visible.
This commit is contained in:
@@ -39,9 +39,6 @@
|
||||
|
||||
<div id="main">
|
||||
|
||||
<!-- Event target -->
|
||||
<textarea id="target"></textarea>
|
||||
|
||||
<!-- Display -->
|
||||
<div class="displayOuter">
|
||||
<div class="displayMiddle">
|
||||
@@ -50,6 +47,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Text input target -->
|
||||
<div id="text-input"><textarea rows="1" id="target"></textarea></div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Dimensional clone of viewport -->
|
||||
|
Reference in New Issue
Block a user