Borders

The Telerik and Kendo UI Border Utilities enable you to change the border settings of an element.

Outline Color

The Telerik and Kendo UI Outline Color Utilities are a collection of CSS classes that enable you to control the outline color of an element.

Utility ClassCSS Property
.k-outline-inheritoutline-color: inherit;
.k-outline-currentColoroutline-color: currentColor;
.k-outline-transparentoutline-color: transparent;
.k-outline-blackoutline-color: black;
.k-outline-whiteoutline-color: white;

Applying an Outline Color

Use the k-outline-{color} to apply different outline colors to an element.