Borders

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

Outline Offset

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

Utility ClassCSS Property
.k-outline-offsetoutline-offset: 1px;
.k-outline-offset-0outline-offset: 0;
.k-outline-offset-2outline-offset: 2px;
.k-outline-offset-4outline-offset: 4px;
.k-outline-offset-8outline-offset: 8px;

Applying an Outline Offset

Use the k-outline-offset, k-outline-offset-2, k-outline-offset-4, and k-outline-offset-8 to apply different outline offset to an element.

Applying No Outline Offset

Use the k-outline-offset-0 to remove the outline offset from an element.