@syncfusion/ej2-react-richtexteditor 23.2.7 → 24.1.43

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +28 -3
  2. package/dist/ej2-react-richtexteditor.min.js +1 -1
  3. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -2984
  6. package/styles/bootstrap.css +1 -3128
  7. package/styles/bootstrap4.css +1 -3221
  8. package/styles/bootstrap5-dark.css +1 -3080
  9. package/styles/bootstrap5.css +1 -3080
  10. package/styles/fabric-dark.css +1 -2964
  11. package/styles/fabric.css +1 -2964
  12. package/styles/fluent-dark.css +1 -3010
  13. package/styles/fluent.css +1 -3010
  14. package/styles/highcontrast-light.css +1 -2964
  15. package/styles/highcontrast.css +1 -2960
  16. package/styles/material-dark.css +1 -2969
  17. package/styles/material.css +1 -2969
  18. package/styles/material3-dark.css +1 -3081
  19. package/styles/material3.css +1 -3137
  20. package/styles/rich-text-editor/bootstrap-dark.css +1 -2984
  21. package/styles/rich-text-editor/bootstrap.css +1 -3128
  22. package/styles/rich-text-editor/bootstrap4.css +1 -3221
  23. package/styles/rich-text-editor/bootstrap5-dark.css +1 -3080
  24. package/styles/rich-text-editor/bootstrap5.css +1 -3080
  25. package/styles/rich-text-editor/fabric-dark.css +1 -2964
  26. package/styles/rich-text-editor/fabric.css +1 -2964
  27. package/styles/rich-text-editor/fluent-dark.css +1 -3010
  28. package/styles/rich-text-editor/fluent.css +1 -3010
  29. package/styles/rich-text-editor/highcontrast-light.css +1 -2964
  30. package/styles/rich-text-editor/highcontrast.css +1 -2960
  31. package/styles/rich-text-editor/material-dark.css +1 -2969
  32. package/styles/rich-text-editor/material.css +1 -2969
  33. package/styles/rich-text-editor/material3-dark.css +1 -3081
  34. package/styles/rich-text-editor/material3.css +1 -3137
  35. package/styles/rich-text-editor/tailwind-dark.css +1 -3017
  36. package/styles/rich-text-editor/tailwind.css +1 -3017
  37. package/styles/tailwind-dark.css +1 -3017
  38. package/styles/tailwind.css +1 -3017
@@ -1,3137 +1 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 103, 80, 164;
5
- --color-sf-primary-container: 234, 221, 255;
6
- --color-sf-secondary: 98, 91, 113;
7
- --color-sf-secondary-container: 232, 222, 248;
8
- --color-sf-tertiary: 125, 82, 96;
9
- --color-sf-tertiary-container: 255, 216, 228;
10
- --color-sf-surface: 255, 255, 255;
11
- --color-sf-surface-variant: 231, 224, 236;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 255, 255, 255;
14
- --color-sf-on-primary-container: 33, 0, 94;
15
- --color-sf-on-secondary: 255, 255, 255;
16
- --color-sf-on-secondary-container: 30, 25, 43;
17
- --color-sf-on-tertiary: 255, 255, 255;
18
- --color-sf-on-tertiary-containe: 55, 11, 30;
19
- --color-sf-on-surface: 28, 27, 31;
20
- --color-sf-on-surface-variant: 73, 69, 78;
21
- --color-sf-on-background: 28, 27, 31;
22
- --color-sf-outline: 121, 116, 126;
23
- --color-sf-outline-variant: 196, 199, 197;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 103, 80, 164;
26
- --color-sf-inverse-surface: 49, 48, 51;
27
- --color-sf-inverse-on-surface: 244, 239, 244;
28
- --color-sf-inverse-primary: 208, 188, 255;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 179, 38, 30;
31
- --color-sf-error-container: 249, 222, 220;
32
- --color-sf-on-error: 255, 250, 250;
33
- --color-sf-on-error-container: 65, 14, 11;
34
- --color-sf-success: 32, 81, 7;
35
- --color-sf-success-container: 209, 255, 186;
36
- --color-sf-on-success: 244, 255, 239;
37
- --color-sf-on-success-container: 13, 39, 0;
38
- --color-sf-info: 1, 87, 155;
39
- --color-sf-info-container: 233, 245, 255;
40
- --color-sf-on-info: 250, 253, 255;
41
- --color-sf-on-info-container: 0, 51, 91;
42
- --color-sf-warning: 145, 76, 0;
43
- --color-sf-warning-container: 254, 236, 222;
44
- --color-sf-on-warning: 255, 255, 255;
45
- --color-sf-on-warning-container: 47, 21, 0;
46
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
- --color-sf-diagram-palette-background: --color-sf-white;
49
- --color-sf-success-text: 255, 255, 255;
50
- --color-sf-warning-text: 255, 255, 255;
51
- --color-sf-danger-text: 255, 255, 255;
52
- --color-sf-info-text: 255, 255, 255;
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
- --color-sf-secondary-bg-color: var(--color-sf-surface);
55
- }
56
-
57
- .e-dark-mode {
58
- --color-sf-black: 0, 0, 0;
59
- --color-sf-white: 255, 255, 255;
60
- --color-sf-primary: 208, 188, 255;
61
- --color-sf-primary-container: 79, 55, 139;
62
- --color-sf-secondary: 204, 194, 220;
63
- --color-sf-secondary-container: 74, 68, 88;
64
- --color-sf-tertiary: 239, 184, 200;
65
- --color-sf-tertiary-container: 99, 59, 72;
66
- --color-sf-surface: 28, 27, 31;
67
- --color-sf-surface-variant: 28, 27, 31;
68
- --color-sf-background: var(--color-sf-surface);
69
- --color-sf-on-primary: 55, 30, 115;
70
- --color-sf-on-primary-container: 234, 221, 255;
71
- --color-sf-on-secondary: 51, 45, 65;
72
- --color-sf-on-secondary-container: 232, 222, 248;
73
- --color-sf-on-tertiary: 73, 37, 50;
74
- --color-sf-on-tertiary-containe: 255, 216, 228;
75
- --color-sf-on-surface: 230, 225, 229;
76
- --color-sf-on-surface-variant: 202, 196, 208;
77
- --color-sf-on-background: 230, 225, 229;
78
- --color-sf-outline: 147, 143, 153;
79
- --color-sf-outline-variant: 68, 71, 70;
80
- --color-sf-shadow: 0, 0, 0;
81
- --color-sf-surface-tint-color: 208, 188, 255;
82
- --color-sf-inverse-surface: 230, 225, 229;
83
- --color-sf-inverse-on-surface: 49, 48, 51;
84
- --color-sf-inverse-primary: 103, 80, 164;
85
- --color-sf-scrim: 0, 0, 0;
86
- --color-sf-error: 242, 184, 181;
87
- --color-sf-error-container: 140, 29, 24;
88
- --color-sf-on-error: 96, 20, 16;
89
- --color-sf-on-error-container: 249, 222, 220;
90
- --color-sf-success: 83, 202, 23;
91
- --color-sf-success-container: 22, 62, 2;
92
- --color-sf-on-success: 13, 39, 0;
93
- --color-sf-on-success-container: 183, 250, 150;
94
- --color-sf-info: 71, 172, 251;
95
- --color-sf-info-container: 0, 67, 120;
96
- --color-sf-on-info: 0, 51, 91;
97
- --color-sf-on-info-container: 173, 219, 255;
98
- --color-sf-warning: 245, 180, 130;
99
- --color-sf-warning-container: 123, 65, 0;
100
- --color-sf-on-warning: 99, 52, 0;
101
- --color-sf-on-warning-container: 255, 220, 193;
102
- --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
104
- --color-sf-success-text: 0, 0, 0;
105
- --color-sf-warning-text: 0, 0, 0;
106
- --color-sf-info-text: 0, 0, 0;
107
- --color-sf-danger-text: 0, 0, 0;
108
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
- }
111
-
112
- /*! component's theme wise override definitions and variables */
113
- /*! richtexteditor icons */
114
- .e-rte-toolbar .e-alignments::before,
115
- .e-rte-dropdown-popup .e-alignments::before {
116
- content: "\e7b8";
117
- }
118
- .e-rte-toolbar .e-justify-left::before,
119
- .e-rte-dropdown-popup .e-justify-left::before {
120
- content: "\e7b8";
121
- }
122
- .e-rte-toolbar .e-justify-center::before,
123
- .e-rte-dropdown-popup .e-justify-center::before {
124
- content: "\e813";
125
- }
126
- .e-rte-toolbar .e-justify-right::before,
127
- .e-rte-dropdown-popup .e-justify-right::before {
128
- content: "\e719";
129
- }
130
- .e-rte-toolbar .e-justify-full::before,
131
- .e-rte-dropdown-popup .e-justify-full::before {
132
- content: "\e721";
133
- }
134
- .e-rte-toolbar .e-font-name::before,
135
- .e-rte-dropdown-popup .e-font-name::before {
136
- content: "\e76f";
137
- }
138
- .e-rte-toolbar .e-rte-font-color::before,
139
- .e-rte-dropdown-popup .e-rte-font-color::before {
140
- content: "\e79f";
141
- }
142
- .e-rte-toolbar .e-background-color::before,
143
- .e-rte-dropdown-popup .e-background-color::before {
144
- content: "\e783";
145
- }
146
- .e-rte-toolbar .e-bold::before,
147
- .e-rte-dropdown-popup .e-bold::before {
148
- content: "\e737";
149
- }
150
- .e-rte-toolbar .e-italic::before,
151
- .e-rte-dropdown-popup .e-italic::before {
152
- content: "\e75a";
153
- }
154
- .e-rte-toolbar .e-underline::before,
155
- .e-rte-dropdown-popup .e-underline::before {
156
- content: "\e82f";
157
- }
158
- .e-rte-toolbar .e-strike-through::before,
159
- .e-rte-dropdown-popup .e-strike-through::before {
160
- content: "\e758";
161
- }
162
- .e-rte-toolbar .e-clear-format::before,
163
- .e-rte-dropdown-popup .e-clear-format::before {
164
- content: "\e803";
165
- }
166
- .e-rte-toolbar .e-clear-all::before,
167
- .e-rte-dropdown-popup .e-clear-all::before {
168
- content: "\e7cc";
169
- }
170
- .e-rte-toolbar .e-cut::before,
171
- .e-rte-dropdown-popup .e-cut::before {
172
- content: "\e7fb";
173
- }
174
- .e-rte-toolbar .e-copy::before,
175
- .e-rte-dropdown-popup .e-copy::before {
176
- content: "\e77c";
177
- }
178
- .e-rte-toolbar .e-paste::before,
179
- .e-rte-dropdown-popup .e-paste::before {
180
- content: "\e70b";
181
- }
182
- .e-rte-toolbar .e-unorder-list::before,
183
- .e-rte-dropdown-popup .e-unorder-list::before {
184
- content: "\e77e";
185
- }
186
- .e-rte-toolbar .e-order-list::before,
187
- .e-rte-dropdown-popup .e-order-list::before {
188
- content: "\e7cb";
189
- }
190
- .e-rte-toolbar .e-indent::before,
191
- .e-rte-dropdown-popup .e-indent::before {
192
- content: "\e810";
193
- }
194
- .e-rte-toolbar .e-outdent::before,
195
- .e-rte-dropdown-popup .e-outdent::before {
196
- content: "\e72a";
197
- }
198
- .e-rte-toolbar .e-undo::before,
199
- .e-rte-dropdown-popup .e-undo::before {
200
- content: "\e713";
201
- }
202
- .e-rte-toolbar .e-redo::before,
203
- .e-rte-dropdown-popup .e-redo::before {
204
- content: "\e755";
205
- }
206
- .e-rte-toolbar .e-super-script::before,
207
- .e-rte-dropdown-popup .e-super-script::before {
208
- content: "\e7a7";
209
- }
210
- .e-rte-toolbar .e-sub-script::before,
211
- .e-rte-dropdown-popup .e-sub-script::before {
212
- content: "\e80a";
213
- }
214
- .e-rte-toolbar .e-create-link::before,
215
- .e-rte-dropdown-popup .e-create-link::before {
216
- content: "\e757";
217
- }
218
- .e-rte-toolbar .e-open-link::before,
219
- .e-rte-dropdown-popup .e-open-link::before {
220
- content: "\e77a";
221
- }
222
- .e-rte-toolbar .e-edit-link::before,
223
- .e-rte-dropdown-popup .e-edit-link::before {
224
- content: "\e722";
225
- }
226
- .e-rte-toolbar .e-remove-link::before,
227
- .e-rte-dropdown-popup .e-remove-link::before {
228
- content: "\e80c";
229
- }
230
- .e-rte-toolbar .e-image::before,
231
- .e-rte-dropdown-popup .e-image::before {
232
- content: "\e786";
233
- }
234
- .e-rte-toolbar .e-audio::before,
235
- .e-rte-dropdown-popup .e-audio::before {
236
- content: "\e894";
237
- }
238
- .e-rte-toolbar .e-video::before,
239
- .e-rte-dropdown-popup .e-video::before {
240
- content: "\e895";
241
- }
242
- .e-rte-toolbar .e-replace::before,
243
- .e-rte-toolbar .e-audio-replace::before,
244
- .e-rte-toolbar .e-video-replace::before,
245
- .e-rte-dropdown-popup .e-replace::before,
246
- .e-rte-dropdown-popup .e-audio-replace::before,
247
- .e-rte-dropdown-popup .e-video-replace::before {
248
- content: "\e710";
249
- }
250
- .e-rte-toolbar .e-align::before,
251
- .e-rte-dropdown-popup .e-align::before {
252
- content: "\e7b8";
253
- }
254
- .e-rte-toolbar .e-caption::before,
255
- .e-rte-dropdown-popup .e-caption::before {
256
- content: "\e82e";
257
- }
258
- .e-rte-toolbar .e-remove::before,
259
- .e-rte-toolbar .e-audio-remove::before,
260
- .e-rte-toolbar .e-video-remove::before,
261
- .e-rte-dropdown-popup .e-remove::before,
262
- .e-rte-dropdown-popup .e-audio-remove::before,
263
- .e-rte-dropdown-popup .e-video-remove::before {
264
- content: "\e820";
265
- }
266
- .e-rte-toolbar .e-insert-link::before,
267
- .e-rte-dropdown-popup .e-insert-link::before {
268
- content: "\e757";
269
- }
270
- .e-rte-toolbar .e-display::before,
271
- .e-rte-toolbar .e-audio-display::before,
272
- .e-rte-toolbar .e-video-display::before,
273
- .e-rte-dropdown-popup .e-display::before,
274
- .e-rte-dropdown-popup .e-audio-display::before,
275
- .e-rte-dropdown-popup .e-video-display::before {
276
- content: "\e7b7";
277
- }
278
- .e-rte-toolbar .e-alt-text::before,
279
- .e-rte-dropdown-popup .e-alt-text::before {
280
- content: "\e769";
281
- }
282
- .e-rte-toolbar .e-img-dimension::before,
283
- .e-rte-toolbar .e-video-dimension::before,
284
- .e-rte-dropdown-popup .e-img-dimension::before,
285
- .e-rte-dropdown-popup .e-video-dimension::before {
286
- content: "\e879";
287
- }
288
- .e-rte-toolbar .e-maximize::before,
289
- .e-rte-dropdown-popup .e-maximize::before {
290
- content: "\e81c";
291
- }
292
- .e-rte-toolbar .e-minimize::before,
293
- .e-rte-dropdown-popup .e-minimize::before {
294
- content: "\e7b0";
295
- }
296
- .e-rte-toolbar .e-zoom-in::before,
297
- .e-rte-dropdown-popup .e-zoom-in::before {
298
- content: "\e795";
299
- }
300
- .e-rte-toolbar .e-zoom-out::before,
301
- .e-rte-dropdown-popup .e-zoom-out::before {
302
- content: "\e825";
303
- }
304
- .e-rte-toolbar .e-lower-case::before,
305
- .e-rte-dropdown-popup .e-lower-case::before {
306
- content: "\e746";
307
- }
308
- .e-rte-toolbar .e-upper-case::before,
309
- .e-rte-dropdown-popup .e-upper-case::before {
310
- content: "\e793";
311
- }
312
- .e-rte-toolbar .e-print::before,
313
- .e-rte-dropdown-popup .e-print::before {
314
- content: "\e75d";
315
- }
316
- .e-rte-toolbar .e-formats::before,
317
- .e-rte-dropdown-popup .e-formats::before {
318
- content: "\e844";
319
- }
320
- .e-rte-toolbar .e-source-code::before,
321
- .e-rte-dropdown-popup .e-source-code::before {
322
- content: "\e80e";
323
- }
324
- .e-rte-toolbar .e-preview::before,
325
- .e-rte-dropdown-popup .e-preview::before {
326
- content: "\e7de";
327
- }
328
- .e-rte-toolbar .e-view-side::before,
329
- .e-rte-dropdown-popup .e-view-side::before {
330
- content: "\e82b";
331
- }
332
- .e-rte-toolbar .e-insert-code::before,
333
- .e-rte-dropdown-popup .e-insert-code::before {
334
- content: "\e831";
335
- }
336
- .e-rte-toolbar .e-table-header::before,
337
- .e-rte-dropdown-popup .e-table-header::before {
338
- content: "\e7c3";
339
- }
340
- .e-rte-toolbar .e-table-remove::before,
341
- .e-rte-dropdown-popup .e-table-remove::before {
342
- content: "\e820";
343
- }
344
- .e-rte-toolbar .e-table-rows::before,
345
- .e-rte-dropdown-popup .e-table-rows::before {
346
- content: "\e77f";
347
- }
348
- .e-rte-toolbar .e-table-columns::before,
349
- .e-rte-dropdown-popup .e-table-columns::before {
350
- content: "\e841";
351
- }
352
- .e-rte-toolbar .e-table-cell-ver-align::before,
353
- .e-rte-dropdown-popup .e-table-cell-ver-align::before {
354
- content: "\e74f";
355
- }
356
- .e-rte-toolbar .e-table-edit-properties::before,
357
- .e-rte-dropdown-popup .e-table-edit-properties::before {
358
- content: "\e730";
359
- }
360
- .e-rte-toolbar .e-create-table::before,
361
- .e-rte-dropdown-popup .e-create-table::before {
362
- content: "\e7e9";
363
- }
364
- .e-rte-toolbar .e-align-bottom::before,
365
- .e-rte-dropdown-popup .e-align-bottom::before {
366
- content: "\e7a0";
367
- }
368
- .e-rte-toolbar .e-align-middle::before,
369
- .e-rte-dropdown-popup .e-align-middle::before {
370
- content: "\e74f";
371
- }
372
- .e-rte-toolbar .e-align-top::before,
373
- .e-rte-dropdown-popup .e-align-top::before {
374
- content: "\e707";
375
- }
376
- .e-rte-toolbar .e-insert-column-left::before,
377
- .e-rte-dropdown-popup .e-insert-column-left::before {
378
- content: "\e78b";
379
- }
380
- .e-rte-toolbar .e-insert-column-right::before,
381
- .e-rte-dropdown-popup .e-insert-column-right::before {
382
- content: "\e70e";
383
- }
384
- .e-rte-toolbar .e-delete-column::before,
385
- .e-rte-dropdown-popup .e-delete-column::before {
386
- content: "\e714";
387
- }
388
- .e-rte-toolbar .e-insert-row-before::before,
389
- .e-rte-dropdown-popup .e-insert-row-before::before {
390
- content: "\e836";
391
- }
392
- .e-rte-toolbar .e-insert-row-after::before,
393
- .e-rte-dropdown-popup .e-insert-row-after::before {
394
- content: "\e801";
395
- }
396
- .e-rte-toolbar .e-delete-row::before,
397
- .e-rte-dropdown-popup .e-delete-row::before {
398
- content: "\e7f2";
399
- }
400
- .e-rte-toolbar .e-style::before,
401
- .e-rte-dropdown-popup .e-style::before {
402
- content: "\e76e";
403
- }
404
- .e-rte-toolbar .e-rte-file-manager::before,
405
- .e-rte-dropdown-popup .e-rte-file-manager::before {
406
- content: "\e83c";
407
- }
408
- .e-rte-toolbar .e-rte-format-painter::before,
409
- .e-rte-dropdown-popup .e-rte-format-painter::before {
410
- content: "\e8bd";
411
- }
412
-
413
- .e-richtexteditor .e-south-east::before,
414
- .e-richtexteditor .e-south-west::before {
415
- content: "\e761";
416
- }
417
-
418
- .e-rtl .e-rte-toolbar .e-unorder-list::before,
419
- .e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
420
- content: "\e8c4";
421
- }
422
- .e-rtl .e-rte-toolbar .e-order-list::before,
423
- .e-rtl .e-rte-dropdown-popup .e-order-list::before {
424
- content: "\e8c5";
425
- }
426
- .e-rtl .e-rte-toolbar .e-indent::before,
427
- .e-rtl .e-rte-dropdown-popup .e-indent::before {
428
- content: "\e8c6";
429
- }
430
- .e-rtl .e-rte-toolbar .e-outdent::before,
431
- .e-rtl .e-rte-dropdown-popup .e-outdent::before {
432
- content: "\e8c7";
433
- }
434
-
435
- .e-cell-merge::before {
436
- content: "\e83a";
437
- }
438
-
439
- .e-cell-horizontal-split::before {
440
- content: "\e7a4";
441
- }
442
-
443
- .e-cell-vertical-split::before {
444
- content: "\e732";
445
- }
446
-
447
- .e-table-cell::before {
448
- content: "\e7c2";
449
- }
450
-
451
- .e-rte-cursor-brush {
452
- cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzIyMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDUuNUMxNCA0LjY3MTU3IDE0LjY3MTYgNCAxNS41IDRIMjMuNUMyNC4zMjg0IDQgMjUgNC42NzE1NyAyNSA1LjVWNkgyN0MyNy41NTIzIDYgMjggNi40NDc3MiAyOCA3VjExQzI4IDExLjU1MjMgMjcuNTUyMyAxMiAyNyAxMkgyMVYxN0MyMSAxNy41NTIzIDIwLjU1MjMgMTggMjAgMThDMTkuNDQ3NyAxOCAxOSAxNy41NTIzIDE5IDE3VjExSDIxSDI3VjdIMjVWNy41QzI1IDguMzI4NDMgMjQuMzI4NCA5IDIzLjUgOUgxNS41QzE0LjY3MTYgOSAxNCA4LjMyODQzIDE0IDcuNVY1LjVaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1LjVDMTQgNC42NzE1NyAxNC42NzE2IDQgMTUuNSA0SDIzLjVDMjQuMzI4NCA0IDI1IDQuNjcxNTcgMjUgNS41VjZIMjdDMjcuNTUyMyA2IDI4IDYuNDQ3NzIgMjggN1YxMUMyOCAxMS41NTIzIDI3LjU1MjMgMTIgMjcgMTJIMjFWMTdDMjEgMTcuNTUyMyAyMC41NTIzIDE4IDIwIDE4QzE5LjQ0NzcgMTggMTkgMTcuNTUyMyAxOSAxN1YxMUgyMUgyN1Y3SDI1VjcuNUMyNSA4LjMyODQzIDI0LjMyODQgOSAyMy41IDlIMTUuNUMxNC42NzE2IDkgMTQgOC4zMjg0MyAxNCA3LjVWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDZIMjRWN0gyNVY2Wk0yMSAxMlYxMUgyMFYxMkgyMVpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTE1LjUgM0MxNC4xMTkzIDMgMTMgNC4xMTkyOSAxMyA1LjVIMTVDMTUgNS4yMjM4NiAxNS4yMjM5IDUgMTUuNSA1VjNaTTIzLjUgM0gxNS41VjVIMjMuNVYzWk0yNiA1LjVDMjYgNC4xMTkyOSAyNC44ODA3IDMgMjMuNSAzVjVDMjMuNzc2MSA1IDI0IDUuMjIzODYgMjQgNS41SDI2Wk0yNiA2VjUuNUgyNFY2SDI2Wk0yNSA3SDI3VjVIMjVWN1pNMjcgN0gyOUMyOSA1Ljg5NTQzIDI4LjEwNDYgNSAyNyA1VjdaTTI3IDdWMTFIMjlWN0gyN1pNMjcgMTFWMTNDMjguMTA0NiAxMyAyOSAxMi4xMDQ2IDI5IDExSDI3Wk0yNyAxMUgyMVYxM0gyN1YxMVpNMjIgMTdWMTJIMjBWMTdIMjJaTTIwIDE5QzIxLjEwNDYgMTkgMjIgMTguMTA0NiAyMiAxN0gyMFYxOVpNMTggMTdDMTggMTguMTA0NiAxOC44OTU0IDE5IDIwIDE5VjE3SDE4Wk0xOCAxMVYxN0gyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgNy41VjdIMjRWNy41SDI2Wk0yMy41IDEwQzI0Ljg4MDcgMTAgMjYgOC44ODA3MSAyNiA3LjVIMjRDMjQgNy43NzYxNCAyMy43NzYxIDggMjMuNSA4VjEwWk0xNS41IDEwSDIzLjVWOEgxNS41VjEwWk0xMyA3LjVDMTMgOC44ODA3MSAxNC4xMTkzIDEwIDE1LjUgMTBWOEMxNS4yMjM5IDggMTUgNy43NzYxNCAxNSA3LjVIMTNaTTEzIDUuNVY3LjVIMTVWNS41SDEzWiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMjIyKSIvPgo8cGF0aCBkPSJNMy41IDRWNC41SDRINi41VjE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDExSDExLjVWMTlWMThWMTcuNUgxMUg4LjUwMDAxTDguNTAwMzIgNC41SDExSDExLjVWNFYzVjIuNUgxMUg0SDMuNVYzVjRaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K") 8 1, auto;
453
- }
454
-
455
- /*! tab layout */
456
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
457
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
458
- margin-left: 3px;
459
- }
460
- .e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
461
- .e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
462
- margin-left: 0;
463
- margin-right: 3px;
464
- }
465
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
466
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended,
467
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended,
468
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
469
- padding-left: 3px;
470
- }
471
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
472
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
473
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
474
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
475
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
476
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
477
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
478
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
479
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
480
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
481
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
482
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
483
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
484
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
485
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
486
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
487
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
488
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
489
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
490
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
491
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
492
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
493
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
494
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
495
- font-size: 20px;
496
- }
497
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
498
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
499
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
500
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
501
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
502
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
503
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
504
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
505
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
506
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
507
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
508
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
509
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
510
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
511
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
512
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
513
- top: -20px;
514
- }
515
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
516
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
517
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
518
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
519
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
520
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
521
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
522
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
523
- padding-left: 10px;
524
- padding-right: 6px;
525
- }
526
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
527
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
528
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
529
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
530
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
531
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
532
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
533
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
534
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
535
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
536
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
537
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
538
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
539
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
540
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
541
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
542
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
543
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
544
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
545
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
546
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
547
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
548
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
549
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
550
- padding-left: 10px;
551
- padding-right: 6px;
552
- }
553
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
554
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
555
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
556
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
557
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
558
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
559
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
560
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
561
- padding: 0 6px;
562
- }
563
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
564
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
565
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
566
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
567
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
568
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
569
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
570
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content {
571
- padding-top: 9.5px;
572
- height: 40px;
573
- }
574
- .e-bigger .e-richtexteditor.e-rte-full-screen iframe,
575
- .e-richtexteditor.e-bigger.e-rte-full-screen iframe {
576
- height: calc(100% - 56px);
577
- }
578
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table,
579
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table {
580
- max-height: 299px !important; /* stylelint-disable-line declaration-no-important */
581
- }
582
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog,
583
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table-prop-dialog {
584
- max-height: 373px !important; /* stylelint-disable-line declaration-no-important */
585
- }
586
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog,
587
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-link-dialog {
588
- max-height: 400px !important; /* stylelint-disable-line declaration-no-important */
589
- }
590
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog,
591
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-dialog {
592
- min-height: 425px !important; /* stylelint-disable-line declaration-no-important */
593
- }
594
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog,
595
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-link-dialog {
596
- max-height: 229px !important; /* stylelint-disable-line declaration-no-important */
597
- }
598
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog,
599
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-size-dialog {
600
- max-height: 309px !important; /* stylelint-disable-line declaration-no-important */
601
- }
602
- .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog,
603
- .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-alt-dialog {
604
- min-height: 425px !important; /* stylelint-disable-line declaration-no-important */
605
- }
606
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
607
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
608
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
609
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
610
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
611
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
612
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
613
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
614
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
615
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
616
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
617
- .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
618
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
619
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
620
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
621
- .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
622
- line-height: 1;
623
- }
624
- .e-bigger .e-richtexteditor .e-dialog.e-rte-dialog-minheight,
625
- .e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
626
- min-height: 324px;
627
- }
628
-
629
- .e-richtexteditor {
630
- color: rgba(var(--color-sf-on-surface));
631
- display: block;
632
- position: relative;
633
- }
634
- .e-richtexteditor textarea.e-content {
635
- border: 0;
636
- display: block;
637
- height: 100%;
638
- margin: 0;
639
- outline: 0;
640
- padding: 8px;
641
- resize: none;
642
- width: 100%;
643
- }
644
- .e-richtexteditor .e-rte-hidden {
645
- display: none;
646
- }
647
- .e-richtexteditor.e-disabled {
648
- pointer-events: none;
649
- }
650
- .e-richtexteditor.e-rte-full-screen {
651
- bottom: 0;
652
- height: 100% !important; /* stylelint-disable-line declaration-no-important */
653
- left: 0;
654
- overflow: auto;
655
- position: fixed;
656
- right: 0;
657
- top: 0;
658
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
659
- z-index: 999;
660
- }
661
- .e-richtexteditor.e-rte-full-screen .e-resize-handle {
662
- display: none;
663
- }
664
- .e-richtexteditor.e-rte-full-screen iframe {
665
- height: calc(100% - 42px);
666
- }
667
- .e-richtexteditor.e-rte-full-screen .e-rte-edit-table {
668
- max-height: 252px !important; /* stylelint-disable-line declaration-no-important */
669
- }
670
- .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog {
671
- max-height: 320px !important; /* stylelint-disable-line declaration-no-important */
672
- }
673
- .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog {
674
- max-height: 353px !important; /* stylelint-disable-line declaration-no-important */
675
- }
676
- .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog {
677
- max-height: 390px !important; /* stylelint-disable-line declaration-no-important */
678
- }
679
- .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog {
680
- max-height: 191px !important; /* stylelint-disable-line declaration-no-important */
681
- }
682
- .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog {
683
- max-height: 256px !important; /* stylelint-disable-line declaration-no-important */
684
- }
685
- .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog {
686
- max-height: 390px !important; /* stylelint-disable-line declaration-no-important */
687
- }
688
- .e-richtexteditor.e-rtl .e-rte-character-count {
689
- left: 0;
690
- padding-left: 30px;
691
- padding-right: unset;
692
- right: unset;
693
- }
694
- .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
695
- padding-left: 0;
696
- padding-right: 5px;
697
- }
698
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
699
- margin-left: 8px;
700
- }
701
- .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
702
- height: auto;
703
- min-height: 48px;
704
- padding-left: 1px;
705
- }
706
- .e-richtexteditor .e-rte-toolbar .e-toolbar-multirow {
707
- margin-left: 7px;
708
- margin-right: 7px;
709
- }
710
- .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
711
- margin-left: 0;
712
- margin-right: 8px;
713
- }
714
- .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
715
- margin-right: 0;
716
- }
717
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
718
- display: inline-block;
719
- margin-left: 0;
720
- margin-right: 0;
721
- overflow-x: auto;
722
- white-space: nowrap;
723
- width: 100%;
724
- }
725
- .e-richtexteditor .e-rte-toolbar,
726
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
727
- position: inherit;
728
- z-index: 101;
729
- }
730
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
731
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
732
- margin-left: 0;
733
- padding-left: 7px;
734
- }
735
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
736
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child,
737
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
738
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child {
739
- min-width: 75px;
740
- }
741
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
742
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child,
743
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
744
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child {
745
- min-width: 67px;
746
- }
747
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
748
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child,
749
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
750
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child {
751
- min-width: 36px;
752
- }
753
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
754
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,
755
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
756
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn {
757
- padding-left: 7px;
758
- padding-right: 7px;
759
- }
760
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
761
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
762
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
763
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
764
- font-size: 14px;
765
- font-weight: 400;
766
- overflow: hidden;
767
- text-overflow: ellipsis;
768
- white-space: nowrap;
769
- }
770
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
771
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
772
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
773
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
774
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
775
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active,
776
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
777
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
778
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
779
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
780
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
781
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active {
782
- padding-left: 7px;
783
- padding-right: 7px;
784
- }
785
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
786
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
787
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
788
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before {
789
- font-size: 12px;
790
- position: relative;
791
- top: -18px;
792
- }
793
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
794
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
795
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
796
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
797
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
798
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
799
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
800
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
801
- line-height: 1;
802
- }
803
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
804
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
805
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
806
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
807
- display: inline;
808
- font-size: 18px;
809
- }
810
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
811
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
812
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
813
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
814
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
815
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
816
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
817
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
818
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
819
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
820
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
821
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
822
- font-size: 18px;
823
- }
824
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
825
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
826
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
827
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
828
- padding: 0 7px;
829
- }
830
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
831
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
832
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
833
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content {
834
- padding-top: 5.5px;
835
- height: 30px;
836
- }
837
- .e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],
838
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
839
- box-sizing: border-box;
840
- }
841
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible,
842
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible {
843
- display: block;
844
- visibility: hidden;
845
- }
846
- .e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed,
847
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
848
- top: 0;
849
- transform: translate3d(0, 0, 0);
850
- }
851
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed),
852
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
853
- bottom: 0;
854
- }
855
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed,
856
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed {
857
- display: none;
858
- left: 0;
859
- position: fixed;
860
- right: 0;
861
- }
862
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show,
863
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show {
864
- display: block;
865
- z-index: 101;
866
- }
867
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-float,
868
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float {
869
- position: fixed;
870
- top: 0;
871
- }
872
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float,
873
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float {
874
- position: absolute;
875
- }
876
- .e-richtexteditor .rte-placeholder {
877
- color: rgba(var(--color-sf-on-surface));
878
- line-height: 1.5;
879
- opacity: 0.54;
880
- overflow: hidden;
881
- padding: 16px;
882
- position: absolute;
883
- text-align: start;
884
- top: 0;
885
- z-index: 1;
886
- }
887
- .e-richtexteditor .e-rte-content {
888
- position: relative;
889
- z-index: 1;
890
- }
891
- .e-richtexteditor .e-rte-content,
892
- .e-richtexteditor .e-source-content {
893
- /* stylelint-disable property-no-vendor-prefix */
894
- -webkit-overflow-scrolling: touch;
895
- overflow: auto;
896
- transition: 100ms ease-out;
897
- width: 100%;
898
- }
899
- .e-richtexteditor .e-rte-content .e-content,
900
- .e-richtexteditor .e-source-content .e-content {
901
- background: unset;
902
- box-sizing: border-box;
903
- height: 100%;
904
- min-height: 100px;
905
- outline: 0 solid transparent;
906
- overflow-x: auto;
907
- padding: 16px;
908
- position: relative;
909
- text-align: inherit;
910
- z-index: 2;
911
- }
912
- @media screen and (min-width: 992px) {
913
- .e-richtexteditor .e-rte-content .e-content,
914
- .e-richtexteditor .e-source-content .e-content {
915
- font-size: 14px;
916
- }
917
- }
918
- .e-richtexteditor .e-rte-content .e-content p,
919
- .e-richtexteditor .e-source-content .e-content p {
920
- margin: 0 0 10px;
921
- margin-bottom: 10px;
922
- }
923
- .e-richtexteditor .e-rte-content .e-content li,
924
- .e-richtexteditor .e-source-content .e-content li {
925
- margin-bottom: 10px;
926
- }
927
- .e-richtexteditor .e-rte-content .e-content h1,
928
- .e-richtexteditor .e-source-content .e-content h1 {
929
- font-size: 2.17em;
930
- font-weight: normal;
931
- line-height: 1;
932
- margin: 10px 0;
933
- }
934
- .e-richtexteditor .e-rte-content .e-content h2,
935
- .e-richtexteditor .e-source-content .e-content h2 {
936
- font-size: 1.74em;
937
- font-weight: normal;
938
- margin: 10px 0;
939
- }
940
- .e-richtexteditor .e-rte-content .e-content h3,
941
- .e-richtexteditor .e-source-content .e-content h3 {
942
- font-size: 1.31em;
943
- font-weight: normal;
944
- margin: 10px 0;
945
- }
946
- .e-richtexteditor .e-rte-content .e-content h4,
947
- .e-richtexteditor .e-source-content .e-content h4 {
948
- font-size: 16px;
949
- font-weight: normal;
950
- line-height: 1.5;
951
- margin: 0;
952
- }
953
- .e-richtexteditor .e-rte-content .e-content h5,
954
- .e-richtexteditor .e-source-content .e-content h5 {
955
- font-size: 0.8em;
956
- font-weight: normal;
957
- margin: 0;
958
- }
959
- .e-richtexteditor .e-rte-content .e-content h6,
960
- .e-richtexteditor .e-source-content .e-content h6 {
961
- font-size: 0.65em;
962
- font-weight: normal;
963
- margin: 0;
964
- }
965
- .e-richtexteditor .e-rte-content .e-content blockquote,
966
- .e-richtexteditor .e-source-content .e-content blockquote {
967
- margin: 10px 0;
968
- margin-left: 0;
969
- padding-left: 5px;
970
- }
971
- .e-richtexteditor .e-rte-content .e-content pre,
972
- .e-richtexteditor .e-source-content .e-content pre {
973
- background-color: inherit;
974
- border: 0;
975
- border-radius: 0;
976
- color: rgba(var(--color-sf-on-surface));
977
- font-size: inherit;
978
- line-height: inherit;
979
- margin: 0 0 10px;
980
- overflow: visible;
981
- padding: 0;
982
- white-space: pre-wrap;
983
- word-break: inherit;
984
- word-wrap: break-word;
985
- }
986
- .e-richtexteditor .e-rte-content .e-content strong,
987
- .e-richtexteditor .e-rte-content .e-content b,
988
- .e-richtexteditor .e-source-content .e-content strong,
989
- .e-richtexteditor .e-source-content .e-content b {
990
- font-weight: bold;
991
- }
992
- .e-richtexteditor .e-rte-content .e-content a,
993
- .e-richtexteditor .e-source-content .e-content a {
994
- text-decoration: none;
995
- -webkit-user-select: auto;
996
- -ms-user-select: auto;
997
- user-select: auto;
998
- }
999
- .e-richtexteditor .e-rte-content .e-content a:hover,
1000
- .e-richtexteditor .e-source-content .e-content a:hover {
1001
- text-decoration: underline;
1002
- }
1003
- .e-richtexteditor .e-rte-content .e-content p:last-child,
1004
- .e-richtexteditor .e-rte-content .e-content pre:last-child,
1005
- .e-richtexteditor .e-rte-content .e-content blockquote:last-child,
1006
- .e-richtexteditor .e-source-content .e-content p:last-child,
1007
- .e-richtexteditor .e-source-content .e-content pre:last-child,
1008
- .e-richtexteditor .e-source-content .e-content blockquote:last-child {
1009
- margin-bottom: 0;
1010
- }
1011
- .e-richtexteditor .e-rte-content .e-content h3 + h4,
1012
- .e-richtexteditor .e-rte-content .e-content h4 + h5,
1013
- .e-richtexteditor .e-rte-content .e-content h5 + h6,
1014
- .e-richtexteditor .e-source-content .e-content h3 + h4,
1015
- .e-richtexteditor .e-source-content .e-content h4 + h5,
1016
- .e-richtexteditor .e-source-content .e-content h5 + h6 {
1017
- margin-top: 0.6em;
1018
- }
1019
- .e-richtexteditor .e-rte-content .e-content ul:last-child,
1020
- .e-richtexteditor .e-source-content .e-content ul:last-child {
1021
- margin-bottom: 0;
1022
- }
1023
- .e-richtexteditor .e-rte-character-count {
1024
- bottom: 0;
1025
- color: rgba(var(--color-sf-outline));
1026
- font-size: 14px;
1027
- margin-right: 30px;
1028
- opacity: 1;
1029
- padding-bottom: 2px;
1030
- position: absolute;
1031
- right: 0;
1032
- z-index: 100;
1033
- }
1034
- .e-richtexteditor .e-rte-character-count.e-warning {
1035
- color: rgba(var(--color-sf-warning));
1036
- opacity: unset;
1037
- }
1038
- .e-richtexteditor .e-rte-character-count.e-error {
1039
- color: rgba(var(--color-sf-error));
1040
- opacity: unset;
1041
- }
1042
- .e-richtexteditor .e-rte-srctextarea {
1043
- background-color: transparent;
1044
- border: 0;
1045
- color: rgba(var(--color-sf-on-surface));
1046
- display: block;
1047
- height: 100%;
1048
- line-height: 22px;
1049
- overflow: auto;
1050
- padding: 16px;
1051
- resize: none;
1052
- transition: 100ms ease-out;
1053
- width: 100%;
1054
- }
1055
- .e-richtexteditor .e-resize-handle {
1056
- height: 15px;
1057
- position: absolute;
1058
- width: 15px;
1059
- }
1060
- .e-richtexteditor .e-resize-handle.e-south-east {
1061
- bottom: 0;
1062
- cursor: nwse-resize;
1063
- right: 0;
1064
- z-index: 100;
1065
- }
1066
- .e-richtexteditor .e-resize-handle.e-south-west {
1067
- bottom: 0;
1068
- cursor: sw-resize;
1069
- left: 0;
1070
- transform: rotate(90deg);
1071
- z-index: 100;
1072
- }
1073
- .e-richtexteditor.e-rtl.e-rte-resize {
1074
- float: right;
1075
- }
1076
- .e-richtexteditor.e-rtl .e-resize-handle.e-south-west {
1077
- direction: ltr;
1078
- text-align: initial;
1079
- }
1080
- .e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
1081
- transition: none;
1082
- }
1083
- .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
1084
- padding: 0;
1085
- }
1086
- .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1087
- background: rgba(var(--color-sf-on-surface), 0.05);
1088
- }
1089
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
1090
- .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
1091
- font-size: 18px;
1092
- }
1093
-
1094
- .e-rte-linkcontent .e-rte-label {
1095
- padding-top: 20px;
1096
- }
1097
-
1098
- .e-rte-label label {
1099
- font-weight: normal;
1100
- }
1101
-
1102
- .e-rte-linkcontent .e-rte-label:first-child {
1103
- padding-top: 0;
1104
- }
1105
-
1106
- .e-bigger .e-rte-dropdown-popup ul {
1107
- min-width: 84px;
1108
- }
1109
-
1110
- @media screen and (max-width: 768px) {
1111
- .e-rte-dropdown-popup.e-rte-inline-dropdown ul {
1112
- padding: 7px 0;
1113
- }
1114
- .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item {
1115
- height: 34px;
1116
- line-height: 34px;
1117
- padding: 0 6.5px;
1118
- }
1119
- .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon {
1120
- float: none;
1121
- }
1122
- }
1123
- @media screen and (max-width: 768px) {
1124
- .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup {
1125
- max-height: 280px;
1126
- }
1127
- .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul {
1128
- display: -ms-inline-flexbox;
1129
- display: inline-flex;
1130
- }
1131
- }
1132
- .e-rte-dropdown-popup ul {
1133
- min-width: 82px;
1134
- }
1135
- .e-rte-dropdown-popup ul .e-item .e-menu-icon {
1136
- margin: 0 6px;
1137
- width: auto;
1138
- }
1139
- .e-rte-dropdown-popup ul .e-item.e-h1 {
1140
- font-size: 2em;
1141
- font-weight: bold;
1142
- height: 40px;
1143
- line-height: 40px;
1144
- }
1145
- .e-rte-dropdown-popup ul .e-item.e-h2 {
1146
- font-size: 1.5em;
1147
- font-weight: bold;
1148
- height: 40px;
1149
- line-height: 40px;
1150
- }
1151
- .e-rte-dropdown-popup ul .e-item.e-h3 {
1152
- font-size: 1.16em;
1153
- font-weight: bold;
1154
- }
1155
- .e-rte-dropdown-popup ul .e-item.e-h4 {
1156
- font-size: 1em;
1157
- font-weight: bold;
1158
- }
1159
- .e-rte-dropdown-popup ul .e-item.e-h5 {
1160
- font-size: 0.83em;
1161
- font-weight: bold;
1162
- }
1163
- .e-rte-dropdown-popup ul .e-item.e-h6 {
1164
- font-size: 0.7em;
1165
- font-weight: bold;
1166
- }
1167
- .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1168
- font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
1169
- }
1170
- .e-rte-dropdown-popup ul .e-item.e-arial {
1171
- font-family: "Arial", "Helvetica", sans-serif;
1172
- }
1173
- .e-rte-dropdown-popup ul .e-item.e-courier-new {
1174
- font-family: "Courier New", "Courier", monospace;
1175
- }
1176
- .e-rte-dropdown-popup ul .e-item.e-georgia {
1177
- font-family: "Georgia", "Times New Roman", "Times", serif;
1178
- }
1179
- .e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
1180
- font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
1181
- }
1182
- .e-rte-dropdown-popup ul .e-item.e-impact {
1183
- font-family: "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
1184
- }
1185
- .e-rte-dropdown-popup ul .e-item.e-lucida-console {
1186
- font-family: "Lucida Console", "Monaco", monospace;
1187
- }
1188
- .e-rte-dropdown-popup ul .e-item.e-tahoma {
1189
- font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
1190
- }
1191
- .e-rte-dropdown-popup ul .e-item.e-times-new-roman {
1192
- font-family: "Times New Roman", "Times", serif;
1193
- }
1194
- .e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
1195
- font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
1196
- }
1197
- .e-rte-dropdown-popup ul .e-item.e-verdana {
1198
- font-family: "Verdana", "Geneva", "Tahoma", sans-serif;
1199
- }
1200
- .e-rte-dropdown-popup ul .e-item.e-roboto {
1201
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
1202
- }
1203
- .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
1204
- min-width: auto;
1205
- }
1206
- @media screen and (max-width: 768px) {
1207
- .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
1208
- min-width: 30px;
1209
- }
1210
- }
1211
- .e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
1212
- margin: 0 6px;
1213
- }
1214
-
1215
- .e-rte-image.e-imgbreak,
1216
- .e-rte-audio.e-audio-break,
1217
- .e-rte-video.e-video-break {
1218
- border: 0;
1219
- cursor: pointer;
1220
- display: block;
1221
- float: none;
1222
- max-width: 100%;
1223
- padding: 1px;
1224
- position: relative;
1225
- }
1226
-
1227
- .e-rte-image,
1228
- .e-rte-audio,
1229
- .e-rte-video {
1230
- border: 0;
1231
- cursor: pointer;
1232
- display: block;
1233
- float: none;
1234
- margin: auto;
1235
- max-width: 100%;
1236
- position: relative;
1237
- }
1238
-
1239
- .e-rte-image.e-imginline,
1240
- .e-rte-audio.e-audio-inline,
1241
- .e-rte-video.e-video-inline {
1242
- display: inline-block;
1243
- float: none;
1244
- max-width: calc(100% - 10px);
1245
- padding: 1px;
1246
- vertical-align: bottom;
1247
- }
1248
-
1249
- .e-rte-image.e-imgcenter,
1250
- .e-rte-video.e-video-center {
1251
- cursor: pointer;
1252
- display: block;
1253
- float: none;
1254
- margin: 5px auto;
1255
- max-width: 100%;
1256
- position: relative;
1257
- }
1258
-
1259
- .e-rte-image.e-imgleft,
1260
- .e-rte-video.e-video-left {
1261
- float: left;
1262
- margin: 0 auto;
1263
- margin-right: 5px;
1264
- text-align: left;
1265
- }
1266
-
1267
- .e-rte-image.e-imgright,
1268
- .e-rte-video.e-video-right {
1269
- float: right;
1270
- margin: 0 auto;
1271
- margin-left: 5px;
1272
- text-align: right;
1273
- }
1274
-
1275
- .e-rte-img-popup .e-item {
1276
- height: 106px;
1277
- width: 300px;
1278
- }
1279
-
1280
- .e-rte-img-caption {
1281
- display: inline-block;
1282
- margin: 5px auto;
1283
- max-width: 100%;
1284
- position: relative;
1285
- }
1286
-
1287
- .e-rte-img-caption.e-caption-inline {
1288
- display: inline-block;
1289
- margin: 5px auto;
1290
- margin-left: 5px;
1291
- margin-right: 5px;
1292
- max-width: calc(100% - 10px);
1293
- position: relative;
1294
- text-align: center;
1295
- vertical-align: bottom;
1296
- }
1297
-
1298
- .e-rte-img-caption.e-imgcenter {
1299
- display: block;
1300
- margin-left: auto;
1301
- margin-right: auto;
1302
- }
1303
-
1304
- .e-rte-img-caption.e-imgright {
1305
- display: block;
1306
- margin-left: auto;
1307
- margin-right: 0;
1308
- }
1309
-
1310
- .e-rte-img-caption.e-imgleft {
1311
- display: block;
1312
- margin-left: 0;
1313
- margin-right: auto;
1314
- }
1315
-
1316
- .e-rte-img-caption .e-rte-image.e-imgright {
1317
- float: none;
1318
- margin-left: auto;
1319
- margin-right: 0;
1320
- }
1321
-
1322
- .e-rte-img-caption .e-rte-image.e-imgleft {
1323
- float: none;
1324
- margin: 0;
1325
- }
1326
-
1327
- .e-img-caption.e-rte-img-caption.e-imgbreak {
1328
- display: block;
1329
- }
1330
-
1331
- .e-rte-table {
1332
- border-collapse: collapse;
1333
- empty-cells: show;
1334
- }
1335
-
1336
- .e-rte-table td,
1337
- .e-rte-table th {
1338
- border: 1px solid rgba(var(--color-sf-outline-variant));
1339
- height: 20px;
1340
- min-width: 20px;
1341
- padding: 2px 5px;
1342
- vertical-align: middle;
1343
- }
1344
-
1345
- .e-rte-table.e-dashed-border td,
1346
- .e-rte-table.e-dashed-border th {
1347
- border-style: dashed;
1348
- }
1349
-
1350
- .e-rte-img-caption .e-img-inner {
1351
- box-sizing: border-box;
1352
- display: block;
1353
- font-size: 18px;
1354
- font-weight: initial;
1355
- margin: auto;
1356
- opacity: 0.9;
1357
- position: relative;
1358
- text-align: center;
1359
- width: 100%;
1360
- }
1361
-
1362
- .e-rte-img-caption.e-imgleft .e-img-inner {
1363
- text-align: left;
1364
- }
1365
-
1366
- .e-rte-img-caption.e-imgright .e-img-inner {
1367
- text-align: right;
1368
- }
1369
-
1370
- .e-rte-img-caption .e-img-wrap {
1371
- display: inline-block;
1372
- margin: auto;
1373
- padding: 0;
1374
- width: 100%;
1375
- }
1376
-
1377
- .e-rte-img-dialog .e-rte-label {
1378
- padding-top: 20px;
1379
- }
1380
-
1381
- .e-rte-img-dialog .e-rte-label:first-child {
1382
- padding-top: 0;
1383
- }
1384
-
1385
- .e-rte-table-resize.e-row-resize,
1386
- .e-rte-table-resize.e-column-resize {
1387
- background-color: transparent;
1388
- background-repeat: repeat;
1389
- bottom: 0;
1390
- cursor: col-resize;
1391
- height: 1px;
1392
- overflow: visible;
1393
- position: absolute;
1394
- width: 1px;
1395
- }
1396
-
1397
- .e-rte-table-resize.e-row-resize {
1398
- cursor: row-resize;
1399
- height: 1px;
1400
- }
1401
-
1402
- .e-richtexteditor .e-linkheader,
1403
- .e-richtexteditor .e-audioheader,
1404
- .e-richtexteditor .e-videoheader,
1405
- .e-richtexteditor .e-video-url-wrap {
1406
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1407
- font-size: 10px;
1408
- opacity: 0.87;
1409
- padding-bottom: 0;
1410
- padding-top: 20px;
1411
- }
1412
- .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1413
- .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1414
- padding: 0 7px;
1415
- }
1416
- .e-richtexteditor .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1417
- min-width: 18px;
1418
- }
1419
- .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1420
- padding: 0 7px;
1421
- }
1422
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1423
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1424
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1425
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1426
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1427
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1428
- margin-top: 0;
1429
- }
1430
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1431
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1432
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1433
- margin-right: 30px;
1434
- }
1435
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1436
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1437
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1438
- border-bottom: 0 solid transparent;
1439
- min-height: initial;
1440
- }
1441
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1442
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1443
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1444
- margin-left: 0;
1445
- margin-right: 0;
1446
- }
1447
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
1448
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
1449
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
1450
- border-top: 0 solid transparent;
1451
- }
1452
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap,
1453
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
1454
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
1455
- display: none;
1456
- }
1457
- .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload,
1458
- .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload,
1459
- .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload {
1460
- border: 0 solid transparent;
1461
- float: none;
1462
- }
1463
- .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1464
- .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1465
- .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
1466
- display: block;
1467
- height: 32px;
1468
- margin: 0 auto;
1469
- padding: 6px 16px;
1470
- position: relative;
1471
- top: -50px;
1472
- }
1473
- .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1474
- .e-richtexteditor .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1475
- top: -130px;
1476
- }
1477
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1478
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1479
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1480
- display: none;
1481
- }
1482
- .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea,
1483
- .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea,
1484
- .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea {
1485
- line-height: 10;
1486
- min-height: 50px;
1487
- position: relative;
1488
- }
1489
- .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1490
- .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1491
- .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
1492
- display: inline-block;
1493
- line-height: normal;
1494
- }
1495
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1496
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1497
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
1498
- line-height: 4;
1499
- }
1500
- .e-richtexteditor .e-rte-inline-dropdown ul {
1501
- max-height: 200px;
1502
- overflow-y: auto;
1503
- }
1504
- .e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1505
- max-height: 280px;
1506
- overflow-y: auto;
1507
- }
1508
- .e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1509
- max-height: 360px;
1510
- overflow-y: auto;
1511
- }
1512
- .e-richtexteditor .e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1513
- .e-richtexteditor .e-dropdown-btn.e-rte-fontcolor-dropdown,
1514
- .e-richtexteditor .e-dropdown-btn.e-rte-numberformatlist-dropdown,
1515
- .e-richtexteditor .e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1516
- line-height: 14px;
1517
- }
1518
- .e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
1519
- border-radius: 6px;
1520
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
1521
- font-size: 14px;
1522
- font-weight: normal;
1523
- min-width: 120px;
1524
- overflow: hidden;
1525
- padding: 10px;
1526
- border: 1px solid var(--color-sf-outline-variant);
1527
- }
1528
- .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1529
- border: 1px solid rgba(var(--color-sf-outline-variant));
1530
- display: inline-block;
1531
- height: 20px;
1532
- margin: 2px;
1533
- overflow: hidden;
1534
- vertical-align: top;
1535
- width: 20px;
1536
- }
1537
- .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row {
1538
- height: 24px;
1539
- }
1540
- .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1541
- width: 100%;
1542
- }
1543
- .e-richtexteditor .e-rte-edit-table .e-rte-field {
1544
- padding-top: 20px;
1545
- }
1546
- .e-richtexteditor .e-rte-edit-table .e-rte-field:first-child {
1547
- padding-top: 0;
1548
- }
1549
- .e-richtexteditor .e-rte-content .e-content table td.e-cell-select,
1550
- .e-richtexteditor .e-rte-content .e-content table th.e-cell-select {
1551
- border: 1px double rgba(var(--color-sf-primary));
1552
- height: 24.67px;
1553
- }
1554
- .e-richtexteditor span.e-table-box {
1555
- cursor: nwse-resize;
1556
- display: block;
1557
- height: 10px;
1558
- position: absolute;
1559
- width: 10px;
1560
- }
1561
- .e-richtexteditor span.e-table-box.e-hide {
1562
- display: none;
1563
- }
1564
- .e-richtexteditor span.e-table-box.e-rmob {
1565
- height: 14px;
1566
- width: 14px;
1567
- }
1568
- .e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1569
- margin-right: 50px;
1570
- }
1571
- .e-richtexteditor .e-rte-upload-popup {
1572
- width: 250px;
1573
- }
1574
- .e-richtexteditor .e-rte-dialog-upload .e-upload-files {
1575
- border-top: 0;
1576
- }
1577
- .e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1578
- border-bottom: 0;
1579
- }
1580
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open {
1581
- border: none;
1582
- min-width: 120px;
1583
- height: 330px;
1584
- width: 308px;
1585
- }
1586
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1587
- padding: 7px 3px;
1588
- border-radius: 4px;
1589
- }
1590
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1591
- font-size: 24px;
1592
- padding: 1px;
1593
- }
1594
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
1595
- margin: 10px;
1596
- width: 94%;
1597
- }
1598
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
1599
- display: block;
1600
- gap: 10px;
1601
- height: 240px;
1602
- overflow: auto;
1603
- padding: 10px;
1604
- }
1605
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1606
- display: -ms-grid;
1607
- display: grid;
1608
- -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1609
- grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1610
- gap: 6px;
1611
- }
1612
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
1613
- display: inline-block;
1614
- box-shadow: none;
1615
- font-size: 24px;
1616
- padding: 6px 0;
1617
- width: 40px;
1618
- height: 40px;
1619
- border: none;
1620
- line-height: 1px;
1621
- }
1622
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
1623
- display: -ms-grid;
1624
- display: grid;
1625
- -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1626
- grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
1627
- gap: 6px;
1628
- height: 0;
1629
- }
1630
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
1631
- display: inline-block;
1632
- box-shadow: none;
1633
- font-size: 24px;
1634
- padding: 6px 0;
1635
- width: 40px;
1636
- height: 40px;
1637
- border: none;
1638
- line-height: 1px;
1639
- }
1640
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
1641
- font-weight: 500;
1642
- font-size: 14px;
1643
- }
1644
- .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojiSearch-noEmoji {
1645
- text-align: center;
1646
- }
1647
-
1648
- .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette,
1649
- .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette {
1650
- padding: 0;
1651
- }
1652
- .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
1653
- .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1654
- padding: 5px;
1655
- }
1656
- .e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
1657
- .e-bigger .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1658
- padding: 5px;
1659
- }
1660
-
1661
- .e-rte-quick-popup {
1662
- border-radius: 2px;
1663
- overflow: hidden;
1664
- }
1665
- .e-rte-quick-popup .e-rte-quick-toolbar {
1666
- border-radius: 2px;
1667
- min-height: 42px;
1668
- }
1669
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1670
- white-space: nowrap;
1671
- display: inline-block;
1672
- }
1673
- .e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1674
- white-space: nowrap;
1675
- }
1676
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1677
- border-radius: 2px;
1678
- margin: 0 8px;
1679
- min-height: 42px;
1680
- }
1681
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator,
1682
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1683
- display: block;
1684
- height: 1px;
1685
- margin: 0;
1686
- min-height: 1px;
1687
- }
1688
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
1689
- margin: 0;
1690
- min-height: 42px;
1691
- }
1692
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1693
- margin: 0;
1694
- }
1695
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1696
- line-height: 20px;
1697
- }
1698
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1699
- min-width: 18px;
1700
- }
1701
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
1702
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
1703
- min-height: 32px;
1704
- min-width: 32px;
1705
- padding: 0 7px;
1706
- }
1707
- .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1708
- font-size: 18px;
1709
- }
1710
- .e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before {
1711
- display: inline;
1712
- }
1713
- .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1714
- .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1715
- .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1716
- .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1717
- font-size: 10px;
1718
- }
1719
- .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
1720
- line-height: 24px;
1721
- margin: 0;
1722
- padding: 1px 0;
1723
- }
1724
- .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
1725
- font-weight: 500;
1726
- overflow: hidden;
1727
- text-overflow: ellipsis;
1728
- white-space: nowrap;
1729
- }
1730
- .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
1731
- .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
1732
- .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
1733
- font-size: 14px;
1734
- }
1735
- .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
1736
- font-size: 10px;
1737
- width: 12px;
1738
- }
1739
- .e-rte-quick-popup.e-hide {
1740
- display: block;
1741
- visibility: hidden;
1742
- }
1743
-
1744
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1745
- min-height: 48px;
1746
- }
1747
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1748
- margin: 0 8px;
1749
- min-height: 48px;
1750
- }
1751
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
1752
- margin: 0;
1753
- min-height: 48px;
1754
- min-width: 36px;
1755
- padding: 4px 0;
1756
- }
1757
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1758
- line-height: 1.5;
1759
- }
1760
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
1761
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
1762
- min-height: 40px;
1763
- min-width: 40px;
1764
- padding: 0 8px;
1765
- }
1766
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1767
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1768
- margin: 0;
1769
- }
1770
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1771
- height: 40px;
1772
- line-height: normal;
1773
- margin: 0;
1774
- min-height: 40px;
1775
- min-width: 40px;
1776
- }
1777
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1778
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1779
- .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1780
- font-size: 20px;
1781
- }
1782
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
1783
- min-width: 120px;
1784
- height: 337px;
1785
- width: 335px;
1786
- }
1787
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1788
- border-radius: 4px;
1789
- padding: 0;
1790
- }
1791
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
1792
- padding: 0;
1793
- }
1794
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:active {
1795
- padding: 0;
1796
- }
1797
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1798
- font-size: 26px;
1799
- padding: 9px 5px;
1800
- }
1801
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
1802
- gap: 10px;
1803
- height: 236px;
1804
- padding: 12px;
1805
- }
1806
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1807
- gap: 8px;
1808
- }
1809
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
1810
- font-size: 26px;
1811
- padding: 8px 0;
1812
- width: 42px;
1813
- height: 42px;
1814
- line-height: 0;
1815
- }
1816
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
1817
- gap: 6px;
1818
- }
1819
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
1820
- font-size: 26px;
1821
- padding: 8px 0;
1822
- width: 40px;
1823
- height: 40px;
1824
- border: none;
1825
- line-height: 0;
1826
- }
1827
- .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
1828
- font-weight: 500;
1829
- font-size: 16px;
1830
- }
1831
- .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
1832
- line-height: 33px;
1833
- margin: 4px 0;
1834
- padding: 0;
1835
- }
1836
- .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
1837
- .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
1838
- .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
1839
- font-size: 18px;
1840
- }
1841
- .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
1842
- font-size: 12px;
1843
- width: 20px;
1844
- }
1845
-
1846
- .e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1847
- min-width: 48px;
1848
- }
1849
- .e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1850
- min-width: 59px;
1851
- }
1852
- .e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1853
- min-width: 50px;
1854
- }
1855
-
1856
- .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-template {
1857
- min-width: 55px;
1858
- }
1859
- .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-size-template {
1860
- min-width: 66px;
1861
- }
1862
- .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-color-template {
1863
- min-width: 55px;
1864
- }
1865
-
1866
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1867
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1868
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1869
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1870
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1871
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1872
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1873
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1874
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1875
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1876
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1877
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1878
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1879
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1880
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1881
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1882
- display: -ms-flexbox;
1883
- display: flex;
1884
- padding-left: 0;
1885
- padding-right: 0;
1886
- }
1887
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1888
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1889
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1890
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1891
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1892
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1893
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1894
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1895
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1896
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1897
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1898
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1899
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1900
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1901
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1902
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1903
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1904
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1905
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1906
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1907
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1908
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1909
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1910
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1911
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1912
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1913
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1914
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1915
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1916
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1917
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1918
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1919
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1920
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1921
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1922
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1923
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1924
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1925
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1926
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1927
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1928
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1929
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1930
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1931
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1932
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1933
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1934
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1935
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1936
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1937
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1938
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1939
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1940
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1941
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1942
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1943
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1944
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1945
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1946
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1947
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
1948
- padding-left: 0;
1949
- padding-right: 0;
1950
- }
1951
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1952
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1953
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1954
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1955
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1956
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1957
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1958
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1959
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1960
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1961
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1962
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1963
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1964
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1965
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1966
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1967
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1968
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1969
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1970
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1971
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1972
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1973
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1974
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1975
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1976
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1977
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1978
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1979
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1980
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1981
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1982
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
1983
- position: relative;
1984
- vertical-align: middle;
1985
- width: 30px;
1986
- }
1987
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1988
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1989
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1990
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1991
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1992
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1993
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1994
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1995
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1996
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1997
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1998
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1999
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2000
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2001
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2002
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements {
2003
- border-bottom-style: solid;
2004
- border-bottom-width: 3px;
2005
- padding-bottom: 1px;
2006
- }
2007
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2008
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2009
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2010
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2011
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2012
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2013
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2014
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2015
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2016
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2017
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2018
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2019
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2020
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2021
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2022
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2023
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2024
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2025
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2026
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2027
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2028
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2029
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2030
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2031
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2032
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2033
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2034
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2035
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2036
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2037
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2038
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2039
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2040
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2041
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2042
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2043
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2044
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2045
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2046
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2047
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2048
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2049
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2050
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2051
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2052
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2053
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2054
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2055
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2056
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2057
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2058
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2059
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2060
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2061
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2062
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2063
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2064
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2065
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2066
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2067
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2068
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2069
- line-height: 30px;
2070
- }
2071
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2072
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2073
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2074
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2075
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2076
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2077
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2078
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2079
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2080
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2081
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2082
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2083
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2084
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2085
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2086
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after {
2087
- content: "";
2088
- height: 100%;
2089
- position: absolute;
2090
- right: 0;
2091
- width: 0;
2092
- }
2093
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2094
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2095
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2096
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2097
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2098
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2099
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2100
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2101
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2102
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2103
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2104
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2105
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2106
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2107
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2108
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
2109
- display: -ms-flexbox;
2110
- display: flex;
2111
- -ms-flex-direction: column;
2112
- flex-direction: column;
2113
- -ms-flex-pack: center;
2114
- justify-content: center;
2115
- line-height: 30px;
2116
- min-width: 18px;
2117
- text-align: center;
2118
- width: 18px;
2119
- }
2120
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret,
2121
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret,
2122
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret,
2123
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret {
2124
- font-size: 12px;
2125
- }
2126
-
2127
- .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
2128
- border-bottom-style: solid;
2129
- border-bottom-width: 3px;
2130
- line-height: 1;
2131
- padding-bottom: 1px;
2132
- }
2133
-
2134
- .e-bigger .e-rte-edit-table .e-rte-field {
2135
- padding-top: 12px;
2136
- }
2137
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2138
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2139
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2140
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2141
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2142
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2143
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2144
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2145
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2146
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2147
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2148
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2149
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2150
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2151
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2152
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
2153
- min-width: 20px;
2154
- padding-left: 0;
2155
- padding-right: 0;
2156
- width: 20px;
2157
- }
2158
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2159
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2160
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2161
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2162
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2163
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2164
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2165
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2166
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2167
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2168
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2169
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2170
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2171
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2172
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2173
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2174
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2175
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2176
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2177
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2178
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2179
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2180
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2181
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2182
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2183
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2184
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2185
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2186
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2187
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2188
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2189
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2190
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2191
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2192
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2193
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2194
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2195
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2196
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2197
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2198
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2199
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2200
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2201
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2202
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2203
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active {
2204
- padding-left: 0;
2205
- padding-right: 0;
2206
- }
2207
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2208
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2209
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2210
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2211
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2212
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2213
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2214
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2215
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2216
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2217
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2218
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2219
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2220
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2221
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2222
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2223
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2224
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2225
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2226
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2227
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2228
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2229
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2230
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2231
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2232
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2233
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2234
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2235
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2236
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2237
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2238
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2239
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2240
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2241
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2242
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2243
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2244
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2245
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2246
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2247
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2248
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2249
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2250
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2251
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2252
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2253
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2254
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2255
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2256
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2257
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2258
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2259
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2260
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2261
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2262
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2263
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2264
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2265
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2266
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2267
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2268
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2269
- line-height: 37px;
2270
- }
2271
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
2272
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
2273
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,
2274
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret {
2275
- font-size: 14px;
2276
- }
2277
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2278
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2279
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2280
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2281
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2282
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2283
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2284
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2285
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2286
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2287
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2288
- .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2289
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2290
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2291
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2292
- .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
2293
- line-height: 40px;
2294
- }
2295
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
2296
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
2297
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
2298
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
2299
- line-height: 14px;
2300
- }
2301
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
2302
- font-size: 20px;
2303
- }
2304
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
2305
- min-height: 56px;
2306
- }
2307
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
2308
- .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
2309
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
2310
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
2311
- display: inline;
2312
- font-size: 20px;
2313
- }
2314
-
2315
- .e-popup-modal.e-popup.e-popup-open {
2316
- display: -ms-inline-flexbox;
2317
- display: inline-flex;
2318
- }
2319
-
2320
- .e-rte-modal-popup.e-popup-container.e-center {
2321
- -ms-flex-pack: center;
2322
- justify-content: center;
2323
- }
2324
-
2325
- .e-rte-modal-popup.e-popup-container {
2326
- -ms-flex-align: center;
2327
- align-items: center;
2328
- display: none;
2329
- height: 100%;
2330
- left: 0;
2331
- position: fixed;
2332
- top: 0;
2333
- width: 100%;
2334
- z-index: 10000;
2335
- }
2336
-
2337
- .e-popup-overlay {
2338
- height: 100%;
2339
- left: 0;
2340
- opacity: 0.5;
2341
- position: absolute;
2342
- top: 0;
2343
- width: 100%;
2344
- }
2345
-
2346
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
2347
- height: 24px;
2348
- width: 24px;
2349
- }
2350
-
2351
- .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
2352
- height: 28px;
2353
- }
2354
-
2355
- .e-table-rhelper {
2356
- cursor: col-resize;
2357
- opacity: 0.87;
2358
- position: absolute;
2359
- }
2360
-
2361
- .e-table-rhelper.e-column-helper {
2362
- width: 1px;
2363
- }
2364
-
2365
- .e-table-rhelper.e-row-helper {
2366
- height: 1px;
2367
- }
2368
-
2369
- .e-reicon::before {
2370
- border-bottom: 6px solid transparent;
2371
- border-right: 6px solid;
2372
- border-top: 6px solid transparent;
2373
- content: "";
2374
- display: block;
2375
- height: 0;
2376
- position: absolute;
2377
- right: 4px;
2378
- top: 4px;
2379
- width: 20px;
2380
- }
2381
-
2382
- .e-reicon::after {
2383
- border-bottom: 6px solid transparent;
2384
- border-left: 6px solid;
2385
- border-top: 6px solid transparent;
2386
- content: "";
2387
- display: block;
2388
- height: 0;
2389
- left: 4px;
2390
- position: absolute;
2391
- top: 4px;
2392
- width: 20px;
2393
- z-index: 3;
2394
- }
2395
-
2396
- .e-row-helper.e-reicon::after {
2397
- top: 10px;
2398
- transform: rotate(90deg);
2399
- }
2400
-
2401
- .e-row-helper.e-reicon::before {
2402
- left: 4px;
2403
- top: -20px;
2404
- transform: rotate(90deg);
2405
- }
2406
-
2407
- .e-rte-overflow {
2408
- overflow: hidden;
2409
- }
2410
-
2411
- .e-dialog.e-rte-dialog-minheight {
2412
- min-height: 296px;
2413
- }
2414
-
2415
- .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
2416
- background-size: 700px 190px;
2417
- min-height: 190px;
2418
- }
2419
-
2420
- .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
2421
- .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
2422
- background-size: 700px 190px;
2423
- min-height: 190px;
2424
- }
2425
-
2426
- .e-rte-table.e-rte-table-border {
2427
- border: 1px solid rgba(var(--color-sf-outline-variant));
2428
- border-collapse: separate;
2429
- }
2430
-
2431
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2432
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2433
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2434
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2435
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2436
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2437
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2438
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2439
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
2440
- line-height: 10;
2441
- min-height: 50px;
2442
- position: relative;
2443
- }
2444
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2445
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2446
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2447
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2448
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2449
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2450
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2451
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2452
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
2453
- display: block;
2454
- height: 36px;
2455
- margin: 0 auto;
2456
- padding: 0 18px;
2457
- position: relative;
2458
- top: -50px;
2459
- }
2460
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2461
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2462
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2463
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2464
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2465
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2466
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2467
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2468
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload {
2469
- border: 0 solid transparent;
2470
- float: none;
2471
- }
2472
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2473
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2474
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2475
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2476
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2477
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2478
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2479
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2480
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
2481
- display: none;
2482
- }
2483
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2484
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2485
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2486
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2487
- font-size: 10px;
2488
- opacity: 0.87;
2489
- padding-bottom: 0;
2490
- padding-top: 20px;
2491
- }
2492
-
2493
- .e-rte-file-manager-dialog .e-rte-label {
2494
- padding-bottom: 8px;
2495
- padding-top: 15px;
2496
- }
2497
- .e-rte-file-manager-dialog .e-rte-label label {
2498
- font-size: 15px;
2499
- opacity: 0.87;
2500
- }
2501
-
2502
- .e-rte-toolbar .e-rte-table-popup .e-insert-table-btn {
2503
- border-color: var(--color-sf-outline);
2504
- }
2505
-
2506
- .e-dialog .e-dlg-header-content + .e-dlg-content {
2507
- padding-top: 0;
2508
- }
2509
-
2510
- .e-bigger .e-richtexteditor .e-dialog,
2511
- .e-richtexteditor.e-bigger .e-dialog {
2512
- border-radius: 16px;
2513
- }
2514
-
2515
- .e-rte-link-dialog .e-dlg-content {
2516
- padding: 7px 20px;
2517
- }
2518
-
2519
- .e-toolbar-wrapper .e-toolbar .e-toolbar-item:not(.e-separator),
2520
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
2521
- padding: 8px 4px;
2522
- }
2523
-
2524
- .e-rte-quick-popup .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2525
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2526
- margin: 0;
2527
- }
2528
-
2529
- .e-rte-upload-popup.e-dialog .e-file-select-wrap {
2530
- display: none;
2531
- }
2532
-
2533
- .e-rte-upload-popup.e-dialog .e-dlg-content {
2534
- overflow: hidden;
2535
- padding: 0;
2536
- }
2537
-
2538
- .e-hide.e-rte-quick-popup-hide {
2539
- border: 0;
2540
- position: absolute;
2541
- }
2542
-
2543
- .e-rte-popup-hide {
2544
- display: none;
2545
- }
2546
-
2547
- .e-rte-hide-visible {
2548
- visibility: hidden;
2549
- }
2550
-
2551
- .e-rte-table-popup.e-dialog .e-dlg-content {
2552
- padding: 0;
2553
- }
2554
-
2555
- .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
2556
- margin: 1px;
2557
- }
2558
-
2559
- .e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
2560
- .e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
2561
- visibility: hidden;
2562
- }
2563
-
2564
- /*! tab layout */
2565
- .e-richtexteditor .e-rte-toolbar {
2566
- border: 1px solid rgba(var(--color-sf-outline-variant));
2567
- border-bottom: 0;
2568
- }
2569
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2570
- color: rgba(var(--color-sf-on-surface-variant), 0.38);
2571
- }
2572
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2573
- background: rgba(var(--color-sf-primary-container));
2574
- border: 0;
2575
- }
2576
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
2577
- color: rgba(var(--color-sf-on-surface-variant));
2578
- }
2579
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
2580
- color: rgba(var(--color-sf-on-surface-variant));
2581
- }
2582
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
2583
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2584
- border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
2585
- }
2586
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons,
2587
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
2588
- color: rgba(var(--color-sf-on-surface));
2589
- }
2590
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content::after {
2591
- background: rgba(var(--color-sf-surface));
2592
- }
2593
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons {
2594
- color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2595
- }
2596
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,
2597
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2598
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,
2599
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2600
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-caret:active.e-icons,
2601
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
2602
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-caret:active.e-icons,
2603
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
2604
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons {
2605
- color: rgba(var(--color-sf-on-surface));
2606
- }
2607
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover {
2608
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
2609
- }
2610
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,
2611
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover,
2612
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:hover,
2613
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,
2614
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover {
2615
- background: rgba(var(--color-sf-on-surface), 0.05);
2616
- }
2617
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,
2618
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus,
2619
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:focus,
2620
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:focus,
2621
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:focus {
2622
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2623
- }
2624
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,
2625
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active,
2626
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:active,
2627
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:active,
2628
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:active {
2629
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2630
- }
2631
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover {
2632
- background: rgba(var(--color-sf-on-surface), 0.05);
2633
- }
2634
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus {
2635
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2636
- }
2637
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active {
2638
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2639
- }
2640
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active {
2641
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2642
- border: 0;
2643
- }
2644
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content::after {
2645
- background: rgba(var(--color-sf-surface));
2646
- }
2647
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover {
2648
- background: transparent;
2649
- }
2650
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:active .e-icons {
2651
- color: rgba(var(--color-sf-on-surface));
2652
- }
2653
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2654
- color: rgba(var(--color-sf-on-surface-variant));
2655
- }
2656
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2657
- color: rgba(var(--color-sf-on-surface-variant));
2658
- }
2659
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2660
- color: rgba(var(--color-sf-on-surface-variant));
2661
- }
2662
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2663
- color: rgba(var(--color-sf-on-surface-variant));
2664
- }
2665
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2666
- color: rgba(var(--color-sf-on-surface-variant), 0.38);
2667
- }
2668
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
2669
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2670
- }
2671
- .e-richtexteditor .e-rte-toolbar.e-rte-tb-float {
2672
- border: 1px solid rgba(var(--color-sf-outline-variant));
2673
- }
2674
- .e-richtexteditor .e-rte-toolbar.e-tb-static {
2675
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2676
- }
2677
- .e-richtexteditor .e-rte-tb-expand .e-rte-content:not(e-toolbar-wrapper) {
2678
- border-top: 0 solid rgba(var(--color-sf-outline-variant));
2679
- }
2680
- .e-richtexteditor .e-toolbar-wrapper .e-rte-toolbar:not(.e-rte-tb-float) {
2681
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2682
- }
2683
- .e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
2684
- border: 0;
2685
- }
2686
- .e-richtexteditor .e-toolbar-wrapper {
2687
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2688
- }
2689
- .e-richtexteditor img.e-img-focus::selection,
2690
- .e-richtexteditor audio.e-audio-focus::selection,
2691
- .e-richtexteditor .e-video-focus::selection {
2692
- background: transparent;
2693
- color: transparent;
2694
- }
2695
- .e-richtexteditor ::selection {
2696
- color: rgba(var(--color-sf-white));
2697
- background: rgba(var(--color-sf-primary));
2698
- }
2699
- .e-richtexteditor .e-rte-content,
2700
- .e-richtexteditor .e-source-content {
2701
- background: rgba(var(--color-sf-surface));
2702
- border: 1px solid rgba(var(--color-sf-outline-variant));
2703
- color: rgba(var(--color-sf-on-surface));
2704
- }
2705
- .e-richtexteditor .e-rte-content .e-content blockquote,
2706
- .e-richtexteditor .e-source-content .e-content blockquote {
2707
- border-left: solid 2px rgba(var(--color-sf-on-surface));
2708
- }
2709
- .e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),
2710
- .e-richtexteditor .e-rte-content .e-content .e-video-focus:not(.e-resize),
2711
- .e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize),
2712
- .e-richtexteditor .e-source-content .e-content .e-video-focus:not(.e-resize) {
2713
- border: dashed 2px rgba(var(--color-sf-primary));
2714
- }
2715
- .e-richtexteditor .e-rte-content .e-content a,
2716
- .e-richtexteditor .e-source-content .e-content a {
2717
- color: rgba(var(--color-sf-primary));
2718
- }
2719
- .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
2720
- border-left: 0;
2721
- border-right: solid 2px rgba(var(--color-sf-on-surface));
2722
- }
2723
- .e-richtexteditor.e-rte-resize {
2724
- background: rgba(var(--color-sf-surface));
2725
- }
2726
- .e-richtexteditor .e-input.e-rte-linkurl.e-error,
2727
- .e-richtexteditor .e-input.e-img-link.e-error {
2728
- color: rgba(var(--color-sf-error));
2729
- }
2730
- .e-richtexteditor.e-rte-full-screen {
2731
- background: rgba(var(--color-sf-surface));
2732
- }
2733
- .e-richtexteditor.e-rte-inline .e-rte-content {
2734
- border: 0;
2735
- }
2736
- .e-richtexteditor:not(.e-rte-toolbar-enabled) {
2737
- border: 1px solid rgba(var(--color-sf-outline-variant));
2738
- }
2739
- .e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content {
2740
- border: 0;
2741
- border-bottom: 0;
2742
- border-top: 0;
2743
- }
2744
- .e-richtexteditor.e-rte-tb-expand {
2745
- border: 1px solid rgba(var(--color-sf-outline-variant));
2746
- }
2747
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar {
2748
- border: 0;
2749
- }
2750
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
2751
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2752
- border-bottom-left-radius: 0;
2753
- border-bottom-right-radius: 0;
2754
- border-top-left-radius: 0;
2755
- border-top-right-radius: 0;
2756
- }
2757
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2758
- border: 0;
2759
- border-bottom: 0;
2760
- }
2761
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2762
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2763
- }
2764
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2765
- border-top: 0;
2766
- }
2767
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float {
2768
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2769
- border-right: 0 solid rgba(var(--color-sf-outline-variant));
2770
- border-top: 1px solid rgba(var(--color-sf-outline-variant));
2771
- }
2772
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open {
2773
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2774
- }
2775
- .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended {
2776
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2777
- border-right: 0 solid rgba(var(--color-sf-outline-variant));
2778
- }
2779
- .e-richtexteditor.e-rte-tb-expand .e-rte-content,
2780
- .e-richtexteditor.e-rte-tb-expand .e-source-content {
2781
- border: 0;
2782
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2783
- border-top: 1px solid rgba(var(--color-sf-outline-variant));
2784
- }
2785
- .e-richtexteditor.e-rte-tb-expand .e-toolbar-wrapper + .e-rte-content {
2786
- border-top: 0 solid rgba(var(--color-sf-outline-variant));
2787
- }
2788
- .e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open {
2789
- border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2790
- }
2791
- .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content,
2792
- .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
2793
- border-bottom: 0;
2794
- }
2795
- .e-richtexteditor .e-audio-wrap,
2796
- .e-richtexteditor .e-embed-video-wrap {
2797
- display: inline-block;
2798
- }
2799
- .e-richtexteditor .e-clickelem,
2800
- .e-richtexteditor .e-video-clickelem {
2801
- display: block;
2802
- margin: 0;
2803
- outline: none;
2804
- padding: 0;
2805
- position: relative;
2806
- }
2807
- .e-richtexteditor .e-clickelem::after,
2808
- .e-richtexteditor .e-video-clickelem::after {
2809
- background: transparent;
2810
- bottom: 0;
2811
- content: "";
2812
- cursor: default;
2813
- display: block;
2814
- left: 0;
2815
- position: absolute;
2816
- right: 0;
2817
- top: 0;
2818
- z-index: 1;
2819
- }
2820
- .e-richtexteditor .e-videoheader,
2821
- .e-richtexteditor .e-embed-videoheader,
2822
- .e-richtexteditor .e-video-url-wrap {
2823
- padding-bottom: 5px;
2824
- padding-top: 15px;
2825
- }
2826
- .e-richtexteditor .e-video-url-wrap .e-radio-wrapper {
2827
- padding: 5px;
2828
- }
2829
- .e-richtexteditor .e-video-url-wrap textarea {
2830
- height: 80px;
2831
- }
2832
-
2833
- .e-rte-quick-popup {
2834
- border: none;
2835
- border-radius: 2px;
2836
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2837
- }
2838
- .e-rte-quick-popup .e-rte-quick-toolbar {
2839
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2840
- border: 0;
2841
- }
2842
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2843
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2844
- }
2845
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2846
- border: 0.5px solid transparent;
2847
- }
2848
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
2849
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2850
- border: 0;
2851
- }
2852
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
2853
- background: rgba(var(--color-sf-on-surface), 0.05);
2854
- border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
2855
- }
2856
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus {
2857
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2858
- }
2859
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active {
2860
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2861
- border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
2862
- }
2863
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons {
2864
- color: rgba(var(--color-sf-on-surface));
2865
- }
2866
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,
2867
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
2868
- background: rgba(var(--color-sf-primary-container));
2869
- border: 0;
2870
- }
2871
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2872
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
2873
- color: rgba(var(--color-sf-on-surface-variant));
2874
- }
2875
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
2876
- color: rgba(var(--color-sf-on-surface-variant));
2877
- }
2878
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2879
- color: rgba(var(--color-sf-on-surface-variant));
2880
- }
2881
- .e-rte-quick-popup .e-rte-dropdown-btn {
2882
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2883
- border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2884
- }
2885
- .e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover {
2886
- background: rgba(var(--color-sf-on-surface), 0.05);
2887
- }
2888
- .e-rte-quick-popup .e-rte-dropdown-btn:hover {
2889
- border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2890
- }
2891
-
2892
- .e-dialog .e-img-uploadwrap .e-droptext,
2893
- .e-dialog .e-aud-uploadwrap .e-droptext,
2894
- .e-dialog .e-vid-uploadwrap .e-droptext,
2895
- .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
2896
- border: dashed 2px rgba(var(--color-sf-on-surface), 0.38);
2897
- border-radius: 4px;
2898
- color: rgba(var(--color-sf-on-secondary-container));
2899
- display: block;
2900
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2901
- font-size: 14px;
2902
- height: 185px;
2903
- margin: 0 auto;
2904
- text-align: center;
2905
- width: auto;
2906
- }
2907
-
2908
- .e-dialog .e-vid-uploadwrap .e-droptext {
2909
- height: 108px;
2910
- }
2911
-
2912
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2913
- .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2914
- .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2915
- margin: 0 auto;
2916
- width: 250px;
2917
- }
2918
-
2919
- .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2920
- padding: 8px 4px;
2921
- }
2922
-
2923
- .e-linkheader {
2924
- color: rgba(var(--color-sf-on-surface));
2925
- }
2926
-
2927
- .e-rte-img-popup.e-popup {
2928
- background: rgba(var(--color-sf-surface));
2929
- border: 1px solid rgba(var(--color-sf-outline-variant));
2930
- box-shadow: var(--color-sf-shadow);
2931
- color: rgba(var(--color-sf-outline-variant));
2932
- padding: 10px;
2933
- }
2934
-
2935
- .e-rte-content .e-content img:not(.e-resize) {
2936
- z-index: 1000;
2937
- }
2938
-
2939
- span.e-rte-imageboxmark,
2940
- span.e-rte-videoboxmark {
2941
- background: rgba(var(--color-sf-primary));
2942
- border: 1px solid rgba(var(--color-sf-on-primary));
2943
- display: block;
2944
- height: 10px;
2945
- position: absolute;
2946
- width: 10px;
2947
- z-index: 1000;
2948
- }
2949
-
2950
- .e-mob-rte span.e-rte-imageboxmark,
2951
- .e-mob-rte span.e-rte-videoboxmark {
2952
- background: rgba(var(--color-sf-on-primary));
2953
- border: 1px solid rgba(var(--color-sf-primary));
2954
- border-radius: 15px;
2955
- height: 20px;
2956
- width: 20px;
2957
- }
2958
-
2959
- .e-mob-rte.e-mob-span span.e-rte-imageboxmark,
2960
- .e-mob-rte.e-mob-span span.e-rte-videoboxmark {
2961
- background: rgba(var(--color-sf-primary));
2962
- border: 1px solid rgba(var(--color-sf-on-primary));
2963
- }
2964
-
2965
- .e-rte-content .e-content img.e-resize,
2966
- .e-rte-content .e-content video.e-resize {
2967
- z-index: 1000;
2968
- }
2969
-
2970
- *.e-disabled {
2971
- -webkit-user-select: none;
2972
- -ms-user-select: none;
2973
- user-select: none;
2974
- }
2975
- *.e-disabled .e-rte-toolbar .e-toolbar-item {
2976
- cursor: default;
2977
- }
2978
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus {
2979
- background: transparent;
2980
- cursor: default;
2981
- }
2982
-
2983
- .e-dropdown-popup ul .e-item.e-active {
2984
- background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2985
- color: rgba(var(--color-sf-on-surface));
2986
- }
2987
-
2988
- .e-popup-overlay {
2989
- background-color: rgba(var(--color-sf-scrim), 0.5);
2990
- }
2991
-
2992
- .e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn {
2993
- color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface));
2994
- }
2995
-
2996
- .e-rte-table-popup.e-popup.e-popup-open {
2997
- background-color: rgba(var(--color-sf-surface));
2998
- color: rgba(var(--color-sf-on-surface));
2999
- }
3000
-
3001
- .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
3002
- border: solid rgba(0, 0, 0, 0.12);
3003
- border-width: 0 0 0 1px;
3004
- padding-left: 0;
3005
- }
3006
-
3007
- .e-rte-table-popup .e-span-border {
3008
- display: block;
3009
- margin-bottom: 8px;
3010
- margin-top: 12px;
3011
- }
3012
-
3013
- .e-rte-table-popup .e-rte-popup-header {
3014
- color: rgba(var(--color-sf-on-surface-variant));
3015
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3016
- font-size: 14px;
3017
- text-align: center;
3018
- }
3019
-
3020
- .e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default {
3021
- background-color: rgba(var(--color-sf-surface));
3022
- }
3023
-
3024
- .e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
3025
- background-color: rgba(var(--color-sf-primary-container));
3026
- border: 1px solid rgba(var(--color-sf-primary));
3027
- }
3028
-
3029
- .e-rte-table.e-alternate-border tbody tr:nth-child(2n+0) {
3030
- background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
3031
- }
3032
-
3033
- .e-rte-table th {
3034
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3035
- }
3036
-
3037
- .e-rte-table-popup.e-popup.e-popup-open {
3038
- background-color: rgba(var(--color-sf-surface));
3039
- color: rgba(var(--color-sf-outline-variant));
3040
- }
3041
-
3042
- span.e-table-box {
3043
- background-color: rgba(var(--color-sf-primary));
3044
- border: 1px solid rgba(var(--color-sf-outline-variant));
3045
- }
3046
-
3047
- span.e-table-box.e-rbox-select {
3048
- background-color: rgba(var(--color-sf-outline-variant));
3049
- border: 1px solid rgba(var(--color-sf-outline-variant));
3050
- }
3051
-
3052
- .e-table-rhelper {
3053
- background-color: rgba(var(--color-sf-primary));
3054
- }
3055
-
3056
- .e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
3057
- background: rgba(var(--color-sf-surface));
3058
- }
3059
-
3060
- .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
3061
- color: rgba(var(--color-sf-on-surface));
3062
- }
3063
-
3064
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
3065
- color: rgba(var(--color-sf-on-surface-variant));
3066
- }
3067
-
3068
- .e-rte-emojipicker-popup.e-popup.e-popup-open {
3069
- background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
3070
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3071
- border: none;
3072
- }
3073
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
3074
- background: transparent;
3075
- }
3076
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn.e-selected {
3077
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
3078
- }
3079
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
3080
- background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
3081
- }
3082
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar {
3083
- background: transparent;
3084
- border: none;
3085
- box-shadow: none;
3086
- }
3087
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar .e-toolbar-items {
3088
- background: transparent;
3089
- }
3090
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar .e-toolbar-items .e-scroll-nav {
3091
- border: none;
3092
- }
3093
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control:not(:hover):not(:focus):not(:active) {
3094
- background: transparent;
3095
- }
3096
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control:not(:hover):not(:focus):not(:active) {
3097
- background: transparent;
3098
- }
3099
- .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
3100
- color: rgba(var(--color-sf-on-surface-variant));
3101
- }
3102
-
3103
- .e-bigger .e-richtexteditor.e-rte-tb-expand {
3104
- border-radius: 8px;
3105
- }
3106
-
3107
- .e-bigger .e-richtexteditor .e-toolbar-wrapper {
3108
- border-top-left-radius: 8px;
3109
- border-top-right-radius: 8px;
3110
- }
3111
-
3112
- .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
3113
- .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
3114
- border-top-left-radius: 8px;
3115
- border-top-right-radius: 8px;
3116
- }
3117
-
3118
- .e-bigger .e-rte-toolbar .e-toolbar-items {
3119
- border-top-left-radius: 8px;
3120
- }
3121
-
3122
- .e-bigger .e-rte-toolbar .e-hor-nav {
3123
- border-top-right-radius: 8px;
3124
- }
3125
-
3126
- .e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
3127
- border-top-left-radius: 8px;
3128
- border-top-right-radius: 0;
3129
- }
3130
-
3131
- .e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
3132
- border-top-right-radius: 8px;
3133
- }
3134
-
3135
- .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
3136
- border-bottom: 0;
3137
- }
1
+ @import '@syncfusion/ej2-richtexteditor/styles/material3.css';