caret-color

by li yanlong

HTML

<input class="form-control" />

CSS

input {
  font-size: 14px;
  padding: 10px;
}

.form-control {
    color: #333; /* 文本颜色 */
    caret-color: #05d380; /* 光标颜色 */
}