css.properties

border-inline-color

The border-inline-color property sets the color of the inline borders.

Formal Syntax

border-inline-color = <'border-top-color'>{1,2}

See specification

JavaScript Access

// Access via element.style element.style.borderInlineColor = "value";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-inline-color876614.187
currentColor876614.187
transparent876614.187

Related Properties