Commit 227e126c1f548f4e73491cc6bae712fdc1fcaee4
1 parent
3fa94ee034
Exists in
master
and in
1 other branch
Agrego clases al input
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
src/views/foca-modal-nota-pedido.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <input |
8 | 8 | ladda="searchLoading" |
9 | 9 | type="text" |
10 | - class="form-control form-control-sm" | |
10 | + class="foca-input form-control form-control-sm" | |
11 | 11 | id="search" |
12 | 12 | placeholder="Cliente" |
13 | 13 | ng-model="filters" |
... | ... | @@ -17,6 +17,7 @@ |
17 | 17 | foca-focus="selectedNotaPedido == -1" |
18 | 18 | ng-focus="selectedNotaPedido = -1" |
19 | 19 | teclado-virtual |
20 | + uppercase-only | |
20 | 21 | /> |
21 | 22 | <div class="input-group-append"> |
22 | 23 | <button |
... | ... | @@ -47,7 +48,7 @@ |
47 | 48 | </button> |
48 | 49 | </div> |
49 | 50 | <input |
50 | - class="form-control form-control-sm" | |
51 | + class="foca-input form-control form-control-sm" | |
51 | 52 | id="inlineFormInputGroup" |
52 | 53 | ladda="searchLoading" |
53 | 54 | type="text" |
... | ... | @@ -73,7 +74,7 @@ |
73 | 74 | </button> |
74 | 75 | </div> |
75 | 76 | <input |
76 | - class="form-control form-control-sm" | |
77 | + class="foca-input form-control form-control-sm" | |
77 | 78 | id="inlineFormInputGroup" |
78 | 79 | ladda="searchLoading" |
79 | 80 | type="text" |
... | ... | @@ -116,12 +117,12 @@ |
116 | 117 | class="btn btn-xs p-1 float-right" |
117 | 118 | ng-class="{ |
118 | 119 | 'btn-secondary': selectedNotaPedido != key, |
119 | - 'btn-primary': selectedNotaPedido == key | |
120 | + 'btn-brown': selectedNotaPedido == key | |
120 | 121 | }" |
121 | 122 | foca-focus="selectedNotaPedido == {{key}}" |
122 | 123 | ng-keydown="itemNotaPedido($event.keyCode)" |
123 | 124 | > |
124 | - <i class="fa fa-circle-thin" aria-hidden="true"></i> | |
125 | + <i class="fa fa-circle-thin icon-white" aria-hidden="true"></i> | |
125 | 126 | </button> |
126 | 127 | </td> |
127 | 128 | </tr> |