Commit 5b4cda9fcf687c1aaeb71bb3e4fb16a91c04c2b3

Authored by Marcelo Puebla
1 parent 16a91d94ac
Exists in master and in 1 other branch develop

Cambiado aspecto del botón "selección manual" en precios y condiciones.

La clase css esta en el archivo general.scss de proyecto wrapper-demo.
Showing 1 changed file with 5 additions and 18 deletions   Show diff stats
src/views/modal-precio-condicion.html
... ... @@ -50,28 +50,15 @@
50 50 </td>
51 51 </tr>
52 52 <tr>
53   - <td colspan="4" ng-show="!ingreso">
54   - <input
55   - class="form-control form-control-sm"
  53 + <td colspan="12" ng-show="!ingreso">
  54 + <button
  55 + class="form-control form-control-sm btn-rounded"
56 56 type="text"
57   - placeholder="Selección manual"
58 57 readonly
59 58 ng-click="ingreso = !ingreso"
60   - />
61   - </td>
62   - <td colspan="1" ng-show="!ingreso">
63   - <button
64   - type="button"
65   - class="btn btn-sm p-1 float-right"
66   - ng-class="{
67   - 'btn-secondary': selectedPrecioCondicion != 0,
68   - 'btn-primary': selectedPrecioCondicion == 0
69   - }"
70   - foca-focus="selectedPrecioCondicion == 0"
71   - ng-keydown="itemProducto($event.keyCode)"
72   - ng-click="ingreso = !ingreso"
73 59 >
74   - <i class="fa fa-circle-thin" aria-hidden="true"></i>
  60 + <i class="fa fa-plus left" aria-hidden="true"></i>
  61 + Crear Precio-Condición de forma manual
75 62 </button>
76 63 </td>
77 64 </tr>