diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 07:52:26 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 07:52:26 +0200 |
| commit | 4ff5accf05d966087315b776623b7deb44c099b6 (patch) | |
| tree | 67e6ff5d7ce4e842106c98e0f6078b999b8412c6 /index.html | |
| parent | c03c938fff897bf6c9e2f784c223bc50f536e4cd (diff) | |
improved input bar styling and animation
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> |
