Commit 513891a15fb2f5177601ddf04d98d0c01c509a75
1 parent
24f8697302
Exists in
master
oculto flechas inputs number
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
src/sass/general.scss
| 1 | @import 'admin-seguimiento'; | 1 | @import 'admin-seguimiento'; |
| 2 | @import 'bootstrap'; | 2 | @import 'bootstrap'; |
| 3 | @import 'botonera'; | 3 | @import 'botonera'; |
| 4 | @import 'botonera-lateral'; | 4 | @import 'botonera-lateral'; |
| 5 | @import 'botonera-principal'; | 5 | @import 'botonera-principal'; |
| 6 | @import 'botonera-secundaria'; | 6 | @import 'botonera-secundaria'; |
| 7 | @import 'contenedor'; | 7 | @import 'contenedor'; |
| 8 | @import 'lista'; | 8 | @import 'lista'; |
| 9 | @import 'login'; | 9 | @import 'login'; |
| 10 | @import 'panel-informativo'; | 10 | @import 'panel-informativo'; |
| 11 | @import 'tabla'; | 11 | @import 'tabla'; |
| 12 | @import 'teclado'; | 12 | @import 'teclado'; |
| 13 | @import 'tabla-articulos'; | 13 | @import 'tabla-articulos'; |
| 14 | @import 'acciones-mobile'; | 14 | @import 'acciones-mobile'; |
| 15 | @import 'swiper'; | 15 | @import 'swiper'; |
| 16 | @import 'crear-nota-pedido'; | 16 | @import 'crear-nota-pedido'; |
| 17 | |||
| 18 | |||
| 19 | //OCULTA FLECHAS INPUT NUMBER | ||
| 20 | input[type='number'] { | ||
| 21 | -moz-appearance:textfield; | ||
| 22 | } | ||
| 23 | input::-webkit-outer-spin-button, | ||
| 24 | input::-webkit-inner-spin-button { | ||
| 25 | -webkit-appearance: none; | ||
| 26 | } |