Commit 193c1163be3961ea66bdb436137b9276dc36adb1
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !4
Showing
1 changed file
Show diff stats
src/views/modal-chofer.html
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | <input |
| 8 | 8 | ladda="searchLoading" |
| 9 | 9 | type="text" |
| 10 | - class="form-control" | |
| 10 | + class="form-control form-control-sm" | |
| 11 | 11 | id="search" |
| 12 | 12 | placeholder="Búsqueda" |
| 13 | 13 | ng-model="filters" |
| ... | ... | @@ -16,10 +16,12 @@ |
| 16 | 16 | ng-keypress="busquedaPress($event.keyCode)" |
| 17 | 17 | foca-focus="selectedChofer == -1" |
| 18 | 18 | ng-focus="selectedChofer = -1" |
| 19 | + teclado-virtual | |
| 19 | 20 | > |
| 20 | 21 | <div class="input-group-append"> |
| 21 | 22 | <button |
| 22 | 23 | ladda="searchLoading" |
| 24 | + data-spinner-color="#FF0000" | |
| 23 | 25 | class="btn btn-outline-secondary" |
| 24 | 26 | type="button" |
| 25 | 27 | ng-click="busquedaPress(13)" |