Commit b323b1011812a8389437f4421e0685bc4b8daec3
1 parent
99e0be14ad
Exists in
master
Cambiado estilo de checkbox.
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
src/views/autorizar-nota-pedido.html
... | ... | @@ -20,12 +20,14 @@ |
20 | 20 | <td ng-bind="notaPedido.nombreCliente"></td> |
21 | 21 | <td ng-bind="notaPedido.vendedor.NOM"></td> |
22 | 22 | <td> |
23 | - <input | |
23 | + <label class="checkbox"> | |
24 | + <input | |
24 | 25 | class="form-control-sm" |
25 | 26 | type="checkbox" |
26 | 27 | ng-model="notaPedido.checked"> |
27 | - | |
28 | - <button class="btn mb-4" type="button" ng-click="verNotaPedido()"> | |
28 | + <span class="checkmark"></span> | |
29 | + </label> | |
30 | + <button class="btn" type="button" ng-click="verNotaPedido()"> | |
29 | 31 | <i class="fa fa-eye"></i> |
30 | 32 | </button> |
31 | 33 | </td> |