@syncfusion/ej2-vue-richtexteditor 20.1.47 → 20.1.48

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 (44) hide show
  1. package/CHANGELOG.md +69 -1
  2. package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
  3. package/dist/es6/ej2-vue-richtexteditor.es2015.js +2 -16
  4. package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-richtexteditor.es5.js +1 -10
  6. package/dist/es6/ej2-vue-richtexteditor.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
  8. package/package.json +14 -8
  9. package/src/rich-text-editor/richtexteditor.component.d.ts +0 -1
  10. package/src/rich-text-editor/richtexteditor.component.js +1 -10
  11. package/styles/bootstrap-dark.css +3 -6
  12. package/styles/bootstrap.css +3 -6
  13. package/styles/bootstrap4.css +2 -2
  14. package/styles/bootstrap5-dark.css +6 -30
  15. package/styles/bootstrap5.css +7 -31
  16. package/styles/fabric-dark.css +2 -2
  17. package/styles/fabric.css +2 -2
  18. package/styles/highcontrast-light.css +2 -2
  19. package/styles/highcontrast.css +2 -2
  20. package/styles/material-dark.css +2 -2
  21. package/styles/material.css +2 -2
  22. package/styles/rich-text-editor/bootstrap-dark.css +3 -6
  23. package/styles/rich-text-editor/bootstrap.css +3 -6
  24. package/styles/rich-text-editor/bootstrap4.css +2 -2
  25. package/styles/rich-text-editor/bootstrap5-dark.css +6 -30
  26. package/styles/rich-text-editor/bootstrap5.css +7 -31
  27. package/styles/rich-text-editor/fabric-dark.css +2 -2
  28. package/styles/rich-text-editor/fabric.css +2 -2
  29. package/styles/rich-text-editor/highcontrast-light.css +2 -2
  30. package/styles/rich-text-editor/highcontrast.css +2 -2
  31. package/styles/rich-text-editor/material-dark.css +2 -2
  32. package/styles/rich-text-editor/material.css +2 -2
  33. package/styles/rich-text-editor/tailwind-dark.css +85 -104
  34. package/styles/rich-text-editor/tailwind.css +86 -105
  35. package/styles/tailwind-dark.css +85 -104
  36. package/styles/tailwind.css +86 -105
  37. package/styles/fluent-dark.css +0 -3001
  38. package/styles/fluent-dark.scss +0 -1
  39. package/styles/fluent.css +0 -3001
  40. package/styles/fluent.scss +0 -1
  41. package/styles/rich-text-editor/fluent-dark.css +0 -3001
  42. package/styles/rich-text-editor/fluent-dark.scss +0 -1
  43. package/styles/rich-text-editor/fluent.css +0 -3001
  44. package/styles/rich-text-editor/fluent.scss +0 -1
@@ -3,363 +3,363 @@
3
3
  /*! richtexteditor icons */
4
4
  .e-rte-toolbar .e-alignments::before,
5
5
  .e-rte-dropdown-popup .e-alignments::before {
6
- content: '\e7b8';
6
+ content: '\e7ae';
7
7
  }
8
8
 
9
9
  .e-rte-toolbar .e-justify-left::before,
10
10
  .e-rte-dropdown-popup .e-justify-left::before {
11
- content: '\e7b8';
11
+ content: '\e7ae';
12
12
  }
13
13
 
14
14
  .e-rte-toolbar .e-justify-center::before,
15
15
  .e-rte-dropdown-popup .e-justify-center::before {
16
- content: '\e813';
16
+ content: '\e74f';
17
17
  }
18
18
 
19
19
  .e-rte-toolbar .e-justify-right::before,
20
20
  .e-rte-dropdown-popup .e-justify-right::before {
21
- content: '\e719';
21
+ content: '\e772';
22
22
  }
23
23
 
24
24
  .e-rte-toolbar .e-justify-full::before,
25
25
  .e-rte-dropdown-popup .e-justify-full::before {
26
- content: '\e721';
26
+ content: '\e723';
27
27
  }
28
28
 
29
29
  .e-rte-toolbar .e-font-name::before,
30
30
  .e-rte-dropdown-popup .e-font-name::before {
31
- content: '\e76f';
31
+ content: '\e766';
32
32
  }
33
33
 
34
34
  .e-rte-toolbar .e-font-color::before,
35
35
  .e-rte-dropdown-popup .e-font-color::before {
36
- content: '\e79f';
36
+ content: '\e775';
37
37
  }
38
38
 
39
39
  .e-rte-toolbar .e-background-color::before,
40
40
  .e-rte-dropdown-popup .e-background-color::before {
41
- content: '\e783';
41
+ content: '\e782';
42
42
  }
43
43
 
44
44
  .e-rte-toolbar .e-bold::before,
45
45
  .e-rte-dropdown-popup .e-bold::before {
46
- content: '\e737';
46
+ content: '\e79d';
47
47
  }
48
48
 
49
49
  .e-rte-toolbar .e-italic::before,
50
50
  .e-rte-dropdown-popup .e-italic::before {
51
- content: '\e75a';
51
+ content: '\e722';
52
52
  }
53
53
 
54
54
  .e-rte-toolbar .e-underline::before,
55
55
  .e-rte-dropdown-popup .e-underline::before {
56
- content: '\e82f';
56
+ content: '\e7d4';
57
57
  }
58
58
 
59
59
  .e-rte-toolbar .e-strike-through::before,
60
60
  .e-rte-dropdown-popup .e-strike-through::before {
61
- content: '\e758';
61
+ content: '\e760';
62
62
  }
63
63
 
64
64
  .e-rte-toolbar .e-clear-format::before,
65
65
  .e-rte-dropdown-popup .e-clear-format::before {
66
- content: '\e803';
66
+ content: '\e76b';
67
67
  }
68
68
 
69
69
  .e-rte-toolbar .e-clear-all::before,
70
70
  .e-rte-dropdown-popup .e-clear-all::before {
71
- content: '\e7cc';
71
+ content: '\e76b';
72
72
  }
73
73
 
74
74
  .e-rte-toolbar .e-cut::before,
75
75
  .e-rte-dropdown-popup .e-cut::before {
76
- content: '\e7fb';
76
+ content: '\e763';
77
77
  }
78
78
 
79
79
  .e-rte-toolbar .e-copy::before,
80
80
  .e-rte-dropdown-popup .e-copy::before {
81
- content: '\e77c';
81
+ content: '\e7ce';
82
82
  }
83
83
 
84
84
  .e-rte-toolbar .e-paste::before,
85
85
  .e-rte-dropdown-popup .e-paste::before {
86
- content: '\e70b';
86
+ content: '\e75e';
87
87
  }
88
88
 
89
89
  .e-rte-toolbar .e-unorder-list::before,
90
90
  .e-rte-dropdown-popup .e-unorder-list::before {
91
- content: '\e77e';
91
+ content: '\e743';
92
92
  }
93
93
 
94
94
  .e-rte-toolbar .e-order-list::before,
95
95
  .e-rte-dropdown-popup .e-order-list::before {
96
- content: '\e7cb';
96
+ content: '\e71f';
97
97
  }
98
98
 
99
99
  .e-rte-toolbar .e-indent::before,
100
100
  .e-rte-dropdown-popup .e-indent::before {
101
- content: '\e810';
101
+ content: '\e7ac';
102
102
  }
103
103
 
104
104
  .e-rte-toolbar .e-outdent::before,
105
105
  .e-rte-dropdown-popup .e-outdent::before {
106
- content: '\e72a';
106
+ content: '\e735';
107
107
  }
108
108
 
109
109
  .e-rte-toolbar .e-undo::before,
110
110
  .e-rte-dropdown-popup .e-undo::before {
111
- content: '\e713';
111
+ content: '\e7bd';
112
112
  }
113
113
 
114
114
  .e-rte-toolbar .e-redo::before,
115
115
  .e-rte-dropdown-popup .e-redo::before {
116
- content: '\e755';
116
+ content: '\e7b9';
117
117
  }
118
118
 
119
119
  .e-rte-toolbar .e-super-script::before,
120
120
  .e-rte-dropdown-popup .e-super-script::before {
121
- content: '\e7a7';
121
+ content: '\e7cb';
122
122
  }
123
123
 
124
124
  .e-rte-toolbar .e-sub-script::before,
125
125
  .e-rte-dropdown-popup .e-sub-script::before {
126
- content: '\e80a';
126
+ content: '\e7b4';
127
127
  }
128
128
 
129
129
  .e-rte-toolbar .e-create-link::before,
130
130
  .e-rte-dropdown-popup .e-create-link::before {
131
- content: '\e757';
131
+ content: '\e74a';
132
132
  }
133
133
 
134
134
  .e-rte-toolbar .e-open-link::before,
135
135
  .e-rte-dropdown-popup .e-open-link::before {
136
- content: '\e77a';
136
+ content: '\e778';
137
137
  }
138
138
 
139
139
  .e-rte-toolbar .e-edit-link::before,
140
140
  .e-rte-dropdown-popup .e-edit-link::before {
141
- content: '\e722';
141
+ content: '\e7d2';
142
142
  }
143
143
 
144
144
  .e-rte-toolbar .e-remove-link::before,
145
145
  .e-rte-dropdown-popup .e-remove-link::before {
146
- content: '\e80c';
146
+ content: '\e776';
147
147
  }
148
148
 
149
149
  .e-rte-toolbar .e-image::before,
150
150
  .e-rte-dropdown-popup .e-image::before {
151
- content: '\e786';
151
+ content: '\e7da';
152
152
  }
153
153
 
154
154
  .e-rte-toolbar .e-replace::before,
155
155
  .e-rte-dropdown-popup .e-replace::before {
156
- content: '\e710';
156
+ content: '\e71c';
157
157
  }
158
158
 
159
159
  .e-rte-toolbar .e-align::before,
160
160
  .e-rte-dropdown-popup .e-align::before {
161
- content: '\e7b8';
161
+ content: '\e7ae';
162
162
  }
163
163
 
164
164
  .e-rte-toolbar .e-caption::before,
165
165
  .e-rte-dropdown-popup .e-caption::before {
166
- content: '\e82e';
166
+ content: '\e785';
167
167
  }
168
168
 
169
169
  .e-rte-toolbar .e-remove::before,
170
170
  .e-rte-dropdown-popup .e-remove::before {
171
- content: '\e820';
171
+ content: '\e78d';
172
172
  }
173
173
 
174
174
  .e-rte-toolbar .e-insert-link::before,
175
175
  .e-rte-dropdown-popup .e-insert-link::before {
176
- content: '\e757';
176
+ content: '\e74a';
177
177
  }
178
178
 
179
179
  .e-rte-toolbar .e-display::before,
180
180
  .e-rte-dropdown-popup .e-display::before {
181
- content: '\e7b7';
181
+ content: '\e7c7';
182
182
  }
183
183
 
184
184
  .e-rte-toolbar .e-alt-text::before,
185
185
  .e-rte-dropdown-popup .e-alt-text::before {
186
- content: '\e769';
186
+ content: '\e70d';
187
187
  }
188
188
 
189
189
  .e-rte-toolbar .e-img-dimension::before,
190
190
  .e-rte-dropdown-popup .e-img-dimension::before {
191
- content: '\e879';
191
+ content: '\e756';
192
192
  }
193
193
 
194
194
  .e-rte-toolbar .e-maximize::before,
195
195
  .e-rte-dropdown-popup .e-maximize::before {
196
- content: '\e81c';
196
+ content: '\e77c';
197
197
  }
198
198
 
199
199
  .e-rte-toolbar .e-minimize::before,
200
200
  .e-rte-dropdown-popup .e-minimize::before {
201
- content: '\e7b0';
201
+ content: '\e734';
202
202
  }
203
203
 
204
204
  .e-rte-toolbar .e-zoom-in::before,
205
205
  .e-rte-dropdown-popup .e-zoom-in::before {
206
- content: '\e795';
206
+ content: '\e70a';
207
207
  }
208
208
 
209
209
  .e-rte-toolbar .e-zoom-out::before,
210
210
  .e-rte-dropdown-popup .e-zoom-out::before {
211
- content: '\e825';
211
+ content: '\e779';
212
212
  }
213
213
 
214
214
  .e-rte-toolbar .e-lower-case::before,
215
215
  .e-rte-dropdown-popup .e-lower-case::before {
216
- content: '\e746';
216
+ content: '\e720';
217
217
  }
218
218
 
219
219
  .e-rte-toolbar .e-upper-case::before,
220
220
  .e-rte-dropdown-popup .e-upper-case::before {
221
- content: '\e793';
221
+ content: '\e79e';
222
222
  }
223
223
 
224
224
  .e-rte-toolbar .e-print::before,
225
225
  .e-rte-dropdown-popup .e-print::before {
226
- content: '\e75d';
226
+ content: '\e76c';
227
227
  }
228
228
 
229
229
  .e-rte-toolbar .e-formats::before,
230
230
  .e-rte-dropdown-popup .e-formats::before {
231
- content: '\e844';
231
+ content: '\e72d';
232
232
  }
233
233
 
234
234
  .e-rte-toolbar .e-source-code::before,
235
235
  .e-rte-dropdown-popup .e-source-code::before {
236
- content: '\e80e';
236
+ content: '\e748';
237
237
  }
238
238
 
239
239
  .e-rte-toolbar .e-preview::before,
240
240
  .e-rte-dropdown-popup .e-preview::before {
241
- content: '\e7de';
241
+ content: '\e7d0';
242
242
  }
243
243
 
244
244
  .e-rte-toolbar .e-view-side::before,
245
245
  .e-rte-dropdown-popup .e-view-side::before {
246
- content: '\e82b';
246
+ content: '\e7c0';
247
247
  }
248
248
 
249
249
  .e-rte-toolbar .e-insert-code::before,
250
250
  .e-rte-dropdown-popup .e-insert-code::before {
251
- content: '\e831';
251
+ content: '\e759';
252
252
  }
253
253
 
254
254
  .e-rte-toolbar .e-table-header::before,
255
255
  .e-rte-dropdown-popup .e-table-header::before {
256
- content: '\e7c3';
256
+ content: '\e787';
257
257
  }
258
258
 
259
259
  .e-rte-toolbar .e-table-remove::before,
260
260
  .e-rte-dropdown-popup .e-table-remove::before {
261
- content: '\e820';
261
+ content: '\e78d';
262
262
  }
263
263
 
264
264
  .e-rte-toolbar .e-table-rows::before,
265
265
  .e-rte-dropdown-popup .e-table-rows::before {
266
- content: '\e77f';
266
+ content: '\e78e';
267
267
  }
268
268
 
269
269
  .e-rte-toolbar .e-table-columns::before,
270
270
  .e-rte-dropdown-popup .e-table-columns::before {
271
- content: '\e841';
271
+ content: '\e7dc';
272
272
  }
273
273
 
274
274
  .e-rte-toolbar .e-table-cell-ver-align::before,
275
275
  .e-rte-dropdown-popup .e-table-cell-ver-align::before {
276
- content: '\e74f';
276
+ content: '\e7cc';
277
277
  }
278
278
 
279
279
  .e-rte-toolbar .e-table-edit-properties::before,
280
280
  .e-rte-dropdown-popup .e-table-edit-properties::before {
281
- content: '\e730';
281
+ content: '\e7d2';
282
282
  }
283
283
 
284
284
  .e-rte-toolbar .e-create-table::before,
285
285
  .e-rte-dropdown-popup .e-create-table::before {
286
- content: '\e7e9';
286
+ content: '\e7a1';
287
287
  }
288
288
 
289
289
  .e-rte-toolbar .e-align-bottom::before,
290
290
  .e-rte-dropdown-popup .e-align-bottom::before {
291
- content: '\e7a0';
291
+ content: '\e73e';
292
292
  }
293
293
 
294
294
  .e-rte-toolbar .e-align-middle::before,
295
295
  .e-rte-dropdown-popup .e-align-middle::before {
296
- content: '\e74f';
296
+ content: '\e7cc';
297
297
  }
298
298
 
299
299
  .e-rte-toolbar .e-align-top::before,
300
300
  .e-rte-dropdown-popup .e-align-top::before {
301
- content: '\e707';
301
+ content: '\e709';
302
302
  }
303
303
 
304
304
  .e-rte-toolbar .e-insert-column-left::before,
305
305
  .e-rte-dropdown-popup .e-insert-column-left::before {
306
- content: '\e78b';
306
+ content: '\e7db';
307
307
  }
308
308
 
309
309
  .e-rte-toolbar .e-insert-column-right::before,
310
310
  .e-rte-dropdown-popup .e-insert-column-right::before {
311
- content: '\e70e';
311
+ content: '\e710';
312
312
  }
313
313
 
314
314
  .e-rte-toolbar .e-delete-column::before,
315
315
  .e-rte-dropdown-popup .e-delete-column::before {
316
- content: '\e714';
316
+ content: '\e721';
317
317
  }
318
318
 
319
319
  .e-rte-toolbar .e-insert-row-before::before,
320
320
  .e-rte-dropdown-popup .e-insert-row-before::before {
321
- content: '\e836';
321
+ content: '\e7dd';
322
322
  }
323
323
 
324
324
  .e-rte-toolbar .e-insert-row-after::before,
325
325
  .e-rte-dropdown-popup .e-insert-row-after::before {
326
- content: '\e801';
326
+ content: '\e757';
327
327
  }
328
328
 
329
329
  .e-rte-toolbar .e-delete-row::before,
330
330
  .e-rte-dropdown-popup .e-delete-row::before {
331
- content: '\e7f2';
331
+ content: '\e75a';
332
332
  }
333
333
 
334
334
  .e-rte-toolbar .e-style::before,
335
335
  .e-rte-dropdown-popup .e-style::before {
336
- content: '\e76e';
336
+ content: '\e724';
337
337
  }
338
338
 
339
339
  .e-rte-toolbar .e-rte-file-manager::before,
340
340
  .e-rte-dropdown-popup .e-rte-file-manager::before {
341
- content: '\e83c';
341
+ content: '\e7d3';
342
342
  }
343
343
 
344
344
  .e-richtexteditor .e-south-east::before,
345
345
  .e-richtexteditor .e-south-west::before {
346
- content: '\e761';
346
+ content: '\e715';
347
347
  }
348
348
 
349
349
  .e-cell-merge::before {
350
- content: '\e83a';
350
+ content: '\e90f';
351
351
  }
352
352
 
353
353
  .e-cell-horizontal-split::before {
354
- content: '\e7a4';
354
+ content: '\e90c';
355
355
  }
356
356
 
357
357
  .e-cell-vertical-split::before {
358
- content: '\e732';
358
+ content: '\e90a';
359
359
  }
360
360
 
361
361
  .e-table-cell::before {
362
- content: '\e7c2';
362
+ content: '\e917';
363
363
  }
364
364
 
365
365
  /*! tab layout */
@@ -752,7 +752,6 @@
752
752
  line-height: 1.5;
753
753
  opacity: 00.54;
754
754
  overflow: hidden;
755
- padding: 12px;
756
755
  position: absolute;
757
756
  text-align: start;
758
757
  top: 0;
@@ -780,7 +779,7 @@
780
779
  min-height: 100px;
781
780
  outline: 0 solid transparent;
782
781
  overflow-x: auto;
783
- padding: 12px;
782
+ padding: 11px 12px 12px 13px;
784
783
  position: relative;
785
784
  text-align: inherit;
786
785
  z-index: 2;
@@ -916,10 +915,11 @@
916
915
 
917
916
  .e-richtexteditor .e-rte-character-count {
918
917
  bottom: 0;
919
- color: #6b7280;
918
+ color: #9ca3af;
919
+ font-family: 'Times New Roman', Georgia, Serif;
920
920
  font-size: 14px;
921
921
  margin-right: 30px;
922
- opacity: 1;
922
+ opacity: 00.54;
923
923
  padding-bottom: 2px;
924
924
  position: absolute;
925
925
  right: 0;
@@ -2431,7 +2431,7 @@
2431
2431
  }
2432
2432
 
2433
2433
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
2434
- color: #6b7280;
2434
+ color: #111827;
2435
2435
  }
2436
2436
 
2437
2437
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
@@ -2448,7 +2448,7 @@
2448
2448
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after,
2449
2449
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content::after,
2450
2450
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content::after {
2451
- background: #f3f4f6;
2451
+ background: #fff;
2452
2452
  }
2453
2453
 
2454
2454
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,
@@ -2458,13 +2458,6 @@
2458
2458
  color: #e5e7eb;
2459
2459
  }
2460
2460
 
2461
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,
2462
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons,
2463
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons,
2464
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons {
2465
- color: #6b7280;
2466
- }
2467
-
2468
2461
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,
2469
2462
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2470
2463
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,
@@ -2484,7 +2477,7 @@
2484
2477
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover,
2485
2478
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover,
2486
2479
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover {
2487
- background: #f3f4f6;
2480
+ background: #e5e7eb;
2488
2481
  }
2489
2482
 
2490
2483
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,
@@ -2495,7 +2488,7 @@
2495
2488
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover,
2496
2489
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,
2497
2490
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover {
2498
- background: #f3f4f6;
2491
+ background: #e5e7eb;
2499
2492
  }
2500
2493
 
2501
2494
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,
@@ -2524,7 +2517,7 @@
2524
2517
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover,
2525
2518
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover,
2526
2519
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover {
2527
- background: #f3f4f6;
2520
+ background: #e5e7eb;
2528
2521
  }
2529
2522
 
2530
2523
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus,
@@ -2583,7 +2576,7 @@
2583
2576
  }
2584
2577
 
2585
2578
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2586
- color: #6b7280;
2579
+ color: #111827;
2587
2580
  }
2588
2581
 
2589
2582
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
@@ -2783,11 +2776,11 @@
2783
2776
  }
2784
2777
 
2785
2778
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
2786
- color: #6b7280;
2779
+ color: #111827;
2787
2780
  }
2788
2781
 
2789
2782
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2790
- color: #6b7280;
2783
+ color: #111827;
2791
2784
  }
2792
2785
 
2793
2786
  .e-rte-quick-popup .e-rte-dropdown-btn {
@@ -2969,18 +2962,13 @@ span.e-table-box.e-rbox-select {
2969
2962
  }
2970
2963
 
2971
2964
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2972
- color: #6b7280;
2965
+ color: #111827;
2973
2966
  }
2974
2967
 
2975
2968
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2976
2969
  border-radius: 4px;
2977
2970
  }
2978
2971
 
2979
- .e-richtexteditor .e-toolbar .e-tbar-btn {
2980
- border-bottom: 1px solid transparent;
2981
- border-top: 1px solid transparent;
2982
- }
2983
-
2984
2972
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
2985
2973
  background: #f9fafb;
2986
2974
  border: 1px solid #d1d5db;
@@ -2994,10 +2982,3 @@ span.e-table-box.e-rbox-select {
2994
2982
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2995
2983
  border-bottom: 0;
2996
2984
  }
2997
-
2998
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active .e-icons,
2999
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active .e-rte-dropdown-btn-text,
3000
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus .e-rte-dropdown-btn-text,
3001
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icon-button:focus .e-icons {
3002
- color: #6b7280;
3003
- }