fabi / frontend /src /components /Inputs /NumberField.css
Osman2010
Deploy DataLine with Gemini integration to HF Spaces
9470652
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}