13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
 * @class Ext.form.field.HtmlEditor
 */
 
/**
 * @var {number}
 * The border-width of the HtmlEditor
 */
$html-editor-border-width: 1px !default;
 
/**
 * @var {color}
 * The border-color of the HtmlEditor
 */
$html-editor-border-color: $form-field-border-color !default;
 
/**
 * @var {color}
 * The background-color of the HtmlEditor
 */
$html-editor-background-color: $form-field-background-color !default;
 
/**
 * @var {number}
 * The size of the HtmlEditor toolbar icons
 */
$html-editor-toolbar-icon-size: 16px !default;
 
/**
 * @var {number}
 * The font-size of the HtmlEditor's font selection control
 */
$html-editor-font-select-font-size: $form-field-font-size !default;
 
/**
 * @var {number}
 * The font-family of the HtmlEditor's font selection control
 */
$html-editor-font-select-font-family: inherit !default;