summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-04 07:52:26 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-04 07:52:26 +0200
commit4ff5accf05d966087315b776623b7deb44c099b6 (patch)
tree67e6ff5d7ce4e842106c98e0f6078b999b8412c6 /index.html
parentc03c938fff897bf6c9e2f784c223bc50f536e4cd (diff)
improved input bar styling and animation
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index c00cf623..9f4cdf6b 100644
--- a/index.html
+++ b/index.html
@@ -43,8 +43,10 @@
</div>
<div class="graph-view">
<div class="input-container">
- <form> <input class="input-bar" id="textanalyser" placeholder="Add nodes and relationships"/></form>
- <img class="add-button" src="res/img/add-button.png">
+ <form>
+ <input class="input-bar" id="textanalyser" placeholder="Add nodes and relationships"/>
+ <button class="add-button"></button>
+ </form>
<div class="suggestion">
</div>
</div>