Commit 8f1784c4247722032cdc95bcc682ae82e0ceef2f

Authored by Eric Fernandez
1 parent 1bf2409e3a
Exists in master

color spinner, tamaño input

Showing 1 changed file with 23 additions and 22 deletions   Show diff stats
src/views/modal-busqueda-productos.html
... ... @@ -4,31 +4,32 @@
4 4 <h5 class="modal-title my-1">Busqueda de Productos</h5>
5 5 </div>
6 6 <div class="input-group col-lg-6 pr-0 my-2">
7   - <input
  7 + <input
  8 + ladda="searchLoading"
  9 + type="text"
  10 + class="form-control form-control-sm"
  11 + id="search"
  12 + placeholder="Busqueda"
  13 + ng-model="filters"
  14 + ng-change="search()"
  15 + ng-keydown="busquedaDown($event.keyCode)"
  16 + ng-keypress="busquedaPress($event.keyCode)"
  17 + foca-focus="selectedProducto == -1"
  18 + ng-focus="selectedProducto = -1"
  19 + teclado-virtual
  20 + >
  21 + <div class="input-group-append">
  22 + <button
8 23 ladda="searchLoading"
9   - type="text"
10   - class="form-control"
11   - id="search"
12   - placeholder="Busqueda"
13   - ng-model="filters"
14   - ng-change="search()"
15   - ng-keydown="busquedaDown($event.keyCode)"
16   - ng-keypress="busquedaPress($event.keyCode)"
17   - foca-focus="selectedProducto == -1"
18   - ng-focus="selectedProducto = -1"
19   - teclado-virtual
  24 + data-spinner-color="#FF0000"
  25 + class="btn btn-outline-secondary"
  26 + type="button"
  27 + ng-click="busquedaPress(13)"
20 28 >
21   - <div class="input-group-append">
22   - <button
23   - ladda="searchLoading"
24   - class="btn btn-outline-secondary"
25   - type="button"
26   - ng-click="busquedaPress(13)"
27   - >
28   - <i class="fa fa-search" aria-hidden="true"></i>
29   - </button>
30   - </div>
  29 + <i class="fa fa-search" aria-hidden="true"></i>
  30 + </button>
31 31 </div>
  32 + </div>
32 33 </div>
33 34 </div>
34 35 <div class="modal-body" id="modal-body">