Commit 50a0d78717c0dfb927925935d9a20a85c385ad7c
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !3
Showing
1 changed file
Show diff stats
src/views/modal-vehiculo.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" |
| ... | ... | @@ -21,6 +21,7 @@ |
| 21 | 21 | <div class="input-group-append"> |
| 22 | 22 | <button |
| 23 | 23 | ladda="searchLoading" |
| 24 | + data-spinner-color="#FF0000" | |
| 24 | 25 | class="btn btn-outline-secondary" |
| 25 | 26 | type="button" |
| 26 | 27 | ng-click="busquedaPress(13)" |