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