@syncfusion/ej2-react-richtexteditor 20.1.55 → 20.1.56

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 (33) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  3. package/package.json +7 -7
  4. package/styles/bootstrap-dark.css +135 -519
  5. package/styles/bootstrap.css +136 -525
  6. package/styles/bootstrap4.css +145 -572
  7. package/styles/bootstrap5-dark.css +135 -539
  8. package/styles/bootstrap5.css +135 -539
  9. package/styles/fabric-dark.css +134 -518
  10. package/styles/fabric.css +135 -519
  11. package/styles/fluent-dark.css +134 -521
  12. package/styles/fluent.css +134 -521
  13. package/styles/highcontrast-light.css +135 -519
  14. package/styles/highcontrast.css +135 -517
  15. package/styles/material-dark.css +134 -518
  16. package/styles/material.css +135 -519
  17. package/styles/rich-text-editor/bootstrap-dark.css +135 -519
  18. package/styles/rich-text-editor/bootstrap.css +136 -525
  19. package/styles/rich-text-editor/bootstrap4.css +145 -572
  20. package/styles/rich-text-editor/bootstrap5-dark.css +135 -539
  21. package/styles/rich-text-editor/bootstrap5.css +135 -539
  22. package/styles/rich-text-editor/fabric-dark.css +134 -518
  23. package/styles/rich-text-editor/fabric.css +135 -519
  24. package/styles/rich-text-editor/fluent-dark.css +134 -521
  25. package/styles/rich-text-editor/fluent.css +134 -521
  26. package/styles/rich-text-editor/highcontrast-light.css +135 -519
  27. package/styles/rich-text-editor/highcontrast.css +135 -517
  28. package/styles/rich-text-editor/material-dark.css +134 -518
  29. package/styles/rich-text-editor/material.css +135 -519
  30. package/styles/rich-text-editor/tailwind-dark.css +135 -524
  31. package/styles/rich-text-editor/tailwind.css +135 -524
  32. package/styles/tailwind-dark.css +135 -524
  33. package/styles/tailwind.css +135 -524
@@ -3,363 +3,296 @@
3
3
  /*! richtexteditor icons */
4
4
  .e-rte-toolbar .e-alignments::before,
5
5
  .e-rte-dropdown-popup .e-alignments::before {
6
- content: '\e33a';
6
+ content: "\e33a";
7
7
  }
8
-
9
8
  .e-rte-toolbar .e-justify-left::before,
10
9
  .e-rte-dropdown-popup .e-justify-left::before {
11
- content: '\e33a';
10
+ content: "\e33a";
12
11
  }
13
-
14
12
  .e-rte-toolbar .e-justify-center::before,
15
13
  .e-rte-dropdown-popup .e-justify-center::before {
16
- content: '\e35e';
14
+ content: "\e35e";
17
15
  }
18
-
19
16
  .e-rte-toolbar .e-justify-right::before,
20
17
  .e-rte-dropdown-popup .e-justify-right::before {
21
- content: '\e34d';
18
+ content: "\e34d";
22
19
  }
23
-
24
20
  .e-rte-toolbar .e-justify-full::before,
25
21
  .e-rte-dropdown-popup .e-justify-full::before {
26
- content: '\e334';
22
+ content: "\e334";
27
23
  }
28
-
29
24
  .e-rte-toolbar .e-font-name::before,
30
25
  .e-rte-dropdown-popup .e-font-name::before {
31
- content: '\e35f';
26
+ content: "\e35f";
32
27
  }
33
-
34
28
  .e-rte-toolbar .e-font-color::before,
35
29
  .e-rte-dropdown-popup .e-font-color::before {
36
- content: '\e34c';
30
+ content: "\e34c";
37
31
  }
38
-
39
32
  .e-rte-toolbar .e-background-color::before,
40
33
  .e-rte-dropdown-popup .e-background-color::before {
41
- content: '\e35c';
34
+ content: "\e35c";
42
35
  }
43
-
44
36
  .e-rte-toolbar .e-bold::before,
45
37
  .e-rte-dropdown-popup .e-bold::before {
46
- content: '\e339';
38
+ content: "\e339";
47
39
  }
48
-
49
40
  .e-rte-toolbar .e-italic::before,
50
41
  .e-rte-dropdown-popup .e-italic::before {
51
- content: '\e35a';
42
+ content: "\e35a";
52
43
  }
53
-
54
44
  .e-rte-toolbar .e-underline::before,
55
45
  .e-rte-dropdown-popup .e-underline::before {
56
- content: '\e343';
46
+ content: "\e343";
57
47
  }
58
-
59
48
  .e-rte-toolbar .e-strike-through::before,
60
49
  .e-rte-dropdown-popup .e-strike-through::before {
61
- content: '\e332';
50
+ content: "\e332";
62
51
  }
63
-
64
52
  .e-rte-toolbar .e-clear-format::before,
65
53
  .e-rte-dropdown-popup .e-clear-format::before {
66
- content: '\e331';
54
+ content: "\e331";
67
55
  }
68
-
69
56
  .e-rte-toolbar .e-clear-all::before,
70
57
  .e-rte-dropdown-popup .e-clear-all::before {
71
- content: '\e340';
58
+ content: "\e340";
72
59
  }
73
-
74
60
  .e-rte-toolbar .e-cut::before,
75
61
  .e-rte-dropdown-popup .e-cut::before {
76
- content: '\e33b';
62
+ content: "\e33b";
77
63
  }
78
-
79
64
  .e-rte-toolbar .e-copy::before,
80
65
  .e-rte-dropdown-popup .e-copy::before {
81
- content: '\e33d';
66
+ content: "\e33d";
82
67
  }
83
-
84
68
  .e-rte-toolbar .e-paste::before,
85
69
  .e-rte-dropdown-popup .e-paste::before {
86
- content: '\e355';
70
+ content: "\e355";
87
71
  }
88
-
89
72
  .e-rte-toolbar .e-unorder-list::before,
90
73
  .e-rte-dropdown-popup .e-unorder-list::before {
91
- content: '\e344';
74
+ content: "\e344";
92
75
  }
93
-
94
76
  .e-rte-toolbar .e-order-list::before,
95
77
  .e-rte-dropdown-popup .e-order-list::before {
96
- content: '\e346';
78
+ content: "\e346";
97
79
  }
98
-
99
80
  .e-rte-toolbar .e-indent::before,
100
81
  .e-rte-dropdown-popup .e-indent::before {
101
- content: '\e33f';
82
+ content: "\e33f";
102
83
  }
103
-
104
84
  .e-rte-toolbar .e-outdent::before,
105
85
  .e-rte-dropdown-popup .e-outdent::before {
106
- content: '\e35d';
86
+ content: "\e35d";
107
87
  }
108
-
109
88
  .e-rte-toolbar .e-undo::before,
110
89
  .e-rte-dropdown-popup .e-undo::before {
111
- content: '\e341';
90
+ content: "\e341";
112
91
  }
113
-
114
92
  .e-rte-toolbar .e-redo::before,
115
93
  .e-rte-dropdown-popup .e-redo::before {
116
- content: '\e354';
94
+ content: "\e354";
117
95
  }
118
-
119
96
  .e-rte-toolbar .e-super-script::before,
120
97
  .e-rte-dropdown-popup .e-super-script::before {
121
- content: '\e352';
98
+ content: "\e352";
122
99
  }
123
-
124
100
  .e-rte-toolbar .e-sub-script::before,
125
101
  .e-rte-dropdown-popup .e-sub-script::before {
126
- content: '\e357';
102
+ content: "\e357";
127
103
  }
128
-
129
104
  .e-rte-toolbar .e-create-link::before,
130
105
  .e-rte-dropdown-popup .e-create-link::before {
131
- content: '\e34e';
106
+ content: "\e34e";
132
107
  }
133
-
134
108
  .e-rte-toolbar .e-open-link::before,
135
109
  .e-rte-dropdown-popup .e-open-link::before {
136
- content: '\e34a';
110
+ content: "\e34a";
137
111
  }
138
-
139
112
  .e-rte-toolbar .e-edit-link::before,
140
113
  .e-rte-dropdown-popup .e-edit-link::before {
141
- content: '\e338';
114
+ content: "\e338";
142
115
  }
143
-
144
116
  .e-rte-toolbar .e-remove-link::before,
145
117
  .e-rte-dropdown-popup .e-remove-link::before {
146
- content: '\e348';
118
+ content: "\e348";
147
119
  }
148
-
149
120
  .e-rte-toolbar .e-image::before,
150
121
  .e-rte-dropdown-popup .e-image::before {
151
- content: '\e335';
122
+ content: "\e335";
152
123
  }
153
-
154
124
  .e-rte-toolbar .e-replace::before,
155
125
  .e-rte-dropdown-popup .e-replace::before {
156
- content: '\e359';
126
+ content: "\e359";
157
127
  }
158
-
159
128
  .e-rte-toolbar .e-align::before,
160
129
  .e-rte-dropdown-popup .e-align::before {
161
- content: '\e33a';
130
+ content: "\e33a";
162
131
  }
163
-
164
132
  .e-rte-toolbar .e-caption::before,
165
133
  .e-rte-dropdown-popup .e-caption::before {
166
- content: '\e35b';
134
+ content: "\e35b";
167
135
  }
168
-
169
136
  .e-rte-toolbar .e-remove::before,
170
137
  .e-rte-dropdown-popup .e-remove::before {
171
- content: '\e33e';
138
+ content: "\e33e";
172
139
  }
173
-
174
140
  .e-rte-toolbar .e-insert-link::before,
175
141
  .e-rte-dropdown-popup .e-insert-link::before {
176
- content: '\e34e';
142
+ content: "\e34e";
177
143
  }
178
-
179
144
  .e-rte-toolbar .e-display::before,
180
145
  .e-rte-dropdown-popup .e-display::before {
181
- content: '\e358';
146
+ content: "\e358";
182
147
  }
183
-
184
148
  .e-rte-toolbar .e-alt-text::before,
185
149
  .e-rte-dropdown-popup .e-alt-text::before {
186
- content: '\e33c';
150
+ content: "\e33c";
187
151
  }
188
-
189
152
  .e-rte-toolbar .e-img-dimension::before,
190
153
  .e-rte-dropdown-popup .e-img-dimension::before {
191
- content: '\e336';
154
+ content: "\e336";
192
155
  }
193
-
194
156
  .e-rte-toolbar .e-maximize::before,
195
157
  .e-rte-dropdown-popup .e-maximize::before {
196
- content: '\e342';
158
+ content: "\e342";
197
159
  }
198
-
199
160
  .e-rte-toolbar .e-minimize::before,
200
161
  .e-rte-dropdown-popup .e-minimize::before {
201
- content: '\e337';
162
+ content: "\e337";
202
163
  }
203
-
204
164
  .e-rte-toolbar .e-zoom-in::before,
205
165
  .e-rte-dropdown-popup .e-zoom-in::before {
206
- content: '\e349';
166
+ content: "\e349";
207
167
  }
208
-
209
168
  .e-rte-toolbar .e-zoom-out::before,
210
169
  .e-rte-dropdown-popup .e-zoom-out::before {
211
- content: '\e351';
170
+ content: "\e351";
212
171
  }
213
-
214
172
  .e-rte-toolbar .e-lower-case::before,
215
173
  .e-rte-dropdown-popup .e-lower-case::before {
216
- content: '\e347';
174
+ content: "\e347";
217
175
  }
218
-
219
176
  .e-rte-toolbar .e-upper-case::before,
220
177
  .e-rte-dropdown-popup .e-upper-case::before {
221
- content: '\e333';
178
+ content: "\e333";
222
179
  }
223
-
224
180
  .e-rte-toolbar .e-print::before,
225
181
  .e-rte-dropdown-popup .e-print::before {
226
- content: '\e34b';
182
+ content: "\e34b";
227
183
  }
228
-
229
184
  .e-rte-toolbar .e-formats::before,
230
185
  .e-rte-dropdown-popup .e-formats::before {
231
- content: '\e353';
186
+ content: "\e353";
232
187
  }
233
-
234
188
  .e-rte-toolbar .e-source-code::before,
235
189
  .e-rte-dropdown-popup .e-source-code::before {
236
- content: '\e350';
190
+ content: "\e350";
237
191
  }
238
-
239
192
  .e-rte-toolbar .e-preview::before,
240
193
  .e-rte-dropdown-popup .e-preview::before {
241
- content: '\e345';
194
+ content: "\e345";
242
195
  }
243
-
244
196
  .e-rte-toolbar .e-view-side::before,
245
197
  .e-rte-dropdown-popup .e-view-side::before {
246
- content: '\e34f';
198
+ content: "\e34f";
247
199
  }
248
-
249
200
  .e-rte-toolbar .e-insert-code::before,
250
201
  .e-rte-dropdown-popup .e-insert-code::before {
251
- content: '\e356';
202
+ content: "\e356";
252
203
  }
253
-
254
204
  .e-rte-toolbar .e-table-header::before,
255
205
  .e-rte-dropdown-popup .e-table-header::before {
256
- content: '\eb03';
206
+ content: "\eb03";
257
207
  }
258
-
259
208
  .e-rte-toolbar .e-table-remove::before,
260
209
  .e-rte-dropdown-popup .e-table-remove::before {
261
- content: '\eb00';
210
+ content: "\eb00";
262
211
  }
263
-
264
212
  .e-rte-toolbar .e-table-rows::before,
265
213
  .e-rte-dropdown-popup .e-table-rows::before {
266
- content: '\eb02';
214
+ content: "\eb02";
267
215
  }
268
-
269
216
  .e-rte-toolbar .e-table-columns::before,
270
217
  .e-rte-dropdown-popup .e-table-columns::before {
271
- content: '\ea9e';
218
+ content: "\ea9e";
272
219
  }
273
-
274
220
  .e-rte-toolbar .e-table-cell-ver-align::before,
275
221
  .e-rte-dropdown-popup .e-table-cell-ver-align::before {
276
- content: '\ea9b';
222
+ content: "\ea9b";
277
223
  }
278
-
279
224
  .e-rte-toolbar .e-table-edit-properties::before,
280
225
  .e-rte-dropdown-popup .e-table-edit-properties::before {
281
- content: '\ea9a';
226
+ content: "\ea9a";
282
227
  }
283
-
284
228
  .e-rte-toolbar .e-create-table::before,
285
229
  .e-rte-dropdown-popup .e-create-table::before {
286
- content: '\e705';
230
+ content: "\e705";
287
231
  }
288
-
289
232
  .e-rte-toolbar .e-align-bottom::before,
290
233
  .e-rte-dropdown-popup .e-align-bottom::before {
291
- content: '\ea91';
234
+ content: "\ea91";
292
235
  }
293
-
294
236
  .e-rte-toolbar .e-align-middle::before,
295
237
  .e-rte-dropdown-popup .e-align-middle::before {
296
- content: '\ea94';
238
+ content: "\ea94";
297
239
  }
298
-
299
240
  .e-rte-toolbar .e-align-top::before,
300
241
  .e-rte-dropdown-popup .e-align-top::before {
301
- content: '\ea98';
242
+ content: "\ea98";
302
243
  }
303
-
304
244
  .e-rte-toolbar .e-insert-column-left::before,
305
245
  .e-rte-dropdown-popup .e-insert-column-left::before {
306
- content: '\ea97';
246
+ content: "\ea97";
307
247
  }
308
-
309
248
  .e-rte-toolbar .e-insert-column-right::before,
310
249
  .e-rte-dropdown-popup .e-insert-column-right::before {
311
- content: '\ea99';
250
+ content: "\ea99";
312
251
  }
313
-
314
252
  .e-rte-toolbar .e-delete-column::before,
315
253
  .e-rte-dropdown-popup .e-delete-column::before {
316
- content: '\ea95';
254
+ content: "\ea95";
317
255
  }
318
-
319
256
  .e-rte-toolbar .e-insert-row-before::before,
320
257
  .e-rte-dropdown-popup .e-insert-row-before::before {
321
- content: '\ea92';
258
+ content: "\ea92";
322
259
  }
323
-
324
260
  .e-rte-toolbar .e-insert-row-after::before,
325
261
  .e-rte-dropdown-popup .e-insert-row-after::before {
326
- content: '\ea93';
262
+ content: "\ea93";
327
263
  }
328
-
329
264
  .e-rte-toolbar .e-delete-row::before,
330
265
  .e-rte-dropdown-popup .e-delete-row::before {
331
- content: '\ea96';
266
+ content: "\ea96";
332
267
  }
333
-
334
268
  .e-rte-toolbar .e-style::before,
335
269
  .e-rte-dropdown-popup .e-style::before {
336
- content: '\ea9f';
270
+ content: "\ea9f";
337
271
  }
338
-
339
272
  .e-rte-toolbar .e-rte-file-manager::before,
340
273
  .e-rte-dropdown-popup .e-rte-file-manager::before {
341
- content: '\e609';
274
+ content: "\e609";
342
275
  }
343
276
 
344
277
  .e-richtexteditor .e-south-east::before,
345
278
  .e-richtexteditor .e-south-west::before {
346
- content: '\eb05';
279
+ content: "\eb05";
347
280
  }
348
281
 
349
282
  .e-cell-merge::before {
350
- content: '\e89a';
283
+ content: "\e89a";
351
284
  }
352
285
 
353
286
  .e-cell-horizontal-split::before {
354
- content: '\e89b';
287
+ content: "\e89b";
355
288
  }
356
289
 
357
290
  .e-cell-vertical-split::before {
358
- content: '\e89d';
291
+ content: "\e89d";
359
292
  }
360
293
 
361
294
  .e-table-cell::before {
362
- content: '\e89c';
295
+ content: "\e89c";
363
296
  }
364
297
 
365
298
  /*! tab layout */
@@ -367,20 +300,17 @@
367
300
  .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
368
301
  margin-left: 3px;
369
302
  }
370
-
371
303
  .e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
372
304
  .e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
373
305
  margin-left: 0;
374
306
  margin-right: 3px;
375
307
  }
376
-
377
308
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
378
309
  .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended,
379
310
  .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended,
380
311
  .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
381
312
  padding-left: 3px;
382
313
  }
383
-
384
314
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
385
315
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
386
316
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
@@ -407,7 +337,6 @@
407
337
  .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) {
408
338
  font-size: 18px;
409
339
  }
410
-
411
340
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
412
341
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
413
342
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
@@ -426,7 +355,6 @@
426
355
  .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 {
427
356
  top: -20px;
428
357
  }
429
-
430
358
  .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,
431
359
  .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,
432
360
  .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,
@@ -438,7 +366,6 @@
438
366
  padding-left: 10px;
439
367
  padding-right: 6px;
440
368
  }
441
-
442
369
  .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,
443
370
  .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,
444
371
  .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,
@@ -466,7 +393,6 @@
466
393
  padding-left: 10px;
467
394
  padding-right: 6px;
468
395
  }
469
-
470
396
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
471
397
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
472
398
  .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,
@@ -477,7 +403,6 @@
477
403
  .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 {
478
404
  padding: 0 6px;
479
405
  }
480
-
481
406
  .e-bigger .e-richtexteditor.e-rte-full-screen iframe,
482
407
  .e-richtexteditor.e-bigger.e-rte-full-screen iframe {
483
408
  height: calc(100% - 56px);
@@ -488,7 +413,6 @@
488
413
  display: block;
489
414
  position: relative;
490
415
  }
491
-
492
416
  .e-richtexteditor textarea.e-content {
493
417
  border: 0;
494
418
  display: block;
@@ -499,15 +423,12 @@
499
423
  resize: none;
500
424
  width: 100%;
501
425
  }
502
-
503
426
  .e-richtexteditor .e-rte-hidden {
504
427
  display: none;
505
428
  }
506
-
507
429
  .e-richtexteditor.e-disabled {
508
430
  pointer-events: none;
509
431
  }
510
-
511
432
  .e-richtexteditor.e-rte-full-screen {
512
433
  bottom: 0;
513
434
  height: 100% !important;
@@ -519,49 +440,39 @@
519
440
  width: 100% !important;
520
441
  z-index: 999;
521
442
  }
522
-
523
443
  .e-richtexteditor.e-rte-full-screen .e-resize-handle {
524
444
  display: none;
525
445
  }
526
-
527
446
  .e-richtexteditor.e-rte-full-screen iframe {
528
447
  height: calc(100% - 42px);
529
448
  }
530
-
531
449
  .e-richtexteditor.e-rtl .e-rte-character-count {
532
450
  left: 0;
533
451
  padding-left: 30px;
534
452
  padding-right: unset;
535
453
  right: unset;
536
454
  }
537
-
538
455
  .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
539
456
  padding-left: 0;
540
457
  padding-right: 5px;
541
458
  }
542
-
543
459
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
544
460
  margin-left: 7px;
545
461
  }
546
-
547
462
  .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
548
463
  height: auto;
549
464
  }
550
-
551
465
  .e-richtexteditor .e-rte-toolbar .e-toolbar-multirow {
552
466
  margin-left: 7px;
553
467
  margin-right: 7px;
554
468
  }
555
-
556
469
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
557
470
  margin-left: 0;
558
471
  margin-right: 7px;
559
472
  }
560
-
561
473
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
562
474
  margin-right: 0;
563
475
  }
564
-
565
476
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
566
477
  margin-left: 0;
567
478
  margin-right: 0;
@@ -569,40 +480,34 @@
569
480
  white-space: nowrap;
570
481
  width: 100%;
571
482
  }
572
-
573
483
  .e-richtexteditor .e-rte-toolbar,
574
484
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
575
485
  position: inherit;
576
486
  z-index: 101;
577
487
  }
578
-
579
488
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
580
489
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
581
490
  margin-left: 0;
582
491
  padding-left: 7px;
583
492
  }
584
-
585
493
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
586
494
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child,
587
495
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
588
496
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child {
589
497
  min-width: 0;
590
498
  }
591
-
592
499
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
593
500
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child,
594
501
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
595
502
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child {
596
503
  min-width: 0;
597
504
  }
598
-
599
505
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
600
506
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child,
601
507
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
602
508
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child {
603
509
  min-width: 0;
604
510
  }
605
-
606
511
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
607
512
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,
608
513
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
@@ -610,7 +515,6 @@
610
515
  padding-left: 7px;
611
516
  padding-right: 2.5px;
612
517
  }
613
-
614
518
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
615
519
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
616
520
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
@@ -620,7 +524,6 @@
620
524
  text-overflow: ellipsis;
621
525
  white-space: nowrap;
622
526
  }
623
-
624
527
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
625
528
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
626
529
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
@@ -636,7 +539,6 @@
636
539
  padding-left: 7px;
637
540
  padding-right: 2.5px;
638
541
  }
639
-
640
542
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
641
543
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
642
544
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
@@ -645,14 +547,12 @@
645
547
  position: relative;
646
548
  top: -18px;
647
549
  }
648
-
649
550
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,
650
551
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before,
651
552
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,
652
553
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before {
653
554
  font-size: 13px;
654
555
  }
655
-
656
556
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
657
557
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
658
558
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
@@ -663,7 +563,6 @@
663
563
  .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 {
664
564
  line-height: 1;
665
565
  }
666
-
667
566
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
668
567
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
669
568
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
@@ -671,7 +570,6 @@
671
570
  display: inline;
672
571
  font-size: 14px;
673
572
  }
674
-
675
573
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
676
574
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
677
575
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
@@ -686,36 +584,30 @@
686
584
  .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) {
687
585
  font-size: 16px;
688
586
  }
689
-
690
587
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
691
588
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
692
589
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
693
590
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
694
591
  padding: 0 1.5px;
695
592
  }
696
-
697
- .e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
698
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
593
+ .e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],
594
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
699
595
  box-sizing: border-box;
700
596
  }
701
-
702
597
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible,
703
598
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible {
704
599
  display: block;
705
600
  visibility: hidden;
706
601
  }
707
-
708
602
  .e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed,
709
603
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
710
604
  top: 0;
711
605
  transform: translate3d(0, 0, 0);
712
606
  }
713
-
714
607
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed),
715
608
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
716
609
  bottom: 0;
717
610
  }
718
-
719
611
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed,
720
612
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed {
721
613
  display: none;
@@ -723,28 +615,24 @@
723
615
  position: fixed;
724
616
  right: 0;
725
617
  }
726
-
727
618
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show,
728
619
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show {
729
620
  display: block;
730
621
  z-index: 101;
731
622
  }
732
-
733
623
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-float,
734
624
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float {
735
625
  position: fixed;
736
626
  top: 0;
737
627
  }
738
-
739
628
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float,
740
629
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float {
741
630
  position: absolute;
742
631
  }
743
-
744
632
  .e-richtexteditor .rte-placeholder {
745
633
  color: #fff;
746
634
  line-height: 16px;
747
- opacity: 00.54;
635
+ opacity: 0.54;
748
636
  overflow: hidden;
749
637
  padding: 16px;
750
638
  position: absolute;
@@ -752,12 +640,10 @@
752
640
  top: 0;
753
641
  z-index: 1;
754
642
  }
755
-
756
643
  .e-richtexteditor .e-rte-content {
757
644
  position: relative;
758
645
  z-index: 1;
759
646
  }
760
-
761
647
  .e-richtexteditor .e-rte-content,
762
648
  .e-richtexteditor .e-source-content {
763
649
  -webkit-overflow-scrolling: touch;
@@ -765,7 +651,6 @@
765
651
  transition: 100ms ease-out;
766
652
  width: 100%;
767
653
  }
768
-
769
654
  .e-richtexteditor .e-rte-content .e-content,
770
655
  .e-richtexteditor .e-source-content .e-content {
771
656
  background: unset;
@@ -779,25 +664,21 @@
779
664
  text-align: inherit;
780
665
  z-index: 2;
781
666
  }
782
-
783
667
  @media screen and (min-width: 992px) {
784
668
  .e-richtexteditor .e-rte-content .e-content,
785
- .e-richtexteditor .e-source-content .e-content {
669
+ .e-richtexteditor .e-source-content .e-content {
786
670
  font-size: 14px;
787
671
  }
788
672
  }
789
-
790
673
  .e-richtexteditor .e-rte-content .e-content p,
791
674
  .e-richtexteditor .e-source-content .e-content p {
792
675
  margin: 0 0 10px;
793
676
  margin-bottom: 10px;
794
677
  }
795
-
796
678
  .e-richtexteditor .e-rte-content .e-content li,
797
679
  .e-richtexteditor .e-source-content .e-content li {
798
680
  margin-bottom: 10px;
799
681
  }
800
-
801
682
  .e-richtexteditor .e-rte-content .e-content h1,
802
683
  .e-richtexteditor .e-source-content .e-content h1 {
803
684
  font-size: 2.17em;
@@ -805,21 +686,18 @@
805
686
  line-height: 1;
806
687
  margin: 10px 0;
807
688
  }
808
-
809
689
  .e-richtexteditor .e-rte-content .e-content h2,
810
690
  .e-richtexteditor .e-source-content .e-content h2 {
811
691
  font-size: 1.74em;
812
692
  font-weight: 400;
813
693
  margin: 10px 0;
814
694
  }
815
-
816
695
  .e-richtexteditor .e-rte-content .e-content h3,
817
696
  .e-richtexteditor .e-source-content .e-content h3 {
818
697
  font-size: 1.31em;
819
698
  font-weight: 400;
820
699
  margin: 10px 0;
821
700
  }
822
-
823
701
  .e-richtexteditor .e-rte-content .e-content h4,
824
702
  .e-richtexteditor .e-source-content .e-content h4 {
825
703
  font-size: 16px;
@@ -827,28 +705,24 @@
827
705
  line-height: 1.5;
828
706
  margin: 0;
829
707
  }
830
-
831
708
  .e-richtexteditor .e-rte-content .e-content h5,
832
709
  .e-richtexteditor .e-source-content .e-content h5 {
833
- font-size: 00.8em;
710
+ font-size: 0.8em;
834
711
  font-weight: 400;
835
712
  margin: 0;
836
713
  }
837
-
838
714
  .e-richtexteditor .e-rte-content .e-content h6,
839
715
  .e-richtexteditor .e-source-content .e-content h6 {
840
- font-size: 00.65em;
716
+ font-size: 0.65em;
841
717
  font-weight: 400;
842
718
  margin: 0;
843
719
  }
844
-
845
720
  .e-richtexteditor .e-rte-content .e-content blockquote,
846
721
  .e-richtexteditor .e-source-content .e-content blockquote {
847
722
  margin: 10px 0;
848
723
  margin-left: 0;
849
724
  padding-left: 5px;
850
725
  }
851
-
852
726
  .e-richtexteditor .e-rte-content .e-content pre,
853
727
  .e-richtexteditor .e-source-content .e-content pre {
854
728
  background-color: inherit;
@@ -864,14 +738,12 @@
864
738
  word-break: inherit;
865
739
  word-wrap: break-word;
866
740
  }
867
-
868
741
  .e-richtexteditor .e-rte-content .e-content strong,
869
742
  .e-richtexteditor .e-rte-content .e-content b,
870
743
  .e-richtexteditor .e-source-content .e-content strong,
871
744
  .e-richtexteditor .e-source-content .e-content b {
872
745
  font-weight: 700;
873
746
  }
874
-
875
747
  .e-richtexteditor .e-rte-content .e-content a,
876
748
  .e-richtexteditor .e-source-content .e-content a {
877
749
  text-decoration: none;
@@ -879,12 +751,10 @@
879
751
  -ms-user-select: auto;
880
752
  user-select: auto;
881
753
  }
882
-
883
754
  .e-richtexteditor .e-rte-content .e-content a:hover,
884
755
  .e-richtexteditor .e-source-content .e-content a:hover {
885
756
  text-decoration: underline;
886
757
  }
887
-
888
758
  .e-richtexteditor .e-rte-content .e-content p:last-child,
889
759
  .e-richtexteditor .e-rte-content .e-content pre:last-child,
890
760
  .e-richtexteditor .e-rte-content .e-content blockquote:last-child,
@@ -893,21 +763,18 @@
893
763
  .e-richtexteditor .e-source-content .e-content blockquote:last-child {
894
764
  margin-bottom: 0;
895
765
  }
896
-
897
766
  .e-richtexteditor .e-rte-content .e-content h3 + h4,
898
767
  .e-richtexteditor .e-rte-content .e-content h4 + h5,
899
768
  .e-richtexteditor .e-rte-content .e-content h5 + h6,
900
769
  .e-richtexteditor .e-source-content .e-content h3 + h4,
901
770
  .e-richtexteditor .e-source-content .e-content h4 + h5,
902
771
  .e-richtexteditor .e-source-content .e-content h5 + h6 {
903
- margin-top: 00.6em;
772
+ margin-top: 0.6em;
904
773
  }
905
-
906
774
  .e-richtexteditor .e-rte-content .e-content ul:last-child,
907
775
  .e-richtexteditor .e-source-content .e-content ul:last-child {
908
776
  margin-bottom: 0;
909
777
  }
910
-
911
778
  .e-richtexteditor .e-rte-character-count {
912
779
  bottom: 0;
913
780
  color: #fff;
@@ -919,17 +786,14 @@
919
786
  right: 0;
920
787
  z-index: 100;
921
788
  }
922
-
923
789
  .e-richtexteditor .e-rte-character-count.e-warning {
924
790
  color: #ff9800;
925
791
  opacity: unset;
926
792
  }
927
-
928
793
  .e-richtexteditor .e-rte-character-count.e-error {
929
794
  color: #ff6652;
930
795
  opacity: unset;
931
796
  }
932
-
933
797
  .e-richtexteditor .e-rte-srctextarea {
934
798
  background-color: transparent;
935
799
  border: 0;
@@ -943,20 +807,17 @@
943
807
  transition: 100ms ease-out;
944
808
  width: 100%;
945
809
  }
946
-
947
810
  .e-richtexteditor .e-resize-handle {
948
811
  height: 15px;
949
812
  position: absolute;
950
813
  width: 15px;
951
814
  }
952
-
953
815
  .e-richtexteditor .e-resize-handle.e-south-east {
954
816
  bottom: 0;
955
817
  cursor: nwse-resize;
956
818
  right: 0;
957
819
  z-index: 100;
958
820
  }
959
-
960
821
  .e-richtexteditor .e-resize-handle.e-south-west {
961
822
  bottom: 0;
962
823
  cursor: sw-resize;
@@ -964,16 +825,13 @@
964
825
  transform: rotate(90deg);
965
826
  z-index: 100;
966
827
  }
967
-
968
828
  .e-richtexteditor.e-rtl.e-rte-resize {
969
829
  float: right;
970
830
  }
971
-
972
831
  .e-richtexteditor.e-rtl .e-resize-handle.e-south-west {
973
832
  direction: ltr;
974
833
  text-align: initial;
975
834
  }
976
-
977
835
  .e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
978
836
  transition: none;
979
837
  }
@@ -1007,7 +865,6 @@
1007
865
  float: none;
1008
866
  }
1009
867
  }
1010
-
1011
868
  @media screen and (max-width: 768px) {
1012
869
  .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup {
1013
870
  max-height: 280px;
@@ -1017,108 +874,85 @@
1017
874
  display: inline-flex;
1018
875
  }
1019
876
  }
1020
-
1021
877
  .e-rte-dropdown-popup ul {
1022
878
  min-width: 82px;
1023
879
  }
1024
-
1025
880
  .e-rte-dropdown-popup ul .e-item .e-menu-icon {
1026
881
  margin: 0 6px;
1027
882
  width: auto;
1028
883
  }
1029
-
1030
884
  .e-rte-dropdown-popup ul .e-item.e-h1 {
1031
885
  font-size: 2em;
1032
886
  font-weight: bold;
1033
887
  height: 40px;
1034
888
  line-height: 40px;
1035
889
  }
1036
-
1037
890
  .e-rte-dropdown-popup ul .e-item.e-h2 {
1038
891
  font-size: 1.5em;
1039
892
  font-weight: bold;
1040
893
  height: 40px;
1041
894
  line-height: 40px;
1042
895
  }
1043
-
1044
896
  .e-rte-dropdown-popup ul .e-item.e-h3 {
1045
897
  font-size: 1.16em;
1046
898
  font-weight: bold;
1047
899
  }
1048
-
1049
900
  .e-rte-dropdown-popup ul .e-item.e-h4 {
1050
901
  font-size: 1em;
1051
902
  font-weight: bold;
1052
903
  }
1053
-
1054
904
  .e-rte-dropdown-popup ul .e-item.e-h5 {
1055
- font-size: .83em;
905
+ font-size: 0.83em;
1056
906
  font-weight: bold;
1057
907
  }
1058
-
1059
908
  .e-rte-dropdown-popup ul .e-item.e-h6 {
1060
- font-size: .7em;
909
+ font-size: 0.7em;
1061
910
  font-weight: bold;
1062
911
  }
1063
-
1064
912
  .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1065
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
913
+ font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
1066
914
  }
1067
-
1068
915
  .e-rte-dropdown-popup ul .e-item.e-arial {
1069
916
  font-family: Arial, Helvetica, sans-serif;
1070
917
  }
1071
-
1072
918
  .e-rte-dropdown-popup ul .e-item.e-courier-new {
1073
919
  font-family: Courier New, Courier, monospace;
1074
920
  }
1075
-
1076
921
  .e-rte-dropdown-popup ul .e-item.e-georgia {
1077
- font-family: Georgia, 'Times New Roman', Times, serif;
922
+ font-family: Georgia, "Times New Roman", Times, serif;
1078
923
  }
1079
-
1080
924
  .e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
1081
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
925
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1082
926
  }
1083
-
1084
927
  .e-rte-dropdown-popup ul .e-item.e-impact {
1085
- font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
928
+ font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
1086
929
  }
1087
-
1088
930
  .e-rte-dropdown-popup ul .e-item.e-lucida-console {
1089
931
  font-family: Lucida Console, Monaco, monospace;
1090
932
  }
1091
-
1092
933
  .e-rte-dropdown-popup ul .e-item.e-tahoma {
1093
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
934
+ font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
1094
935
  }
1095
-
1096
936
  .e-rte-dropdown-popup ul .e-item.e-times-new-roman {
1097
- font-family: 'Times New Roman', Times, serif;
937
+ font-family: "Times New Roman", Times, serif;
1098
938
  }
1099
-
1100
939
  .e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
1101
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
940
+ font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
1102
941
  }
1103
-
1104
942
  .e-rte-dropdown-popup ul .e-item.e-verdana {
1105
943
  font-family: Verdana, Geneva, Tahoma, sans-serif;
1106
944
  }
1107
-
1108
945
  .e-rte-dropdown-popup ul .e-item.e-roboto {
1109
- font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif;
946
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
1110
947
  }
1111
-
1112
948
  .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
1113
949
  min-width: auto;
1114
950
  }
1115
-
1116
951
  @media screen and (max-width: 768px) {
1117
952
  .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
1118
953
  min-width: 30px;
1119
954
  }
1120
955
  }
1121
-
1122
956
  .e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
1123
957
  margin: 0 6px;
1124
958
  }
@@ -1146,7 +980,7 @@
1146
980
  .e-rte-image.e-imginline {
1147
981
  display: inline-block;
1148
982
  float: none;
1149
- max-width: calc(100% - (2 * 5px));
983
+ max-width: calc(100% - 10px);
1150
984
  padding: 1px;
1151
985
  vertical-align: bottom;
1152
986
  }
@@ -1191,7 +1025,7 @@
1191
1025
  margin: 5px auto;
1192
1026
  margin-left: 5px;
1193
1027
  margin-right: 5px;
1194
- max-width: calc(100% - (2 * 5px));
1028
+ max-width: calc(100% - 10px);
1195
1029
  position: relative;
1196
1030
  text-align: center;
1197
1031
  vertical-align: bottom;
@@ -1255,7 +1089,7 @@
1255
1089
  font-size: 16px;
1256
1090
  font-weight: initial;
1257
1091
  margin: auto;
1258
- opacity: .9;
1092
+ opacity: 0.9;
1259
1093
  position: relative;
1260
1094
  text-align: center;
1261
1095
  width: 100%;
@@ -1304,43 +1138,35 @@
1304
1138
  .e-richtexteditor .e-linkheader {
1305
1139
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
1306
1140
  font-size: 15px;
1307
- opacity: .87;
1141
+ opacity: 0.87;
1308
1142
  padding-bottom: 20px;
1309
1143
  padding-top: 20px;
1310
1144
  }
1311
-
1312
1145
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1313
1146
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1314
1147
  margin-top: 0;
1315
1148
  }
1316
-
1317
1149
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1318
1150
  margin-right: 30px;
1319
1151
  }
1320
-
1321
1152
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1322
1153
  border-bottom: 0 solid transparent;
1323
1154
  min-height: initial;
1324
1155
  }
1325
-
1326
1156
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1327
1157
  margin-left: 0;
1328
1158
  margin-right: 0;
1329
1159
  }
1330
-
1331
1160
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files {
1332
1161
  border-top: 0 solid transparent;
1333
1162
  }
1334
-
1335
1163
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap {
1336
1164
  display: none;
1337
1165
  }
1338
-
1339
1166
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload {
1340
1167
  border: 0 solid transparent;
1341
1168
  float: none;
1342
1169
  }
1343
-
1344
1170
  .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
1345
1171
  display: block;
1346
1172
  height: 36px;
@@ -1349,48 +1175,39 @@
1349
1175
  position: relative;
1350
1176
  top: -50px;
1351
1177
  }
1352
-
1353
1178
  .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
1354
1179
  display: none;
1355
1180
  }
1356
-
1357
1181
  .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea {
1358
1182
  line-height: 10;
1359
1183
  min-height: 50px;
1360
1184
  position: relative;
1361
1185
  }
1362
-
1363
1186
  .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text {
1364
1187
  display: inline-block;
1365
1188
  line-height: normal;
1366
1189
  }
1367
-
1368
1190
  .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea {
1369
1191
  line-height: 4;
1370
1192
  }
1371
-
1372
1193
  .e-richtexteditor .e-rte-inline-dropdown ul {
1373
1194
  max-height: 200px;
1374
1195
  overflow-y: auto;
1375
1196
  }
1376
-
1377
1197
  .e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1378
1198
  max-height: 280px;
1379
1199
  overflow-y: auto;
1380
1200
  }
1381
-
1382
1201
  .e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1383
1202
  max-height: 360px;
1384
1203
  overflow-y: auto;
1385
1204
  }
1386
-
1387
1205
  .e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
1388
1206
  .e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
1389
1207
  .e-richtexteditor .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
1390
1208
  .e-richtexteditor .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
1391
1209
  line-height: 0;
1392
1210
  }
1393
-
1394
1211
  .e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
1395
1212
  border-radius: 0;
1396
1213
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
@@ -1400,7 +1217,6 @@
1400
1217
  overflow: hidden;
1401
1218
  padding: 10px;
1402
1219
  }
1403
-
1404
1220
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1405
1221
  border: 1px solid #757575;
1406
1222
  display: inline-block;
@@ -1410,29 +1226,23 @@
1410
1226
  vertical-align: top;
1411
1227
  width: 14px;
1412
1228
  }
1413
-
1414
1229
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row {
1415
1230
  height: 16px;
1416
1231
  }
1417
-
1418
1232
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1419
1233
  width: 100%;
1420
1234
  }
1421
-
1422
1235
  .e-richtexteditor .e-rte-edit-table .e-rte-field {
1423
1236
  padding-top: 20px;
1424
1237
  }
1425
-
1426
1238
  .e-richtexteditor .e-rte-edit-table .e-rte-field:first-child {
1427
1239
  padding-top: 0;
1428
1240
  }
1429
-
1430
1241
  .e-richtexteditor .e-rte-content .e-content table td.e-cell-select,
1431
1242
  .e-richtexteditor .e-rte-content .e-content table th.e-cell-select {
1432
1243
  border: 1px double #0478d7;
1433
1244
  height: 24.67px;
1434
1245
  }
1435
-
1436
1246
  .e-richtexteditor span.e-table-box {
1437
1247
  cursor: nwse-resize;
1438
1248
  display: block;
@@ -1440,28 +1250,22 @@
1440
1250
  position: absolute;
1441
1251
  width: 10px;
1442
1252
  }
1443
-
1444
1253
  .e-richtexteditor span.e-table-box.e-hide {
1445
1254
  display: none;
1446
1255
  }
1447
-
1448
1256
  .e-richtexteditor span.e-table-box.e-rmob {
1449
1257
  height: 14px;
1450
1258
  width: 14px;
1451
1259
  }
1452
-
1453
1260
  .e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1454
1261
  margin-right: 50px;
1455
1262
  }
1456
-
1457
1263
  .e-richtexteditor .e-rte-upload-popup {
1458
1264
  width: 250px;
1459
1265
  }
1460
-
1461
1266
  .e-richtexteditor .e-rte-dialog-upload .e-upload-files {
1462
1267
  border-top: 0;
1463
1268
  }
1464
-
1465
1269
  .e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1466
1270
  border-bottom: 0;
1467
1271
  }
@@ -1470,14 +1274,12 @@
1470
1274
  .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette {
1471
1275
  padding: 0;
1472
1276
  }
1473
-
1474
1277
  .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
1475
1278
  .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1476
1279
  padding: 5px;
1477
1280
  }
1478
-
1479
- .e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger
1480
- .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1281
+ .e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
1282
+ .e-bigger .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1481
1283
  padding: 5px;
1482
1284
  }
1483
1285
 
@@ -1485,26 +1287,21 @@
1485
1287
  border-radius: 2px;
1486
1288
  overflow: hidden;
1487
1289
  }
1488
-
1489
1290
  .e-rte-quick-popup .e-rte-quick-toolbar {
1490
1291
  border-radius: 2px;
1491
1292
  min-height: 42px;
1492
1293
  }
1493
-
1494
1294
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1495
1295
  white-space: nowrap;
1496
1296
  }
1497
-
1498
1297
  .e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1499
1298
  white-space: nowrap;
1500
1299
  }
1501
-
1502
1300
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1503
1301
  border-radius: 2px;
1504
1302
  margin: 0 6px;
1505
1303
  min-height: 42px;
1506
1304
  }
1507
-
1508
1305
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator,
1509
1306
  .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 {
1510
1307
  display: block;
@@ -1512,71 +1309,58 @@
1512
1309
  margin: 0;
1513
1310
  min-height: 1px;
1514
1311
  }
1515
-
1516
1312
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
1517
1313
  margin: 0 6px;
1518
1314
  min-height: 42px;
1519
1315
  }
1520
-
1521
1316
  .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 {
1522
1317
  margin: 0 6px;
1523
1318
  }
1524
-
1525
1319
  .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) {
1526
1320
  line-height: 20px;
1527
1321
  }
1528
-
1529
1322
  .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 {
1530
1323
  min-width: 24px;
1531
1324
  }
1532
-
1533
1325
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
1534
1326
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
1535
1327
  min-height: 26px;
1536
1328
  min-width: 27px;
1537
1329
  padding: 0;
1538
1330
  }
1539
-
1540
1331
  .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1541
1332
  font-size: 16px;
1542
1333
  }
1543
-
1544
1334
  .e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before {
1545
1335
  display: inline;
1546
1336
  }
1547
-
1548
1337
  .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1549
1338
  .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1550
1339
  .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1551
1340
  .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1552
1341
  font-size: 10px;
1553
1342
  }
1554
-
1555
1343
  .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
1556
1344
  line-height: 24px;
1557
1345
  margin: 4px 0;
1558
1346
  padding: 1px 0;
1559
1347
  }
1560
-
1561
1348
  .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
1562
1349
  font-weight: 500;
1563
1350
  overflow: hidden;
1564
1351
  text-overflow: ellipsis;
1565
1352
  white-space: nowrap;
1566
1353
  }
1567
-
1568
1354
  .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
1569
1355
  .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
1570
1356
  .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
1571
1357
  font-size: 14px;
1572
1358
  margin-left: -3px;
1573
1359
  }
1574
-
1575
1360
  .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
1576
1361
  font-size: 10px;
1577
1362
  width: 12px;
1578
1363
  }
1579
-
1580
1364
  .e-rte-quick-popup.e-hide {
1581
1365
  display: block;
1582
1366
  visibility: hidden;
@@ -1585,35 +1369,29 @@
1585
1369
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1586
1370
  min-height: 48px;
1587
1371
  }
1588
-
1589
1372
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1590
1373
  margin: 0 6px;
1591
1374
  min-height: 48px;
1592
1375
  }
1593
-
1594
1376
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
1595
1377
  margin: 0 6px;
1596
1378
  min-height: 48px;
1597
1379
  min-width: 36px;
1598
1380
  padding: 0;
1599
1381
  }
1600
-
1601
1382
  .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) {
1602
1383
  line-height: normal;
1603
1384
  }
1604
-
1605
1385
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
1606
1386
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
1607
1387
  min-height: 34px;
1608
1388
  min-width: 39px;
1609
1389
  padding: 0;
1610
1390
  }
1611
-
1612
1391
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1613
1392
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1614
1393
  margin: 0 6px;
1615
1394
  }
1616
-
1617
1395
  .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 {
1618
1396
  height: 34px;
1619
1397
  line-height: normal;
@@ -1621,25 +1399,21 @@
1621
1399
  min-height: 34px;
1622
1400
  min-width: 39px;
1623
1401
  }
1624
-
1625
1402
  .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,
1626
1403
  .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,
1627
1404
  .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) {
1628
1405
  font-size: 18px;
1629
1406
  }
1630
-
1631
1407
  .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
1632
1408
  line-height: 33px;
1633
1409
  margin: 4px 0;
1634
1410
  padding: 0;
1635
1411
  }
1636
-
1637
1412
  .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
1638
1413
  .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
1639
1414
  .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
1640
1415
  font-size: 16px;
1641
1416
  }
1642
-
1643
1417
  .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
1644
1418
  font-size: 12px;
1645
1419
  width: 20px;
@@ -1648,11 +1422,9 @@
1648
1422
  .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 {
1649
1423
  min-width: 48px;
1650
1424
  }
1651
-
1652
1425
  .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 {
1653
1426
  min-width: 59px;
1654
1427
  }
1655
-
1656
1428
  .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 {
1657
1429
  min-width: 50px;
1658
1430
  }
@@ -1660,11 +1432,9 @@
1660
1432
  .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-template {
1661
1433
  min-width: 55px;
1662
1434
  }
1663
-
1664
1435
  .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-size-template {
1665
1436
  min-width: 66px;
1666
1437
  }
1667
-
1668
1438
  .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-color-template {
1669
1439
  min-width: 55px;
1670
1440
  }
@@ -1690,7 +1460,6 @@
1690
1460
  padding-left: 0;
1691
1461
  padding-right: 0;
1692
1462
  }
1693
-
1694
1463
  .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,
1695
1464
  .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,
1696
1465
  .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,
@@ -1755,7 +1524,6 @@
1755
1524
  padding-left: 0;
1756
1525
  padding-right: 0;
1757
1526
  }
1758
-
1759
1527
  .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,
1760
1528
  .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,
1761
1529
  .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,
@@ -1792,7 +1560,6 @@
1792
1560
  vertical-align: middle;
1793
1561
  width: 30px;
1794
1562
  }
1795
-
1796
1563
  .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,
1797
1564
  .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,
1798
1565
  .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,
@@ -1813,11 +1580,8 @@
1813
1580
  border-bottom-width: 3px;
1814
1581
  padding-bottom: 1px;
1815
1582
  }
1816
-
1817
- .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,
1818
- .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,
1819
- .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,
1820
- .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,
1583
+ .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,
1584
+ .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,
1821
1585
  .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,
1822
1586
  .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,
1823
1587
  .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,
@@ -1880,7 +1644,6 @@
1880
1644
  .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 {
1881
1645
  line-height: 25px;
1882
1646
  }
1883
-
1884
1647
  .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,
1885
1648
  .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,
1886
1649
  .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,
@@ -1897,13 +1660,12 @@
1897
1660
  .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,
1898
1661
  .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,
1899
1662
  .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 {
1900
- content: '';
1663
+ content: "";
1901
1664
  height: 100%;
1902
1665
  position: absolute;
1903
1666
  right: 0;
1904
1667
  width: 0;
1905
1668
  }
1906
-
1907
1669
  .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,
1908
1670
  .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,
1909
1671
  .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,
@@ -1931,7 +1693,6 @@
1931
1693
  text-align: center;
1932
1694
  width: 18px;
1933
1695
  }
1934
-
1935
1696
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
1936
1697
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1937
1698
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
@@ -1982,7 +1743,6 @@
1982
1743
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
1983
1744
  line-height: 25px;
1984
1745
  }
1985
-
1986
1746
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
1987
1747
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
1988
1748
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,
@@ -2018,7 +1778,6 @@
2018
1778
  padding-right: 0;
2019
1779
  width: 20px;
2020
1780
  }
2021
-
2022
1781
  .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,
2023
1782
  .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,
2024
1783
  .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,
@@ -2068,11 +1827,8 @@
2068
1827
  padding-left: 0;
2069
1828
  padding-right: 0;
2070
1829
  }
2071
-
2072
- .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,
2073
- .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,
2074
- .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,
2075
- .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,
1830
+ .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,
1831
+ .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,
2076
1832
  .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,
2077
1833
  .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,
2078
1834
  .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,
@@ -2135,7 +1891,6 @@
2135
1891
  .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 {
2136
1892
  line-height: 35px;
2137
1893
  }
2138
-
2139
1894
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2140
1895
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
2141
1896
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
@@ -2186,7 +1941,6 @@
2186
1941
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
2187
1942
  line-height: 35px;
2188
1943
  }
2189
-
2190
1944
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
2191
1945
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
2192
1946
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,
@@ -2219,7 +1973,7 @@
2219
1973
  .e-popup-overlay {
2220
1974
  height: 100%;
2221
1975
  left: 0;
2222
- opacity: .5;
1976
+ opacity: 0.5;
2223
1977
  position: absolute;
2224
1978
  top: 0;
2225
1979
  width: 100%;
@@ -2236,7 +1990,7 @@
2236
1990
 
2237
1991
  .e-table-rhelper {
2238
1992
  cursor: col-resize;
2239
- opacity: .87;
1993
+ opacity: 0.87;
2240
1994
  position: absolute;
2241
1995
  }
2242
1996
 
@@ -2252,7 +2006,7 @@
2252
2006
  border-bottom: 6px solid transparent;
2253
2007
  border-right: 6px solid;
2254
2008
  border-top: 6px solid transparent;
2255
- content: '';
2009
+ content: "";
2256
2010
  display: block;
2257
2011
  height: 0;
2258
2012
  position: absolute;
@@ -2265,7 +2019,7 @@
2265
2019
  border-bottom: 6px solid transparent;
2266
2020
  border-left: 6px solid;
2267
2021
  border-top: 6px solid transparent;
2268
- content: '';
2022
+ content: "";
2269
2023
  display: block;
2270
2024
  height: 0;
2271
2025
  left: 4px;
@@ -2315,7 +2069,6 @@
2315
2069
  min-height: 50px;
2316
2070
  position: relative;
2317
2071
  }
2318
-
2319
2072
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
2320
2073
  display: block;
2321
2074
  height: 36px;
@@ -2324,20 +2077,17 @@
2324
2077
  position: relative;
2325
2078
  top: -50px;
2326
2079
  }
2327
-
2328
2080
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload {
2329
2081
  border: 0 solid transparent;
2330
2082
  float: none;
2331
2083
  }
2332
-
2333
2084
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap {
2334
2085
  display: none;
2335
2086
  }
2336
-
2337
2087
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2338
2088
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
2339
2089
  font-size: 15px;
2340
- opacity: .87;
2090
+ opacity: 0.87;
2341
2091
  padding-bottom: 20px;
2342
2092
  padding-top: 20px;
2343
2093
  }
@@ -2346,10 +2096,9 @@
2346
2096
  padding-bottom: 8px;
2347
2097
  padding-top: 15px;
2348
2098
  }
2349
-
2350
2099
  .e-rte-file-manager-dialog .e-rte-label label {
2351
2100
  font-size: 15px;
2352
- opacity: .87;
2101
+ opacity: 0.87;
2353
2102
  }
2354
2103
 
2355
2104
  .e-rte-upload-popup.e-dialog .e-file-select-wrap {
@@ -2387,262 +2136,164 @@
2387
2136
  border: 1px solid #616161;
2388
2137
  border-bottom: 0;
2389
2138
  }
2390
-
2391
2139
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2392
2140
  color: rgba(255, 255, 255, 0.38);
2393
2141
  }
2394
-
2395
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2396
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2142
+ .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 {
2397
2143
  background: rgba(255, 255, 255, 0.22);
2398
2144
  border: 0;
2399
2145
  }
2400
-
2401
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2402
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
2146
+ .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 {
2403
2147
  color: #fff;
2404
2148
  }
2405
-
2406
2149
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
2407
2150
  color: #fff;
2408
2151
  }
2409
-
2410
2152
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
2411
2153
  background: rgba(255, 255, 255, 0.22);
2412
2154
  border-color: inherit;
2413
2155
  }
2414
-
2415
2156
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons,
2416
2157
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
2417
2158
  color: #fff;
2418
2159
  }
2419
-
2420
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after,
2421
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after,
2422
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content::after,
2423
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content::after {
2160
+ .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 {
2424
2161
  background: transparent;
2425
2162
  }
2426
-
2427
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,
2428
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons,
2429
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons,
2430
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons {
2163
+ .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 {
2431
2164
  color: #fff;
2432
2165
  }
2433
-
2434
2166
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,
2435
2167
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2436
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
2437
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,
2168
+ .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,
2438
2169
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2439
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
2440
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-caret:active.e-icons,
2170
+ .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,
2441
2171
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
2442
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
2443
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-caret:active.e-icons,
2172
+ .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,
2444
2173
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
2445
2174
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons {
2446
2175
  color: #fff;
2447
2176
  }
2448
-
2449
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover,
2450
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover,
2451
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover,
2452
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover {
2177
+ .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 {
2453
2178
  background: rgba(255, 255, 255, 0.12);
2454
2179
  }
2455
-
2456
2180
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,
2457
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:hover,
2458
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover,
2459
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:hover,
2460
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:hover,
2461
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover,
2462
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,
2181
+ .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,
2182
+ .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,
2183
+ .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,
2463
2184
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover {
2464
2185
  background: rgba(255, 255, 255, 0.12);
2465
2186
  }
2466
-
2467
2187
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,
2468
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:focus,
2469
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus,
2470
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:focus,
2471
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:focus,
2472
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:focus,
2473
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:focus,
2188
+ .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,
2189
+ .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,
2190
+ .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,
2474
2191
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:focus {
2475
2192
  background: rgba(255, 255, 255, 0.12);
2476
2193
  }
2477
-
2478
2194
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,
2479
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:active,
2480
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active,
2481
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:active,
2482
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:active,
2483
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:active,
2484
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:active,
2195
+ .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,
2196
+ .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,
2197
+ .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,
2485
2198
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:active {
2486
2199
  background: rgba(255, 255, 255, 0.22);
2487
2200
  }
2488
-
2489
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover,
2490
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover,
2491
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover,
2492
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover {
2201
+ .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 {
2493
2202
  background: rgba(255, 255, 255, 0.12);
2494
2203
  }
2495
-
2496
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus,
2497
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus,
2498
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus,
2499
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus {
2204
+ .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 {
2500
2205
  background: rgba(255, 255, 255, 0.12);
2501
2206
  }
2502
-
2503
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active,
2504
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active,
2505
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active,
2506
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active {
2207
+ .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 {
2507
2208
  background: rgba(255, 255, 255, 0.22);
2508
2209
  }
2509
-
2510
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active,
2511
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active,
2512
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active,
2513
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active {
2210
+ .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 {
2514
2211
  background: rgba(255, 255, 255, 0.22);
2515
2212
  border: 0;
2516
2213
  }
2517
-
2518
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after,
2519
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after,
2520
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content::after,
2521
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content::after {
2214
+ .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 {
2522
2215
  background: transparent;
2523
2216
  }
2524
-
2525
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover,
2526
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover,
2527
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,
2528
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover,
2529
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover,
2530
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,
2531
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-caret:hover,
2532
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-color-content:hover,
2533
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover,
2534
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-caret:hover,
2535
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-color-content:hover,
2536
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover {
2217
+ .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 {
2537
2218
  background: transparent;
2538
2219
  }
2539
-
2540
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons,
2541
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons,
2542
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons,
2543
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons,
2544
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-icons,
2545
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:active .e-icons,
2546
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-icons,
2547
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:active .e-icons {
2220
+ .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 {
2548
2221
  color: #fff;
2549
2222
  }
2550
-
2551
2223
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2552
2224
  color: #fff;
2553
2225
  }
2554
-
2555
2226
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2556
2227
  color: #fff;
2557
2228
  }
2558
-
2559
2229
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2560
2230
  color: rgba(255, 255, 255, 0.38);
2561
2231
  }
2562
-
2563
2232
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
2564
2233
  background: rgba(255, 255, 255, 0.22);
2565
2234
  }
2566
-
2567
2235
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-float {
2568
2236
  border: 1px solid #616161;
2569
2237
  }
2570
-
2571
2238
  .e-richtexteditor .e-rte-toolbar.e-tb-static {
2572
2239
  border-bottom: 1px solid #616161;
2573
2240
  }
2574
-
2575
2241
  .e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
2576
2242
  border: 0;
2577
2243
  }
2578
-
2579
2244
  .e-richtexteditor img.e-img-focus::selection {
2580
2245
  background: transparent;
2581
2246
  color: transparent;
2582
2247
  }
2583
-
2584
2248
  .e-richtexteditor .e-rte-content,
2585
2249
  .e-richtexteditor .e-source-content {
2586
2250
  background: #303030;
2587
2251
  border: 1px solid #616161;
2588
2252
  color: #fff;
2589
2253
  }
2590
-
2591
2254
  .e-richtexteditor .e-rte-content .e-content blockquote,
2592
2255
  .e-richtexteditor .e-source-content .e-content blockquote {
2593
2256
  border-left: solid 2px #fff;
2594
2257
  }
2595
-
2596
2258
  .e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),
2597
2259
  .e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) {
2598
2260
  border: solid 2px #4a90e2;
2599
2261
  }
2600
-
2601
2262
  .e-richtexteditor .e-rte-content .e-content a,
2602
2263
  .e-richtexteditor .e-source-content .e-content a {
2603
2264
  color: #42a1ff;
2604
2265
  }
2605
-
2606
2266
  .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
2607
2267
  border-left: 0;
2608
2268
  border-right: solid 2px #fff;
2609
2269
  }
2610
-
2611
2270
  .e-richtexteditor.e-rte-resize {
2612
2271
  background: #303030;
2613
2272
  }
2614
-
2615
2273
  .e-richtexteditor .e-input.e-rte-linkurl.e-error,
2616
2274
  .e-richtexteditor .e-input.e-img-link.e-error {
2617
2275
  color: #f00;
2618
2276
  }
2619
-
2620
2277
  .e-richtexteditor.e-rte-full-screen {
2621
2278
  background: #303030;
2622
2279
  }
2623
-
2624
2280
  .e-richtexteditor.e-rte-inline .e-rte-content {
2625
2281
  border: 0;
2626
2282
  }
2627
-
2628
2283
  .e-richtexteditor:not(.e-rte-toolbar-enabled) {
2629
2284
  border: 1px solid #616161;
2630
2285
  }
2631
-
2632
2286
  .e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content {
2633
2287
  border: 0;
2634
2288
  border-bottom: 0;
2635
2289
  border-top: 0;
2636
2290
  }
2637
-
2638
2291
  .e-richtexteditor.e-rte-tb-expand {
2639
2292
  border: 1px solid #616161;
2640
2293
  }
2641
-
2642
2294
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar {
2643
2295
  border: 0;
2644
2296
  }
2645
-
2646
2297
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
2647
2298
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2648
2299
  border-bottom-left-radius: 0;
@@ -2650,46 +2301,37 @@
2650
2301
  border-top-left-radius: 0;
2651
2302
  border-top-right-radius: 0;
2652
2303
  }
2653
-
2654
2304
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2655
2305
  border: 0;
2656
2306
  border-bottom: 0;
2657
2307
  }
2658
-
2659
2308
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2660
2309
  border-bottom: 0;
2661
2310
  }
2662
-
2663
2311
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2664
2312
  border-top: 0;
2665
2313
  }
2666
-
2667
2314
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float {
2668
2315
  border-bottom: 1px solid #616161;
2669
2316
  border-right: 1px solid #616161;
2670
2317
  border-top: 1px solid #616161;
2671
2318
  }
2672
-
2673
2319
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open {
2674
2320
  border-bottom: 1px solid #616161;
2675
2321
  }
2676
-
2677
2322
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended {
2678
2323
  border-bottom: 1px solid #616161;
2679
2324
  border-right: 1px solid #616161;
2680
2325
  }
2681
-
2682
2326
  .e-richtexteditor.e-rte-tb-expand .e-rte-content,
2683
2327
  .e-richtexteditor.e-rte-tb-expand .e-source-content {
2684
2328
  border: 0;
2685
2329
  border-bottom: 1px solid #616161;
2686
2330
  border-top: 1px solid #616161;
2687
2331
  }
2688
-
2689
2332
  .e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open {
2690
2333
  border-bottom: 1px solid #616161;
2691
2334
  }
2692
-
2693
2335
  .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content,
2694
2336
  .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
2695
2337
  border-bottom: 0;
@@ -2700,71 +2342,56 @@
2700
2342
  border-radius: 2px;
2701
2343
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.26);
2702
2344
  }
2703
-
2704
2345
  .e-rte-quick-popup .e-rte-quick-toolbar {
2705
2346
  background: #424242;
2706
2347
  border: 0;
2707
2348
  }
2708
-
2709
2349
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2710
2350
  background: #424242;
2711
2351
  }
2712
-
2713
2352
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2714
2353
  border: 0.5px solid #616161;
2715
2354
  }
2716
-
2717
2355
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
2718
2356
  background: #424242;
2719
2357
  border: 0;
2720
2358
  }
2721
-
2722
2359
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
2723
2360
  background: rgba(255, 255, 255, 0.12);
2724
2361
  border-color: #616161;
2725
2362
  }
2726
-
2727
2363
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus {
2728
2364
  background: rgba(255, 255, 255, 0.12);
2729
2365
  }
2730
-
2731
2366
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active {
2732
2367
  background: rgba(255, 255, 255, 0.22);
2733
2368
  border-color: #616161;
2734
2369
  }
2735
-
2736
2370
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons {
2737
2371
  color: #fff;
2738
2372
  }
2739
-
2740
2373
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,
2741
2374
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
2742
2375
  background: rgba(255, 255, 255, 0.22);
2743
2376
  border: 0;
2744
2377
  }
2745
-
2746
2378
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2747
2379
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
2748
2380
  color: #fff;
2749
2381
  }
2750
-
2751
2382
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
2752
2383
  color: #fff;
2753
2384
  }
2754
-
2755
2385
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2756
2386
  color: #fff;
2757
2387
  }
2758
-
2759
2388
  .e-rte-quick-popup .e-rte-dropdown-btn {
2760
2389
  background: #424242;
2761
2390
  border-color: #616161;
2762
2391
  }
2763
-
2764
2392
  .e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover {
2765
2393
  background: rgba(255, 255, 255, 0.12);
2766
2394
  }
2767
-
2768
2395
  .e-rte-quick-popup .e-rte-dropdown-btn:hover {
2769
2396
  border-color: #616161;
2770
2397
  }
@@ -2835,18 +2462,10 @@ span.e-rte-imageboxmark {
2835
2462
  -ms-user-select: none;
2836
2463
  user-select: none;
2837
2464
  }
2838
-
2839
2465
  *.e-disabled .e-rte-toolbar .e-toolbar-item {
2840
2466
  cursor: default;
2841
2467
  }
2842
-
2843
- *.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,
2844
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover,
2845
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active,
2846
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus,
2847
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover,
2848
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active,
2849
- *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus {
2468
+ *.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 {
2850
2469
  background: transparent;
2851
2470
  cursor: default;
2852
2471
  }
@@ -2923,13 +2542,10 @@ span.e-table-box.e-rbox-select {
2923
2542
  background: #303030;
2924
2543
  }
2925
2544
 
2926
- .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2927
- .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons,
2928
- .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons,
2929
- .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2545
+ .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 {
2930
2546
  color: #fff;
2931
2547
  }
2932
2548
 
2933
2549
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2934
2550
  border-bottom: 0;
2935
- }
2551
+ }