@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -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
 
@@ -55,6 +55,11 @@
55
55
  font-size: 13px;
56
56
  }
57
57
 
58
+ .e-de-multi-cmt-mark::before {
59
+ content: '\e98a';
60
+ font-family: 'e-icons';
61
+ }
62
+
58
63
  .e-de-cmt-post::before {
59
64
  content: '\e816';
60
65
  font-family: 'e-icons';
@@ -55,6 +55,11 @@
55
55
  font-size: 13px;
56
56
  }
57
57
 
58
+ .e-de-multi-cmt-mark::before {
59
+ content: '\e98a';
60
+ font-family: 'e-icons';
61
+ }
62
+
58
63
  .e-de-cmt-post::before {
59
64
  content: '\e816';
60
65
  font-family: 'e-icons';
@@ -55,6 +55,11 @@
55
55
  font-size: 13px;
56
56
  }
57
57
 
58
+ .e-de-multi-cmt-mark::before {
59
+ content: '\e978';
60
+ font-family: 'e-icons';
61
+ }
62
+
58
63
  .e-de-cmt-post::before {
59
64
  content: '\e816';
60
65
  font-family: 'e-icons';
@@ -54,6 +54,12 @@
54
54
  font-size: 13px;
55
55
  }
56
56
 
57
+ .e-de-multi-cmt-mark::before {
58
+ color: $icon-color;
59
+ content: '\e8bc';
60
+ font-family: 'e-icons';
61
+ }
62
+
57
63
  .e-de-cmt-post::before {
58
64
  content: '\e71d';
59
65
  font-family: 'e-icons';
@@ -165,6 +171,7 @@
165
171
  content: '\e775';
166
172
  font-family: 'e-icons';
167
173
  font-size: $de-tablecell-alignment-font-size;
174
+ margin: 2px;
168
175
  }
169
176
 
170
177
  .e-de-tablecell-center-alignment::before {
@@ -172,6 +179,7 @@
172
179
  content: '\e7e5';
173
180
  font-family: 'e-icons';
174
181
  font-size: $de-tablecell-alignment-font-size;
182
+ margin: 2px;
175
183
  }
176
184
 
177
185
  .e-de-tablecell-bottom-alignment::before {
@@ -179,6 +187,7 @@
179
187
  content: '\e7d9';
180
188
  font-family: 'e-icons';
181
189
  font-size: $de-tablecell-alignment-font-size;
190
+ margin: 2px;
182
191
  }
183
192
 
184
193
  .e-de-table-border-setting {
@@ -55,6 +55,11 @@
55
55
  font-size: 13px;
56
56
  }
57
57
 
58
+ .e-de-multi-cmt-mark::before {
59
+ content: '\e97e';
60
+ font-family: 'e-icons';
61
+ }
62
+
58
63
  .e-de-cmt-post::before {
59
64
  content: '\e816';
60
65
  font-family: 'e-icons';
@@ -55,6 +55,11 @@
55
55
  font-size: 13px;
56
56
  }
57
57
 
58
+ .e-de-multi-cmt-mark::before {
59
+ content: '\e97e';
60
+ font-family: 'e-icons';
61
+ }
62
+
58
63
  .e-de-cmt-post::before {
59
64
  content: '\e816';
60
65
  font-family: 'e-icons';
@@ -53,6 +53,11 @@
53
53
  font-size: 13px;
54
54
  }
55
55
 
56
+ .e-de-multi-cmt-mark::before {
57
+ content: '\e8bc';
58
+ font-family: 'e-icons';
59
+ }
60
+
56
61
  .e-de-cmt-post::before {
57
62
  content: '\e71d';
58
63
  font-family: 'e-icons';
@@ -163,6 +168,8 @@
163
168
  content: '\e775';
164
169
  font-family: 'e-icons';
165
170
  font-size: $de-tablecell-alignment-font-size;
171
+ margin: 5px;
172
+ position: absolute;
166
173
  }
167
174
 
168
175
  .e-de-tablecell-center-alignment::before {
@@ -170,6 +177,8 @@
170
177
  content: '\e7e5';
171
178
  font-family: 'e-icons';
172
179
  font-size: $de-tablecell-alignment-font-size;
180
+ margin: 5px;
181
+ position: absolute;
173
182
  }
174
183
 
175
184
  .e-de-tablecell-bottom-alignment::before {
@@ -177,6 +186,8 @@
177
186
  content: '\e7d9';
178
187
  font-family: 'e-icons';
179
188
  font-size: $de-tablecell-alignment-font-size;
189
+ margin: 5px;
190
+ position: absolute;
180
191
  }
181
192
 
182
193
  .e-de-table-border-setting {
@@ -226,15 +237,16 @@
226
237
  content: '\e7eb';
227
238
  font-size: $de-border-none-setting-font-size;
228
239
  position: absolute;
240
+ margin: 3px;
229
241
  }
230
242
 
231
243
  .e-de-table-border-box-setting::before {
232
244
  color: $icon-color;
233
245
  content: '\e834';
234
246
  font-size: $de-border-setting-font-size;
235
- left: 2px;
247
+ left: 3px;
236
248
  position: absolute;
237
- top: 2px;
249
+ top: 4px;
238
250
  }
239
251
 
240
252
  .e-de-table-border-all-setting::before {
@@ -242,18 +254,18 @@
242
254
  content: '\e7e8';
243
255
  font-family: 'e-icons';
244
256
  font-size: $de-border-setting-font-size;
245
- left: 2px;
257
+ left: 3px;
246
258
  position: absolute;
247
- top: 2px;
259
+ top: 4px;
248
260
  }
249
261
 
250
262
  .e-de-table-border-custom-setting::before {
251
263
  color: $icon-color;
252
264
  content: '\e7d5';
253
265
  font-size: $de-border-setting-font-size;
254
- left: 2px;
266
+ left: 3px;
255
267
  position: absolute;
256
- top: 2px;
268
+ top: 4px;
257
269
  }
258
270
 
259
271
  .e-de-para-border-none-setting::before {
@@ -261,33 +273,35 @@
261
273
  content: '\e890';
262
274
  font-size: $de-border-none-setting-font-size;
263
275
  position: absolute;
276
+ margin: 3px;
277
+ top: 1px;
264
278
  }
265
279
 
266
280
  .e-de-para-border-box-setting::before {
267
281
  color: $icon-color;
268
282
  content: '\e891';
269
283
  font-size: $de-border-setting-font-size;
270
- left: 2px;
284
+ left: 3.5px;
271
285
  position: absolute;
272
- top: 2px;
286
+ top: 3.5px;
273
287
  }
274
288
 
275
289
  .e-de-para-border-shadow-setting::before {
276
290
  color: $icon-color;
277
291
  content: '\e892';
278
292
  font-size: $de-border-setting-font-size;
279
- left: 2px;
293
+ left: 3.5px;
280
294
  position: absolute;
281
- top: 2px;
295
+ top: 3.5px;
282
296
  }
283
297
 
284
298
  .e-de-para-border-custom-setting::before {
285
299
  color: $icon-color;
286
300
  content: '\e88f';
287
301
  font-size: $de-border-setting-font-size;
288
- left: 2px;
302
+ left: 3.5px;
289
303
  position: absolute;
290
- top: 2px;
304
+ top: 3.5px;
291
305
  }
292
306
 
293
307
  .e-de-table-border-toptop-alignment::before {
@@ -364,8 +378,8 @@
364
378
  }
365
379
 
366
380
  .e-de-columns-presets-genral {
367
- height: 62px;
368
- width: 62px;
381
+ height: 70px;
382
+ width: 70px;
369
383
  margin-right: 33px;
370
384
  margin-bottom: 12px;
371
385
  }
@@ -54,6 +54,12 @@
54
54
  font-size: 13px;
55
55
  }
56
56
 
57
+ .e-de-multi-cmt-mark::before {
58
+ color: $icon-color;
59
+ content: '\e8bc';
60
+ font-family: 'e-icons';
61
+ }
62
+
57
63
  .e-de-cmt-post::before {
58
64
  content: '\e71d';
59
65
  font-family: 'e-icons';
@@ -65,6 +65,11 @@
65
65
  font-size: 13px;
66
66
  }
67
67
 
68
+ .e-de-multi-cmt-mark::before {
69
+ content: '\e97a';
70
+ font-family: 'e-icons';
71
+ }
72
+
68
73
  .e-de-cmt-post::before {
69
74
  content: '\e816';
70
75
  font-family: 'e-icons';
@@ -55,6 +55,11 @@
55
55
  font-size: 13px;
56
56
  }
57
57
 
58
+ .e-de-multi-cmt-mark::before {
59
+ content: '\e97a';
60
+ font-family: 'e-icons';
61
+ }
62
+
58
63
  .e-de-cmt-post::before {
59
64
  content: '\e816';
60
65
  font-family: 'e-icons';