Waves-effect on chat-btn

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-15 13:17:54 +01:00
parent 76166ee719
commit 41b14437cf

View File

@@ -263,7 +263,7 @@
<li id="chat-input" class="row">
<form action="#" id="chatForm">
<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>
</li>
</ul>