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
If caps is ok in your context, one easy hack is to use the css attribute font-variant: small-caps; to get the caret larger than the text.
Another approach is to create your own caret using an input field replacement, someone spent time and achieved something working, but the author recommend to keep using the standard caret.