Greetings. Is there any possibility (via jQuery or CSS) to add the + signs after the input and the sign in front of it? At the same time that they are not located outside the label? I tried through the pseudo-elements before and after, but as far as I know they can only be applied to the div, the input itself cannot be used. There is no access to the formation of the form itself, since it is formed through the Drupal 7 module. I need all of this in order to then register by clicking on these elements a change in the value of the input itself.

<input type="number">maybe this will be enough. - Andrey Fedorov