Improve footer, more monochrome dark design

This commit is contained in:
Tor Hveem 2015-03-29 14:04:12 +02:00
commit 210165daf7
4 changed files with 34 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" ng-change="inputChanged()" autocomplete="on" ng-model="command" ng-focus="hideSidebar()">
</textarea>
<span class="input-group-btn">
<button class="btn btn-default btn-primary unselectable">Send</button>
<button class="btn btn-send unselectable"><i class="glyphicon glyphicon-send"></i></button>
</span>
</div>
</form>