css.properties

caret-color

The caret-color property specifies the color of the text input caret.

Formal Syntax

auto | <color>

See specification

JavaScript Access

// Access via element.style
element.style.caretColor = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
caret-color575311.179
auto575311.179
currentColor575311.179
transparent575311.179

Related Properties