Rename class touchpad to touch
This commit is contained in:
parent
b3a4ca7449
commit
7fc46bf38c
3 changed files with 8 additions and 8 deletions
|
|
@ -17,8 +17,8 @@
|
|||
<p>Disconnected</p>
|
||||
<button id="reloadbutton">↻</button>
|
||||
</div>
|
||||
<div id="pad" class="scene touchpad key fullscreen hidden">
|
||||
<p id="padlabel" class="touchpad">Touchpad</p>
|
||||
<div id="pad" class="scene touch key fullscreen hidden">
|
||||
<p id="padlabel" class="touch">Touchpad</p>
|
||||
<button id="keysbutton">≡</button>
|
||||
<button id="fullscreenbutton">⤢</button>
|
||||
<button id="keyboardbutton">⌨</button>
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
<button id="sendbutton">➣</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="keys" class="scene touchpad key fullscreen hidden">
|
||||
<div class="scene touchpad">
|
||||
<div id="keys" class="scene touch key fullscreen hidden">
|
||||
<div class="scene touch">
|
||||
<div class="buttons">
|
||||
<button id="browserbackbutton">⭠</button>
|
||||
<button id="superbutton">🪟</button>
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
<button id="volumeupbutton">🔊</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="scene touchpad">
|
||||
<div class="scene touch">
|
||||
<div class="buttons">
|
||||
<button id="backspacebutton">⌫</button>
|
||||
<button id="returnbutton">⮠</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue