@syncfusion/ej2-richtexteditor 23.2.5 → 23.2.7-52849
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +40 -40
- package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -27
- package/CHANGELOG.md +1751 -1713
- package/README.md +76 -76
- package/dist/ej2-richtexteditor.umd.min.js +1 -10
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +349 -199
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +459 -309
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/helpers/e2e/index.js +3 -3
- package/helpers/e2e/rte-helper.js +13 -13
- package/license +9 -9
- package/package.json +74 -74
- package/src/common/interface.d.ts +7 -7
- package/src/editor-manager/base/classes.d.ts +1 -1
- package/src/editor-manager/base/classes.js +1 -1
- package/src/editor-manager/base/editor-manager.d.ts +3 -3
- package/src/editor-manager/base/editor-manager.js +3 -3
- package/src/editor-manager/base/enum.d.ts +2 -2
- package/src/editor-manager/base/interface.d.ts +10 -9
- package/src/editor-manager/base/types.d.ts +1 -1
- package/src/editor-manager/plugin/alignments.d.ts +2 -2
- package/src/editor-manager/plugin/alignments.js +2 -2
- package/src/editor-manager/plugin/audio.d.ts +3 -3
- package/src/editor-manager/plugin/audio.js +3 -3
- package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
- package/src/editor-manager/plugin/clearformat-exec.js +2 -2
- package/src/editor-manager/plugin/clearformat.d.ts +1 -1
- package/src/editor-manager/plugin/clearformat.js +1 -1
- package/src/editor-manager/plugin/dom-node.d.ts +34 -34
- package/src/editor-manager/plugin/dom-node.js +34 -34
- package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -1
- package/src/editor-manager/plugin/format-painter-actions.js +1 -1
- package/src/editor-manager/plugin/formats.d.ts +2 -2
- package/src/editor-manager/plugin/formats.js +2 -2
- package/src/editor-manager/plugin/image.d.ts +3 -3
- package/src/editor-manager/plugin/image.js +3 -3
- package/src/editor-manager/plugin/indents.d.ts +2 -2
- package/src/editor-manager/plugin/indents.js +2 -2
- package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
- package/src/editor-manager/plugin/insert-methods.js +4 -4
- package/src/editor-manager/plugin/insert-text.d.ts +2 -2
- package/src/editor-manager/plugin/insert-text.js +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
- package/src/editor-manager/plugin/inserthtml.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml.js +5 -3
- package/src/editor-manager/plugin/isformatted.d.ts +8 -8
- package/src/editor-manager/plugin/isformatted.js +8 -8
- package/src/editor-manager/plugin/link.d.ts +2 -2
- package/src/editor-manager/plugin/link.js +4 -2
- package/src/editor-manager/plugin/lists.d.ts +2 -2
- package/src/editor-manager/plugin/lists.js +2 -2
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +7 -3
- package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
- package/src/editor-manager/plugin/nodecutter.js +6 -6
- package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
- package/src/editor-manager/plugin/selection-commands.js +1 -1
- package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
- package/src/editor-manager/plugin/selection-exec.js +2 -2
- package/src/editor-manager/plugin/table.d.ts +2 -2
- package/src/editor-manager/plugin/table.js +2 -2
- package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
- package/src/editor-manager/plugin/toolbar-status.js +2 -2
- package/src/editor-manager/plugin/undo.d.ts +6 -6
- package/src/editor-manager/plugin/undo.js +6 -6
- package/src/editor-manager/plugin/video.d.ts +3 -3
- package/src/editor-manager/plugin/video.js +3 -3
- package/src/global.d.ts +1 -0
- package/src/markdown-parser/base/interface.d.ts +10 -10
- package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
- package/src/markdown-parser/base/markdown-parser.js +3 -3
- package/src/markdown-parser/base/types.d.ts +1 -1
- package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
- package/src/markdown-parser/plugin/clearformat.js +2 -2
- package/src/markdown-parser/plugin/formats.d.ts +2 -2
- package/src/markdown-parser/plugin/formats.js +2 -2
- package/src/markdown-parser/plugin/insert-text.d.ts +2 -2
- package/src/markdown-parser/plugin/insert-text.js +2 -2
- package/src/markdown-parser/plugin/link.d.ts +2 -2
- package/src/markdown-parser/plugin/link.js +2 -2
- package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
- package/src/markdown-parser/plugin/markdown-selection.js +14 -14
- package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
- package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
- package/src/markdown-parser/plugin/table.d.ts +3 -3
- package/src/markdown-parser/plugin/table.js +3 -3
- package/src/markdown-parser/plugin/undo.d.ts +6 -6
- package/src/markdown-parser/plugin/undo.js +6 -6
- package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
- package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
- package/src/rich-text-editor/actions/base-toolbar.js +3 -3
- package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
- package/src/rich-text-editor/actions/color-picker.js +2 -2
- package/src/rich-text-editor/actions/count.d.ts +3 -3
- package/src/rich-text-editor/actions/count.js +3 -3
- package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
- package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
- package/src/rich-text-editor/actions/emoji-picker.d.ts +1 -1
- package/src/rich-text-editor/actions/emoji-picker.js +1 -1
- package/src/rich-text-editor/actions/enter-key.js +1 -1
- package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
- package/src/rich-text-editor/actions/full-screen.js +3 -3
- package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
- package/src/rich-text-editor/actions/html-editor.js +13 -5
- package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
- package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
- package/src/rich-text-editor/actions/keyboard.js +20 -20
- package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
- package/src/rich-text-editor/actions/markdown-editor.js +2 -2
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
- package/src/rich-text-editor/actions/paste-clean-up.js +6 -4
- package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/quick-toolbar.js +13 -10
- package/src/rich-text-editor/actions/toolbar.d.ts +13 -14
- package/src/rich-text-editor/actions/toolbar.js +13 -21
- package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
- package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
- package/src/rich-text-editor/base/classes.d.ts +125 -120
- package/src/rich-text-editor/base/classes.js +125 -120
- package/src/rich-text-editor/base/constant.d.ts +149 -149
- package/src/rich-text-editor/base/constant.js +149 -149
- package/src/rich-text-editor/base/enum.d.ts +1 -1
- package/src/rich-text-editor/base/enum.js +1 -1
- package/src/rich-text-editor/base/interface.d.ts +50 -49
- package/src/rich-text-editor/base/interface.js +1 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +891 -891
- package/src/rich-text-editor/base/rich-text-editor.d.ts +72 -60
- package/src/rich-text-editor/base/rich-text-editor.js +112 -76
- package/src/rich-text-editor/base/util.d.ts +1 -1
- package/src/rich-text-editor/base/util.js +1 -1
- package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
- package/src/rich-text-editor/formatter/formatter.js +8 -8
- package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/html-formatter.js +15 -15
- package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
- package/src/rich-text-editor/models/default-locale.js +1 -0
- package/src/rich-text-editor/models/iframe-settings-model.d.ts +26 -26
- package/src/rich-text-editor/models/iframe-settings.js +19 -19
- package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
- package/src/rich-text-editor/models/inline-mode.js +19 -19
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +760 -760
- package/src/rich-text-editor/models/toolbar-settings.js +19 -19
- package/src/rich-text-editor/renderer/audio-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/audio-module.js +1 -2
- package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/content-renderer.js +6 -6
- package/src/rich-text-editor/renderer/dialog-renderer.d.ts +3 -2
- package/src/rich-text-editor/renderer/dialog-renderer.js +13 -2
- package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
- package/src/rich-text-editor/renderer/iframe-content-renderer.js +17 -17
- package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/image-module.js +19 -12
- package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/link-module.js +3 -2
- package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
- package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
- package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
- package/src/rich-text-editor/renderer/render.d.ts +2 -2
- package/src/rich-text-editor/renderer/render.js +2 -2
- package/src/rich-text-editor/renderer/table-module.d.ts +2 -1
- package/src/rich-text-editor/renderer/table-module.js +10 -2
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
- package/src/rich-text-editor/renderer/toolbar-renderer.js +88 -19
- package/src/rich-text-editor/renderer/video-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/video-module.js +2 -3
- package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
- package/src/rich-text-editor/renderer/view-source.js +15 -14
- package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
- package/src/rich-text-editor/services/renderer-factory.js +3 -3
- package/src/rich-text-editor/services/service-locator.d.ts +3 -3
- package/src/rich-text-editor/services/service-locator.js +3 -3
- package/src/selection/selection.d.ts +22 -22
- package/src/selection/selection.js +22 -22
- package/styles/_all.scss +1 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.scss +1 -1
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +277 -277
- package/styles/rich-text-editor/_bootstrap-definition.scss +334 -334
- package/styles/rich-text-editor/_bootstrap4-definition.scss +460 -460
- package/styles/rich-text-editor/_bootstrap5-definition.scss +262 -262
- package/styles/rich-text-editor/_fabric-dark-definition.scss +259 -259
- package/styles/rich-text-editor/_fabric-definition.scss +257 -257
- package/styles/rich-text-editor/_fluent-definition.scss +263 -263
- package/styles/rich-text-editor/_fusionnew-definition.scss +261 -261
- package/styles/rich-text-editor/_highcontrast-definition.scss +257 -257
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +257 -257
- package/styles/rich-text-editor/_layout.scss +2072 -2072
- package/styles/rich-text-editor/_material-dark-definition.scss +262 -262
- package/styles/rich-text-editor/_material-definition.scss +260 -260
- package/styles/rich-text-editor/_material3-definition.scss +262 -262
- package/styles/rich-text-editor/_tailwind-definition.scss +257 -257
- package/styles/rich-text-editor/_theme.scss +837 -837
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +349 -349
- package/styles/rich-text-editor/icons/_bootstrap.scss +349 -349
- package/styles/rich-text-editor/icons/_bootstrap4.scss +349 -349
- package/styles/rich-text-editor/icons/_bootstrap5.scss +348 -348
- package/styles/rich-text-editor/icons/_fabric-dark.scss +349 -349
- package/styles/rich-text-editor/icons/_fabric.scss +349 -349
- package/styles/rich-text-editor/icons/_fluent.scss +348 -348
- package/styles/rich-text-editor/icons/_fusionnew.scss +348 -348
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +349 -349
- package/styles/rich-text-editor/icons/_highcontrast.scss +349 -349
- package/styles/rich-text-editor/icons/_material-dark.scss +349 -349
- package/styles/rich-text-editor/icons/_material.scss +349 -349
- package/styles/rich-text-editor/icons/_material3.scss +348 -348
- package/styles/rich-text-editor/icons/_tailwind.scss +348 -348
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.scss +1 -1
- package/.eslintrc.json +0 -260
- package/dist/ej2-richtexteditor.min.js +0 -10
- package/dist/global/ej2-richtexteditor.min.js +0 -11
- package/dist/global/ej2-richtexteditor.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
- package/tslint.json +0 -111
|
@@ -1,259 +1,259 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$rte-border-size: 1px !default;
|
|
3
|
-
$rte-2px-border-size: 2px !default;
|
|
4
|
-
$rte-border-type: solid !default;
|
|
5
|
-
|
|
6
|
-
$rte-list-btn-flex: column !default;
|
|
7
|
-
$rte-list-btn-line-height: 40px !default;
|
|
8
|
-
$rte-big-list-btn-line-height: 48px !default;
|
|
9
|
-
$rte-split-btn-line-height: 41px !default;
|
|
10
|
-
$rte-big-split-btn-line-height: 50px !default;
|
|
11
|
-
$rte-border-color: $neutral-light !default;
|
|
12
|
-
$rte-full-screen-bg: $neutral-white !default;
|
|
13
|
-
$rte-content-bg: $neutral-white !default;
|
|
14
|
-
$rte-content-font-color: $neutral-light-font !default;
|
|
15
|
-
$rte-item-color: $neutral-light-font !default;
|
|
16
|
-
$rte-icons-color: $neutral-light-font !default;
|
|
17
|
-
$rte-tlbar-expand-active: $neutral-light-font !default;
|
|
18
|
-
$rte-hover-icons-color: $neutral-light-font !default;
|
|
19
|
-
|
|
20
|
-
$rte-big-quick-item-btn-width: 39px !default;
|
|
21
|
-
$rte-quick-item-btn-width: 40px !default;
|
|
22
|
-
$rte-big-quick-item-btn-height: 34px !default;
|
|
23
|
-
$rte-quick-item-btn-height: 40px !default;
|
|
24
|
-
$rte-big-quick-item-padding: 0 6px !default;
|
|
25
|
-
$rte-quick-item-padding: 0 3px !default;
|
|
26
|
-
$rte-quick-item-icon-min-width: 20px !default;
|
|
27
|
-
$rte-big-quick-item-line-height: normal !default;
|
|
28
|
-
$rte-quick-item-line-height: 25px !default;
|
|
29
|
-
$rte-quick-item-active-bg: $neutral-quintenary !default;
|
|
30
|
-
$rte-quick-item-active-font-color: $neutral-light-fontalt !default;
|
|
31
|
-
$rte-quick-item-border: 0 !default;
|
|
32
|
-
$rte-quick-item-hover-border-color: transparent !default;
|
|
33
|
-
$rte-quick-item-active-border-color: transparent !default;
|
|
34
|
-
$rte-content-padding: 16px !default;
|
|
35
|
-
$rte-table-popup-padding: 10px !default;
|
|
36
|
-
$rte-table-popup-border: 1px solid $neutral-light !default;
|
|
37
|
-
|
|
38
|
-
$rte-inline-dropdown-line-height: 40px !default;
|
|
39
|
-
$rte-big-inline-dropdown-line-height: 48px !default;
|
|
40
|
-
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
41
|
-
$rte-quick-drop-btn-line-height: 24px !default;
|
|
42
|
-
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
43
|
-
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
44
|
-
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
45
|
-
$rte-quick-drop-btn-padding: 1px 0 !default;
|
|
46
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
47
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
48
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
49
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
50
|
-
$rte-big-quick-drop-btn-caret-font-size: 10px !default;
|
|
51
|
-
$rte-quick-drop-btn-caret-font-size: 10px !default;
|
|
52
|
-
$rte-quick-drop-btn-border-color: $neutral-white !default;
|
|
53
|
-
$rte-quick-drop-btn-hover-border-color: $neutral-white !default;
|
|
54
|
-
|
|
55
|
-
$rte-quick-pop-border: 1px solid $neutral-light !default;
|
|
56
|
-
$rte-quick-tb-border: 0 !default;
|
|
57
|
-
$rte-quick-pop-bg: $neutral-lighter !default;
|
|
58
|
-
$rte-quick-vr-line-color: $neutral-light !default;
|
|
59
|
-
$rte-quick-pop-shadow: 0 2px 6px rgba($shadow, .26) !default;
|
|
60
|
-
$rte-quick-pop-item-focus-bg: $neutral-light !default;
|
|
61
|
-
$rte-quick-tb-btn-hover: $neutral-light !default;
|
|
62
|
-
$rte-mob-drop-down-pop-shadow: rgba($shadow, .12) !default;
|
|
63
|
-
$font-weight: 500 !default;
|
|
64
|
-
$rte-big-tb-items-margin-left: 0 !default;
|
|
65
|
-
$rte-tb-items-margin-left: 4px !default;
|
|
66
|
-
$rte-big-tb-items-padding-left: 0 !default;
|
|
67
|
-
$rte-tb-items-padding-left: 4px !default;
|
|
68
|
-
$rte-big-active-tb-item-btn-padding: 0 !default;
|
|
69
|
-
$rte-active-tb-item-btn-padding: 0 !default;
|
|
70
|
-
$rte-tb-item-active-bg: $neutral-quintenary !default;
|
|
71
|
-
$rte-tb-active-font-color: $neutral-light-fontalt !default;
|
|
72
|
-
$rte-tb-item-active-border: 0 !default;
|
|
73
|
-
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type !default;
|
|
74
|
-
$rte-color-picker-active-bg: inherit !default;
|
|
75
|
-
$rte-drop-btn-active-bg: $neutral-quintenary !default;
|
|
76
|
-
$rte-drop-btn-active-color: $neutral-light-fontalt !default;
|
|
77
|
-
$rte-drop-btn-active-border-color: inherit !default;
|
|
78
|
-
$rte-split-btn-active-hover-font-color: $neutral-light-fontalt !default;
|
|
79
|
-
$rte-table-popup-bdr-radius: 0 !default;
|
|
80
|
-
|
|
81
|
-
$rte-split-btn-color: $neutral-light-fontalt !default;
|
|
82
|
-
$rte-split-btn-active-color: $neutral-light-fontalt !default;
|
|
83
|
-
$rte-split-btn-hover-bg: $neutral-light !default;
|
|
84
|
-
$rte-split-btn-active-bg: $neutral-quintenary !default;
|
|
85
|
-
$rte-split-btn-span-hover-bg: $neutral-quintenary !default;
|
|
86
|
-
$rte-split-btn-span-focus-bg: inherit !default;
|
|
87
|
-
$rte-split-btn-span-active-bg: $neutral-quintenary !default;
|
|
88
|
-
$rte-split-btn-bar-bg: $neutral-tertiary !default;
|
|
89
|
-
$rte-split-btn-active-bar-bg: $neutral-tertiary !default;
|
|
90
|
-
$rte-split-btn-bar-size: 0 !default;
|
|
91
|
-
$rte-split-btn-active-border: 0 !default;
|
|
92
|
-
$rte-split-btn-active-color-icon-line-height: 40px !default;
|
|
93
|
-
$rte-big-split-btn-active-color-icon-line-height: 48px !default;
|
|
94
|
-
|
|
95
|
-
$rte-link-valid-color: transparent !default;
|
|
96
|
-
$rte-img-popup-color: #000 !default;
|
|
97
|
-
$rte-img-border-color: #ccc !default;
|
|
98
|
-
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
99
|
-
$rte-img-popup-box-shadow: 0 2px 3px 1px rgba($rte-img-popup-color, .21) !default;
|
|
100
|
-
$rte-upload-drag-border-clr: $neutral-light !default;
|
|
101
|
-
$rte-img-header-clr: $neutral-light-font !default;
|
|
102
|
-
$rte-drop-text-clr: $neutral-tertiary !default;
|
|
103
|
-
$rte-default-character-count-color: $neutral-secondary-alt !default;
|
|
104
|
-
$rte-warning-character-count-color: $alert-font !default;
|
|
105
|
-
$rte-error-character-count-color: $error-font !default;
|
|
106
|
-
$rte-img-border: solid 2px $theme-primary !default;
|
|
107
|
-
$rte-font-family: $font-family !default;
|
|
108
|
-
$rte-content-color: $rte-content-font-color !default;
|
|
109
|
-
$rte-content-blockquote-border-left-color: solid 2px $rte-content-font-color !default;
|
|
110
|
-
$rte-dropdown-selection-bgcolor: $neutral-quintenary !default;
|
|
111
|
-
$rte-format-btn-min-width: 72px !default;
|
|
112
|
-
$rte-font-name-btn-min-width: 0 !default;
|
|
113
|
-
$rte-font-size-btn-min-width: 37px !default;
|
|
114
|
-
$rte-drop-btn-padding-left: 8px !default;
|
|
115
|
-
$rte-drop-btn-padding-right: 6.5px !default;
|
|
116
|
-
$rte-drop-btn-action-padding-left: 8px !default;
|
|
117
|
-
$rte-drop-btn-action-padding-right: 6.5px !default;
|
|
118
|
-
$rte-big-drop-btn-padding-left: 9px !default;
|
|
119
|
-
$rte-big-drop-btn-padding-right: 7px !default;
|
|
120
|
-
$rte-big-drop-btn-action-padding-left: 9px !default;
|
|
121
|
-
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
122
|
-
$rte-ext-tbar-overlay-icons-color: $neutral-tertiary-alt !default;
|
|
123
|
-
$rte-colorpicker-parent-padding: 0 !default;
|
|
124
|
-
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
125
|
-
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
126
|
-
$rte-overlay-color: #383838 !default;
|
|
127
|
-
$rte-big-dropdown-btn-color-content-height: 48px !default;
|
|
128
|
-
$rte-dropdown-btn-color-content-height: 40px !default;
|
|
129
|
-
$rte-font-icon-width: 30px !default;
|
|
130
|
-
$rte-font-arrow-width: 18px !default;
|
|
131
|
-
$rte-font-arrow-touch-width: 20px !default;
|
|
132
|
-
$rte-font-icon-line-height: 2.25 !default;
|
|
133
|
-
$rte-colorpicker-padding: 7.5px 0 !default;
|
|
134
|
-
$rte-dropdown-selection-color: $neutral-light-fontalt !default;
|
|
135
|
-
$rte-anchor-color: #2994ff !default;
|
|
136
|
-
$rte-ext-tbar-overlay-dropdown-color: $neutral-tertiary-alt !default;
|
|
137
|
-
$rte-placeholder-line-height: 18px !default;
|
|
138
|
-
$rte-img-resize-back-color: $theme-primary !default;
|
|
139
|
-
$rte-img-resize-color: $neutral-primary !default;
|
|
140
|
-
$rte-table-header-color: $neutral-light-font !default;
|
|
141
|
-
$rte-table-span-bg-color: $neutral-lighter-alt !default;
|
|
142
|
-
$rte-table-span-border: 1px solid $neutral-light !default;
|
|
143
|
-
$rte-table-span-active-bg-color: $theme-darker !default;
|
|
144
|
-
$rte-table-span-active-border-color: $theme-tertiary !default;
|
|
145
|
-
$rte-table-select-border-color: $theme-primary !default;
|
|
146
|
-
$rte-table-popup-bg: $neutral-lighter-alt !default;
|
|
147
|
-
$rte-table-resize-back-color: $neutral-lighter-alt !default;
|
|
148
|
-
$rte-table-popup-color: $neutral-light-font !default;
|
|
149
|
-
$rte-table-popup-box: 0 2px 5px 0 rgba($shadow, .26) !default;
|
|
150
|
-
$rte-table-border-color: $neutral-tertiary !default;
|
|
151
|
-
$rte-table-alternate-color: $neutral-lighter-alt !default;
|
|
152
|
-
$rte-table-header-bg: $neutral-lighter !default;
|
|
153
|
-
$rte-formatlists-dropdown-line-height: 1;
|
|
154
|
-
$rte-big-formatlists-dropdown-line-height: 1;
|
|
155
|
-
|
|
156
|
-
$rte-insert-dialog-label-padding-top: 20px !default;
|
|
157
|
-
$rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
158
|
-
$rte-big-quick-tbar-item-min-height: 50px !default;
|
|
159
|
-
$rte-big-quick-tbar-item-min-width: 50px !default;
|
|
160
|
-
$rte-content-font-size: 14px !default;
|
|
161
|
-
$rte-dropdown-caret-icon-size: 12px !default;
|
|
162
|
-
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
163
|
-
$rte-toolbar-icon-size: 16px !default;
|
|
164
|
-
$rte-toolbar-big-icon-size: 18px !default;
|
|
165
|
-
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
166
|
-
|
|
167
|
-
$rte-big-inline-tmp-min-width: 40px;
|
|
168
|
-
$rte-inline-tmp-min-width: 42px;
|
|
169
|
-
$rte-big-inline-tmp-size-min-width: 55px;
|
|
170
|
-
$rte-inline-tmp-size-min-width: 57px;
|
|
171
|
-
$rte-big-inline-tmp-color-min-width: 50px;
|
|
172
|
-
$rte-inline-tmp-color-min-width: 50px;
|
|
173
|
-
|
|
174
|
-
$rte-resize-handler-width: 15px;
|
|
175
|
-
$rte-resize-handler-height: 15px;
|
|
176
|
-
$rte-resize-handler-position: 0;
|
|
177
|
-
$rte-default-character-count-opacity: .6;
|
|
178
|
-
|
|
179
|
-
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
180
|
-
$rte-placeholder-padding: 16px !default;
|
|
181
|
-
|
|
182
|
-
$rte-img-dlg-max-height: 431px !default;
|
|
183
|
-
$rte-img-alt-dlg-max-height: 431px !default;
|
|
184
|
-
$rte-img-link-dlg-max-height: 225px !default;
|
|
185
|
-
$rte-img-size-dlg-max-height: 289px !default;
|
|
186
|
-
$rte-link-dlg-max-height: 404px !default;
|
|
187
|
-
$rte-file-browser-dlg-max-height: 557px !default;
|
|
188
|
-
$rte-table-dlg-max-height: 293px !default;
|
|
189
|
-
$rte-edit-table-dlg-max-height: 373px !default;
|
|
190
|
-
$rte-quick-toolbar-item-margin: 0 6px !default;
|
|
191
|
-
$rte-big-quick-toolbar-item-margin: 0 6px !default;
|
|
192
|
-
$rte-big-quick-toolbar-items-margin : 0 6px !default;
|
|
193
|
-
$rte-big-quick-toolbar-item-btn-padding: 0 !default;
|
|
194
|
-
|
|
195
|
-
$rte-big-img-dlg-max-height: 456px !default;
|
|
196
|
-
$rte-big-img-alt-dlg-max-height: 456px !default;
|
|
197
|
-
$rte-big-img-link-dlg-max-height: 252px !default;
|
|
198
|
-
$rte-big-img-size-dlg-max-height: 331px !default;
|
|
199
|
-
$rte-big-link-dlg-max-height: 430px !default;
|
|
200
|
-
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
201
|
-
$rte-big-table-dlg-max-height: 335px !default;
|
|
202
|
-
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
203
|
-
$rte-drop-text-width: 300px !default;
|
|
204
|
-
$rte-drop-text-height: 185px !default;
|
|
205
|
-
$rte-drop-text-mobile-width: 250px !default;
|
|
206
|
-
$rte-tbar-default-bg: $neutral-lighter;
|
|
207
|
-
$rte-droparea-line-height: 10;
|
|
208
|
-
$rte-droparea-browsebtn-height: 36px;
|
|
209
|
-
$rte-droparea-browsebtn-padding: 0 18px;
|
|
210
|
-
$rte-droparea-browsebtn-top: -50px;
|
|
211
|
-
$rte-insert-dialog-font-size: 15px;
|
|
212
|
-
$rte-big-insert-dialog-font-size: 15px;
|
|
213
|
-
$rte-table-popup-tablecell-height: 14px;
|
|
214
|
-
$rte-table-popup-tablecell-width: 14px;
|
|
215
|
-
$rte-table-popup-tablecell-margin: 1px;
|
|
216
|
-
$rte-table-popup-row-height : 16px;
|
|
217
|
-
$rte-border-top-left-radius: 0;
|
|
218
|
-
$rte-border-top-right-radius: 0;
|
|
219
|
-
$rte-border-bottom-right-radius: 0;
|
|
220
|
-
$rte-border-bottom-left-radius: 0;
|
|
221
|
-
$rte-big-border-radius: 0;
|
|
222
|
-
$rte-big-table-row-height : 18px;
|
|
223
|
-
$rte-big-tablecell-height : 16px;
|
|
224
|
-
$rte-big-tablecell-width : 16px;
|
|
225
|
-
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
226
|
-
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
227
|
-
$rte-toolbar-expaned-padding: 0;
|
|
228
|
-
$rte-toolbar-expaned-padding-hover: 0;
|
|
229
|
-
$dropdown-btn-font-size: inherit !default;
|
|
230
|
-
$rte-extended-toolbar-items-padding: 0;
|
|
231
|
-
$rte-expand-tbar-hover-bg: $neutral-light !default;
|
|
232
|
-
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
233
|
-
$rte-tbar-icon-size: 16px;
|
|
234
|
-
$rte-background-color-icon-fontsize: 14px;
|
|
235
|
-
$rte-big-background-color-icon-fontsize: 14px;
|
|
236
|
-
$rte-dropdown-btn-color-content-padding: 1px !default;
|
|
237
|
-
$rte-big-dropdown-btn-color-content-padding: 1px !default;
|
|
238
|
-
$rte-tb-expended-min-height: 41px !default;
|
|
239
|
-
$rte-big-tb-expended-min-height: 50px !default;
|
|
240
|
-
$rte-tb-expended-padding-left: 1px !default;
|
|
241
|
-
$rte-tb-expended-hover-padding-left: 1px !default;
|
|
242
|
-
$rte-toolbar-expaned-minwidth: 100% !default;
|
|
243
|
-
|
|
244
|
-
$rte-emoji-pop-background: $neutral-white;
|
|
245
|
-
$rte-emoji-pop-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
|
|
246
|
-
$rte-emoji-pop-border-radius: none;
|
|
247
|
-
$rte-emoji-pop-border: 1px solid #eaeaea;
|
|
248
|
-
$rte-emoji-tbar-btn-bg: transparent;
|
|
249
|
-
$rte-emoji-tbar-btn-select-bg : $neutral-light;
|
|
250
|
-
$rte-emoji-tbar-btn-hover: $neutral-light;
|
|
251
|
-
$rte-emoji-btn-height: 253px;
|
|
252
|
-
$rte-emoji-grp-btn-line-height: 1px;
|
|
253
|
-
$rte-emoji-headname-font-weight: 400;
|
|
254
|
-
$rte-emoji-headname-color: $neutral-primary;
|
|
255
|
-
$rte-big-emoji-btn-height: 251px;
|
|
256
|
-
|
|
257
|
-
$rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA0VjQuNUg0SDUuNjk3MjJMNi41IDUuMDM1MThWMTYuOTY0OEw1LjY5NzIyIDE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDYuMTUxMzlINi4zMDI3OEw2LjQyODc0IDE5LjQxNkw3LjUgMTguNzAxOUw4LjU3MTI2IDE5LjQxNkw4LjY5NzIyIDE5LjVIOC44NDg2MUgxMUgxMS41VjE5VjE4VjE3LjVIMTFIOS4zMDI3OEw4LjUgMTYuOTY0OFY1LjAzNTE4TDkuMzAyNzggNC41SDExSDExLjVWNFYzVjIuNUgxMUg4Ljg0ODYxSDguNjk3MjJMOC41NzEyNiAyLjU4Mzk3TDcuNSAzLjI5ODE1TDYuNDI4NzQgMi41ODM5N0w2LjMwMjc4IDIuNUg2LjE1MTM5SDRIMy41VjNWNFoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNi45NSAxMC4zODQzTDI0LjIxIDkuMjA0MjhMMjUuNiA1Ljk5NDI4QzI1LjkzIDUuMjM0MjggMjUuNTggNC4zNTQyOCAyNC44MiA0LjAyNDI4TDIzLjkgMy42MjQyOEMyMy4xNCAzLjI5NDI4IDIyLjI2IDMuNjQ0MjggMjEuOTMgNC40MDQyOEwyMC41NCA3LjYxNDI4TDE3Ljc5IDYuNDE0MjhMMTcuNTkgNi44NzQyOEMxNy41OSA2Ljg3NDI4IDE3LjA2IDguMDk0MjggMTYuMzMgOS41NjQyOEMxNS4wMyAxMi4xODQzIDE0LjMzIDEzLjAzNDMgMTMuNjIgMTMuNjI0M0wxMyAxNC4xNDQzTDIzLjM3IDE4LjY0NDNMMjUuMzYgMTQuMDU0M0wyNi45NSAxMC4zODQzWk0xOC4zIDcuNzM0MjhMMjEuMDYgOC45MzQyOEwyMi42NSA1LjI2NDI4QzIyLjg3IDQuNzU0MjggMjMuNDYgNC41MjQyOCAyMy45NyA0Ljc0NDI4QzI0LjQ4IDQuOTY0MjggMjQuNzEgNS41NTQyOCAyNC40OSA2LjA2NDI4TDIyLjkgOS43MzQyOEwyNS42NSAxMC45MzQzTDI0Ljg1IDEyLjc2NDNMMTcuNDYgOS41NTQyOEMxNy44MiA4LjgwNDI4IDE4LjEyIDguMTU0MjggMTguMzEgNy43NDQyOEwxOC4zIDcuNzM0MjhaTTE3LjAxIDEwLjQ0NDNMMjIuMiAxMi42OTQzTDI0LjQ1IDEzLjY3NDNMMjQuMzcgMTMuODU0M0wxNS44NiAxNC4zMTQzTDE0Ljc5IDEzLjg1NDNDMTUuNSAxMy4wMDQzIDE1Ljk4IDEyLjQ3NDMgMTcgMTAuNDU0M0wxNy4wMSAxMC40NDQzWk0yMi44NSAxNy4zNDQzTDE3LjkxIDE1LjIwNDNMMjMuOTIgMTQuODg0M0wyMi44NSAxNy4zNTQzVjE3LjM0NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguMyA3LjczNDI4TDIxLjA2IDguOTM0MjhMMjIuNjUgNS4yNjQyOEMyMi44NyA0Ljc1NDI4IDIzLjQ2IDQuNTI0MjggMjMuOTcgNC43NDQyOEMyNC40OCA0Ljk2NDI4IDI0LjcxIDUuNTU0MjggMjQuNDkgNi4wNjQyOEwyMi45IDkuNzM0MjhMMjUuNjUgMTAuOTM0M0wyNC44NSAxMi43NjQzTDE3LjQ2IDkuNTU0MjhDMTcuODIgOC44MDQyOCAxOC4xMiA4LjE1NDI4IDE4LjMxIDcuNzQ0MjhMMTguMyA3LjczNDI4WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTE3LjAxIDEwLjQ0NDNMMjIuMiAxMi42OTQzTDI0LjQ1IDEzLjY3NDNMMjQuMzcgMTMuODU0M0wxNS44NiAxNC4zMTQzTDE0Ljc5IDEzLjg1NDNDMTUuNSAxMy4wMDQzIDE1Ljk4IDEyLjQ3NDMgMTcgMTAuNDU0M0wxNy4wMSAxMC40NDQzWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTIyLjg1IDE3LjM0NDNMMTcuOTEgMTUuMjA0M0wyMy45MiAxNC44ODQzTDIyLjg1IDE3LjM1NDNWMTcuMzQ0M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=') 8 1, auto;
|
|
258
|
-
|
|
259
|
-
//enddefault
|
|
1
|
+
//default
|
|
2
|
+
$rte-border-size: 1px !default;
|
|
3
|
+
$rte-2px-border-size: 2px !default;
|
|
4
|
+
$rte-border-type: solid !default;
|
|
5
|
+
|
|
6
|
+
$rte-list-btn-flex: column !default;
|
|
7
|
+
$rte-list-btn-line-height: 40px !default;
|
|
8
|
+
$rte-big-list-btn-line-height: 48px !default;
|
|
9
|
+
$rte-split-btn-line-height: 41px !default;
|
|
10
|
+
$rte-big-split-btn-line-height: 50px !default;
|
|
11
|
+
$rte-border-color: $neutral-light !default;
|
|
12
|
+
$rte-full-screen-bg: $neutral-white !default;
|
|
13
|
+
$rte-content-bg: $neutral-white !default;
|
|
14
|
+
$rte-content-font-color: $neutral-light-font !default;
|
|
15
|
+
$rte-item-color: $neutral-light-font !default;
|
|
16
|
+
$rte-icons-color: $neutral-light-font !default;
|
|
17
|
+
$rte-tlbar-expand-active: $neutral-light-font !default;
|
|
18
|
+
$rte-hover-icons-color: $neutral-light-font !default;
|
|
19
|
+
|
|
20
|
+
$rte-big-quick-item-btn-width: 39px !default;
|
|
21
|
+
$rte-quick-item-btn-width: 40px !default;
|
|
22
|
+
$rte-big-quick-item-btn-height: 34px !default;
|
|
23
|
+
$rte-quick-item-btn-height: 40px !default;
|
|
24
|
+
$rte-big-quick-item-padding: 0 6px !default;
|
|
25
|
+
$rte-quick-item-padding: 0 3px !default;
|
|
26
|
+
$rte-quick-item-icon-min-width: 20px !default;
|
|
27
|
+
$rte-big-quick-item-line-height: normal !default;
|
|
28
|
+
$rte-quick-item-line-height: 25px !default;
|
|
29
|
+
$rte-quick-item-active-bg: $neutral-quintenary !default;
|
|
30
|
+
$rte-quick-item-active-font-color: $neutral-light-fontalt !default;
|
|
31
|
+
$rte-quick-item-border: 0 !default;
|
|
32
|
+
$rte-quick-item-hover-border-color: transparent !default;
|
|
33
|
+
$rte-quick-item-active-border-color: transparent !default;
|
|
34
|
+
$rte-content-padding: 16px !default;
|
|
35
|
+
$rte-table-popup-padding: 10px !default;
|
|
36
|
+
$rte-table-popup-border: 1px solid $neutral-light !default;
|
|
37
|
+
|
|
38
|
+
$rte-inline-dropdown-line-height: 40px !default;
|
|
39
|
+
$rte-big-inline-dropdown-line-height: 48px !default;
|
|
40
|
+
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
41
|
+
$rte-quick-drop-btn-line-height: 24px !default;
|
|
42
|
+
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
43
|
+
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
44
|
+
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
45
|
+
$rte-quick-drop-btn-padding: 1px 0 !default;
|
|
46
|
+
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
47
|
+
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
48
|
+
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
49
|
+
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
50
|
+
$rte-big-quick-drop-btn-caret-font-size: 10px !default;
|
|
51
|
+
$rte-quick-drop-btn-caret-font-size: 10px !default;
|
|
52
|
+
$rte-quick-drop-btn-border-color: $neutral-white !default;
|
|
53
|
+
$rte-quick-drop-btn-hover-border-color: $neutral-white !default;
|
|
54
|
+
|
|
55
|
+
$rte-quick-pop-border: 1px solid $neutral-light !default;
|
|
56
|
+
$rte-quick-tb-border: 0 !default;
|
|
57
|
+
$rte-quick-pop-bg: $neutral-lighter !default;
|
|
58
|
+
$rte-quick-vr-line-color: $neutral-light !default;
|
|
59
|
+
$rte-quick-pop-shadow: 0 2px 6px rgba($shadow, .26) !default;
|
|
60
|
+
$rte-quick-pop-item-focus-bg: $neutral-light !default;
|
|
61
|
+
$rte-quick-tb-btn-hover: $neutral-light !default;
|
|
62
|
+
$rte-mob-drop-down-pop-shadow: rgba($shadow, .12) !default;
|
|
63
|
+
$font-weight: 500 !default;
|
|
64
|
+
$rte-big-tb-items-margin-left: 0 !default;
|
|
65
|
+
$rte-tb-items-margin-left: 4px !default;
|
|
66
|
+
$rte-big-tb-items-padding-left: 0 !default;
|
|
67
|
+
$rte-tb-items-padding-left: 4px !default;
|
|
68
|
+
$rte-big-active-tb-item-btn-padding: 0 !default;
|
|
69
|
+
$rte-active-tb-item-btn-padding: 0 !default;
|
|
70
|
+
$rte-tb-item-active-bg: $neutral-quintenary !default;
|
|
71
|
+
$rte-tb-active-font-color: $neutral-light-fontalt !default;
|
|
72
|
+
$rte-tb-item-active-border: 0 !default;
|
|
73
|
+
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type !default;
|
|
74
|
+
$rte-color-picker-active-bg: inherit !default;
|
|
75
|
+
$rte-drop-btn-active-bg: $neutral-quintenary !default;
|
|
76
|
+
$rte-drop-btn-active-color: $neutral-light-fontalt !default;
|
|
77
|
+
$rte-drop-btn-active-border-color: inherit !default;
|
|
78
|
+
$rte-split-btn-active-hover-font-color: $neutral-light-fontalt !default;
|
|
79
|
+
$rte-table-popup-bdr-radius: 0 !default;
|
|
80
|
+
|
|
81
|
+
$rte-split-btn-color: $neutral-light-fontalt !default;
|
|
82
|
+
$rte-split-btn-active-color: $neutral-light-fontalt !default;
|
|
83
|
+
$rte-split-btn-hover-bg: $neutral-light !default;
|
|
84
|
+
$rte-split-btn-active-bg: $neutral-quintenary !default;
|
|
85
|
+
$rte-split-btn-span-hover-bg: $neutral-quintenary !default;
|
|
86
|
+
$rte-split-btn-span-focus-bg: inherit !default;
|
|
87
|
+
$rte-split-btn-span-active-bg: $neutral-quintenary !default;
|
|
88
|
+
$rte-split-btn-bar-bg: $neutral-tertiary !default;
|
|
89
|
+
$rte-split-btn-active-bar-bg: $neutral-tertiary !default;
|
|
90
|
+
$rte-split-btn-bar-size: 0 !default;
|
|
91
|
+
$rte-split-btn-active-border: 0 !default;
|
|
92
|
+
$rte-split-btn-active-color-icon-line-height: 40px !default;
|
|
93
|
+
$rte-big-split-btn-active-color-icon-line-height: 48px !default;
|
|
94
|
+
|
|
95
|
+
$rte-link-valid-color: transparent !default;
|
|
96
|
+
$rte-img-popup-color: #000 !default;
|
|
97
|
+
$rte-img-border-color: #ccc !default;
|
|
98
|
+
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
99
|
+
$rte-img-popup-box-shadow: 0 2px 3px 1px rgba($rte-img-popup-color, .21) !default;
|
|
100
|
+
$rte-upload-drag-border-clr: $neutral-light !default;
|
|
101
|
+
$rte-img-header-clr: $neutral-light-font !default;
|
|
102
|
+
$rte-drop-text-clr: $neutral-tertiary !default;
|
|
103
|
+
$rte-default-character-count-color: $neutral-secondary-alt !default;
|
|
104
|
+
$rte-warning-character-count-color: $alert-font !default;
|
|
105
|
+
$rte-error-character-count-color: $error-font !default;
|
|
106
|
+
$rte-img-border: solid 2px $theme-primary !default;
|
|
107
|
+
$rte-font-family: $font-family !default;
|
|
108
|
+
$rte-content-color: $rte-content-font-color !default;
|
|
109
|
+
$rte-content-blockquote-border-left-color: solid 2px $rte-content-font-color !default;
|
|
110
|
+
$rte-dropdown-selection-bgcolor: $neutral-quintenary !default;
|
|
111
|
+
$rte-format-btn-min-width: 72px !default;
|
|
112
|
+
$rte-font-name-btn-min-width: 0 !default;
|
|
113
|
+
$rte-font-size-btn-min-width: 37px !default;
|
|
114
|
+
$rte-drop-btn-padding-left: 8px !default;
|
|
115
|
+
$rte-drop-btn-padding-right: 6.5px !default;
|
|
116
|
+
$rte-drop-btn-action-padding-left: 8px !default;
|
|
117
|
+
$rte-drop-btn-action-padding-right: 6.5px !default;
|
|
118
|
+
$rte-big-drop-btn-padding-left: 9px !default;
|
|
119
|
+
$rte-big-drop-btn-padding-right: 7px !default;
|
|
120
|
+
$rte-big-drop-btn-action-padding-left: 9px !default;
|
|
121
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
122
|
+
$rte-ext-tbar-overlay-icons-color: $neutral-tertiary-alt !default;
|
|
123
|
+
$rte-colorpicker-parent-padding: 0 !default;
|
|
124
|
+
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
125
|
+
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
126
|
+
$rte-overlay-color: #383838 !default;
|
|
127
|
+
$rte-big-dropdown-btn-color-content-height: 48px !default;
|
|
128
|
+
$rte-dropdown-btn-color-content-height: 40px !default;
|
|
129
|
+
$rte-font-icon-width: 30px !default;
|
|
130
|
+
$rte-font-arrow-width: 18px !default;
|
|
131
|
+
$rte-font-arrow-touch-width: 20px !default;
|
|
132
|
+
$rte-font-icon-line-height: 2.25 !default;
|
|
133
|
+
$rte-colorpicker-padding: 7.5px 0 !default;
|
|
134
|
+
$rte-dropdown-selection-color: $neutral-light-fontalt !default;
|
|
135
|
+
$rte-anchor-color: #2994ff !default;
|
|
136
|
+
$rte-ext-tbar-overlay-dropdown-color: $neutral-tertiary-alt !default;
|
|
137
|
+
$rte-placeholder-line-height: 18px !default;
|
|
138
|
+
$rte-img-resize-back-color: $theme-primary !default;
|
|
139
|
+
$rte-img-resize-color: $neutral-primary !default;
|
|
140
|
+
$rte-table-header-color: $neutral-light-font !default;
|
|
141
|
+
$rte-table-span-bg-color: $neutral-lighter-alt !default;
|
|
142
|
+
$rte-table-span-border: 1px solid $neutral-light !default;
|
|
143
|
+
$rte-table-span-active-bg-color: $theme-darker !default;
|
|
144
|
+
$rte-table-span-active-border-color: $theme-tertiary !default;
|
|
145
|
+
$rte-table-select-border-color: $theme-primary !default;
|
|
146
|
+
$rte-table-popup-bg: $neutral-lighter-alt !default;
|
|
147
|
+
$rte-table-resize-back-color: $neutral-lighter-alt !default;
|
|
148
|
+
$rte-table-popup-color: $neutral-light-font !default;
|
|
149
|
+
$rte-table-popup-box: 0 2px 5px 0 rgba($shadow, .26) !default;
|
|
150
|
+
$rte-table-border-color: $neutral-tertiary !default;
|
|
151
|
+
$rte-table-alternate-color: $neutral-lighter-alt !default;
|
|
152
|
+
$rte-table-header-bg: $neutral-lighter !default;
|
|
153
|
+
$rte-formatlists-dropdown-line-height: 1;
|
|
154
|
+
$rte-big-formatlists-dropdown-line-height: 1;
|
|
155
|
+
|
|
156
|
+
$rte-insert-dialog-label-padding-top: 20px !default;
|
|
157
|
+
$rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
158
|
+
$rte-big-quick-tbar-item-min-height: 50px !default;
|
|
159
|
+
$rte-big-quick-tbar-item-min-width: 50px !default;
|
|
160
|
+
$rte-content-font-size: 14px !default;
|
|
161
|
+
$rte-dropdown-caret-icon-size: 12px !default;
|
|
162
|
+
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
163
|
+
$rte-toolbar-icon-size: 16px !default;
|
|
164
|
+
$rte-toolbar-big-icon-size: 18px !default;
|
|
165
|
+
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
166
|
+
|
|
167
|
+
$rte-big-inline-tmp-min-width: 40px;
|
|
168
|
+
$rte-inline-tmp-min-width: 42px;
|
|
169
|
+
$rte-big-inline-tmp-size-min-width: 55px;
|
|
170
|
+
$rte-inline-tmp-size-min-width: 57px;
|
|
171
|
+
$rte-big-inline-tmp-color-min-width: 50px;
|
|
172
|
+
$rte-inline-tmp-color-min-width: 50px;
|
|
173
|
+
|
|
174
|
+
$rte-resize-handler-width: 15px;
|
|
175
|
+
$rte-resize-handler-height: 15px;
|
|
176
|
+
$rte-resize-handler-position: 0;
|
|
177
|
+
$rte-default-character-count-opacity: .6;
|
|
178
|
+
|
|
179
|
+
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
180
|
+
$rte-placeholder-padding: 16px !default;
|
|
181
|
+
|
|
182
|
+
$rte-img-dlg-max-height: 431px !default;
|
|
183
|
+
$rte-img-alt-dlg-max-height: 431px !default;
|
|
184
|
+
$rte-img-link-dlg-max-height: 225px !default;
|
|
185
|
+
$rte-img-size-dlg-max-height: 289px !default;
|
|
186
|
+
$rte-link-dlg-max-height: 404px !default;
|
|
187
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
188
|
+
$rte-table-dlg-max-height: 293px !default;
|
|
189
|
+
$rte-edit-table-dlg-max-height: 373px !default;
|
|
190
|
+
$rte-quick-toolbar-item-margin: 0 6px !default;
|
|
191
|
+
$rte-big-quick-toolbar-item-margin: 0 6px !default;
|
|
192
|
+
$rte-big-quick-toolbar-items-margin : 0 6px !default;
|
|
193
|
+
$rte-big-quick-toolbar-item-btn-padding: 0 !default;
|
|
194
|
+
|
|
195
|
+
$rte-big-img-dlg-max-height: 456px !default;
|
|
196
|
+
$rte-big-img-alt-dlg-max-height: 456px !default;
|
|
197
|
+
$rte-big-img-link-dlg-max-height: 252px !default;
|
|
198
|
+
$rte-big-img-size-dlg-max-height: 331px !default;
|
|
199
|
+
$rte-big-link-dlg-max-height: 430px !default;
|
|
200
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
201
|
+
$rte-big-table-dlg-max-height: 335px !default;
|
|
202
|
+
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
203
|
+
$rte-drop-text-width: 300px !default;
|
|
204
|
+
$rte-drop-text-height: 185px !default;
|
|
205
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
206
|
+
$rte-tbar-default-bg: $neutral-lighter;
|
|
207
|
+
$rte-droparea-line-height: 10;
|
|
208
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
209
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
210
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
211
|
+
$rte-insert-dialog-font-size: 15px;
|
|
212
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
213
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
214
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
215
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
216
|
+
$rte-table-popup-row-height : 16px;
|
|
217
|
+
$rte-border-top-left-radius: 0;
|
|
218
|
+
$rte-border-top-right-radius: 0;
|
|
219
|
+
$rte-border-bottom-right-radius: 0;
|
|
220
|
+
$rte-border-bottom-left-radius: 0;
|
|
221
|
+
$rte-big-border-radius: 0;
|
|
222
|
+
$rte-big-table-row-height : 18px;
|
|
223
|
+
$rte-big-tablecell-height : 16px;
|
|
224
|
+
$rte-big-tablecell-width : 16px;
|
|
225
|
+
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
226
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
227
|
+
$rte-toolbar-expaned-padding: 0;
|
|
228
|
+
$rte-toolbar-expaned-padding-hover: 0;
|
|
229
|
+
$dropdown-btn-font-size: inherit !default;
|
|
230
|
+
$rte-extended-toolbar-items-padding: 0;
|
|
231
|
+
$rte-expand-tbar-hover-bg: $neutral-light !default;
|
|
232
|
+
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
233
|
+
$rte-tbar-icon-size: 16px;
|
|
234
|
+
$rte-background-color-icon-fontsize: 14px;
|
|
235
|
+
$rte-big-background-color-icon-fontsize: 14px;
|
|
236
|
+
$rte-dropdown-btn-color-content-padding: 1px !default;
|
|
237
|
+
$rte-big-dropdown-btn-color-content-padding: 1px !default;
|
|
238
|
+
$rte-tb-expended-min-height: 41px !default;
|
|
239
|
+
$rte-big-tb-expended-min-height: 50px !default;
|
|
240
|
+
$rte-tb-expended-padding-left: 1px !default;
|
|
241
|
+
$rte-tb-expended-hover-padding-left: 1px !default;
|
|
242
|
+
$rte-toolbar-expaned-minwidth: 100% !default;
|
|
243
|
+
|
|
244
|
+
$rte-emoji-pop-background: $neutral-white;
|
|
245
|
+
$rte-emoji-pop-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
|
|
246
|
+
$rte-emoji-pop-border-radius: none;
|
|
247
|
+
$rte-emoji-pop-border: 1px solid #eaeaea;
|
|
248
|
+
$rte-emoji-tbar-btn-bg: transparent;
|
|
249
|
+
$rte-emoji-tbar-btn-select-bg : $neutral-light;
|
|
250
|
+
$rte-emoji-tbar-btn-hover: $neutral-light;
|
|
251
|
+
$rte-emoji-btn-height: 253px;
|
|
252
|
+
$rte-emoji-grp-btn-line-height: 1px;
|
|
253
|
+
$rte-emoji-headname-font-weight: 400;
|
|
254
|
+
$rte-emoji-headname-color: $neutral-primary;
|
|
255
|
+
$rte-big-emoji-btn-height: 251px;
|
|
256
|
+
|
|
257
|
+
$rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA0VjQuNUg0SDUuNjk3MjJMNi41IDUuMDM1MThWMTYuOTY0OEw1LjY5NzIyIDE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDYuMTUxMzlINi4zMDI3OEw2LjQyODc0IDE5LjQxNkw3LjUgMTguNzAxOUw4LjU3MTI2IDE5LjQxNkw4LjY5NzIyIDE5LjVIOC44NDg2MUgxMUgxMS41VjE5VjE4VjE3LjVIMTFIOS4zMDI3OEw4LjUgMTYuOTY0OFY1LjAzNTE4TDkuMzAyNzggNC41SDExSDExLjVWNFYzVjIuNUgxMUg4Ljg0ODYxSDguNjk3MjJMOC41NzEyNiAyLjU4Mzk3TDcuNSAzLjI5ODE1TDYuNDI4NzQgMi41ODM5N0w2LjMwMjc4IDIuNUg2LjE1MTM5SDRIMy41VjNWNFoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNi45NSAxMC4zODQzTDI0LjIxIDkuMjA0MjhMMjUuNiA1Ljk5NDI4QzI1LjkzIDUuMjM0MjggMjUuNTggNC4zNTQyOCAyNC44MiA0LjAyNDI4TDIzLjkgMy42MjQyOEMyMy4xNCAzLjI5NDI4IDIyLjI2IDMuNjQ0MjggMjEuOTMgNC40MDQyOEwyMC41NCA3LjYxNDI4TDE3Ljc5IDYuNDE0MjhMMTcuNTkgNi44NzQyOEMxNy41OSA2Ljg3NDI4IDE3LjA2IDguMDk0MjggMTYuMzMgOS41NjQyOEMxNS4wMyAxMi4xODQzIDE0LjMzIDEzLjAzNDMgMTMuNjIgMTMuNjI0M0wxMyAxNC4xNDQzTDIzLjM3IDE4LjY0NDNMMjUuMzYgMTQuMDU0M0wyNi45NSAxMC4zODQzWk0xOC4zIDcuNzM0MjhMMjEuMDYgOC45MzQyOEwyMi42NSA1LjI2NDI4QzIyLjg3IDQuNzU0MjggMjMuNDYgNC41MjQyOCAyMy45NyA0Ljc0NDI4QzI0LjQ4IDQuOTY0MjggMjQuNzEgNS41NTQyOCAyNC40OSA2LjA2NDI4TDIyLjkgOS43MzQyOEwyNS42NSAxMC45MzQzTDI0Ljg1IDEyLjc2NDNMMTcuNDYgOS41NTQyOEMxNy44MiA4LjgwNDI4IDE4LjEyIDguMTU0MjggMTguMzEgNy43NDQyOEwxOC4zIDcuNzM0MjhaTTE3LjAxIDEwLjQ0NDNMMjIuMiAxMi42OTQzTDI0LjQ1IDEzLjY3NDNMMjQuMzcgMTMuODU0M0wxNS44NiAxNC4zMTQzTDE0Ljc5IDEzLjg1NDNDMTUuNSAxMy4wMDQzIDE1Ljk4IDEyLjQ3NDMgMTcgMTAuNDU0M0wxNy4wMSAxMC40NDQzWk0yMi44NSAxNy4zNDQzTDE3LjkxIDE1LjIwNDNMMjMuOTIgMTQuODg0M0wyMi44NSAxNy4zNTQzVjE3LjM0NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguMyA3LjczNDI4TDIxLjA2IDguOTM0MjhMMjIuNjUgNS4yNjQyOEMyMi44NyA0Ljc1NDI4IDIzLjQ2IDQuNTI0MjggMjMuOTcgNC43NDQyOEMyNC40OCA0Ljk2NDI4IDI0LjcxIDUuNTU0MjggMjQuNDkgNi4wNjQyOEwyMi45IDkuNzM0MjhMMjUuNjUgMTAuOTM0M0wyNC44NSAxMi43NjQzTDE3LjQ2IDkuNTU0MjhDMTcuODIgOC44MDQyOCAxOC4xMiA4LjE1NDI4IDE4LjMxIDcuNzQ0MjhMMTguMyA3LjczNDI4WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTE3LjAxIDEwLjQ0NDNMMjIuMiAxMi42OTQzTDI0LjQ1IDEzLjY3NDNMMjQuMzcgMTMuODU0M0wxNS44NiAxNC4zMTQzTDE0Ljc5IDEzLjg1NDNDMTUuNSAxMy4wMDQzIDE1Ljk4IDEyLjQ3NDMgMTcgMTAuNDU0M0wxNy4wMSAxMC40NDQzWiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTIyLjg1IDE3LjM0NDNMMTcuOTEgMTUuMjA0M0wyMy45MiAxNC44ODQzTDIyLjg1IDE3LjM1NDNWMTcuMzQ0M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=') 8 1, auto;
|
|
258
|
+
|
|
259
|
+
//enddefault
|