I tried to google it, and surprisingly found no result related...
I wonder how can I use css to adjust the blinking cursor inside the search box with CSS?
I adjusted the siz
There is no way to styling the caret currently, but if you use another DOM element to display the input control value then you can. Take a look at How to use this square cursor in a HTML input field?