mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-30 03:29:14 -04:00
fix text and background colors shown if inserted to send message textbox
This commit is contained in:
parent
7936f123c2
commit
2394a4793a
2 changed files with 5 additions and 4 deletions
|
@ -168,7 +168,7 @@
|
|||
<x-background class="full center">
|
||||
<x-paper shadow="2">
|
||||
<h2 class="center text-center">Send a Message</h2>
|
||||
<div id="textInput" class="textarea" role="textbox" placeholder="Send a message" autocomplete="off" autofocus contenteditable></div>
|
||||
<div id="textInput" class="textarea" role="textbox" placeholder="Send a message" autocapitalize="none" spellcheck="false" autofocus contenteditable></div>
|
||||
<div class="row-reverse">
|
||||
<button class="button" type="submit" close>Send</button>
|
||||
<div class="separator"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue