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 | $kendo-font-family | inherit |
Description
The font family of the Еditor. | |||
$kendo-editor-font-size | Number | $kendo-font-size-md | 14px |
Description
The font size of the Еditor. | |||
$kendo-editor-line-height | Number | $kendo-line-height-md | 1.4285714286 |
Description
The line height of the Еditor. | |||
$kendo-editor-placeholder-text | Color | $kendo-input-placeholder-text | #666666 |
Description
The text color of the Еditor placeholder. | |||
$kendo-editor-placeholder-opacity | Number | $kendo-input-placeholder-opacity | 1 |
Description
The opacity of the Editor placeholder. | |||
$kendo-editor-selected-text | Color | $kendo-color-primary-contrast | white |
Description
The selected text color of the Editor. | |||
$kendo-editor-selected-bg | Color | $kendo-color-primary | #ff6358 |
Description
The selected background color of the Editor. | |||
$kendo-editor-highlighted-bg | Color | k-color-mix($kendo-color-primary, #ffffff, 20%) | #ffe0de |
Description
The highlighted background color of the Editor. | |||
$kendo-editor-export-tool-icon-margin-x | Number | .25em | 0.25em |
Description
The horizontal margin of the Editor's export tool icon. | |||
$kendo-editor-resize-handle-size | Number | 8px | 8px |
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 | Color | #000000 | #000000 |
Description
The border color of the Editor's resize handle. | |||
$kendo-editor-resize-handle-bg | Color | #ffffff | #ffffff |
Description
The background color of the Editor's resize handle. | |||
$kendo-editor-selectednode-outline-width | Number | 2px | 2px |
Description
The outline width of the Editor's selected node. | |||
$kendo-editor-selectednode-outline-color | Color | #88ccff | #88ccff |
Description
The outline color of the Editor's selected node. |