When working with a number input that includes a spinner, I have encountered challenges in changing the size of the spinner itself. Specifically, I am referring to the <input type='number'>
element. Despite my efforts to adjust its size through CSS properties, I have not found a successful solution. Complicating matters further is the fact that each browser and operating system may have a different implementation of the spinner.
Due to limitations with the version of JQuery UI (1.8) being used in the larger application, I am unable to utilize the JQuery UI spinner as an alternative. This constraint stems from potential issues that may arise if upgrading to a newer version.