background

Since UXP v2.0

Specifies an element's background. Supports colors, multiple background images, as well as linear and radial gradients.

See: https://developer.mozilla.org/en/docs/Web/CSS/background

Example:

.someElement {
    background: url('plugin://assets/star.png') red;
}

Quirks and Exceptions