Commit 513891a15fb2f5177601ddf04d98d0c01c509a75
1 parent
24f8697302
Exists in
master
and in
1 other branch
oculto flechas inputs number
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
src/sass/general.scss
| ... | ... | @@ -14,3 +14,13 @@ |
| 14 | 14 | @import 'acciones-mobile'; |
| 15 | 15 | @import 'swiper'; |
| 16 | 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 | +} | |
| 17 | 27 | \ No newline at end of file |