@syncfusion/ej2-richtexteditor 18.1.52 → 18.2.44-4568
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/CHANGELOG.md +614 -572
- package/README.md +67 -67
- 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 +353 -136
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +364 -147
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/license +9 -9
- package/package.json +50 -73
- package/src/common/interface.d.ts +6 -6
- 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/interface.d.ts +7 -7
- 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/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/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 +4 -2
- package/src/editor-manager/plugin/inserthtml.js +42 -6
- 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 +2 -2
- package/src/editor-manager/plugin/lists.d.ts +2 -2
- package/src/editor-manager/plugin/lists.js +4 -14
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +1 -1
- 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/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/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 +2 -2
- package/src/markdown-parser/plugin/md-selection-formats.js +2 -2
- 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/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 +3 -3
- package/src/rich-text-editor/actions/keyboard-model.d.ts +13 -13
- package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
- package/src/rich-text-editor/actions/keyboard.js +1 -1
- 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 +34 -3
- package/src/rich-text-editor/actions/quick-toolbar.d.ts +19 -9
- package/src/rich-text-editor/actions/quick-toolbar.js +17 -7
- package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
- package/src/rich-text-editor/actions/toolbar.js +13 -13
- package/src/rich-text-editor/base/classes.d.ts +102 -102
- package/src/rich-text-editor/base/classes.js +102 -102
- package/src/rich-text-editor/base/constant.d.ts +111 -101
- package/src/rich-text-editor/base/constant.js +111 -101
- 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 +51 -40
- package/src/rich-text-editor/base/interface.js +1 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +659 -641
- package/src/rich-text-editor/base/rich-text-editor.d.ts +84 -52
- package/src/rich-text-editor/base/rich-text-editor.js +100 -43
- 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 +9 -8
- package/src/rich-text-editor/formatter/formatter.js +10 -8
- package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/html-formatter.js +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.js +2 -2
- package/src/rich-text-editor/models/iframe-settings-model.d.ts +21 -21
- package/src/rich-text-editor/models/inline-mode-model.d.ts +9 -9
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +228 -228
- 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 +8 -8
- package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
- package/src/rich-text-editor/renderer/iframe-content-renderer.js +4 -4
- package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/image-module.js +96 -29
- package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/link-module.js +1 -1
- 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 +1 -1
- package/src/rich-text-editor/renderer/table-module.js +5 -3
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +8 -8
- package/src/rich-text-editor/renderer/toolbar-renderer.js +21 -9
- package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
- package/src/rich-text-editor/renderer/view-source.js +6 -6
- 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 +2 -2
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +151 -151
- package/styles/rich-text-editor/_bootstrap-definition.scss +184 -184
- package/styles/rich-text-editor/_bootstrap4-definition.scss +307 -307
- package/styles/rich-text-editor/_fabric-dark-definition.scss +150 -150
- package/styles/rich-text-editor/_fabric-definition.scss +148 -148
- package/styles/rich-text-editor/_highcontrast-definition.scss +148 -148
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +148 -148
- package/styles/rich-text-editor/_layout.scss +1332 -1332
- package/styles/rich-text-editor/_material-dark-definition.scss +151 -151
- package/styles/rich-text-editor/_material-definition.scss +150 -150
- package/styles/rich-text-editor/_theme.scss +484 -484
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +285 -285
- package/styles/rich-text-editor/icons/_bootstrap.scss +284 -284
- package/styles/rich-text-editor/icons/_bootstrap4.scss +284 -284
- package/styles/rich-text-editor/icons/_fabric-dark.scss +284 -284
- package/styles/rich-text-editor/icons/_fabric.scss +284 -284
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +284 -284
- package/styles/rich-text-editor/icons/_highcontrast.scss +284 -284
- package/styles/rich-text-editor/icons/_material-dark.scss +284 -284
- package/styles/rich-text-editor/icons/_material.scss +284 -284
- 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
|
@@ -1,307 +1,307 @@
|
|
|
1
|
-
$rte-border-size: 1px !default;
|
|
2
|
-
$rte-2px-border-size: 2px !default;
|
|
3
|
-
$rte-border-type: solid !default;
|
|
4
|
-
|
|
5
|
-
$skin-name: 'bootstrap4' !default;
|
|
6
|
-
$rte-border-color: $gray-300 !default;
|
|
7
|
-
$rte-full-screen-bg: $content-bg !default;
|
|
8
|
-
$rte-content-bg: $content-bg !default;
|
|
9
|
-
$rte-content-font-color: $gray-900 !default;
|
|
10
|
-
$rte-item-color: $gray-900 !default;
|
|
11
|
-
$rte-icons-color: $gray-900 !default;
|
|
12
|
-
$rte-big-quick-item-btn-width: 38px !default;
|
|
13
|
-
$rte-quick-item-btn-width: 32px !default;
|
|
14
|
-
$rte-big-quick-item-btn-height: 38px !default;
|
|
15
|
-
$rte-quick-item-btn-height: 32px !default;
|
|
16
|
-
$rte-big-quick-item-padding: 0 !default;
|
|
17
|
-
$rte-quick-item-padding: 0 !default;
|
|
18
|
-
$rte-quick-item-icon-min-width: 26px !default;
|
|
19
|
-
$rte-big-quick-item-line-height: normal !default;
|
|
20
|
-
$rte-quick-item-line-height: 20px !default;
|
|
21
|
-
$rte-quick-item-active-bg: darken($gray-600, 10%) !default;
|
|
22
|
-
$rte-quick-item-active-font-color: $white !default;
|
|
23
|
-
$rte-quick-item-border: $rte-border-size solid transparent !default;
|
|
24
|
-
$rte-quick-item-hover-border-color: darken($gray-600, 10%) !default;
|
|
25
|
-
$rte-quick-item-active-border-color: darken($gray-600, 12.5%) !default;
|
|
26
|
-
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
27
|
-
$rte-quick-drop-btn-line-height: 24px !default;
|
|
28
|
-
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
29
|
-
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
30
|
-
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
31
|
-
$rte-quick-drop-btn-padding: 0 !default;
|
|
32
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
33
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
34
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
35
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
36
|
-
$rte-big-quick-drop-btn-caret-font-size: 10px !default;
|
|
37
|
-
$rte-quick-drop-btn-caret-font-size: 8px !default;
|
|
38
|
-
$rte-quick-drop-btn-border-color: $white !default;
|
|
39
|
-
$rte-quick-drop-btn-hover-border-color: darken($gray-600, 10%) !default;
|
|
40
|
-
$rte-quick-pop-border: 1px solid rgba(0, 0, 0, .2) !default;
|
|
41
|
-
$rte-quick-tb-border: 0 !default;
|
|
42
|
-
$rte-quick-pop-bg: $content-bg !default;
|
|
43
|
-
$rte-quick-vr-line-color: $gray-300 !default;
|
|
44
|
-
$rte-quick-pop-shadow: 0 2px 4px rgba(0, 0, 0, .2) !default;
|
|
45
|
-
$rte-quick-pop-item-focus-bg: $gray-600 !default;
|
|
46
|
-
$rte-quick-tb-btn-hover: $gray-600 !default;
|
|
47
|
-
$rte-mob-drop-down-pop-shadow: $gray-600 !default;
|
|
48
|
-
$rte-big-tb-items-margin-left: 3px !default;
|
|
49
|
-
$rte-tb-items-margin-left: 6px !default;
|
|
50
|
-
$rte-big-tb-items-padding-left: 3px !default;
|
|
51
|
-
$rte-tb-items-padding-left: 6px !default;
|
|
52
|
-
$rte-big-active-tb-item-btn-padding: 0 5px !default;
|
|
53
|
-
$rte-active-tb-item-btn-padding: 0 2px !default;
|
|
54
|
-
$rte-tb-item-active-bg: $gray-600 !default;
|
|
55
|
-
$rte-tb-active-font-color: $gray-900 !default;
|
|
56
|
-
$rte-tb-item-active-border: $rte-border-size solid darken($gray-600, 12.5%) !default;
|
|
57
|
-
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $gray-300 !default;
|
|
58
|
-
$rte-color-picker-active-bg: inherit !default;
|
|
59
|
-
$rte-drop-btn-active-bg: darken($gray-600, 10%) !default;
|
|
60
|
-
$rte-drop-btn-active-color: $white !default;
|
|
61
|
-
$rte-drop-btn-active-border-color: darken($gray-600, 12.5%) !default;
|
|
62
|
-
$rte-split-btn-color: $white !default;
|
|
63
|
-
$rte-split-btn-active-color: $white !default;
|
|
64
|
-
$rte-split-btn-hover-bg: $gray-600 !default;
|
|
65
|
-
$rte-split-btn-active-bg: darken($gray-600, 10%) !default;
|
|
66
|
-
$rte-split-btn-span-hover-bg: darken($gray-600, 7.5%) !default;
|
|
67
|
-
$rte-split-btn-span-focus-bg: $gray-600 !default;
|
|
68
|
-
$rte-split-btn-span-active-bg: darken($gray-600, 10%) !default;
|
|
69
|
-
$rte-split-btn-bar-bg: darken($gray-600, 10%) !default;
|
|
70
|
-
$rte-split-btn-active-bar-bg: darken($gray-600, 12.5%) !default;
|
|
71
|
-
$rte-split-btn-bar-size: 1px !default;
|
|
72
|
-
$rte-split-btn-active-border: 1px solid $gray-600 !default;
|
|
73
|
-
$rte-split-btn-active-color-icon-line-height: 25px !default;
|
|
74
|
-
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
75
|
-
$rte-link-valid-color: $danger !default;
|
|
76
|
-
$rte-img-popup-color: $gray-900 !default;
|
|
77
|
-
$rte-img-border-color: rgba(0, 0, 0, .2) !default;
|
|
78
|
-
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
79
|
-
$rte-img-popup-box-shadow: none !default;
|
|
80
|
-
$rte-upload-drag-border-clr: $gray-500 !default;
|
|
81
|
-
$rte-img-header-clr: $gray-900 !default;
|
|
82
|
-
$rte-drop-text-clr: $gray-900 !default;
|
|
83
|
-
$rte-default-character-count-color: $gray-600 !default;
|
|
84
|
-
$rte-warning-character-count-color: $warning !default;
|
|
85
|
-
$rte-error-character-count-color: $danger !default;
|
|
86
|
-
$rte-img-border: solid 2px $primary !default;
|
|
87
|
-
$rte-font-family: $font-family !default;
|
|
88
|
-
$rte-content-color: $rte-content-font-color !default;
|
|
89
|
-
$rte-content-blockquote-border-left-color: solid 2px $gray-900 !default;
|
|
90
|
-
$rte-dropdown-selection-bgcolor: $primary !default;
|
|
91
|
-
$rte-format-btn-min-width: 75px !default;
|
|
92
|
-
$rte-font-name-btn-min-width: 67px !default;
|
|
93
|
-
$rte-font-size-btn-min-width: 36px !default;
|
|
94
|
-
$rte-drop-btn-padding-left: 8px !default;
|
|
95
|
-
$rte-drop-btn-padding-right: 2px !default;
|
|
96
|
-
$rte-drop-btn-action-padding-left: 8px !default;
|
|
97
|
-
$rte-drop-btn-action-padding-right: 2px !default;
|
|
98
|
-
$rte-big-drop-btn-padding-left: 6px !default;
|
|
99
|
-
$rte-big-drop-btn-padding-right: 6px !default;
|
|
100
|
-
$rte-big-drop-btn-action-padding-left: 6px !default;
|
|
101
|
-
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
102
|
-
$rte-ext-tbar-overlay-icons-color: rgba(108, 117, 125, .3) !default;
|
|
103
|
-
$rte-colorpicker-parent-padding: 1px !default;
|
|
104
|
-
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
105
|
-
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
106
|
-
$rte-overlay-color: rgba(0, 0, 0, .5) !default;
|
|
107
|
-
$rte-font-icon-width: 30px !default;
|
|
108
|
-
$rte-font-arrow-width: 18px !default;
|
|
109
|
-
$rte-font-arrow-touch-width: 20px !default;
|
|
110
|
-
$rte-font-icon-line-height: 1 !default;
|
|
111
|
-
$rte-colorpicker-padding: 1.5px 0 !default;
|
|
112
|
-
$rte-dropdown-selection-color: $primary-font !default;
|
|
113
|
-
$rte-anchor-color: $primary !default;
|
|
114
|
-
$rte-ext-tbar-overlay-dropdown-color: rgba(108, 117, 125, .3) !default;
|
|
115
|
-
$rte-placeholder-line-height: 18px !default;
|
|
116
|
-
$rte-img-resize-back-color: $primary !default;
|
|
117
|
-
$rte-img-resize-color: $white !default;
|
|
118
|
-
$rte-table-header-color: $gray-900 !default;
|
|
119
|
-
$rte-table-span-bg-color: $content-bg !default;
|
|
120
|
-
$rte-table-span-border: 1px solid $gray-300 !default;
|
|
121
|
-
$rte-table-span-active-bg-color: $content-bg !default;
|
|
122
|
-
$rte-table-span-active-border-color: $primary !default;
|
|
123
|
-
$rte-table-select-border-color: $primary !default;
|
|
124
|
-
$rte-table-popup-bg: $content-bg !default;
|
|
125
|
-
$rte-table-popup-color: $gray-900 !default;
|
|
126
|
-
$rte-table-popup-box: none !default;
|
|
127
|
-
$rte-table-border-color: $gray-500 !default;
|
|
128
|
-
$rte-table-alternate-color: $gray-100 !default;
|
|
129
|
-
$rte-table-header-bg: $gray-200 !default;
|
|
130
|
-
|
|
131
|
-
$rte-insert-dialog-label-padding-top: 14px !default;
|
|
132
|
-
$rte-insert-dialog-label-padding-bottom: 14px !default;
|
|
133
|
-
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
134
|
-
$rte-big-quick-tbar-item-min-width: 38px !default;
|
|
135
|
-
$rte-content-font-size: 14px !default;
|
|
136
|
-
|
|
137
|
-
$rte-table-popup-border: rgba(0, 0, 0, .2) !default;
|
|
138
|
-
$rte-big-content-font-size: 16px !default;
|
|
139
|
-
$rte-dropdown-caret-icon-size: 8px !default;
|
|
140
|
-
$rte-big-dropdown-caret-icon-size: 10px !default;
|
|
141
|
-
|
|
142
|
-
$rte-resize-handler-width: 15px;
|
|
143
|
-
$rte-resize-handler-height: 15px;
|
|
144
|
-
$rte-resize-handler-position: 0;
|
|
145
|
-
|
|
146
|
-
@include export-module('richtexteditor-bootstrap4') {
|
|
147
|
-
#{&}.e-richtexteditor {
|
|
148
|
-
border-radius: 4px;
|
|
149
|
-
|
|
150
|
-
& .e-rte-toolbar {
|
|
151
|
-
border-top-left-radius: 4px;
|
|
152
|
-
border-top-right-radius: 4px;
|
|
153
|
-
|
|
154
|
-
&.e-extended-toolbar {
|
|
155
|
-
& .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
156
|
-
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
157
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
158
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
159
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
160
|
-
color: $rte-img-resize-color;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
164
|
-
border-radius: 4px;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:active,
|
|
168
|
-
& .e-toolbar-items .e-toolbar-item.e-active .e-control.e-tbar-btn.e-btn,
|
|
169
|
-
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn,
|
|
170
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
171
|
-
border: 1px solid darken($gray-600, 12.5%);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover,
|
|
175
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover {
|
|
176
|
-
border: 1px solid darken($gray-600, 10%);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus,
|
|
180
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus {
|
|
181
|
-
border: 1px solid $gray-600;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn,
|
|
185
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
186
|
-
border: 1px solid transparent;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
190
|
-
border-radius: 4px;
|
|
191
|
-
|
|
192
|
-
& .e-icons {
|
|
193
|
-
color: $white;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
198
|
-
padding: 0 2px;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
202
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
203
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
204
|
-
border: 1px solid transparent;
|
|
205
|
-
padding: 0 2px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
& .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn,
|
|
209
|
-
& .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
210
|
-
border: 1px solid transparent;
|
|
211
|
-
padding-bottom: 1px;
|
|
212
|
-
padding-top: 1px;
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
& .e-rte-content {
|
|
218
|
-
border-bottom-left-radius: 4px;
|
|
219
|
-
border-bottom-right-radius: 4px;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
& .e-rte-table-popup.e-popup.e-popup-open {
|
|
223
|
-
border: 1px solid $rte-table-popup-border;
|
|
224
|
-
border-radius: 4px;
|
|
225
|
-
|
|
226
|
-
& .e-insert-table-btn .e-btn-icon.e-icons {
|
|
227
|
-
color: $white;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
& .e-rte-content,
|
|
232
|
-
& .e-source-content {
|
|
233
|
-
|
|
234
|
-
& .e-content {
|
|
235
|
-
font-size: $rte-content-font-size;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.e-bigger #{&}.e-richtexteditor {
|
|
241
|
-
& .e-rte-toolbar {
|
|
242
|
-
&.e-extended-toolbar {
|
|
243
|
-
& .e-toolbar-extended.e-toolbar-pop .e-toolbar-item.e-toolbar-popup .e-tbar-btn {
|
|
244
|
-
padding: 0 5px;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
249
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items.e-active,
|
|
250
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-items.e-rte-dropdown-btn:hover {
|
|
251
|
-
padding-left: 5px;
|
|
252
|
-
padding-right: 5px;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items {
|
|
256
|
-
border: 1px solid transparent;
|
|
257
|
-
padding-left: 5px;
|
|
258
|
-
padding-right: 5px;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
& .e-toolbar-items .e-toolbar-item {
|
|
263
|
-
& .e-tbar-btn.e-btn,
|
|
264
|
-
& .e-tbar-btn.e-btn.e-control,
|
|
265
|
-
& .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
266
|
-
padding: 0 5px;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
& .e-rte-content,
|
|
272
|
-
& .e-source-content {
|
|
273
|
-
|
|
274
|
-
& .e-content {
|
|
275
|
-
font-size: $rte-big-content-font-size;
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.e-rte-quick-popup.e-popup {
|
|
281
|
-
border-radius: 4px;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
#{&}.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown {
|
|
285
|
-
& .e-rte-color-content {
|
|
286
|
-
line-height: 26px;
|
|
287
|
-
min-height: 26px;
|
|
288
|
-
min-width: 26px;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
& .e-btn-icon.e-caret {
|
|
292
|
-
font-size: 8px;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.e-bigger #{&}.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown {
|
|
297
|
-
& .e-rte-color-content {
|
|
298
|
-
line-height: 32px;
|
|
299
|
-
min-height: 26px;
|
|
300
|
-
min-width: 32px;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
& .e-btn-icon.e-caret {
|
|
304
|
-
font-size: 10px;
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
1
|
+
$rte-border-size: 1px !default;
|
|
2
|
+
$rte-2px-border-size: 2px !default;
|
|
3
|
+
$rte-border-type: solid !default;
|
|
4
|
+
|
|
5
|
+
$skin-name: 'bootstrap4' !default;
|
|
6
|
+
$rte-border-color: $gray-300 !default;
|
|
7
|
+
$rte-full-screen-bg: $content-bg !default;
|
|
8
|
+
$rte-content-bg: $content-bg !default;
|
|
9
|
+
$rte-content-font-color: $gray-900 !default;
|
|
10
|
+
$rte-item-color: $gray-900 !default;
|
|
11
|
+
$rte-icons-color: $gray-900 !default;
|
|
12
|
+
$rte-big-quick-item-btn-width: 38px !default;
|
|
13
|
+
$rte-quick-item-btn-width: 32px !default;
|
|
14
|
+
$rte-big-quick-item-btn-height: 38px !default;
|
|
15
|
+
$rte-quick-item-btn-height: 32px !default;
|
|
16
|
+
$rte-big-quick-item-padding: 0 !default;
|
|
17
|
+
$rte-quick-item-padding: 0 !default;
|
|
18
|
+
$rte-quick-item-icon-min-width: 26px !default;
|
|
19
|
+
$rte-big-quick-item-line-height: normal !default;
|
|
20
|
+
$rte-quick-item-line-height: 20px !default;
|
|
21
|
+
$rte-quick-item-active-bg: darken($gray-600, 10%) !default;
|
|
22
|
+
$rte-quick-item-active-font-color: $white !default;
|
|
23
|
+
$rte-quick-item-border: $rte-border-size solid transparent !default;
|
|
24
|
+
$rte-quick-item-hover-border-color: darken($gray-600, 10%) !default;
|
|
25
|
+
$rte-quick-item-active-border-color: darken($gray-600, 12.5%) !default;
|
|
26
|
+
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
27
|
+
$rte-quick-drop-btn-line-height: 24px !default;
|
|
28
|
+
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
29
|
+
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
30
|
+
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
31
|
+
$rte-quick-drop-btn-padding: 0 !default;
|
|
32
|
+
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
33
|
+
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
34
|
+
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
35
|
+
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
36
|
+
$rte-big-quick-drop-btn-caret-font-size: 10px !default;
|
|
37
|
+
$rte-quick-drop-btn-caret-font-size: 8px !default;
|
|
38
|
+
$rte-quick-drop-btn-border-color: $white !default;
|
|
39
|
+
$rte-quick-drop-btn-hover-border-color: darken($gray-600, 10%) !default;
|
|
40
|
+
$rte-quick-pop-border: 1px solid rgba(0, 0, 0, .2) !default;
|
|
41
|
+
$rte-quick-tb-border: 0 !default;
|
|
42
|
+
$rte-quick-pop-bg: $content-bg !default;
|
|
43
|
+
$rte-quick-vr-line-color: $gray-300 !default;
|
|
44
|
+
$rte-quick-pop-shadow: 0 2px 4px rgba(0, 0, 0, .2) !default;
|
|
45
|
+
$rte-quick-pop-item-focus-bg: $gray-600 !default;
|
|
46
|
+
$rte-quick-tb-btn-hover: $gray-600 !default;
|
|
47
|
+
$rte-mob-drop-down-pop-shadow: $gray-600 !default;
|
|
48
|
+
$rte-big-tb-items-margin-left: 3px !default;
|
|
49
|
+
$rte-tb-items-margin-left: 6px !default;
|
|
50
|
+
$rte-big-tb-items-padding-left: 3px !default;
|
|
51
|
+
$rte-tb-items-padding-left: 6px !default;
|
|
52
|
+
$rte-big-active-tb-item-btn-padding: 0 5px !default;
|
|
53
|
+
$rte-active-tb-item-btn-padding: 0 2px !default;
|
|
54
|
+
$rte-tb-item-active-bg: $gray-600 !default;
|
|
55
|
+
$rte-tb-active-font-color: $gray-900 !default;
|
|
56
|
+
$rte-tb-item-active-border: $rte-border-size solid darken($gray-600, 12.5%) !default;
|
|
57
|
+
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $gray-300 !default;
|
|
58
|
+
$rte-color-picker-active-bg: inherit !default;
|
|
59
|
+
$rte-drop-btn-active-bg: darken($gray-600, 10%) !default;
|
|
60
|
+
$rte-drop-btn-active-color: $white !default;
|
|
61
|
+
$rte-drop-btn-active-border-color: darken($gray-600, 12.5%) !default;
|
|
62
|
+
$rte-split-btn-color: $white !default;
|
|
63
|
+
$rte-split-btn-active-color: $white !default;
|
|
64
|
+
$rte-split-btn-hover-bg: $gray-600 !default;
|
|
65
|
+
$rte-split-btn-active-bg: darken($gray-600, 10%) !default;
|
|
66
|
+
$rte-split-btn-span-hover-bg: darken($gray-600, 7.5%) !default;
|
|
67
|
+
$rte-split-btn-span-focus-bg: $gray-600 !default;
|
|
68
|
+
$rte-split-btn-span-active-bg: darken($gray-600, 10%) !default;
|
|
69
|
+
$rte-split-btn-bar-bg: darken($gray-600, 10%) !default;
|
|
70
|
+
$rte-split-btn-active-bar-bg: darken($gray-600, 12.5%) !default;
|
|
71
|
+
$rte-split-btn-bar-size: 1px !default;
|
|
72
|
+
$rte-split-btn-active-border: 1px solid $gray-600 !default;
|
|
73
|
+
$rte-split-btn-active-color-icon-line-height: 25px !default;
|
|
74
|
+
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
75
|
+
$rte-link-valid-color: $danger !default;
|
|
76
|
+
$rte-img-popup-color: $gray-900 !default;
|
|
77
|
+
$rte-img-border-color: rgba(0, 0, 0, .2) !default;
|
|
78
|
+
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
79
|
+
$rte-img-popup-box-shadow: none !default;
|
|
80
|
+
$rte-upload-drag-border-clr: $gray-500 !default;
|
|
81
|
+
$rte-img-header-clr: $gray-900 !default;
|
|
82
|
+
$rte-drop-text-clr: $gray-900 !default;
|
|
83
|
+
$rte-default-character-count-color: $gray-600 !default;
|
|
84
|
+
$rte-warning-character-count-color: $warning !default;
|
|
85
|
+
$rte-error-character-count-color: $danger !default;
|
|
86
|
+
$rte-img-border: solid 2px $primary !default;
|
|
87
|
+
$rte-font-family: $font-family !default;
|
|
88
|
+
$rte-content-color: $rte-content-font-color !default;
|
|
89
|
+
$rte-content-blockquote-border-left-color: solid 2px $gray-900 !default;
|
|
90
|
+
$rte-dropdown-selection-bgcolor: $primary !default;
|
|
91
|
+
$rte-format-btn-min-width: 75px !default;
|
|
92
|
+
$rte-font-name-btn-min-width: 67px !default;
|
|
93
|
+
$rte-font-size-btn-min-width: 36px !default;
|
|
94
|
+
$rte-drop-btn-padding-left: 8px !default;
|
|
95
|
+
$rte-drop-btn-padding-right: 2px !default;
|
|
96
|
+
$rte-drop-btn-action-padding-left: 8px !default;
|
|
97
|
+
$rte-drop-btn-action-padding-right: 2px !default;
|
|
98
|
+
$rte-big-drop-btn-padding-left: 6px !default;
|
|
99
|
+
$rte-big-drop-btn-padding-right: 6px !default;
|
|
100
|
+
$rte-big-drop-btn-action-padding-left: 6px !default;
|
|
101
|
+
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
102
|
+
$rte-ext-tbar-overlay-icons-color: rgba(108, 117, 125, .3) !default;
|
|
103
|
+
$rte-colorpicker-parent-padding: 1px !default;
|
|
104
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
105
|
+
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
106
|
+
$rte-overlay-color: rgba(0, 0, 0, .5) !default;
|
|
107
|
+
$rte-font-icon-width: 30px !default;
|
|
108
|
+
$rte-font-arrow-width: 18px !default;
|
|
109
|
+
$rte-font-arrow-touch-width: 20px !default;
|
|
110
|
+
$rte-font-icon-line-height: 1 !default;
|
|
111
|
+
$rte-colorpicker-padding: 1.5px 0 !default;
|
|
112
|
+
$rte-dropdown-selection-color: $primary-font !default;
|
|
113
|
+
$rte-anchor-color: $primary !default;
|
|
114
|
+
$rte-ext-tbar-overlay-dropdown-color: rgba(108, 117, 125, .3) !default;
|
|
115
|
+
$rte-placeholder-line-height: 18px !default;
|
|
116
|
+
$rte-img-resize-back-color: $primary !default;
|
|
117
|
+
$rte-img-resize-color: $white !default;
|
|
118
|
+
$rte-table-header-color: $gray-900 !default;
|
|
119
|
+
$rte-table-span-bg-color: $content-bg !default;
|
|
120
|
+
$rte-table-span-border: 1px solid $gray-300 !default;
|
|
121
|
+
$rte-table-span-active-bg-color: $content-bg !default;
|
|
122
|
+
$rte-table-span-active-border-color: $primary !default;
|
|
123
|
+
$rte-table-select-border-color: $primary !default;
|
|
124
|
+
$rte-table-popup-bg: $content-bg !default;
|
|
125
|
+
$rte-table-popup-color: $gray-900 !default;
|
|
126
|
+
$rte-table-popup-box: none !default;
|
|
127
|
+
$rte-table-border-color: $gray-500 !default;
|
|
128
|
+
$rte-table-alternate-color: $gray-100 !default;
|
|
129
|
+
$rte-table-header-bg: $gray-200 !default;
|
|
130
|
+
|
|
131
|
+
$rte-insert-dialog-label-padding-top: 14px !default;
|
|
132
|
+
$rte-insert-dialog-label-padding-bottom: 14px !default;
|
|
133
|
+
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
134
|
+
$rte-big-quick-tbar-item-min-width: 38px !default;
|
|
135
|
+
$rte-content-font-size: 14px !default;
|
|
136
|
+
|
|
137
|
+
$rte-table-popup-border: rgba(0, 0, 0, .2) !default;
|
|
138
|
+
$rte-big-content-font-size: 16px !default;
|
|
139
|
+
$rte-dropdown-caret-icon-size: 8px !default;
|
|
140
|
+
$rte-big-dropdown-caret-icon-size: 10px !default;
|
|
141
|
+
|
|
142
|
+
$rte-resize-handler-width: 15px;
|
|
143
|
+
$rte-resize-handler-height: 15px;
|
|
144
|
+
$rte-resize-handler-position: 0;
|
|
145
|
+
|
|
146
|
+
@include export-module('richtexteditor-bootstrap4') {
|
|
147
|
+
#{&}.e-richtexteditor {
|
|
148
|
+
border-radius: 4px;
|
|
149
|
+
|
|
150
|
+
& .e-rte-toolbar {
|
|
151
|
+
border-top-left-radius: 4px;
|
|
152
|
+
border-top-right-radius: 4px;
|
|
153
|
+
|
|
154
|
+
&.e-extended-toolbar {
|
|
155
|
+
& .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
156
|
+
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
157
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
158
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
159
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
160
|
+
color: $rte-img-resize-color;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
164
|
+
border-radius: 4px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:active,
|
|
168
|
+
& .e-toolbar-items .e-toolbar-item.e-active .e-control.e-tbar-btn.e-btn,
|
|
169
|
+
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn,
|
|
170
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
171
|
+
border: 1px solid darken($gray-600, 12.5%);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover,
|
|
175
|
+
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover {
|
|
176
|
+
border: 1px solid darken($gray-600, 10%);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus,
|
|
180
|
+
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus {
|
|
181
|
+
border: 1px solid $gray-600;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn,
|
|
185
|
+
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
186
|
+
border: 1px solid transparent;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
190
|
+
border-radius: 4px;
|
|
191
|
+
|
|
192
|
+
& .e-icons {
|
|
193
|
+
color: $white;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
198
|
+
padding: 0 2px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
202
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
203
|
+
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
204
|
+
border: 1px solid transparent;
|
|
205
|
+
padding: 0 2px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
& .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn,
|
|
209
|
+
& .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
210
|
+
border: 1px solid transparent;
|
|
211
|
+
padding-bottom: 1px;
|
|
212
|
+
padding-top: 1px;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
& .e-rte-content {
|
|
218
|
+
border-bottom-left-radius: 4px;
|
|
219
|
+
border-bottom-right-radius: 4px;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
& .e-rte-table-popup.e-popup.e-popup-open {
|
|
223
|
+
border: 1px solid $rte-table-popup-border;
|
|
224
|
+
border-radius: 4px;
|
|
225
|
+
|
|
226
|
+
& .e-insert-table-btn .e-btn-icon.e-icons {
|
|
227
|
+
color: $white;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
& .e-rte-content,
|
|
232
|
+
& .e-source-content {
|
|
233
|
+
|
|
234
|
+
& .e-content {
|
|
235
|
+
font-size: $rte-content-font-size;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.e-bigger #{&}.e-richtexteditor {
|
|
241
|
+
& .e-rte-toolbar {
|
|
242
|
+
&.e-extended-toolbar {
|
|
243
|
+
& .e-toolbar-extended.e-toolbar-pop .e-toolbar-item.e-toolbar-popup .e-tbar-btn {
|
|
244
|
+
padding: 0 5px;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
249
|
+
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items.e-active,
|
|
250
|
+
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-items.e-rte-dropdown-btn:hover {
|
|
251
|
+
padding-left: 5px;
|
|
252
|
+
padding-right: 5px;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items {
|
|
256
|
+
border: 1px solid transparent;
|
|
257
|
+
padding-left: 5px;
|
|
258
|
+
padding-right: 5px;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
& .e-toolbar-items .e-toolbar-item {
|
|
263
|
+
& .e-tbar-btn.e-btn,
|
|
264
|
+
& .e-tbar-btn.e-btn.e-control,
|
|
265
|
+
& .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
266
|
+
padding: 0 5px;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
& .e-rte-content,
|
|
272
|
+
& .e-source-content {
|
|
273
|
+
|
|
274
|
+
& .e-content {
|
|
275
|
+
font-size: $rte-big-content-font-size;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.e-rte-quick-popup.e-popup {
|
|
281
|
+
border-radius: 4px;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
#{&}.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown {
|
|
285
|
+
& .e-rte-color-content {
|
|
286
|
+
line-height: 26px;
|
|
287
|
+
min-height: 26px;
|
|
288
|
+
min-width: 26px;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
& .e-btn-icon.e-caret {
|
|
292
|
+
font-size: 8px;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.e-bigger #{&}.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown {
|
|
297
|
+
& .e-rte-color-content {
|
|
298
|
+
line-height: 32px;
|
|
299
|
+
min-height: 26px;
|
|
300
|
+
min-width: 32px;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
& .e-btn-icon.e-caret {
|
|
304
|
+
font-size: 10px;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|