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 | Number | 1px | 1px |
Description
The width of the border around the Еditor. | |||
$kendo-editor-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Еditor. | |||
$kendo-editor-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Еditor. | |||
$kendo-editor-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the Еditor. | |||
$kendo-editor-text | String | var( --kendo-component-text, initial ) | var(--kendo-component-text, initial) |
Description
The text color of the Editor. | |||
$kendo-editor-bg | String | var( --kendo-component-bg, initial ) | var(--kendo-component-bg, initial) |
Description
The background color of the Editor. | |||
$kendo-editor-border | String | var( --kendo-component-border, initial ) | var(--kendo-component-border, initial) |
Description
The color of the border around Editor. | |||
$kendo-editor-placeholder-text | String | var( --kendo-input-placeholder-text, #{$kendo-input-placeholder-text} ) | var(--kendo-input-placeholder-text, var(--kendo-color-subtle, #605e5c)) |
Description
The text color of the Еditor's placeholder. | |||
$kendo-editor-placeholder-opacity | String | var( --kendo-input-placeholder-opacity, #{$kendo-input-placeholder-opacity} ) | var(--kendo-input-placeholder-opacity, 1) |
Description
The opacity of the Editor's placeholder. | |||
$kendo-editor-content-outline-color | String | var( --kendo-body-text, initial ) | var(--kendo-body-text, initial) |
Description
The outline color of the Editor's content. | |||
$kendo-editor-export-tool-icon-margin-x | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
The horizontal margin of the Editor's export tool icon. | |||
$kendo-editor-selectednode-outline-width | String | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) |
Description
The outline width of the Editor's selected node. | |||
$kendo-editor-selected-text | String | if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) | var(--kendo-color-app-surface, #ffffff) |
Description
The selected text color of the Editor. | |||
$kendo-editor-selected-bg | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The selected background color of the Editor. | |||
$kendo-editor-highlighted-bg | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 55%, transparent), k-get-theme-color-var( primary-60 )) | color-mix(in srgb, var(--kendo-color-primary, #0078d4) 55%, transparent) |
Description
The highlighted background color of the Editor. | |||
$kendo-editor-resize-handle-size | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The size of the Editor's resize handle. | |||
$kendo-editor-resize-handle-border-width | Number | 1px | 1px |
Description
The border width of the Editor's resize handle. | |||
$kendo-editor-resize-handle-border | String | if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black) | var(--kendo-color-on-app-surface, #323130) |
Description
The border color of the Editor's resize handle. | |||
$kendo-editor-resize-handle-bg | String | if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) | var(--kendo-color-app-surface, #ffffff) |
Description
The background color of the Editor's resize handle. | |||
$kendo-editor-selectednode-outline-color | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The outline color of the Editor's selected node. | |||
$kendo-editor-inline-td-border | String | var( --kendo-component-border, initial ) | var(--kendo-component-border, initial) |
Description
The border color of the Inline Editor data cell. | |||
$kendo-editor-inline-hover-border | String | var( --kendo-component-border, initial ) | var(--kendo-component-border, initial) |
Description
The hover border color of the Inline Editor. | |||
$ct-cell-size | Number | 20px | 20px |
Description
The size of the cell in the Insert table popup. | |||
$kendo-editor-ct-popup-text | String | var( --kendo-selected-text, initial ) | var(--kendo-selected-text, initial) |
Description
The text color of the selected cells in the Insert table popup. | |||
$kendo-editor-ct-popup-bg | String | var( --kendo-selected-bg, initial ) | var(--kendo-selected-bg, initial) |
Description
The background color of the selected cells in the Insert table popup. | |||
$kendo-editor-ct-popup-border | String | var( --kendo-selected-border, initial ) | var(--kendo-selected-border, initial) |
Description
The border color of the selected cells in the Insert table popup. |