@syncfusion/ej2-richtexteditor 25.2.3 → 25.2.4-621927
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/.eslintrc.json +259 -259
- package/CHANGELOG.md +2067 -2011
- 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 +575 -287
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +675 -383
- 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 +84 -84
- package/src/common/interface.d.ts +22 -8
- package/src/common/util.js +4 -1
- 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 +8 -6
- package/src/editor-manager/base/enum.d.ts +2 -2
- package/src/editor-manager/base/interface.d.ts +9 -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 +5 -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 +54 -34
- package/src/editor-manager/plugin/dom-node.js +139 -36
- 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 +3 -3
- 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 +5 -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 -2
- 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 -3
- package/src/editor-manager/plugin/lists.js +57 -80
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +2 -2
- 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/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.d.ts +5 -0
- package/src/rich-text-editor/actions/enter-key.js +98 -13
- package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
- package/src/rich-text-editor/actions/full-screen.js +3 -9
- package/src/rich-text-editor/actions/html-editor.d.ts +4 -3
- package/src/rich-text-editor/actions/html-editor.js +66 -13
- 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 +2 -1
- package/src/rich-text-editor/actions/paste-clean-up.js +44 -7
- package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/quick-toolbar.js +9 -9
- 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/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 +121 -121
- package/src/rich-text-editor/base/classes.js +121 -121
- package/src/rich-text-editor/base/constant.d.ts +158 -158
- package/src/rich-text-editor/base/constant.js +158 -158
- 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 -50
- 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 +63 -61
- package/src/rich-text-editor/base/rich-text-editor.js +82 -67
- 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/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 +7 -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 +2 -2
- package/src/rich-text-editor/renderer/dialog-renderer.js +2 -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 +10 -5
- 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 +3 -2
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
- package/src/rich-text-editor/renderer/toolbar-renderer.js +16 -18
- package/src/rich-text-editor/renderer/video-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/video-module.js +7 -2
- 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 +1 -1
- package/styles/bootstrap-dark.css +702 -795
- package/styles/bootstrap-dark.scss +4 -1
- package/styles/bootstrap.css +686 -795
- package/styles/bootstrap.scss +4 -1
- package/styles/bootstrap4.css +689 -797
- package/styles/bootstrap4.scss +4 -1
- package/styles/bootstrap5-dark.css +713 -834
- package/styles/bootstrap5-dark.scss +4 -1
- package/styles/bootstrap5.css +712 -833
- package/styles/bootstrap5.scss +4 -1
- package/styles/fabric-dark.css +687 -791
- package/styles/fabric-dark.scss +4 -1
- package/styles/fabric.css +683 -791
- package/styles/fabric.scss +4 -1
- package/styles/fluent-dark.css +690 -814
- package/styles/fluent-dark.scss +4 -1
- package/styles/fluent.css +689 -813
- package/styles/fluent.scss +4 -1
- package/styles/fluent2.css +4219 -0
- package/styles/fluent2.scss +4 -0
- package/styles/highcontrast-light.css +658 -789
- package/styles/highcontrast-light.scss +4 -1
- package/styles/highcontrast.css +664 -787
- package/styles/highcontrast.scss +4 -1
- package/styles/material-dark.css +679 -792
- package/styles/material-dark.scss +4 -1
- package/styles/material.css +676 -794
- package/styles/material.scss +4 -1
- package/styles/material3-dark.css +715 -852
- package/styles/material3-dark.scss +4 -1
- package/styles/material3.css +715 -852
- package/styles/material3.scss +4 -1
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_bds-definition.scss +288 -285
- package/styles/rich-text-editor/_bigger.scss +610 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +289 -287
- package/styles/rich-text-editor/_bootstrap-definition.scss +347 -343
- package/styles/rich-text-editor/_bootstrap4-definition.scss +474 -470
- package/styles/rich-text-editor/_bootstrap5-definition.scss +276 -272
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +276 -0
- package/styles/rich-text-editor/_fabric-dark-definition.scss +273 -269
- package/styles/rich-text-editor/_fabric-definition.scss +271 -267
- package/styles/rich-text-editor/_fluent-definition.scss +277 -273
- package/styles/rich-text-editor/_fluent2-definition.scss +285 -0
- package/styles/rich-text-editor/_fusionnew-definition.scss +274 -271
- package/styles/rich-text-editor/_highcontrast-definition.scss +272 -267
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +271 -267
- package/styles/rich-text-editor/_layout.scss +2148 -2269
- package/styles/rich-text-editor/_material-dark-definition.scss +276 -272
- package/styles/rich-text-editor/_material-definition.scss +274 -270
- package/styles/rich-text-editor/_material3-definition.scss +276 -272
- package/styles/rich-text-editor/_tailwind-definition.scss +271 -267
- package/styles/rich-text-editor/_theme.scss +802 -927
- package/styles/rich-text-editor/bootstrap-dark.css +702 -795
- package/styles/rich-text-editor/bootstrap.css +686 -795
- package/styles/rich-text-editor/bootstrap4.css +689 -797
- package/styles/rich-text-editor/bootstrap5-dark.css +713 -834
- package/styles/rich-text-editor/bootstrap5.css +712 -833
- package/styles/rich-text-editor/fabric-dark.css +687 -791
- package/styles/rich-text-editor/fabric.css +683 -791
- package/styles/rich-text-editor/fluent-dark.css +690 -814
- package/styles/rich-text-editor/fluent.css +689 -813
- package/styles/rich-text-editor/fluent2.css +4219 -0
- package/styles/rich-text-editor/fluent2.scss +4 -0
- package/styles/rich-text-editor/highcontrast-light.css +658 -789
- package/styles/rich-text-editor/highcontrast.css +664 -787
- package/styles/rich-text-editor/icons/_bds.scss +372 -351
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +373 -352
- package/styles/rich-text-editor/icons/_bootstrap.scss +373 -352
- package/styles/rich-text-editor/icons/_bootstrap4.scss +373 -352
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +372 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +372 -351
- package/styles/rich-text-editor/icons/_fabric-dark.scss +373 -352
- package/styles/rich-text-editor/icons/_fabric.scss +373 -352
- package/styles/rich-text-editor/icons/_fluent.scss +372 -351
- package/styles/rich-text-editor/icons/_fluent2.scss +369 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +357 -348
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +361 -352
- package/styles/rich-text-editor/icons/_highcontrast.scss +361 -352
- package/styles/rich-text-editor/icons/_material-dark.scss +373 -352
- package/styles/rich-text-editor/icons/_material.scss +373 -352
- package/styles/rich-text-editor/icons/_material3.scss +372 -351
- package/styles/rich-text-editor/icons/_tailwind.scss +372 -351
- package/styles/rich-text-editor/material-dark.css +679 -792
- package/styles/rich-text-editor/material.css +676 -794
- package/styles/rich-text-editor/material3-dark.css +715 -852
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.css +715 -852
- package/styles/rich-text-editor/material3.scss +1 -1
- package/styles/rich-text-editor/tailwind-dark.css +702 -822
- package/styles/rich-text-editor/tailwind.css +702 -822
- package/styles/tailwind-dark.css +702 -822
- package/styles/tailwind-dark.scss +4 -1
- package/styles/tailwind.css +702 -822
- package/styles/tailwind.scss +4 -1
- 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
|
@@ -0,0 +1,610 @@
|
|
|
1
|
+
.e-bigger .e-richtexteditor,
|
|
2
|
+
.e-richtexteditor.e-bigger {
|
|
3
|
+
|
|
4
|
+
.e-rte-toolbar {
|
|
5
|
+
.e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
6
|
+
margin-left: $rte-big-tb-items-margin-left;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-rte-toolbar {
|
|
11
|
+
.e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
|
|
12
|
+
margin-left: 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
17
|
+
.e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn {
|
|
18
|
+
font-size: $dropdown-btn-big-font-size;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
23
|
+
margin-left: 0;
|
|
24
|
+
margin-right: $rte-big-tb-items-margin-left;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-rte-toolbar,
|
|
28
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
29
|
+
|
|
30
|
+
.e-toolbar-extended {
|
|
31
|
+
padding-left: $rte-big-tb-items-padding-left;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-toolbar-items,
|
|
35
|
+
.e-toolbar-extended {
|
|
36
|
+
|
|
37
|
+
.e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
38
|
+
.e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
39
|
+
.e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
|
|
40
|
+
font-size: $rte-toolbar-big-icon-size;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
|
|
44
|
+
.e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
|
|
45
|
+
top: -20px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
|
|
49
|
+
padding-left: $rte-big-drop-btn-padding-left;
|
|
50
|
+
padding-right: $rte-big-drop-btn-padding-right;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
|
|
54
|
+
.e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
|
|
55
|
+
.e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
|
|
56
|
+
padding-left: $rte-big-drop-btn-action-padding-left;
|
|
57
|
+
padding-right: $rte-big-drop-btn-action-padding-right;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
61
|
+
padding: $rte-big-active-tb-item-btn-padding;
|
|
62
|
+
@if $skin-name == 'FluentUI' {
|
|
63
|
+
border-radius: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.e-dropdown-btn .e-rte-color-content {
|
|
67
|
+
padding-top: $rte-big-dropdown-btn-color-content-padding;
|
|
68
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@if $skin-name == 'bootstrap5' {
|
|
73
|
+
.e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
74
|
+
padding: 0 8px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&.e-rte-full-screen {
|
|
80
|
+
|
|
81
|
+
iframe {
|
|
82
|
+
height: calc(100% - 56px);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.e-rte-edit-table {
|
|
86
|
+
max-height: $rte-big-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-rte-edit-table-prop-dialog {
|
|
90
|
+
max-height: $rte-big-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-rte-link-dialog {
|
|
94
|
+
max-height: $rte-big-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.e-rte-img-dialog {
|
|
98
|
+
min-height: $rte-big-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-rte-img-link-dialog {
|
|
102
|
+
max-height: $rte-big-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.e-rte-img-size-dialog {
|
|
106
|
+
max-height: $rte-big-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.e-rte-img-alt-dialog {
|
|
110
|
+
min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.e-rte-toolbar,
|
|
115
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
116
|
+
.e-toolbar-items,
|
|
117
|
+
.e-toolbar-extended {
|
|
118
|
+
.e-toolbar-item {
|
|
119
|
+
.e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
|
|
120
|
+
.e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
|
|
121
|
+
line-height: $rte-big-formatlists-dropdown-line-height;
|
|
122
|
+
@if $skin-name == 'FluentUI' {
|
|
123
|
+
padding: 5.5px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
.e-dialog.e-rte-dialog-minheight {
|
|
130
|
+
min-height: 324px;
|
|
131
|
+
@if $skin-name == 'FluentUI' {
|
|
132
|
+
min-height: 350px;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
.e-rte-content .e-content {
|
|
136
|
+
font-size: $rte-big-content-font-size;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control{
|
|
140
|
+
padding: $rte-big-toolbar-expaned-padding;
|
|
141
|
+
&:hover {
|
|
142
|
+
padding: $rte-big-toolbar-expaned-padding;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
146
|
+
margin-right: $rte-big-img-upload-abort-icon-btn-margin-right;
|
|
147
|
+
margin-top: $rte-big-img-upload-abort-icon-btn-margin-top;
|
|
148
|
+
padding: $rte-big-img-upload-abort-icon-btn-padding;
|
|
149
|
+
}
|
|
150
|
+
.e-rte-dropdown-popup.e-rte-dropdown-items ul {
|
|
151
|
+
max-height: 360px;
|
|
152
|
+
overflow-y: auto;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
156
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
157
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
158
|
+
height: $rte-big-drop-text-height;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
@if $skin-name == 'tailwind' {
|
|
162
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
163
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
164
|
+
padding: 0 8px;
|
|
165
|
+
}
|
|
166
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
167
|
+
padding: 0 8px;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-bigger {
|
|
173
|
+
.e-rte-quick-popup{
|
|
174
|
+
.e-rte-quick-toolbar {
|
|
175
|
+
min-height: 48px;
|
|
176
|
+
|
|
177
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
178
|
+
.e-rte-color-content,
|
|
179
|
+
.e-caret {
|
|
180
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
181
|
+
|
|
182
|
+
&:hover {
|
|
183
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
189
|
+
margin: $rte-big-quick-toolbar-items-margin;
|
|
190
|
+
min-height: 48px;
|
|
191
|
+
|
|
192
|
+
.e-toolbar-item:not(.e-separator) {
|
|
193
|
+
margin: $rte-big-quick-toolbar-item-margin;
|
|
194
|
+
min-height: 48px;
|
|
195
|
+
min-width: 36px;
|
|
196
|
+
padding: $rte-big-quick-toolbar-item-btn-padding;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
|
|
200
|
+
line-height: $rte-big-quick-item-line-height;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.e-toolbar-item .e-btn,
|
|
204
|
+
.e-toolbar-item .e-btn:hover {
|
|
205
|
+
min-height: $rte-big-quick-item-btn-height;
|
|
206
|
+
min-width: $rte-big-quick-item-btn-width;
|
|
207
|
+
padding: $rte-big-quick-item-padding;
|
|
208
|
+
@if $skin-name == 'FluentUI' {
|
|
209
|
+
padding-left: $rte-quick-item-padding-left;
|
|
210
|
+
padding-right: $rte-quick-item-padding-right;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.e-toolbar-item:first-child,
|
|
215
|
+
.e-toolbar-item:last-child {
|
|
216
|
+
margin: $rte-big-toolbar-item-frist-last-child-margin;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
220
|
+
height: $rte-big-quick-tbar-item-min-height;
|
|
221
|
+
line-height: $rte-big-quick-tbar-item-min-height;
|
|
222
|
+
margin: 0;
|
|
223
|
+
min-height: $rte-big-quick-tbar-item-min-height;
|
|
224
|
+
min-width: $rte-big-quick-tbar-item-min-width;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
228
|
+
.e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
229
|
+
.e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
|
|
230
|
+
font-size: $rte-toolbar-big-icon-size;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
.e-rte-dropdown-btn.e-tbar-btn {
|
|
235
|
+
line-height: $rte-big-quick-drop-btn-line-height;
|
|
236
|
+
margin: $rte-big-quick-drop-btn-margin;
|
|
237
|
+
padding: $rte-big-quick-drop-btn-padding;
|
|
238
|
+
|
|
239
|
+
.e-order-list.e-icons,
|
|
240
|
+
.e-unorder-list.e-icons,
|
|
241
|
+
.e-icons:not(.e-caret) {
|
|
242
|
+
font-size: $rte-toolbar-icon-size;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.e-caret {
|
|
246
|
+
font-size: $rte-big-quick-drop-btn-caret-font-size;
|
|
247
|
+
width: 20px;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
252
|
+
min-width: 120px;
|
|
253
|
+
height: 337px;
|
|
254
|
+
width: 335px;
|
|
255
|
+
|
|
256
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
257
|
+
border-radius: 4px;
|
|
258
|
+
padding: 0;
|
|
259
|
+
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
260
|
+
padding: 3px 7px;
|
|
261
|
+
}
|
|
262
|
+
@else {
|
|
263
|
+
padding: 2px 5px;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
&:hover {
|
|
267
|
+
padding: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
&:active {
|
|
271
|
+
padding: 0;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.e-tbar-btn-text {
|
|
275
|
+
@if $skin-name =='fluent2' {
|
|
276
|
+
font-size: 18px;
|
|
277
|
+
}
|
|
278
|
+
@else {
|
|
279
|
+
font-size: 26px;
|
|
280
|
+
}
|
|
281
|
+
padding: 9px 5px;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.e-rte-emojipicker-btn {
|
|
286
|
+
gap: 10px;
|
|
287
|
+
height: $rte-big-emoji-btn-height;
|
|
288
|
+
padding: 12px;
|
|
289
|
+
|
|
290
|
+
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
291
|
+
gap: 8px;
|
|
292
|
+
|
|
293
|
+
.e-btn.e-control {
|
|
294
|
+
padding: 8px 0;
|
|
295
|
+
width: 42px;
|
|
296
|
+
height: 42px;
|
|
297
|
+
line-height: 0;
|
|
298
|
+
@if $skin-name =='fluent2' {
|
|
299
|
+
font-size: 18px;
|
|
300
|
+
}
|
|
301
|
+
@else {
|
|
302
|
+
font-size: 26px;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.e-rte-emojisearch-btn {
|
|
308
|
+
gap: 6px;
|
|
309
|
+
|
|
310
|
+
.e-btn.e-control {
|
|
311
|
+
font-size: 26px;
|
|
312
|
+
padding: 8px 0;
|
|
313
|
+
width: 40px;
|
|
314
|
+
height: 40px;
|
|
315
|
+
border: none;
|
|
316
|
+
line-height: 0;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
321
|
+
font-weight: 500;
|
|
322
|
+
font-size: 16px;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
.e-rte-dropdown-popup {
|
|
327
|
+
ul {
|
|
328
|
+
min-width: 84px;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
.e-rte-quick-popup.e-rte-inline-popup {
|
|
332
|
+
.e-rte-quick-toolbar {
|
|
333
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
334
|
+
.e-toolbar-item:not(.e-separator).e-rte-inline-template {
|
|
335
|
+
min-width: $rte-big-inline-tmp-min-width;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
|
|
339
|
+
min-width: $rte-big-inline-tmp-size-min-width;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
|
|
343
|
+
min-width: $rte-big-inline-tmp-color-min-width;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
|
|
349
|
+
button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
350
|
+
button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
351
|
+
button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
352
|
+
button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
353
|
+
@if $skin-name == 'FluentUI' {
|
|
354
|
+
.e-btn-icon.e-icons.e-caret {
|
|
355
|
+
padding-top: 0;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.e-rte-edit-table .e-rte-field {
|
|
362
|
+
padding-top: $rte-big-insert-dialog-label-padding-top;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
366
|
+
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
367
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
|
|
368
|
+
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
369
|
+
.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
370
|
+
.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
371
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
372
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
373
|
+
.e-icons.e-btn-icon {
|
|
374
|
+
min-width: $rte-font-arrow-touch-width;
|
|
375
|
+
padding-left: 0;
|
|
376
|
+
padding-right: 0;
|
|
377
|
+
width: $rte-font-arrow-touch-width;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
&:hover,
|
|
381
|
+
&:focus,
|
|
382
|
+
&:active {
|
|
383
|
+
padding-left: $rte-big-color-list-span-common-padding-left-right;
|
|
384
|
+
padding-right: $rte-big-color-list-span-common-padding-left-right;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.e-rte-list-primary-content .e-order-list,
|
|
388
|
+
&.e-active .e-rte-list-primary-content .e-order-list,
|
|
389
|
+
.e-rte-list-primary-content .e-unorder-list,
|
|
390
|
+
&.e-active .e-rte-list-primary-content .e-unorder-list {
|
|
391
|
+
line-height: $rte-big-split-btn-active-color-icon-line-height;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.e-dropdown-btn .e-caret {
|
|
396
|
+
font-size: $rte-big-dropdown-caret-icon-size;
|
|
397
|
+
|
|
398
|
+
@if $skin-name == 'bootstrap5' {
|
|
399
|
+
&.e-btn-icon:not(.e-toolbar-pop) {
|
|
400
|
+
font-size: 14px;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
406
|
+
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
407
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
|
|
408
|
+
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
409
|
+
|
|
410
|
+
.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
411
|
+
.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
412
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
413
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
414
|
+
.e-icons.e-btn-icon {
|
|
415
|
+
line-height: $rte-big-list-btn-line-height;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
.e-richtexteditor{
|
|
420
|
+
.e-rte-toolbar{
|
|
421
|
+
.e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
|
|
422
|
+
.e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
|
|
423
|
+
.e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
|
|
424
|
+
.e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
|
|
425
|
+
line-height: $rte-big-inline-dropdown-line-height;
|
|
426
|
+
}
|
|
427
|
+
.e-toolbar-item .e-tbar-btn.e-btn .e-icons {
|
|
428
|
+
font-size: $rte-toolbar-big-icon-size;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
.e-rte-toolbar,
|
|
432
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar {
|
|
433
|
+
.e-toolbar-items,
|
|
434
|
+
.e-toolbar-extended {
|
|
435
|
+
.e-toolbar-item {
|
|
436
|
+
.e-background-color.e-icons::before {
|
|
437
|
+
display: inline;
|
|
438
|
+
font-size: $rte-big-background-color-icon-fontsize;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
.e-rte-table-popup.e-popup-open{
|
|
445
|
+
.e-rte-tablecell {
|
|
446
|
+
height: $rte-big-tablecell-height;
|
|
447
|
+
width: $rte-big-tablecell-width;
|
|
448
|
+
}
|
|
449
|
+
.e-rte-table-row {
|
|
450
|
+
height: $rte-big-table-row-height;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
|
|
454
|
+
&.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
455
|
+
background-size: 700px 190px;
|
|
456
|
+
min-height: 190px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-rte-backgroundcolor-colorpicker,
|
|
460
|
+
.e-rte-fontcolor-colorpicker {
|
|
461
|
+
& .e-color-palette.e-container {
|
|
462
|
+
& .e-custom-palette .e-palette {
|
|
463
|
+
padding: 0;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
& .e-switch-ctrl-btn {
|
|
467
|
+
padding: 5px;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
|
|
473
|
+
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
|
|
474
|
+
.e-rte-dropdown-btn-text,
|
|
475
|
+
.e-background-color,
|
|
476
|
+
.e-rte-font-color {
|
|
477
|
+
@if $skin-name =='FluentUI' or $skin-name =='tailwind' {
|
|
478
|
+
font-size: 18px;
|
|
479
|
+
}
|
|
480
|
+
@else {
|
|
481
|
+
font-size: 16px;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
// Skin Base Styles
|
|
488
|
+
@if $skin-name == 'tailwind' {
|
|
489
|
+
.e-bigger .e-richtexteditor .e-toolbar .e-hor-nav{
|
|
490
|
+
min-height: 50px;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
@if $skin-name == 'fabric-dark' {
|
|
494
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
|
|
495
|
+
min-height: 50px;
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
@if $skin-name == 'bootstrap' {
|
|
499
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
|
|
500
|
+
min-height: 50px;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
@if $skin-name == 'bootstrap5' {
|
|
504
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
|
|
505
|
+
min-height: 46px;
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
@if $skin-name == 'Material3' {
|
|
509
|
+
.e-bigger .e-richtexteditor,
|
|
510
|
+
.e-richtexteditor.e-bigger {
|
|
511
|
+
.e-dialog {
|
|
512
|
+
border-radius: 16px;
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
517
|
+
padding: 8px 4px;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.e-bigger e-rte-text-popup .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
|
|
521
|
+
font-size: 20px;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.e-bigger {
|
|
525
|
+
.e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
|
|
526
|
+
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
|
|
527
|
+
.e-rte-dropdown-btn-text,
|
|
528
|
+
.e-background-color,
|
|
529
|
+
.e-rte-font-color {
|
|
530
|
+
font-size: 18px;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.e-bigger {
|
|
536
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
|
|
537
|
+
.e-background-color,
|
|
538
|
+
.e-rte-font-color{
|
|
539
|
+
font-size: 18px;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
.e-rte-container{
|
|
543
|
+
border-radius: 4px;
|
|
544
|
+
}
|
|
545
|
+
.e-richtexteditor{
|
|
546
|
+
border-radius: 4px;
|
|
547
|
+
.e-toolbar {
|
|
548
|
+
border-radius: 4px 4px 0 0;
|
|
549
|
+
}
|
|
550
|
+
.e-toolbar .e-toolbar-items {
|
|
551
|
+
border-radius: 4px 4px 0 0;
|
|
552
|
+
}
|
|
553
|
+
.e-toolbar .e-hor-nav {
|
|
554
|
+
border-radius: 0 4px 0 0;
|
|
555
|
+
}
|
|
556
|
+
.e-rte-content {
|
|
557
|
+
border-radius: 0 0 4px 4px;
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
.e-richtexteditor .e-toolbar-wrapper{
|
|
561
|
+
border-radius: 4px 4px 0 0;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
@if $skin-name == 'fluent2' {
|
|
566
|
+
.e-bigger .e-richtexteditor {
|
|
567
|
+
.e-toolbar .e-hor-nav{
|
|
568
|
+
min-height: 48px;
|
|
569
|
+
}
|
|
570
|
+
.e-btn {
|
|
571
|
+
padding: 4px 16px;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
//Layout styles
|
|
577
|
+
@if $skin-name == 'tailwind' {
|
|
578
|
+
.e-bigger .e-richtexteditor {
|
|
579
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
580
|
+
color: $icon-color-disabled;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
@if $skin-name == 'Material3' {
|
|
585
|
+
.e-bigger .e-richtexteditor.e-rte-tb-expand {
|
|
586
|
+
border-radius: 8px;
|
|
587
|
+
}
|
|
588
|
+
.e-bigger .e-richtexteditor .e-toolbar-wrapper {
|
|
589
|
+
border-top-left-radius: $rte-border-top-left-radius;
|
|
590
|
+
border-top-right-radius: $rte-border-top-right-radius;
|
|
591
|
+
}
|
|
592
|
+
.e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
|
|
593
|
+
.e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
|
|
594
|
+
border-top-left-radius: $rte-border-top-left-radius;
|
|
595
|
+
border-top-right-radius: $rte-border-top-right-radius;
|
|
596
|
+
}
|
|
597
|
+
.e-bigger .e-rte-toolbar .e-toolbar-items {
|
|
598
|
+
border-top-left-radius: $rte-border-top-left-radius;
|
|
599
|
+
}
|
|
600
|
+
.e-bigger .e-rte-toolbar .e-hor-nav {
|
|
601
|
+
border-top-right-radius: $rte-border-top-right-radius;
|
|
602
|
+
}
|
|
603
|
+
.e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
|
|
604
|
+
border-top-left-radius: $rte-border-top-left-radius;
|
|
605
|
+
border-top-right-radius: 0;
|
|
606
|
+
}
|
|
607
|
+
.e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
|
|
608
|
+
border-top-right-radius: $rte-border-top-right-radius;
|
|
609
|
+
}
|
|
610
|
+
}
|