Commit 1a967866839a2de974cd7560007a167943a8fafd
1 parent
83e6221700
Exists in
master
tamaño input, color spinner
Showing
1 changed file
with
2 additions
and
1 deletions
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)" |