본문 바로가기
CSS

[CSS]caret-color

  • caret-color: auto;
  • caret-color: transparent;
  • caret-color: currentcolor;
  • caret-color: red;
  • <input type="text">
  • <input type="password">
  • <input type="search">
  • <input type="number">
  • <input type="email">
  • <input type="tel">
  • <input type="url">
  • <textarea></textarea>
  • <div contenteditable="true"></div>
  • Caret
  • caret-color