border-top-style

Since UXP v2.0

Specifies the style of top border to render.

See: https://developer.mozilla.org/en/docs/Web/CSS/border-top-style

Example

.button {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: white;
}

Quirks and Exceptions