Borders

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

Outline Width

The outline width utilities are a collection of classes that enable you to control the outline width of an element.

Utility ClassCSS Property
.k-outlineoutline-width: 1px;
.k-outline-0outline-width: 0;
.k-outline-2outline-width: 2px;
.k-outline-4outline-width: 4px;
.k-outline-8outline-width: 8px;

Applying an Outline Width

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

Applying No Outline Width

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