@syncfusion/ej2-angular-richtexteditor 21.2.5 → 21.2.6-ngcc
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/@syncfusion/ej2-angular-richtexteditor.es5.js +330 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +311 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/CHANGELOG.md +1298 -0
- package/dist/ej2-angular-richtexteditor.umd.js +806 -0
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
- package/ej2-angular-richtexteditor.d.ts +5 -0
- package/ej2-angular-richtexteditor.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +0 -6
- package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
- package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -0
- package/styles/bootstrap.css +17 -0
- package/styles/bootstrap4.css +17 -0
- package/styles/bootstrap5-dark.css +17 -0
- package/styles/bootstrap5.css +17 -0
- package/styles/fabric-dark.css +17 -0
- package/styles/fabric.css +17 -0
- package/styles/fluent-dark.css +17 -0
- package/styles/fluent.css +17 -0
- package/styles/highcontrast-light.css +17 -0
- package/styles/highcontrast.css +17 -0
- package/styles/material-dark.css +17 -0
- package/styles/material.css +17 -0
- package/styles/rich-text-editor/bootstrap-dark.css +17 -0
- package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap.css +17 -0
- package/styles/rich-text-editor/bootstrap.scss +1 -4
- package/styles/rich-text-editor/bootstrap4.css +17 -0
- package/styles/rich-text-editor/bootstrap4.scss +1 -4
- package/styles/rich-text-editor/bootstrap5-dark.css +17 -0
- package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap5.css +17 -0
- package/styles/rich-text-editor/bootstrap5.scss +1 -4
- package/styles/rich-text-editor/fabric-dark.css +17 -0
- package/styles/rich-text-editor/fabric-dark.scss +1 -4
- package/styles/rich-text-editor/fabric.css +17 -0
- package/styles/rich-text-editor/fabric.scss +1 -4
- package/styles/rich-text-editor/fluent-dark.css +17 -0
- package/styles/rich-text-editor/fluent-dark.scss +1 -4
- package/styles/rich-text-editor/fluent.css +17 -0
- package/styles/rich-text-editor/fluent.scss +1 -4
- package/styles/rich-text-editor/highcontrast-light.css +17 -0
- package/styles/rich-text-editor/highcontrast-light.scss +1 -4
- package/styles/rich-text-editor/highcontrast.css +17 -0
- package/styles/rich-text-editor/highcontrast.scss +1 -4
- package/styles/rich-text-editor/material-dark.css +17 -0
- package/styles/rich-text-editor/material-dark.scss +1 -4
- package/styles/rich-text-editor/material.css +17 -0
- package/styles/rich-text-editor/material.scss +1 -4
- package/styles/rich-text-editor/tailwind-dark.css +17 -0
- package/styles/rich-text-editor/tailwind-dark.scss +1 -4
- package/styles/rich-text-editor/tailwind.css +17 -0
- package/styles/rich-text-editor/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +17 -0
- package/styles/tailwind.css +17 -0
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -68
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -189
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -282
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -282
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/styles/_all.scss +0 -1
- package/styles/rich-text-editor/_all.scss +0 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -235
- package/styles/rich-text-editor/_bootstrap-definition.scss +0 -290
- package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -417
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -219
- package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -216
- package/styles/rich-text-editor/_fabric-definition.scss +0 -214
- package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_fluent-definition.scss +0 -222
- package/styles/rich-text-editor/_fusionnew-definition.scss +0 -219
- package/styles/rich-text-editor/_highcontrast-definition.scss +0 -214
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -214
- package/styles/rich-text-editor/_layout.scss +0 -1865
- package/styles/rich-text-editor/_material-dark-definition.scss +0 -219
- package/styles/rich-text-editor/_material-definition.scss +0 -216
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +0 -217
- package/styles/rich-text-editor/_theme.scss +0 -753
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -328
- package/styles/rich-text-editor/icons/_bootstrap.scss +0 -328
- package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -328
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -327
- package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -328
- package/styles/rich-text-editor/icons/_fabric.scss +0 -328
- package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_fluent.scss +0 -327
- package/styles/rich-text-editor/icons/_fusionnew.scss +0 -327
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -328
- package/styles/rich-text-editor/icons/_highcontrast.scss +0 -328
- package/styles/rich-text-editor/icons/_material-dark.scss +0 -328
- package/styles/rich-text-editor/icons/_material.scss +0 -328
- package/styles/rich-text-editor/icons/_material3.scss +0 -327
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +0 -327
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
$rte-border-size: 1px !default;
|
|
2
|
-
$rte-2px-border-size: 2px !default;
|
|
3
|
-
$rte-border-type: solid !default;
|
|
4
|
-
|
|
5
|
-
$rte-list-btn-flex: column !default;
|
|
6
|
-
$rte-list-btn-line-height: 1 !default;
|
|
7
|
-
$rte-split-btn-line-height: 39px !default;
|
|
8
|
-
$rte-big-split-btn-line-height: 38px !default;
|
|
9
|
-
$rte-border-color: $grey-dd !default;
|
|
10
|
-
$rte-full-screen-bg: $grey-white !default;
|
|
11
|
-
$rte-content-bg: $grey-white !default;
|
|
12
|
-
$rte-content-font-color: #333 !default;
|
|
13
|
-
$rte-item-color: $base-font !default;
|
|
14
|
-
$rte-icons-color: $base-font !default;
|
|
15
|
-
$rte-tlbar-expand-active: $base-font !default;
|
|
16
|
-
$rte-hover-icons-color: $base-font !default;
|
|
17
|
-
|
|
18
|
-
$rte-big-quick-item-btn-width: 39px !default;
|
|
19
|
-
$rte-quick-item-btn-width: 27px !default;
|
|
20
|
-
$rte-big-quick-item-btn-height: 34px !default;
|
|
21
|
-
$rte-quick-item-btn-height: 26px !default;
|
|
22
|
-
$rte-big-quick-item-padding: 0 !default;
|
|
23
|
-
$rte-quick-item-padding: 0 !default;
|
|
24
|
-
$rte-quick-item-icon-min-width: 25px !default;
|
|
25
|
-
$rte-big-quick-item-line-height: normal !default;
|
|
26
|
-
$rte-quick-item-line-height: 20px !default;
|
|
27
|
-
$rte-quick-item-active-bg: rgba($grey-base, .12) !default;
|
|
28
|
-
$rte-quick-item-active-font-color: $base-font !default;
|
|
29
|
-
$rte-quick-item-border: $rte-border-size solid transparent !default;
|
|
30
|
-
$rte-quick-item-hover-border-color: $grey-8c !default;
|
|
31
|
-
$rte-quick-item-active-border-color: $grey-8c !default;
|
|
32
|
-
$rte-content-padding: 16px !default;
|
|
33
|
-
$rte-table-popup-padding: 10px !default;
|
|
34
|
-
|
|
35
|
-
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
36
|
-
$rte-quick-drop-btn-line-height: 24px !default;
|
|
37
|
-
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
38
|
-
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
39
|
-
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
40
|
-
$rte-quick-drop-btn-padding: 0 !default;
|
|
41
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
42
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
43
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
44
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
45
|
-
$rte-big-quick-drop-btn-caret-font-size: 11px !default;
|
|
46
|
-
$rte-quick-drop-btn-caret-font-size: 10px !default;
|
|
47
|
-
$rte-quick-drop-btn-border-color: $grey-white !default;
|
|
48
|
-
$rte-quick-drop-btn-hover-border-color: $grey-8c !default;
|
|
49
|
-
$font-weight: 500 !default;
|
|
50
|
-
$rte-quick-pop-border: 0 !default;
|
|
51
|
-
$rte-quick-tb-border: 0 !default;
|
|
52
|
-
$rte-quick-pop-bg: $grey-white !default;
|
|
53
|
-
$rte-quick-vr-line-color: rgba($grey-base, .05) !default;
|
|
54
|
-
$rte-quick-pop-shadow: 0 2px 6px rgba($grey-base, .26) !default;
|
|
55
|
-
$rte-quick-pop-item-focus-bg: rgba($grey-base, .12) !default;
|
|
56
|
-
$rte-quick-tb-btn-hover: rgba($grey-base, .12) !default;
|
|
57
|
-
$rte-mob-drop-down-pop-shadow: rgba($grey-base, .12) !default;
|
|
58
|
-
$rte-table-popup-bdr-radius: 0 !default;
|
|
59
|
-
|
|
60
|
-
$rte-big-tb-items-margin-left: 3px !default;
|
|
61
|
-
$rte-tb-items-margin-left: 6px !default;
|
|
62
|
-
$rte-big-tb-items-padding-left: 3px !default;
|
|
63
|
-
$rte-tb-items-padding-left: 6px !default;
|
|
64
|
-
$rte-big-active-tb-item-btn-padding: 0 6px !default;
|
|
65
|
-
$rte-active-tb-item-btn-padding: 0 1.5px !default;
|
|
66
|
-
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
67
|
-
$rte-tb-active-font-color: $base-font !default;
|
|
68
|
-
$rte-tb-item-active-border: $rte-border-size $rte-border-type $grey-8c !default;
|
|
69
|
-
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(250, 250, 250) !default;
|
|
70
|
-
$rte-color-picker-active-bg: inherit !default;
|
|
71
|
-
$rte-drop-btn-active-bg: $grey-e6 !default;
|
|
72
|
-
$rte-drop-btn-active-color: $base-font !default;
|
|
73
|
-
$rte-drop-btn-active-border-color: $grey-8c !default;
|
|
74
|
-
$rte-split-btn-active-hover-font-color: $base-font !default;
|
|
75
|
-
|
|
76
|
-
$rte-split-btn-color: $base-font !default;
|
|
77
|
-
$rte-split-btn-active-color: $base-font !default;
|
|
78
|
-
$rte-split-btn-hover-bg: inherit !default;
|
|
79
|
-
$rte-split-btn-active-bg: $grey-e6 !default;
|
|
80
|
-
$rte-split-btn-span-hover-bg: $grey-e6 !default;
|
|
81
|
-
$rte-split-btn-span-focus-bg: $grey-e6 !default;
|
|
82
|
-
$rte-split-btn-span-active-bg: $grey-e6 !default;
|
|
83
|
-
$rte-split-btn-bar-bg: $grey-ad !default;
|
|
84
|
-
$rte-split-btn-active-bar-bg: $grey-ad !default;
|
|
85
|
-
$rte-split-btn-bar-size: 1px !default;
|
|
86
|
-
$rte-split-btn-active-border: 1px solid $grey-ad !default;
|
|
87
|
-
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
88
|
-
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
89
|
-
|
|
90
|
-
$rte-link-valid-color: #f00 !default;
|
|
91
|
-
$rte-img-popup-color: #000 !default;
|
|
92
|
-
$rte-img-border-color: #ccc !default;
|
|
93
|
-
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
94
|
-
$rte-img-popup-box-shadow: 0 2px 3px 1px rgba($rte-img-popup-color, .21) !default;
|
|
95
|
-
$rte-upload-drag-border-clr: $grey-d4 !default;
|
|
96
|
-
$rte-img-header-clr: $grey-light-font !default;
|
|
97
|
-
$rte-drop-text-clr: $grey-ad !default;
|
|
98
|
-
$rte-default-character-count-color: #000 !default;
|
|
99
|
-
$rte-warning-character-count-color: #ffb74d !default;
|
|
100
|
-
$rte-error-character-count-color: #c62828 !default;
|
|
101
|
-
$rte-img-border: solid 2px $brand-primary !default;
|
|
102
|
-
$rte-font-family: $font-family !default;
|
|
103
|
-
$rte-content-color: $rte-content-font-color !default;
|
|
104
|
-
$rte-content-blockquote-border-left-color: solid 2px $rte-content-font-color !default;
|
|
105
|
-
$rte-dropdown-selection-bgcolor: $grey-e6 !default;
|
|
106
|
-
$rte-format-btn-min-width: 75px !default;
|
|
107
|
-
$rte-font-name-btn-min-width: 67px !default;
|
|
108
|
-
$rte-font-size-btn-min-width: 36px !default;
|
|
109
|
-
$rte-drop-btn-padding-left: 9px !default;
|
|
110
|
-
$rte-drop-btn-padding-right: 3.5px !default;
|
|
111
|
-
$rte-drop-btn-action-padding-left: 8px !default;
|
|
112
|
-
$rte-drop-btn-action-padding-right: 2.5px !default;
|
|
113
|
-
$rte-big-drop-btn-padding-left: 12px !default;
|
|
114
|
-
$rte-big-drop-btn-padding-right: 7px !default;
|
|
115
|
-
$rte-big-drop-btn-action-padding-left: 11px !default;
|
|
116
|
-
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
117
|
-
$rte-ext-tbar-overlay-icons-color: $base-font !default;
|
|
118
|
-
$rte-colorpicker-parent-padding: 1px !default;
|
|
119
|
-
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
120
|
-
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
121
|
-
$rte-overlay-color: #383838 !default;
|
|
122
|
-
$rte-font-icon-width: 30px !default;
|
|
123
|
-
$rte-font-arrow-width: 18px !default;
|
|
124
|
-
$rte-font-arrow-touch-width: 20px !default;
|
|
125
|
-
$rte-font-icon-line-height: 1 !default;
|
|
126
|
-
$rte-colorpicker-padding: 1.5px 0 !default;
|
|
127
|
-
$rte-dropdown-selection-color: $grey-dark !default;
|
|
128
|
-
$rte-anchor-color: #2e2ef1 !default;
|
|
129
|
-
$rte-ext-tbar-overlay-dropdown-color: $grey-dark !default;
|
|
130
|
-
$rte-placeholder-line-height: 18px !default;
|
|
131
|
-
$rte-img-resize-back-color: #4a90e2 !default;
|
|
132
|
-
$rte-img-resize-color: #fff !default;
|
|
133
|
-
$rte-table-header-color: rgba($grey-light-font, .87) !default;
|
|
134
|
-
$rte-table-span-bg-color: $grey-white !default;
|
|
135
|
-
$rte-table-span-border: 1px solid $grey-cc !default;
|
|
136
|
-
$rte-table-span-active-bg-color: rgba($brand-primary, .2) !default;
|
|
137
|
-
$rte-table-span-active-border-color: $grey-cc !default;
|
|
138
|
-
$rte-table-select-border-color: #0478d7 !default;
|
|
139
|
-
$rte-table-popup-bg: $brand-primary-font !default;
|
|
140
|
-
$rte-table-resize-back-color: $brand-primary-font !default;
|
|
141
|
-
$rte-table-popup-color: $grey-base !default;
|
|
142
|
-
$rte-table-popup-box: 0 3px 8px 0 rgba($grey-base, .26) !default;
|
|
143
|
-
$rte-table-border-color: #bdbdbd !default;
|
|
144
|
-
$rte-table-alternate-color: #f5f5f5 !default;
|
|
145
|
-
$rte-table-header-bg: #e0e0e0 !default;
|
|
146
|
-
$rte-dropdown-active-border: 1px solid #8c8c8c !default;
|
|
147
|
-
$rte-dropdown-active-bg: #e6e6e6 !default;
|
|
148
|
-
|
|
149
|
-
$rte-insert-dialog-label-padding-top: 20px !default;
|
|
150
|
-
$rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
151
|
-
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
152
|
-
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
153
|
-
$rte-content-font-size: 14px !default;
|
|
154
|
-
$rte-dropdown-caret-icon-size: 12px !default;
|
|
155
|
-
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
156
|
-
$rte-toolbar-icon-size: 16px !default;
|
|
157
|
-
$rte-toolbar-big-icon-size: 18px !default;
|
|
158
|
-
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
159
|
-
|
|
160
|
-
$rte-big-inline-tmp-min-width: 56px;
|
|
161
|
-
$rte-inline-tmp-min-width: 61px;
|
|
162
|
-
$rte-big-inline-tmp-size-min-width: 64px;
|
|
163
|
-
$rte-inline-tmp-size-min-width: 69px;
|
|
164
|
-
$rte-big-inline-tmp-color-min-width: 54px;
|
|
165
|
-
$rte-inline-tmp-color-min-width: 57px;
|
|
166
|
-
|
|
167
|
-
$rte-resize-handler-width: 15px;
|
|
168
|
-
$rte-resize-handler-height: 15px;
|
|
169
|
-
$rte-resize-handler-position: 0;
|
|
170
|
-
$rte-default-character-count-opacity: .54;
|
|
171
|
-
|
|
172
|
-
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
173
|
-
$rte-placeholder-padding: 16px !default;
|
|
174
|
-
|
|
175
|
-
$rte-img-dlg-max-height: 426px !default;
|
|
176
|
-
$rte-img-alt-dlg-max-height: 426px !default;
|
|
177
|
-
$rte-img-link-dlg-max-height: 223px !default;
|
|
178
|
-
$rte-img-size-dlg-max-height: 284px !default;
|
|
179
|
-
$rte-link-dlg-max-height: 394px !default;
|
|
180
|
-
$rte-file-browser-dlg-max-height: 557px !default;
|
|
181
|
-
$rte-table-dlg-max-height: 287px !default;
|
|
182
|
-
$rte-edit-table-dlg-max-height: 365px !default;
|
|
183
|
-
|
|
184
|
-
$rte-big-img-dlg-max-height: 457px !default;
|
|
185
|
-
$rte-big-img-alt-dlg-max-height: 457px !default;
|
|
186
|
-
$rte-big-img-link-dlg-max-height: 256px !default;
|
|
187
|
-
$rte-big-img-size-dlg-max-height: 327px !default;
|
|
188
|
-
$rte-big-link-dlg-max-height: 427px !default;
|
|
189
|
-
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
190
|
-
$rte-big-table-dlg-max-height: 330px !default;
|
|
191
|
-
$rte-big-edit-table-dlg-max-height: 414px !default;
|
|
192
|
-
$rte-drop-text-width: 300px !default;
|
|
193
|
-
$rte-drop-text-height: 185px !default;
|
|
194
|
-
$rte-drop-text-mobile-width: 250px !default;
|
|
195
|
-
$rte-tbar-default-bg: $grey-f8;
|
|
196
|
-
$rte-droparea-line-height: 10;
|
|
197
|
-
$rte-droparea-browsebtn-height: 36px;
|
|
198
|
-
$rte-droparea-browsebtn-padding: 0 18px;
|
|
199
|
-
$rte-droparea-browsebtn-top: -50px;
|
|
200
|
-
$rte-insert-dialog-font-size: 15px;
|
|
201
|
-
$rte-big-insert-dialog-font-size: 15px;
|
|
202
|
-
$rte-table-popup-tablecell-height: 14px;
|
|
203
|
-
$rte-table-popup-tablecell-width: 14px;
|
|
204
|
-
$rte-table-popup-tablecell-margin: 1px;
|
|
205
|
-
$rte-table-popup-row-height : 16px;
|
|
206
|
-
$rte-border-top-left-radius: 0;
|
|
207
|
-
$rte-border-top-right-radius: 0;
|
|
208
|
-
$rte-border-bottom-right-radius: 0;
|
|
209
|
-
$rte-border-bottom-left-radius: 0;
|
|
210
|
-
$rte-big-border-radius: 0;
|
|
211
|
-
$rte-big-table-row-height : 18px;
|
|
212
|
-
$rte-big-tablecell-height : 16px;
|
|
213
|
-
$rte-big-tablecell-width : 16px;
|
|
214
|
-
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
215
|
-
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
216
|
-
|
|
217
|
-
@include export-module('richtexteditor-bootstrap') {
|
|
218
|
-
.e-richtexteditor {
|
|
219
|
-
& .e-rte-toolbar {
|
|
220
|
-
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
221
|
-
& .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
222
|
-
background: $rte-dropdown-active-bg;
|
|
223
|
-
border: $rte-dropdown-active-border;
|
|
224
|
-
padding-left: 8px;
|
|
225
|
-
padding-right: 2.5px;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.e-bigger .e-richtexteditor {
|
|
232
|
-
& .e-rte-toolbar {
|
|
233
|
-
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
234
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-active {
|
|
235
|
-
padding-left: 11px;
|
|
236
|
-
padding-right: 6px;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
& .e-toolbar-items .e-toolbar-item {
|
|
241
|
-
& .e-tbar-btn.e-btn.e-rte-dropdown-btn,
|
|
242
|
-
& .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn {
|
|
243
|
-
padding-bottom: 0;
|
|
244
|
-
padding-top: 0;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn {
|
|
251
|
-
&.e-rte-backgroundcolor-dropdown,
|
|
252
|
-
&.e-rte-fontcolor-dropdown,
|
|
253
|
-
&.e-rte-numberformatlist-dropdown,
|
|
254
|
-
&.e-rte-bulletformatlist-dropdown {
|
|
255
|
-
padding-left: 1px;
|
|
256
|
-
padding-right: 1px;
|
|
257
|
-
|
|
258
|
-
&.e-active:hover {
|
|
259
|
-
padding-left: 1px;
|
|
260
|
-
padding-right: 1px;
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.e-rte-toolbar,
|
|
266
|
-
.e-rte-toolbar.e-extended-toolbar {
|
|
267
|
-
.e-toolbar-items,
|
|
268
|
-
.e-toolbar-popup,
|
|
269
|
-
.e-toolbar-extended {
|
|
270
|
-
.e-rte-backgroundcolor-dropdown,
|
|
271
|
-
.e-rte-fontcolor-dropdown,
|
|
272
|
-
.e-rte-numberformatlist-dropdown,
|
|
273
|
-
.e-rte-bulletformatlist-dropdown {
|
|
274
|
-
padding-bottom: 0;
|
|
275
|
-
padding-top: 0;
|
|
276
|
-
|
|
277
|
-
&.e-tbar-btn.e-btn:hover,
|
|
278
|
-
&.e-tbar-btn.e-btn.e-active,
|
|
279
|
-
&.e-tbar-btn.e-btn.e-active:hover {
|
|
280
|
-
padding-bottom: 0;
|
|
281
|
-
padding-top: 0;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
&.e-active {
|
|
285
|
-
border-radius: 4px;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
}
|
|
@@ -1,417 +0,0 @@
|
|
|
1
|
-
$rte-border-size: 1px !default;
|
|
2
|
-
$rte-2px-border-size: 2px !default;
|
|
3
|
-
$rte-border-type: solid !default;
|
|
4
|
-
$rte-list-btn-flex: column !default;
|
|
5
|
-
$rte-list-btn-line-height: unset !default;
|
|
6
|
-
$rte-split-btn-line-height: 33px !default;
|
|
7
|
-
$rte-big-split-btn-line-height: 40px !default;
|
|
8
|
-
|
|
9
|
-
$rte-list-btn-flex: unset !default;
|
|
10
|
-
$rte-list-btn-line-height: unset !default;
|
|
11
|
-
$rte-border-color: $gray-300 !default;
|
|
12
|
-
$rte-full-screen-bg: $content-bg !default;
|
|
13
|
-
$rte-content-bg: $content-bg !default;
|
|
14
|
-
$rte-content-font-color: $gray-900 !default;
|
|
15
|
-
$rte-item-color: $gray-900 !default;
|
|
16
|
-
$rte-icons-color: $gray-900 !default;
|
|
17
|
-
$rte-tlbar-expand-active: $gray-900 !default;
|
|
18
|
-
$rte-hover-icons-color: $gray-900 !default;
|
|
19
|
-
$rte-big-quick-item-btn-width: 38px !default;
|
|
20
|
-
$rte-quick-item-btn-width: 32px !default;
|
|
21
|
-
$rte-big-quick-item-btn-height: 38px !default;
|
|
22
|
-
$rte-quick-item-btn-height: 32px !default;
|
|
23
|
-
$rte-big-quick-item-padding: 0 !default;
|
|
24
|
-
$rte-quick-item-padding: 0 !default;
|
|
25
|
-
$rte-quick-item-icon-min-width: 26px !default;
|
|
26
|
-
$rte-big-quick-item-line-height: normal !default;
|
|
27
|
-
$rte-quick-item-line-height: 20px !default;
|
|
28
|
-
$rte-quick-item-active-bg: darken($gray-600, 10%) !default;
|
|
29
|
-
$rte-quick-item-active-font-color: $white !default;
|
|
30
|
-
$rte-quick-item-border: $rte-border-size solid transparent !default;
|
|
31
|
-
$rte-quick-item-hover-border-color: darken($gray-600, 10%) !default;
|
|
32
|
-
$rte-quick-item-active-border-color: darken($gray-600, 12.5%) !default;
|
|
33
|
-
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
34
|
-
$rte-quick-drop-btn-line-height: 24px !default;
|
|
35
|
-
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
36
|
-
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
37
|
-
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
38
|
-
$rte-quick-drop-btn-padding: 0 !default;
|
|
39
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
40
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
41
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
42
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
43
|
-
$rte-big-quick-drop-btn-caret-font-size: 10px !default;
|
|
44
|
-
$rte-quick-drop-btn-caret-font-size: 8px !default;
|
|
45
|
-
$rte-quick-drop-btn-border-color: $white !default;
|
|
46
|
-
$rte-quick-drop-btn-hover-border-color: darken($gray-600, 10%) !default;
|
|
47
|
-
$rte-quick-pop-border: 1px solid rgba(0, 0, 0, .2) !default;
|
|
48
|
-
$rte-quick-tb-border: 0 !default;
|
|
49
|
-
$rte-quick-pop-bg: $content-bg !default;
|
|
50
|
-
$rte-quick-vr-line-color: $gray-300 !default;
|
|
51
|
-
$rte-quick-pop-shadow: 0 2px 4px rgba(0, 0, 0, .2) !default;
|
|
52
|
-
$rte-quick-pop-item-focus-bg: $gray-600 !default;
|
|
53
|
-
$rte-quick-tb-btn-hover: $gray-600 !default;
|
|
54
|
-
$rte-mob-drop-down-pop-shadow: $gray-600 !default;
|
|
55
|
-
$rte-big-tb-items-margin-left: 3px !default;
|
|
56
|
-
$rte-tb-items-margin-left: 6px !default;
|
|
57
|
-
$rte-big-tb-items-padding-left: 3px !default;
|
|
58
|
-
$rte-tb-items-padding-left: 6px !default;
|
|
59
|
-
$rte-big-active-tb-item-btn-padding: 0 5px !default;
|
|
60
|
-
$rte-active-tb-item-btn-padding: 0 2px !default;
|
|
61
|
-
$rte-tb-item-active-bg: $gray-600 !default;
|
|
62
|
-
$rte-tb-active-font-color: $gray-900 !default;
|
|
63
|
-
$rte-tb-item-active-border: $rte-border-size solid darken($gray-600, 12.5%) !default;
|
|
64
|
-
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $gray-300 !default;
|
|
65
|
-
$rte-color-picker-active-bg: inherit !default;
|
|
66
|
-
$rte-drop-btn-active-bg: darken($gray-600, 10%) !default;
|
|
67
|
-
$rte-drop-btn-active-color: $white !default;
|
|
68
|
-
$rte-drop-btn-active-border-color: darken($gray-600, 12.5%) !default;
|
|
69
|
-
$rte-split-btn-color: $white !default;
|
|
70
|
-
$rte-split-btn-active-color: $white !default;
|
|
71
|
-
$rte-split-btn-hover-bg: $gray-600 !default;
|
|
72
|
-
$rte-split-btn-active-bg: darken($gray-600, 10%) !default;
|
|
73
|
-
$rte-split-btn-span-hover-bg: darken($gray-600, 7.5%) !default;
|
|
74
|
-
$rte-split-btn-span-focus-bg: $gray-600 !default;
|
|
75
|
-
$rte-split-btn-span-active-bg: darken($gray-600, 10%) !default;
|
|
76
|
-
$rte-split-btn-bar-bg: darken($gray-600, 10%) !default;
|
|
77
|
-
$rte-split-btn-active-bar-bg: darken($gray-600, 12.5%) !default;
|
|
78
|
-
$rte-split-btn-bar-size: 1px !default;
|
|
79
|
-
$rte-split-btn-active-border: 1px solid $gray-600 !default;
|
|
80
|
-
$rte-split-btn-active-color-icon-line-height: 28px !default;
|
|
81
|
-
$rte-big-split-btn-active-color-icon-line-height: 36px !default;
|
|
82
|
-
$rte-link-valid-color: $danger !default;
|
|
83
|
-
$rte-img-popup-color: $gray-900 !default;
|
|
84
|
-
$rte-img-border-color: rgba(0, 0, 0, .2) !default;
|
|
85
|
-
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
86
|
-
$rte-img-popup-box-shadow: none !default;
|
|
87
|
-
$rte-upload-drag-border-clr: $gray-500 !default;
|
|
88
|
-
$rte-img-header-clr: $gray-900 !default;
|
|
89
|
-
$rte-drop-text-clr: $gray-900 !default;
|
|
90
|
-
$rte-default-character-count-color: $gray-600 !default;
|
|
91
|
-
$rte-warning-character-count-color: $warning !default;
|
|
92
|
-
$rte-error-character-count-color: $danger !default;
|
|
93
|
-
$rte-img-border: solid 2px $primary !default;
|
|
94
|
-
$rte-font-family: $font-family !default;
|
|
95
|
-
$rte-content-color: $rte-content-font-color !default;
|
|
96
|
-
$rte-content-blockquote-border-left-color: solid 2px $gray-900 !default;
|
|
97
|
-
$rte-dropdown-selection-bgcolor: $primary !default;
|
|
98
|
-
$rte-format-btn-min-width: 75px !default;
|
|
99
|
-
$rte-font-name-btn-min-width: 67px !default;
|
|
100
|
-
$rte-font-size-btn-min-width: 36px !default;
|
|
101
|
-
$rte-drop-btn-padding-left: 8px !default;
|
|
102
|
-
$rte-drop-btn-padding-right: 2px !default;
|
|
103
|
-
$rte-drop-btn-action-padding-left: 8px !default;
|
|
104
|
-
$rte-drop-btn-action-padding-right: 2px !default;
|
|
105
|
-
$rte-big-drop-btn-padding-left: 6px !default;
|
|
106
|
-
$rte-big-drop-btn-padding-right: 6px !default;
|
|
107
|
-
$rte-big-drop-btn-action-padding-left: 6px !default;
|
|
108
|
-
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
109
|
-
$rte-ext-tbar-overlay-icons-color: rgba(108, 117, 125, .3) !default;
|
|
110
|
-
$rte-colorpicker-parent-padding: 1px !default;
|
|
111
|
-
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
112
|
-
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
113
|
-
$rte-overlay-color: rgba(0, 0, 0, .5) !default;
|
|
114
|
-
$rte-font-icon-width: 30px !default;
|
|
115
|
-
$rte-font-arrow-width: 20px !default;
|
|
116
|
-
$rte-font-arrow-touch-width: 25px !default;
|
|
117
|
-
$rte-font-icon-line-height: 1 !default;
|
|
118
|
-
$rte-colorpicker-padding: 1.5px 0 !default;
|
|
119
|
-
$rte-dropdown-selection-color: $primary-font !default;
|
|
120
|
-
$rte-anchor-color: $primary !default;
|
|
121
|
-
$rte-ext-tbar-overlay-dropdown-color: rgba(108, 117, 125, .3) !default;
|
|
122
|
-
$rte-placeholder-line-height: 18px !default;
|
|
123
|
-
$rte-img-resize-back-color: $primary !default;
|
|
124
|
-
$rte-img-resize-color: $white !default;
|
|
125
|
-
$rte-table-header-color: $gray-900 !default;
|
|
126
|
-
$rte-table-span-bg-color: $content-bg !default;
|
|
127
|
-
$rte-table-span-border: 1px solid $gray-300 !default;
|
|
128
|
-
$rte-table-span-active-bg-color: $content-bg !default;
|
|
129
|
-
$rte-table-span-active-border-color: $primary !default;
|
|
130
|
-
$rte-table-select-border-color: $primary !default;
|
|
131
|
-
$rte-table-popup-bg: $content-bg !default;
|
|
132
|
-
$rte-table-resize-back-color: $content-bg !default;
|
|
133
|
-
$rte-table-popup-color: $gray-900 !default;
|
|
134
|
-
$rte-table-popup-box: none !default;
|
|
135
|
-
$rte-table-border-color: $gray-500 !default;
|
|
136
|
-
$rte-table-alternate-color: $gray-100 !default;
|
|
137
|
-
$rte-table-header-bg: $gray-200 !default;
|
|
138
|
-
$rte-content-padding: 16px !default;
|
|
139
|
-
$rte-table-popup-padding: 10px !default;
|
|
140
|
-
$font-weight: 500 !default;
|
|
141
|
-
$rte-insert-dialog-label-padding-top: 14px !default;
|
|
142
|
-
$rte-insert-dialog-label-padding-bottom: 14px !default;
|
|
143
|
-
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
144
|
-
$rte-big-quick-tbar-item-min-width: 38px !default;
|
|
145
|
-
$rte-content-font-size: 14px !default;
|
|
146
|
-
$rte-table-popup-bdr-radius: 0 !default;
|
|
147
|
-
|
|
148
|
-
$rte-table-popup-border: rgba(0, 0, 0, .2) !default;
|
|
149
|
-
$rte-big-content-font-size: 16px !default;
|
|
150
|
-
$rte-dropdown-caret-icon-size: 8px !default;
|
|
151
|
-
$rte-big-dropdown-caret-icon-size: 10px !default;
|
|
152
|
-
$rte-toolbar-icon-size: 16px !default;
|
|
153
|
-
$rte-toolbar-big-icon-size: 18px !default;
|
|
154
|
-
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
155
|
-
|
|
156
|
-
$rte-resize-handler-width: 15px;
|
|
157
|
-
$rte-resize-handler-height: 15px;
|
|
158
|
-
$rte-resize-handler-position: 0;
|
|
159
|
-
|
|
160
|
-
$rte-big-inline-tmp-min-width: 54px;
|
|
161
|
-
$rte-inline-tmp-min-width: 62px;
|
|
162
|
-
$rte-big-inline-tmp-size-min-width: 63px;
|
|
163
|
-
$rte-inline-tmp-size-min-width: 71px;
|
|
164
|
-
$rte-big-inline-tmp-color-min-width: 56px;
|
|
165
|
-
$rte-inline-tmp-color-min-width: 60px;
|
|
166
|
-
$rte-default-character-count-opacity: 1;
|
|
167
|
-
|
|
168
|
-
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
169
|
-
$rte-placeholder-padding: 16px !default;
|
|
170
|
-
|
|
171
|
-
$rte-img-dlg-max-height: 405px !default;
|
|
172
|
-
$rte-img-alt-dlg-max-height: 405px !default;
|
|
173
|
-
$rte-img-link-dlg-max-height: 204px !default;
|
|
174
|
-
$rte-img-size-dlg-max-height: 268px !default;
|
|
175
|
-
$rte-link-dlg-max-height: 368px !default;
|
|
176
|
-
$rte-file-browser-dlg-max-height: 557px !default;
|
|
177
|
-
$rte-table-dlg-max-height: 264px !default;
|
|
178
|
-
$rte-edit-table-dlg-max-height: 333px !default;
|
|
179
|
-
|
|
180
|
-
$rte-big-img-dlg-max-height: 428px !default;
|
|
181
|
-
$rte-big-img-alt-dlg-max-height: 428px !default;
|
|
182
|
-
$rte-big-img-link-dlg-max-height: 231px !default;
|
|
183
|
-
$rte-big-img-size-dlg-max-height: 312px !default;
|
|
184
|
-
$rte-big-link-dlg-max-height: 404px !default;
|
|
185
|
-
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
|
-
$rte-big-table-dlg-max-height: 302px !default;
|
|
187
|
-
$rte-big-edit-table-dlg-max-height: 378px !default;
|
|
188
|
-
$rte-drop-text-width: 300px !default;
|
|
189
|
-
$rte-drop-text-height: 185px !default;
|
|
190
|
-
$rte-drop-text-mobile-width: 250px !default;
|
|
191
|
-
$rte-tbar-default-bg: $gray-100;
|
|
192
|
-
$rte-droparea-line-height: 10;
|
|
193
|
-
$rte-droparea-browsebtn-height: 36px;
|
|
194
|
-
$rte-droparea-browsebtn-padding: 0 18px;
|
|
195
|
-
$rte-droparea-browsebtn-top: -50px;
|
|
196
|
-
$rte-insert-dialog-font-size: 15px;
|
|
197
|
-
$rte-big-insert-dialog-font-size: 15px;
|
|
198
|
-
$rte-table-popup-tablecell-height: 14px;
|
|
199
|
-
$rte-table-popup-tablecell-width: 14px;
|
|
200
|
-
$rte-table-popup-tablecell-margin: 1px;
|
|
201
|
-
$rte-table-popup-row-height : 16px;
|
|
202
|
-
$rte-border-top-left-radius: 0;
|
|
203
|
-
$rte-border-top-right-radius: 0;
|
|
204
|
-
$rte-border-bottom-right-radius: 0;
|
|
205
|
-
$rte-border-bottom-left-radius: 0;
|
|
206
|
-
$rte-big-border-radius: 0;
|
|
207
|
-
$rte-big-table-row-height : 18px;
|
|
208
|
-
$rte-big-tablecell-height : 16px;
|
|
209
|
-
$rte-big-tablecell-width : 16px;
|
|
210
|
-
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
211
|
-
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
212
|
-
|
|
213
|
-
@include export-module('richtexteditor-bootstrap4') {
|
|
214
|
-
.e-richtexteditor {
|
|
215
|
-
border-radius: 4px;
|
|
216
|
-
|
|
217
|
-
& .e-rte-toolbar {
|
|
218
|
-
border-top-left-radius: 4px;
|
|
219
|
-
border-top-right-radius: 4px;
|
|
220
|
-
|
|
221
|
-
&.e-extended-toolbar {
|
|
222
|
-
& .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
223
|
-
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
224
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
225
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
226
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
227
|
-
color: $rte-img-resize-color;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
231
|
-
border-radius: 4px;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:active,
|
|
235
|
-
& .e-toolbar-items .e-toolbar-item.e-active .e-control.e-tbar-btn.e-btn,
|
|
236
|
-
& .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn,
|
|
237
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
238
|
-
border: 1px solid darken($gray-600, 12.5%);
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover,
|
|
242
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover {
|
|
243
|
-
border: 1px solid darken($gray-600, 10%);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus,
|
|
247
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus {
|
|
248
|
-
border: 1px solid $gray-600;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn,
|
|
252
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
253
|
-
border: 1px solid transparent;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
& .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
257
|
-
border-radius: 4px;
|
|
258
|
-
|
|
259
|
-
& .e-icons {
|
|
260
|
-
color: $white;
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
& .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
265
|
-
padding: 0 2px;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
269
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
270
|
-
& .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
271
|
-
border: 1px solid transparent;
|
|
272
|
-
padding: 0 2px;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
& .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn,
|
|
276
|
-
& .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
277
|
-
border: 1px solid transparent;
|
|
278
|
-
padding-bottom: 1px;
|
|
279
|
-
padding-top: 1px;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
& .e-rte-content {
|
|
285
|
-
border-bottom-left-radius: 4px;
|
|
286
|
-
border-bottom-right-radius: 4px;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
& .e-rte-table-popup.e-popup.e-popup-open {
|
|
290
|
-
border: 1px solid $rte-table-popup-border;
|
|
291
|
-
border-radius: 4px;
|
|
292
|
-
|
|
293
|
-
& .e-insert-table-btn .e-btn-icon.e-icons {
|
|
294
|
-
color: $white;
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
& .e-rte-content,
|
|
299
|
-
& .e-source-content {
|
|
300
|
-
|
|
301
|
-
& .e-content {
|
|
302
|
-
font-size: $rte-content-font-size;
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.e-bigger .e-richtexteditor {
|
|
308
|
-
& .e-rte-toolbar {
|
|
309
|
-
&.e-extended-toolbar {
|
|
310
|
-
& .e-toolbar-extended.e-toolbar-pop .e-toolbar-item.e-toolbar-popup .e-tbar-btn {
|
|
311
|
-
padding: 0 5px;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
316
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items.e-active,
|
|
317
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-items.e-rte-dropdown-btn:hover {
|
|
318
|
-
padding-left: 5px;
|
|
319
|
-
padding-right: 5px;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
& .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items {
|
|
323
|
-
border: 1px solid transparent;
|
|
324
|
-
padding-left: 5px;
|
|
325
|
-
padding-right: 5px;
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
& .e-toolbar-items .e-toolbar-item {
|
|
330
|
-
& .e-tbar-btn.e-btn,
|
|
331
|
-
& .e-tbar-btn.e-btn.e-control,
|
|
332
|
-
& .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
333
|
-
padding: 0 5px;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
& .e-rte-content,
|
|
339
|
-
& .e-source-content {
|
|
340
|
-
|
|
341
|
-
& .e-content {
|
|
342
|
-
font-size: $rte-big-content-font-size;
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.e-rte-quick-popup.e-popup {
|
|
348
|
-
border-radius: 4px;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown {
|
|
352
|
-
& .e-rte-color-content {
|
|
353
|
-
line-height: 26px;
|
|
354
|
-
min-height: 26px;
|
|
355
|
-
min-width: 26px;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
& .e-btn-icon.e-caret {
|
|
359
|
-
font-size: 8px;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown {
|
|
364
|
-
& .e-rte-color-content {
|
|
365
|
-
line-height: 32px;
|
|
366
|
-
min-height: 26px;
|
|
367
|
-
min-width: 32px;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
& .e-btn-icon.e-caret {
|
|
371
|
-
font-size: 10px;
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,
|
|
376
|
-
.e-bigger .e-rte-toolbar.e-extended-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn {
|
|
377
|
-
&.e-rte-backgroundcolor-dropdown,
|
|
378
|
-
&.e-rte-fontcolor-dropdown,
|
|
379
|
-
&.e-rte-numberformatlist-dropdown,
|
|
380
|
-
&.e-rte-bulletformatlist-dropdown {
|
|
381
|
-
padding-left: 1px;
|
|
382
|
-
padding-right: 1px;
|
|
383
|
-
|
|
384
|
-
&:hover,
|
|
385
|
-
&.e-active:hover {
|
|
386
|
-
padding-left: 1px;
|
|
387
|
-
padding-right: 1px;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.e-rte-toolbar,
|
|
393
|
-
.e-rte-toolbar.e-extended-toolbar {
|
|
394
|
-
.e-toolbar-items,
|
|
395
|
-
.e-toolbar-popup,
|
|
396
|
-
.e-toolbar-extended {
|
|
397
|
-
.e-rte-backgroundcolor-dropdown,
|
|
398
|
-
.e-rte-fontcolor-dropdown,
|
|
399
|
-
.e-rte-numberformatlist-dropdown,
|
|
400
|
-
.e-rte-bulletformatlist-dropdown {
|
|
401
|
-
padding-bottom: 0;
|
|
402
|
-
padding-top: 0;
|
|
403
|
-
|
|
404
|
-
&.e-tbar-btn.e-btn:hover,
|
|
405
|
-
&.e-tbar-btn.e-btn.e-active,
|
|
406
|
-
&.e-tbar-btn.e-btn.e-active:hover {
|
|
407
|
-
padding-bottom: 0;
|
|
408
|
-
padding-top: 0;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
&.e-active {
|
|
412
|
-
border-radius: 4px;
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
}
|