No estándar
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Resumen
El pseudo-elemento CSS ::-webkit-inner-spin-button
se usa para dar estilo a la parte interior del botón ruleta para seleccionar números en los input con type="number".
Ejemplo
Contenido CSS
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
Contenido HTML
<input type="number">
Especificaciones
No es parte de ninguna especificación. Es un elemento propietario y específico de WebKit/Blink.
Compatibilidad con los distintos navegadores
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help!
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Soporte básico | (Yes) | ? | ? | (Yes) | (Yes) |
Característica | Android | Chrome | Firefox Mobile (Gecko) | Firefox OS | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Soporte básico | ? | ? | ? | ? | ? | ? | ? |