欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

表单--控制光标颜色

程序员文章站 2022-06-01 08:43:01
...

input textarea 控制光标颜色---caret-color

//代码:
<input type="text" class="input-text"/>
<textarea rows="10" cols='30' class="input-text"/>


//样式:
.input-text{caret-color:#890}


表单--控制光标颜色

大家也可以查看该篇文章:

https://www.w3cplus.com/css/caret-color.html

作者写的要详细的多多~~~

相关标签: caret-color css