border-bottom-style

Since UXP v2.0

Specifies the style of bottom border to render.

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

Example

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

Quirks and Exceptions