Commit cfff598dff4ae7b32254f7ea900b7ea5cf8b8529

Authored by Eric Fernandez
1 parent 8786578787
Exists in master

agrego modulos, quito spin de inputs con css

Showing 2 changed files with 10 additions and 0 deletions   Show diff stats
... ... @@ -29,6 +29,7 @@ angular.module('appWrapperDemo', [
29 29 'focaHojaRuta',
30 30 'focaLogin',
31 31 'focaModal',
  32 + 'focaModalBanco',
32 33 'focaModalCheque',
33 34 'focaModalChofer',
34 35 'focaModalCobradores',
... ... @@ -38,10 +39,12 @@ angular.module('appWrapperDemo', [
38 39 'focaModalEfectivo',
39 40 'focaModalFactura',
40 41 'focaModalFlete',
  42 + 'focaModalLocalidad',
41 43 'focaModalMoneda',
42 44 'focaModalNotaPedido',
43 45 'focaModalPrecioCondicion',
44 46 'focaModalProveedor',
  47 + 'focaModalProvincia',
45 48 'focaModalRemito',
46 49 'focaModalTarifaFlete',
47 50 'focaModalTransportista',
src/sass/_bootstrap.scss
... ... @@ -52,3 +52,10 @@
52 52 right: 15px;
53 53 width: calc(100% - 15px);
54 54 }
  55 +
  56 +input[type=number]::-webkit-inner-spin-button,
  57 +
  58 +input[type=number]::-webkit-outer-spin-button {
  59 + -webkit-appearance: none;
  60 + margin: 0;
  61 +}
55 62 \ No newline at end of file