Skip to content

Instantly share code, notes, and snippets.

@nhatnx
nhatnx / control_size_input_number_arrow_buttons.css
Created December 6, 2017 05:19
Control the size of input type=“number” arrow buttons
input[type=number] {
height: 30px;
}
input[type=number]:hover::-webkit-inner-spin-button {
width: 14px;
height: 30px;
}