Make buttons unselectable
This improves copying and pasting quite a lot
This commit is contained in:
parent
10dde0e7d9
commit
1f0cb71e86
3 changed files with 11 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" autocomplete="off" ng-model="command" ng-focus="hideSidebar()">
|
||||
</textarea>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default btn-primary">Send</button>
|
||||
<button class="btn btn-default btn-primary unselectable">Send</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue