New to Kendo UI for Angular? Start a free 30-day trial
Customizing Editor
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-editor-border-width | 1px | ||
Description
The width of the border around the Еditor. | |||
$kendo-editor-font-family | var( --kendo-font-family, inherit ) | ||
Description
The font family of the Еditor. | |||
$kendo-editor-font-size | var( --kendo-font-size, inherit ) | ||
Description
The font size of the Еditor. | |||
$kendo-editor-line-height | var( --kendo-line-height, normal ) | ||
Description
The line height of the Еditor. | |||
$kendo-editor-text | var( --kendo-component-text, initial ) | ||
Description
The text color of the Editor. | |||
$kendo-editor-bg | var( --kendo-component-bg, initial ) | ||
Description
The background color of the Editor. | |||
$kendo-editor-border | var( --kendo-component-border, initial ) | ||
Description
The color of the border around Editor. | |||
$kendo-editor-placeholder-text | var( --kendo-input-placeholder-text, #{$kendo-input-placeholder-text} ) | ||
Description
The text color of the Еditor's placeholder. | |||
$kendo-editor-placeholder-opacity | var( --kendo-input-placeholder-opacity, #{$kendo-input-placeholder-opacity} ) | ||
Description
The opacity of the Editor's placeholder. | |||
$kendo-editor-content-outline-color | var( --kendo-body-text, initial ) | ||
Description
The outline color of the Editor's content. | |||
$kendo-editor-export-tool-icon-margin-x | map.get( $kendo-spacing, 1 ) | ||
Description
The horizontal margin of the Editor's export tool icon. | |||
$kendo-editor-selectednode-outline-width | map.get( $kendo-spacing, 0.5 ) | ||
Description
The outline width of the Editor's selected node. | |||
$kendo-editor-selected-text | $kendo-color-white | ||
Description
The selected text color of the Editor. | |||
$kendo-editor-selected-bg | k-get-theme-color-var( primary-100 ) | ||
Description
The selected background color of the Editor. | |||
$kendo-editor-highlighted-bg | k-get-theme-color-var( primary-60 ) | ||
Description
The highlighted background color of the Editor. | |||
$kendo-editor-resize-handle-size | map.get( $kendo-spacing, 2 ) | ||
Description
The size of the Editor's resize handle. | |||
$kendo-editor-resize-handle-border-width | 1px | ||
Description
The border width of the Editor's resize handle. | |||
$kendo-editor-resize-handle-border | $kendo-color-black | ||
Description
The border color of the Editor's resize handle. | |||
$kendo-editor-resize-handle-bg | $kendo-color-white | ||
Description
The background color of the Editor's resize handle. | |||
$kendo-editor-selectednode-outline-color | k-get-theme-color-var( primary-100 ) | ||
Description
The outline color of the Editor's selected node. | |||
$kendo-editor-inline-td-border | var( --kendo-component-border, initial ) | ||
Description
The border color of the Inline Editor data cell. | |||
$kendo-editor-inline-hover-border | var( --kendo-component-border, initial ) | ||
Description
The hover border color of the Inline Editor. | |||
$ct-cell-size | 20px | ||
Description
The size of the cell in the Insert table popup. | |||
$kendo-editor-ct-popup-text | var( --kendo-selected-text, initial ) | ||
Description
The text color of the selected cells in the Insert table popup. | |||
$kendo-editor-ct-popup-bg | var( --kendo-selected-bg, initial ) | ||
Description
The background color of the selected cells in the Insert table popup. | |||
$kendo-editor-ct-popup-border | var( --kendo-selected-border, initial ) | ||
Description
The border color of the selected cells in the Insert table popup. |