Commit 3ff3ddf4fef191a11d62f0eb339becb78932358e
1 parent
f6b96806bf
Exists in
master
and in
2 other branches
invierto flecha cambio boton
Showing
1 changed file
with
3 additions
and
3 deletions
 
Show diff stats
src/views/modal-detalle-hoja-ruta.html
| ... | ... | @@ -7,13 +7,13 @@ | 
| 7 | 7 | <div class="col-12 px-0"> | 
| 8 | 8 | <strong>Información Remito</strong> | 
| 9 | 9 | <button | 
| 10 | - class="btn btn-sm btn-outline-light selectable" | |
| 10 | + class="btn btn-sm btn-light selectable" | |
| 11 | 11 | ng-click="verInformacion = !verInformacion" | 
| 12 | 12 | ><i | 
| 13 | - class="fa fa-chevron-down" | |
| 13 | + class="fa fa-chevron-up" | |
| 14 | 14 | ng-show="verInformacion"></i> | 
| 15 | 15 | <i | 
| 16 | - class="fa fa-chevron-up" | |
| 16 | + class="fa fa-chevron-down" | |
| 17 | 17 | ng-hide="verInformacion"> | 
| 18 | 18 | </i> | 
| 19 | 19 | </button> |