@syncfusion/ej2-react-documenteditor 20.4.54 → 21.1.37

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 (56) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist/ej2-react-documenteditor.min.js +2 -2
  3. package/dist/ej2-react-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-react-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-react-documenteditor.es2015.js +2 -0
  6. package/dist/es6/ej2-react-documenteditor.es2015.js.map +1 -1
  7. package/package.json +9 -9
  8. package/src/document-editor/documenteditor.component.d.ts +1 -0
  9. package/src/document-editor/documenteditor.component.js +1 -0
  10. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -0
  11. package/src/document-editor-container/documenteditorcontainer.component.js +1 -0
  12. package/styles/bootstrap-dark.css +64 -21
  13. package/styles/bootstrap.css +60 -17
  14. package/styles/bootstrap4.css +74 -28
  15. package/styles/bootstrap5-dark.css +84 -37
  16. package/styles/bootstrap5.css +84 -37
  17. package/styles/document-editor/bootstrap-dark.css +6 -2
  18. package/styles/document-editor/bootstrap.css +6 -2
  19. package/styles/document-editor/bootstrap4.css +8 -4
  20. package/styles/document-editor/bootstrap5-dark.css +25 -17
  21. package/styles/document-editor/bootstrap5.css +25 -17
  22. package/styles/document-editor/fabric-dark.css +6 -2
  23. package/styles/document-editor/fabric.css +6 -2
  24. package/styles/document-editor/fluent-dark.css +40 -27
  25. package/styles/document-editor/fluent.css +40 -27
  26. package/styles/document-editor/highcontrast-light.css +4 -0
  27. package/styles/document-editor/highcontrast.css +6 -2
  28. package/styles/document-editor/material-dark.css +6 -2
  29. package/styles/document-editor/material.css +6 -2
  30. package/styles/document-editor/tailwind-dark.css +22 -17
  31. package/styles/document-editor/tailwind.css +25 -17
  32. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  33. package/styles/document-editor-container/bootstrap.css +54 -15
  34. package/styles/document-editor-container/bootstrap4.css +66 -24
  35. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  36. package/styles/document-editor-container/bootstrap5.css +59 -20
  37. package/styles/document-editor-container/fabric-dark.css +58 -19
  38. package/styles/document-editor-container/fabric.css +58 -19
  39. package/styles/document-editor-container/fluent-dark.css +63 -27
  40. package/styles/document-editor-container/fluent.css +63 -27
  41. package/styles/document-editor-container/highcontrast-light.css +58 -19
  42. package/styles/document-editor-container/highcontrast.css +58 -19
  43. package/styles/document-editor-container/material-dark.css +58 -19
  44. package/styles/document-editor-container/material.css +57 -18
  45. package/styles/document-editor-container/tailwind-dark.css +58 -19
  46. package/styles/document-editor-container/tailwind.css +58 -19
  47. package/styles/fabric-dark.css +64 -21
  48. package/styles/fabric.css +64 -21
  49. package/styles/fluent-dark.css +103 -54
  50. package/styles/fluent.css +103 -54
  51. package/styles/highcontrast-light.css +62 -19
  52. package/styles/highcontrast.css +64 -21
  53. package/styles/material-dark.css +64 -21
  54. package/styles/material.css +63 -20
  55. package/styles/tailwind-dark.css +80 -36
  56. package/styles/tailwind.css +83 -36
@@ -42,6 +42,11 @@
42
42
  font-family: "e-icons";
43
43
  font-size: 13px;
44
44
  }
45
+ .e-documenteditor .e-de-multi-cmt-mark::before {
46
+ color: #6c757d;
47
+ content: "\e8bc";
48
+ font-family: "e-icons";
49
+ }
45
50
  .e-documenteditor .e-de-cmt-post::before {
46
51
  content: "\e71d";
47
52
  font-family: "e-icons";
@@ -123,40 +128,43 @@
123
128
  .e-de-table-left-alignment::before {
124
129
  color: #6c757d;
125
130
  content: "\e7f6";
126
- font-size: 46px;
131
+ font-size: 48px;
127
132
  }
128
133
 
129
134
  .e-de-table-center-alignment::before {
130
135
  color: #6c757d;
131
136
  content: "\e7f1";
132
- font-size: 46px;
137
+ font-size: 48px;
133
138
  }
134
139
 
135
140
  .e-de-table-right-alignment::before {
136
141
  color: #6c757d;
137
142
  content: "\e703";
138
- font-size: 46px;
143
+ font-size: 48px;
139
144
  }
140
145
 
141
146
  .e-de-tablecell-top-alignment::before {
142
147
  color: #6c757d;
143
148
  content: "\e775";
144
149
  font-family: "e-icons";
145
- font-size: 51px;
150
+ font-size: 48px;
151
+ margin: 2px;
146
152
  }
147
153
 
148
154
  .e-de-tablecell-center-alignment::before {
149
155
  color: #6c757d;
150
156
  content: "\e7e5";
151
157
  font-family: "e-icons";
152
- font-size: 51px;
158
+ font-size: 48px;
159
+ margin: 2px;
153
160
  }
154
161
 
155
162
  .e-de-tablecell-bottom-alignment::before {
156
163
  color: #6c757d;
157
164
  content: "\e7d9";
158
165
  font-family: "e-icons";
159
- font-size: 51px;
166
+ font-size: 48px;
167
+ margin: 2px;
160
168
  }
161
169
 
162
170
  .e-de-table-border-setting {
@@ -204,14 +212,14 @@
204
212
  .e-de-table-border-none-setting::before {
205
213
  color: #6c757d;
206
214
  content: "\e7eb";
207
- font-size: 38px;
215
+ font-size: 36px;
208
216
  position: absolute;
209
217
  }
210
218
 
211
219
  .e-de-table-border-box-setting::before {
212
220
  color: #6c757d;
213
221
  content: "\e834";
214
- font-size: 34px;
222
+ font-size: 36px;
215
223
  left: 2px;
216
224
  position: absolute;
217
225
  top: 2px;
@@ -221,7 +229,7 @@
221
229
  color: #6c757d;
222
230
  content: "\e7e8";
223
231
  font-family: "e-icons";
224
- font-size: 34px;
232
+ font-size: 36px;
225
233
  left: 2px;
226
234
  position: absolute;
227
235
  top: 2px;
@@ -230,7 +238,7 @@
230
238
  .e-de-table-border-custom-setting::before {
231
239
  color: #6c757d;
232
240
  content: "\e7d5";
233
- font-size: 34px;
241
+ font-size: 36px;
234
242
  left: 2px;
235
243
  position: absolute;
236
244
  top: 2px;
@@ -239,14 +247,14 @@
239
247
  .e-de-para-border-none-setting::before {
240
248
  color: #6c757d;
241
249
  content: "\e890";
242
- font-size: 38px;
250
+ font-size: 36px;
243
251
  position: absolute;
244
252
  }
245
253
 
246
254
  .e-de-para-border-box-setting::before {
247
255
  color: #6c757d;
248
256
  content: "\e891";
249
- font-size: 34px;
257
+ font-size: 36px;
250
258
  left: 2px;
251
259
  position: absolute;
252
260
  top: 2px;
@@ -255,7 +263,7 @@
255
263
  .e-de-para-border-shadow-setting::before {
256
264
  color: #6c757d;
257
265
  content: "\e892";
258
- font-size: 34px;
266
+ font-size: 36px;
259
267
  left: 2px;
260
268
  position: absolute;
261
269
  top: 2px;
@@ -264,7 +272,7 @@
264
272
  .e-de-para-border-custom-setting::before {
265
273
  color: #6c757d;
266
274
  content: "\e88f";
267
- font-size: 34px;
275
+ font-size: 36px;
268
276
  left: 2px;
269
277
  position: absolute;
270
278
  top: 2px;
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
1676
1684
  .e-de-style-font-group-button .e-btn,
1677
1685
  .e-de-style-paragraph-group-button .e-btn,
1678
1686
  .e-de-style-paragraph-indent-group-button .e-btn {
1679
- background-color: #fff;
1687
+ background: #fff;
1680
1688
  border-color: #dee2e6;
1681
1689
  }
1682
1690
  .e-de-style-font-group-button .e-btn:focus,
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
1848
1856
 
1849
1857
  .e-de-restrict-pane,
1850
1858
  .e-de-op {
1851
- background-color: #f8f9fa;
1859
+ background: #f8f9fa;
1852
1860
  }
1853
1861
 
1854
1862
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
2518
2526
  margin-right: 20px;
2519
2527
  }
2520
2528
 
2521
- .e-de-style-left-div .e-de-style-dlg-name-input {
2529
+ .e-de-style-dlg-name-input {
2522
2530
  height: 31px;
2523
2531
  }
2524
2532
 
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e97e";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1694
 
1691
1695
  .e-de-restrict-pane,
1692
1696
  .e-de-op {
1693
- background-color: #201f1f;
1697
+ background: #201f1f;
1694
1698
  }
1695
1699
 
1696
1700
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2387
  margin-right: 20px;
2384
2388
  }
2385
2389
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2390
+ .e-de-style-dlg-name-input {
2387
2391
  height: 32px;
2388
2392
  }
2389
2393
 
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e97e";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1694
 
1691
1695
  .e-de-restrict-pane,
1692
1696
  .e-de-op {
1693
- background-color: #fff;
1697
+ background: #fff;
1694
1698
  }
1695
1699
 
1696
1700
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2387
  margin-right: 20px;
2384
2388
  }
2385
2389
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2390
+ .e-de-style-dlg-name-input {
2387
2391
  height: 32px;
2388
2392
  }
2389
2393
 
@@ -41,6 +41,10 @@
41
41
  font-family: "e-icons";
42
42
  font-size: 13px;
43
43
  }
44
+ .e-documenteditor .e-de-multi-cmt-mark::before {
45
+ content: "\e8bc";
46
+ font-family: "e-icons";
47
+ }
44
48
  .e-documenteditor .e-de-cmt-post::before {
45
49
  content: "\e71d";
46
50
  font-family: "e-icons";
@@ -140,21 +144,27 @@
140
144
  color: #a19f9d;
141
145
  content: "\e775";
142
146
  font-family: "e-icons";
143
- font-size: 51px;
147
+ font-size: 42px;
148
+ margin: 5px;
149
+ position: absolute;
144
150
  }
145
151
 
146
152
  .e-de-tablecell-center-alignment::before {
147
153
  color: #a19f9d;
148
154
  content: "\e7e5";
149
155
  font-family: "e-icons";
150
- font-size: 51px;
156
+ font-size: 42px;
157
+ margin: 5px;
158
+ position: absolute;
151
159
  }
152
160
 
153
161
  .e-de-tablecell-bottom-alignment::before {
154
162
  color: #a19f9d;
155
163
  content: "\e7d9";
156
164
  font-family: "e-icons";
157
- font-size: 51px;
165
+ font-size: 42px;
166
+ margin: 5px;
167
+ position: absolute;
158
168
  }
159
169
 
160
170
  .e-de-table-border-setting {
@@ -202,70 +212,73 @@
202
212
  .e-de-table-border-none-setting::before {
203
213
  color: #a19f9d;
204
214
  content: "\e7eb";
205
- font-size: 38px;
215
+ font-size: 32px;
206
216
  position: absolute;
217
+ margin: 3px;
207
218
  }
208
219
 
209
220
  .e-de-table-border-box-setting::before {
210
221
  color: #a19f9d;
211
222
  content: "\e834";
212
- font-size: 34px;
213
- left: 2px;
223
+ font-size: 32px;
224
+ left: 3px;
214
225
  position: absolute;
215
- top: 2px;
226
+ top: 4px;
216
227
  }
217
228
 
218
229
  .e-de-table-border-all-setting::before {
219
230
  color: #a19f9d;
220
231
  content: "\e7e8";
221
232
  font-family: "e-icons";
222
- font-size: 34px;
223
- left: 2px;
233
+ font-size: 32px;
234
+ left: 3px;
224
235
  position: absolute;
225
- top: 2px;
236
+ top: 4px;
226
237
  }
227
238
 
228
239
  .e-de-table-border-custom-setting::before {
229
240
  color: #a19f9d;
230
241
  content: "\e7d5";
231
- font-size: 34px;
232
- left: 2px;
242
+ font-size: 32px;
243
+ left: 3px;
233
244
  position: absolute;
234
- top: 2px;
245
+ top: 4px;
235
246
  }
236
247
 
237
248
  .e-de-para-border-none-setting::before {
238
249
  color: #a19f9d;
239
250
  content: "\e890";
240
- font-size: 38px;
251
+ font-size: 32px;
241
252
  position: absolute;
253
+ margin: 3px;
254
+ top: 1px;
242
255
  }
243
256
 
244
257
  .e-de-para-border-box-setting::before {
245
258
  color: #a19f9d;
246
259
  content: "\e891";
247
- font-size: 34px;
248
- left: 2px;
260
+ font-size: 32px;
261
+ left: 3.5px;
249
262
  position: absolute;
250
- top: 2px;
263
+ top: 3.5px;
251
264
  }
252
265
 
253
266
  .e-de-para-border-shadow-setting::before {
254
267
  color: #a19f9d;
255
268
  content: "\e892";
256
- font-size: 34px;
257
- left: 2px;
269
+ font-size: 32px;
270
+ left: 3.5px;
258
271
  position: absolute;
259
- top: 2px;
272
+ top: 3.5px;
260
273
  }
261
274
 
262
275
  .e-de-para-border-custom-setting::before {
263
276
  color: #a19f9d;
264
277
  content: "\e88f";
265
- font-size: 34px;
266
- left: 2px;
278
+ font-size: 32px;
279
+ left: 3.5px;
267
280
  position: absolute;
268
- top: 2px;
281
+ top: 3.5px;
269
282
  }
270
283
 
271
284
  .e-de-table-border-toptop-alignment::before {
@@ -342,8 +355,8 @@
342
355
  }
343
356
 
344
357
  .e-de-columns-presets-genral {
345
- height: 62px;
346
- width: 62px;
358
+ height: 70px;
359
+ width: 70px;
347
360
  margin-right: 33px;
348
361
  margin-bottom: 12px;
349
362
  }
@@ -1787,7 +1800,7 @@ label[for*=_wholeWord_e-de-rtl] {
1787
1800
 
1788
1801
  .e-de-restrict-pane,
1789
1802
  .e-de-op {
1790
- background-color: #201f1e;
1803
+ background: #201f1e;
1791
1804
  }
1792
1805
 
1793
1806
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2457,7 +2470,7 @@ label[for*=_wholeWord_e-de-rtl] {
2457
2470
  margin-right: 20px;
2458
2471
  }
2459
2472
 
2460
- .e-de-style-left-div .e-de-style-dlg-name-input {
2473
+ .e-de-style-dlg-name-input {
2461
2474
  height: 31px;
2462
2475
  }
2463
2476
 
@@ -41,6 +41,10 @@
41
41
  font-family: "e-icons";
42
42
  font-size: 13px;
43
43
  }
44
+ .e-documenteditor .e-de-multi-cmt-mark::before {
45
+ content: "\e8bc";
46
+ font-family: "e-icons";
47
+ }
44
48
  .e-documenteditor .e-de-cmt-post::before {
45
49
  content: "\e71d";
46
50
  font-family: "e-icons";
@@ -140,21 +144,27 @@
140
144
  color: #605e5c;
141
145
  content: "\e775";
142
146
  font-family: "e-icons";
143
- font-size: 51px;
147
+ font-size: 42px;
148
+ margin: 5px;
149
+ position: absolute;
144
150
  }
145
151
 
146
152
  .e-de-tablecell-center-alignment::before {
147
153
  color: #605e5c;
148
154
  content: "\e7e5";
149
155
  font-family: "e-icons";
150
- font-size: 51px;
156
+ font-size: 42px;
157
+ margin: 5px;
158
+ position: absolute;
151
159
  }
152
160
 
153
161
  .e-de-tablecell-bottom-alignment::before {
154
162
  color: #605e5c;
155
163
  content: "\e7d9";
156
164
  font-family: "e-icons";
157
- font-size: 51px;
165
+ font-size: 42px;
166
+ margin: 5px;
167
+ position: absolute;
158
168
  }
159
169
 
160
170
  .e-de-table-border-setting {
@@ -202,70 +212,73 @@
202
212
  .e-de-table-border-none-setting::before {
203
213
  color: #605e5c;
204
214
  content: "\e7eb";
205
- font-size: 38px;
215
+ font-size: 32px;
206
216
  position: absolute;
217
+ margin: 3px;
207
218
  }
208
219
 
209
220
  .e-de-table-border-box-setting::before {
210
221
  color: #605e5c;
211
222
  content: "\e834";
212
- font-size: 34px;
213
- left: 2px;
223
+ font-size: 32px;
224
+ left: 3px;
214
225
  position: absolute;
215
- top: 2px;
226
+ top: 4px;
216
227
  }
217
228
 
218
229
  .e-de-table-border-all-setting::before {
219
230
  color: #605e5c;
220
231
  content: "\e7e8";
221
232
  font-family: "e-icons";
222
- font-size: 34px;
223
- left: 2px;
233
+ font-size: 32px;
234
+ left: 3px;
224
235
  position: absolute;
225
- top: 2px;
236
+ top: 4px;
226
237
  }
227
238
 
228
239
  .e-de-table-border-custom-setting::before {
229
240
  color: #605e5c;
230
241
  content: "\e7d5";
231
- font-size: 34px;
232
- left: 2px;
242
+ font-size: 32px;
243
+ left: 3px;
233
244
  position: absolute;
234
- top: 2px;
245
+ top: 4px;
235
246
  }
236
247
 
237
248
  .e-de-para-border-none-setting::before {
238
249
  color: #605e5c;
239
250
  content: "\e890";
240
- font-size: 38px;
251
+ font-size: 32px;
241
252
  position: absolute;
253
+ margin: 3px;
254
+ top: 1px;
242
255
  }
243
256
 
244
257
  .e-de-para-border-box-setting::before {
245
258
  color: #605e5c;
246
259
  content: "\e891";
247
- font-size: 34px;
248
- left: 2px;
260
+ font-size: 32px;
261
+ left: 3.5px;
249
262
  position: absolute;
250
- top: 2px;
263
+ top: 3.5px;
251
264
  }
252
265
 
253
266
  .e-de-para-border-shadow-setting::before {
254
267
  color: #605e5c;
255
268
  content: "\e892";
256
- font-size: 34px;
257
- left: 2px;
269
+ font-size: 32px;
270
+ left: 3.5px;
258
271
  position: absolute;
259
- top: 2px;
272
+ top: 3.5px;
260
273
  }
261
274
 
262
275
  .e-de-para-border-custom-setting::before {
263
276
  color: #605e5c;
264
277
  content: "\e88f";
265
- font-size: 34px;
266
- left: 2px;
278
+ font-size: 32px;
279
+ left: 3.5px;
267
280
  position: absolute;
268
- top: 2px;
281
+ top: 3.5px;
269
282
  }
270
283
 
271
284
  .e-de-table-border-toptop-alignment::before {
@@ -342,8 +355,8 @@
342
355
  }
343
356
 
344
357
  .e-de-columns-presets-genral {
345
- height: 62px;
346
- width: 62px;
358
+ height: 70px;
359
+ width: 70px;
347
360
  margin-right: 33px;
348
361
  margin-bottom: 12px;
349
362
  }
@@ -1787,7 +1800,7 @@ label[for*=_wholeWord_e-de-rtl] {
1787
1800
 
1788
1801
  .e-de-restrict-pane,
1789
1802
  .e-de-op {
1790
- background-color: #faf9f8;
1803
+ background: #faf9f8;
1791
1804
  }
1792
1805
 
1793
1806
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2457,7 +2470,7 @@ label[for*=_wholeWord_e-de-rtl] {
2457
2470
  margin-right: 20px;
2458
2471
  }
2459
2472
 
2460
- .e-de-style-left-div .e-de-style-dlg-name-input {
2473
+ .e-de-style-dlg-name-input {
2461
2474
  height: 31px;
2462
2475
  }
2463
2476
 
@@ -2089,6 +2089,10 @@ label[for=container_wholeWord] {
2089
2089
  font-family: "e-icons";
2090
2090
  font-size: 13px;
2091
2091
  }
2092
+ .e-documenteditor .e-de-multi-cmt-mark::before {
2093
+ content: "\e97a";
2094
+ font-family: "e-icons";
2095
+ }
2092
2096
  .e-documenteditor .e-de-cmt-post::before {
2093
2097
  content: "\e816";
2094
2098
  font-family: "e-icons";
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e97a";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1694
 
1691
1695
  .e-de-restrict-pane,
1692
1696
  .e-de-op {
1693
- background-color: #000;
1697
+ background: #000;
1694
1698
  }
1695
1699
 
1696
1700
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2387
  margin-right: 20px;
2384
2388
  }
2385
2389
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2390
+ .e-de-style-dlg-name-input {
2387
2391
  height: 32px;
2388
2392
  }
2389
2393
 
@@ -49,6 +49,10 @@
49
49
  font-family: "e-icons";
50
50
  font-size: 13px;
51
51
  }
52
+ .e-documenteditor .e-de-multi-cmt-mark::before {
53
+ content: "\e97a";
54
+ font-family: "e-icons";
55
+ }
52
56
  .e-documenteditor .e-de-cmt-post::before {
53
57
  content: "\e816";
54
58
  font-family: "e-icons";
@@ -1685,7 +1689,7 @@ label[for*=_wholeWord_e-de-rtl] {
1685
1689
 
1686
1690
  .e-de-restrict-pane,
1687
1691
  .e-de-op {
1688
- background-color: #212121;
1692
+ background: #212121;
1689
1693
  }
1690
1694
 
1691
1695
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2378,7 +2382,7 @@ label[for*=_wholeWord_e-de-rtl] {
2378
2382
  margin-right: 15px;
2379
2383
  }
2380
2384
 
2381
- .e-de-style-left-div .e-de-style-dlg-name-input {
2385
+ .e-de-style-dlg-name-input {
2382
2386
  height: 18px;
2383
2387
  }
2384
2388
 
@@ -49,6 +49,10 @@
49
49
  font-family: "e-icons";
50
50
  font-size: 13px;
51
51
  }
52
+ .e-documenteditor .e-de-multi-cmt-mark::before {
53
+ content: "\e97a";
54
+ font-family: "e-icons";
55
+ }
52
56
  .e-documenteditor .e-de-cmt-post::before {
53
57
  content: "\e816";
54
58
  font-family: "e-icons";
@@ -1685,7 +1689,7 @@ label[for*=_wholeWord_e-de-rtl] {
1685
1689
 
1686
1690
  .e-de-restrict-pane,
1687
1691
  .e-de-op {
1688
- background-color: #fff;
1692
+ background: #fff;
1689
1693
  }
1690
1694
 
1691
1695
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2378,7 +2382,7 @@ label[for*=_wholeWord_e-de-rtl] {
2378
2382
  margin-right: 15px;
2379
2383
  }
2380
2384
 
2381
- .e-de-style-left-div .e-de-style-dlg-name-input {
2385
+ .e-de-style-dlg-name-input {
2382
2386
  height: 18px;
2383
2387
  }
2384
2388