BORDER-INLINE-START-COLOR
The border-inline-start-color property specifies the border color of the inline start.
SYNTAX
CSS
border-inline-start-color: value;
JS
object.style.borderInlineStartColor = "value";
VALUES
<'border-inline-start-color'> = <'border-top-color'>
<'border-top-color'> = <color>
<color>
Specifies the color using a keyword or a numerical specification.
INITIAL
currentColor