How to adjust the Caret (blinking cursor) size inside searchbar with css

前端 未结 6 581
误落风尘
误落风尘 2020-12-15 04:20

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

6条回答
  •  我在风中等你
    2020-12-15 04:50

    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?

提交回复
热议问题