css.properties

column-rule-color

The column-rule-color property sets the color of the column rule.

Formal Syntax

column-rule-color = <line-color-list> | <auto-line-color-list> <line-color-list> = [ <line-color-or-repeat> ]+ <auto-line-color-list> = [ <line-color-or-repeat> ]* <auto-repeat-line-color> [ <line-color-or-repeat> ]*

See specification

JavaScript Access

// Access via element.style element.style.columnRuleColor = "currentcolor";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
column-rule-color5052912
transparent13.5312

Related Properties