mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-24 10:25:40 +00:00
Waves-effect on chat-btn
This commit is contained in:
@@ -263,7 +263,7 @@
|
|||||||
<li id="chat-input" class="row">
|
<li id="chat-input" class="row">
|
||||||
<form action="#" id="chatForm">
|
<form action="#" id="chatForm">
|
||||||
<input id="text-chat-input" class="col s9" name="input" type="text" autocomplete="off" placeholder="Chat" maxlength="150" />
|
<input id="text-chat-input" class="col s9" name="input" type="text" autocomplete="off" placeholder="Chat" maxlength="150" />
|
||||||
<a href="#" id="chat_submit" class="btn col s2 white"><i class="material-icons">send</i></a>
|
<a href="#" id="chat_submit" class="btn col s2 white waves-effect"><i class="material-icons">send</i></a>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user