@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45

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 (54) hide show
  1. package/CHANGELOG.md +134 -90
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
  4. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
  6. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/document-editor/documenteditor.component.js +2 -1
  10. package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
  11. package/styles/bootstrap-dark.css +284 -302
  12. package/styles/bootstrap.css +30 -110
  13. package/styles/bootstrap4.css +56 -139
  14. package/styles/bootstrap5-dark.css +5866 -0
  15. package/styles/bootstrap5-dark.scss +2 -0
  16. package/styles/bootstrap5.css +5866 -0
  17. package/styles/bootstrap5.scss +2 -0
  18. package/styles/document-editor/bootstrap-dark.css +53 -142
  19. package/styles/document-editor/bootstrap.css +10 -99
  20. package/styles/document-editor/bootstrap4.css +36 -125
  21. package/styles/document-editor/bootstrap5-dark.css +3699 -0
  22. package/styles/document-editor/bootstrap5-dark.scss +1 -0
  23. package/styles/document-editor/bootstrap5.css +3699 -0
  24. package/styles/document-editor/bootstrap5.scss +1 -0
  25. package/styles/document-editor/fabric-dark.css +31 -120
  26. package/styles/document-editor/fabric.css +10 -99
  27. package/styles/document-editor/highcontrast.css +15 -104
  28. package/styles/document-editor/material-dark.css +76 -168
  29. package/styles/document-editor/material.css +10 -99
  30. package/styles/document-editor/tailwind-dark.css +63 -61
  31. package/styles/document-editor/tailwind.css +47 -44
  32. package/styles/document-editor-container/bootstrap-dark.css +231 -160
  33. package/styles/document-editor-container/bootstrap.css +20 -11
  34. package/styles/document-editor-container/bootstrap4.css +20 -14
  35. package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
  36. package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
  37. package/styles/document-editor-container/bootstrap5.css +2166 -0
  38. package/styles/document-editor-container/bootstrap5.scss +1 -0
  39. package/styles/document-editor-container/fabric-dark.css +214 -138
  40. package/styles/document-editor-container/fabric.css +67 -13
  41. package/styles/document-editor-container/highcontrast-light.css +87 -13
  42. package/styles/document-editor-container/highcontrast.css +66 -13
  43. package/styles/document-editor-container/material-dark.css +232 -170
  44. package/styles/document-editor-container/material.css +67 -15
  45. package/styles/document-editor-container/tailwind-dark.css +132 -45
  46. package/styles/document-editor-container/tailwind.css +127 -40
  47. package/styles/fabric-dark.css +245 -258
  48. package/styles/fabric.css +77 -112
  49. package/styles/highcontrast-light.css +87 -13
  50. package/styles/highcontrast.css +81 -117
  51. package/styles/material-dark.css +308 -338
  52. package/styles/material.css +77 -114
  53. package/styles/tailwind-dark.css +195 -106
  54. package/styles/tailwind.css +174 -84
@@ -0,0 +1 @@
1
+ @import 'ej2-documenteditor/styles/document-editor-container/bootstrap5.scss';
@@ -1,19 +1,7 @@
1
- .e-de-ctnr-close::before {
2
- content: '\eb68';
3
- }
4
-
5
1
  .e-de-ctnr-linespacing::before {
6
2
  content: '\eb8a';
7
3
  }
8
4
 
9
- .e-de-ctnr-undo::before {
10
- content: '\ebed';
11
- }
12
-
13
- .e-de-ctnr-find::before {
14
- content: '\e275';
15
- }
16
-
17
5
  .e-de-ctnr-lock::before {
18
6
  content: '\eb7d';
19
7
  }
@@ -22,6 +10,19 @@
22
10
  content: '\eb99';
23
11
  }
24
12
 
13
+ .e-de-ctnr-justify::before {
14
+ content: '\eb67';
15
+ }
16
+
17
+ .e-de-ctnr-tableofcontent::before {
18
+ content: '\eb98';
19
+ }
20
+
21
+ .e-de-cnt-track::before {
22
+ content: '\e20a';
23
+ font-family: 'e-icons';
24
+ }
25
+
25
26
  .e-de-selected-spellcheck-item::before {
26
27
  content: '\e935';
27
28
  font-family: 'e-icons';
@@ -34,26 +35,6 @@
34
35
  font-size: 10px;
35
36
  }
36
37
 
37
- .e-de-ctnr-link::before {
38
- content: '\e290';
39
- }
40
-
41
- .e-de-ctnr-table::before {
42
- content: '\e294';
43
- }
44
-
45
- .e-de-ctnr-download::before {
46
- content: '\eb97';
47
- }
48
-
49
- .e-de-ctnr-justify::before {
50
- content: '\eb67';
51
- }
52
-
53
- .e-de-ctnr-tableofcontent::before {
54
- content: '\eb98';
55
- }
56
-
57
38
  .e-de-ctnr-pagenumber::before {
58
39
  content: '\eb74';
59
40
  }
@@ -62,14 +43,6 @@
62
43
  content: '\eb6e';
63
44
  }
64
45
 
65
- .e-de-ctnr-new::before {
66
- content: '\e7d5';
67
- }
68
-
69
- .e-de-ctnr-paste::before {
70
- content: '\e601';
71
- }
72
-
73
46
  .e-de-ctnr-bold::before {
74
47
  content: '\eb77';
75
48
  }
@@ -106,10 +79,6 @@
106
79
  content: '\eb64';
107
80
  }
108
81
 
109
- .e-de-ctnr-redo::before {
110
- content: '\ebfa';
111
- }
112
-
113
82
  .e-de-ctnr-bookmark::before {
114
83
  content: '\eb63';
115
84
  }
@@ -122,26 +91,10 @@
122
91
  content: '\eb7e';
123
92
  }
124
93
 
125
- .e-de-ctnr-backgroundcolor::before {
126
- content: '\eb6b';
127
- }
128
-
129
- .e-de-ctnr-open::before {
130
- content: '\ebdd';
131
- }
132
-
133
- .e-de-ctnr-underline::before {
134
- content: '\ebf0';
135
- }
136
-
137
94
  .e-de-ctnr-superscript::before {
138
95
  content: '\eb6f';
139
96
  }
140
97
 
141
- .e-de-ctnr-alignleft::before {
142
- content: '\ebeb';
143
- }
144
-
145
98
  .e-de-ctnr-numbering::before {
146
99
  content: '\eb9c';
147
100
  }
@@ -159,10 +112,6 @@
159
112
  font-size: 16px;
160
113
  }
161
114
 
162
- .e-de-ctnr-print::before {
163
- content: '\eb85';
164
- }
165
-
166
115
  .e-de-ctnr-alignright::before {
167
116
  content: '\eb82';
168
117
  }
@@ -187,128 +136,184 @@
187
136
  content: '\eb88';
188
137
  }
189
138
 
190
- .e-de-ctnr-leftborders::before {
191
- content: '\eb9b';
139
+ .e-de-ctnr-highlightcolor::before {
140
+ content: '\eb6e';
192
141
  }
193
142
 
194
- .e-de-ctnr-insideverticalborder::before {
195
- content: '\eb8c';
143
+ .e-de-ctnr-mergecell::before {
144
+ content: '\eb93';
196
145
  }
197
146
 
198
- .e-de-ctnr-rightborder::before {
199
- content: '\eb81';
147
+ .e-de-ctnr-bullet-none::before {
148
+ content: '\e256';
200
149
  }
201
150
 
202
- .e-de-ctnr-topborder::before {
203
- content: '\eb73';
151
+ .e-de-ctnr-bullet-dot::before {
152
+ content: '\e270';
204
153
  }
205
154
 
206
- .e-de-ctnr-insidehorizondalborder::before {
207
- content: '\eb9a';
155
+ .e-de-ctnr-bullet-circle::before {
156
+ content: '\e254';
208
157
  }
209
158
 
210
- .e-de-ctnr-bottomborder::before {
211
- content: '\eb8f';
159
+ .e-de-ctnr-bullet-square::before {
160
+ content: '\e271';
212
161
  }
213
162
 
214
- .e-de-ctnr-strokesize::before {
215
- content: '\eb84';
163
+ .e-de-ctnr-bullet-flower::before {
164
+ content: '\e267';
216
165
  }
217
166
 
218
- .e-de-ctnr-highlightcolor::before {
219
- content: '\eb6e';
167
+ .e-de-ctnr-bullet-arrow::before {
168
+ content: '\e253';
220
169
  }
221
170
 
222
- .e-de-ctnr-mergecell::before {
223
- content: '\eb93';
171
+ .e-de-ctnr-bullet-tick::before {
172
+ content: '\e259';
173
+ }
174
+
175
+ .e-de-selected-item::before {
176
+ content: '\e935';
177
+ }
178
+
179
+ .e-de-ctnr-break::before {
180
+ content: '\e58d';
181
+ }
182
+
183
+ .e-de-ctnr-page-break::before {
184
+ content: '\e590';
185
+ }
186
+
187
+ .e-de-ctnr-section-break::before {
188
+ content: '\e58e';
189
+ }
190
+
191
+ .e-de-ctnr-upload::before {
192
+ content: '\e60f';
193
+ }
194
+
195
+ .e-de-ctnr-leftborders::before {
196
+ content: '\e291';
197
+ }
198
+
199
+ .e-de-ctnr-topborder::before {
200
+ content: '\e281';
201
+ }
202
+
203
+ .e-de-ctnr-rightborder::before {
204
+ content: '\e288';
224
205
  }
225
206
 
226
207
  .e-de-ctnr-insertleft::before {
227
- content: '\eb7c';
208
+ content: '\e285';
228
209
  }
229
210
 
230
211
  .e-de-ctnr-insertright::before {
231
- content: '\eb7a';
212
+ content: '\e284';
232
213
  }
233
214
 
234
215
  .e-de-ctnr-insertabove::before {
235
- content: '\eb9f';
216
+ content: '\e506';
236
217
  }
237
218
 
238
219
  .e-de-ctnr-insertbelow::before {
239
- content: '\eb72';
220
+ content: '\e505';
240
221
  }
241
222
 
242
223
  .e-de-ctnr-deleterows::before {
243
- content: '\eb89';
224
+ content: '\e283';
244
225
  }
245
226
 
246
227
  .e-de-ctnr-deletecolumns::before {
247
- content: '\eb94';
228
+ content: '\e282';
248
229
  }
249
230
 
250
- .e-de-ctnr-aligntop::before {
251
- content: '\eb8d';
231
+ .e-de-ctnr-undo::before {
232
+ content: '\ebed';
252
233
  }
253
234
 
254
- .e-de-ctnr-alignbottom::before {
255
- content: '\eb6c';
235
+ .e-de-ctnr-bottomborder::before {
236
+ content: '\e298';
256
237
  }
257
238
 
258
- .e-de-ctnr-aligncenter-table::before {
259
- content: '\eb75';
239
+ .e-de-ctnr-strokesize::before {
240
+ content: '\ebfe';
260
241
  }
261
242
 
262
- .e-de-ctnr-cellbg-clr-picker::before {
263
- content: '\eb6b';
243
+ .e-de-ctnr-download::before {
244
+ content: '\e603';
264
245
  }
265
246
 
266
- .e-de-ctnr-bullet-none::before {
267
- content: '\e256';
247
+ .e-de-ctnr-find::before {
248
+ content: '\e275';
268
249
  }
269
250
 
270
- .e-de-ctnr-bullet-dot::before {
271
- content: '\e270';
251
+ .e-de-ctnr-new::before {
252
+ content: '\e7d5';
272
253
  }
273
254
 
274
- .e-de-ctnr-bullet-circle::before {
275
- content: '\e254';
255
+ .e-de-ctnr-paste::before {
256
+ content: '\e601';
276
257
  }
277
258
 
278
- .e-de-ctnr-bullet-square::before {
279
- content: '\e271';
259
+ .e-de-ctnr-redo::before {
260
+ content: '\ebfa';
280
261
  }
281
262
 
282
- .e-de-ctnr-bullet-flower::before {
283
- content: '\e267';
263
+ .e-de-ctnr-open::before {
264
+ content: '\ebdd';
284
265
  }
285
266
 
286
- .e-de-ctnr-bullet-arrow::before {
287
- content: '\e253';
267
+ .e-de-ctnr-underline::before {
268
+ content: '\ebf0';
288
269
  }
289
270
 
290
- .e-de-ctnr-bullet-tick::before {
291
- content: '\e259';
271
+ .e-de-ctnr-insideverticalborder::before {
272
+ content: '\e287';
292
273
  }
293
274
 
294
- .e-de-selected-item::before {
295
- content: '\e935';
275
+ .e-de-ctnr-insidehorizondalborder::before {
276
+ content: '\e276';
296
277
  }
297
278
 
298
- .e-de-ctnr-break::before {
299
- content: '\e58d';
279
+ .e-de-ctnr-aligncenter-table::before {
280
+ content: '\ea94';
300
281
  }
301
282
 
302
- .e-de-ctnr-page-break::before {
303
- content: '\e590';
283
+ .e-de-ctnr-alignleft::before {
284
+ content: '\ebeb';
304
285
  }
305
286
 
306
- .e-de-ctnr-section-break::before {
307
- content: '\e58e';
287
+ .e-de-ctnr-close::before {
288
+ content: '\ea7f';
308
289
  }
309
290
 
310
- .e-de-ctnr-upload::before {
311
- content: '\e60f';
291
+ .e-de-ctnr-link::before {
292
+ content: '\e290';
293
+ }
294
+
295
+ .e-de-ctnr-table::before {
296
+ content: '\e294';
297
+ }
298
+
299
+ .e-de-ctnr-backgroundcolor::before {
300
+ content: '\ebf2';
301
+ }
302
+
303
+ .e-de-ctnr-print::before {
304
+ content: '\ebf9';
305
+ }
306
+
307
+ .e-de-ctnr-aligntop::before {
308
+ content: '\ea98';
309
+ }
310
+
311
+ .e-de-ctnr-alignbottom::before {
312
+ content: '\ea91';
313
+ }
314
+
315
+ .e-de-ctnr-cellbg-clr-picker::before {
316
+ content: '\ebf2';
312
317
  }
313
318
 
314
319
  .e-de-flip {
@@ -320,11 +325,6 @@
320
325
  font-family: 'e-icons';
321
326
  }
322
327
 
323
- .e-de-cnt-track::before {
324
- content: '\e20a';
325
- font-family: 'e-icons';
326
- }
327
-
328
328
  .e-de-printlayout::before {
329
329
  content: '\e257';
330
330
  font-family: 'e-icons';
@@ -461,7 +461,12 @@
461
461
 
462
462
  .e-de-statusbar-pageweb .e-de-printlayout,
463
463
  .e-de-statusbar-pageweb .e-de-weblayout {
464
- font-size: 14px;
464
+ font-size: 16px;
465
+ }
466
+
467
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
468
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
469
+ font-size: 16px;
465
470
  }
466
471
 
467
472
  .e-bigger .e-btn.e-de-statusbar-pageweb {
@@ -470,7 +475,7 @@
470
475
 
471
476
  .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
472
477
  .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
473
- font-size: 14px;
478
+ font-size: 16px;
474
479
  }
475
480
 
476
481
  .e-de-linespacing {
@@ -487,8 +492,6 @@
487
492
 
488
493
  .e-de-pagenumber-text {
489
494
  border: none !important;
490
- height: 22px !important;
491
- margin-top: -1px !important;
492
495
  }
493
496
 
494
497
  .e-de-pagenumber-input {
@@ -496,8 +499,7 @@
496
499
  border: 1px solid #4a4848;
497
500
  border-radius: 0;
498
501
  color: #dadada;
499
- height: 22px;
500
- padding: 2px;
502
+ padding: 0px;
501
503
  text-align: center;
502
504
  width: 22px;
503
505
  }
@@ -520,6 +522,7 @@
520
522
 
521
523
  .e-de-ctn-title {
522
524
  background-color: #0074cc;
525
+ border-bottom: none !important;
523
526
  color: #201f1f;
524
527
  }
525
528
 
@@ -738,10 +741,6 @@
738
741
  width: 100%;
739
742
  }
740
743
 
741
- .de-split-button > div:first-child {
742
- margin-right: 0;
743
- }
744
-
745
744
  .e-de-ctnr-properties-pane-btn {
746
745
  width: 75px;
747
746
  }
@@ -1112,6 +1111,52 @@
1112
1111
  box-shadow: none !important;
1113
1112
  }
1114
1113
 
1114
+ .e-de-ctnr-group-btn-top > button:first-child {
1115
+ border-radius: 0;
1116
+ border-top-left-radius: 4px;
1117
+ }
1118
+
1119
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1120
+ border-top-left-radius: 0;
1121
+ border-top-right-radius: 4px;
1122
+ }
1123
+
1124
+ .e-de-ctnr-group-btn-top > button:last-child {
1125
+ border-radius: 0;
1126
+ border-top-right-radius: 4px;
1127
+ }
1128
+
1129
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1130
+ border-top-left-radius: 4px;
1131
+ border-top-right-radius: 0;
1132
+ }
1133
+
1134
+ .e-de-ctnr-group-btn-middle > button {
1135
+ border-radius: 0;
1136
+ border-top: 0;
1137
+ border-bottom: 0;
1138
+ }
1139
+
1140
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1141
+ border-radius: 0;
1142
+ border-bottom-left-radius: 4px;
1143
+ }
1144
+
1145
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1146
+ border-bottom-left-radius: 0;
1147
+ border-bottom-right-radius: 4px;
1148
+ }
1149
+
1150
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1151
+ border-radius: 0;
1152
+ border-bottom-right-radius: 4px;
1153
+ }
1154
+
1155
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1156
+ border-bottom-right-radius: 0;
1157
+ border-bottom-left-radius: 4px;
1158
+ }
1159
+
1115
1160
  .e-de-toc-template1 {
1116
1161
  background: #282727;
1117
1162
  border: 1px solid #4a4848;
@@ -1190,6 +1235,10 @@
1190
1235
  width: 100px;
1191
1236
  }
1192
1237
 
1238
+ .e-de-ctnr-pg-no span {
1239
+ border: 1px solid transparent;
1240
+ }
1241
+
1193
1242
  .e-de-ctnr-pg-no-spellout {
1194
1243
  color: #dadada;
1195
1244
  display: -ms-inline-flexbox;
@@ -1200,6 +1249,10 @@
1200
1249
  width: calc(100% - 160px);
1201
1250
  }
1202
1251
 
1252
+ .e-de-ctnr-pg-no-spellout span {
1253
+ border: 1px solid transparent;
1254
+ }
1255
+
1203
1256
  .e-bigger .e-de-ctnr-pg-no-spellout {
1204
1257
  color: #dadada;
1205
1258
  display: -ms-inline-flexbox;
@@ -1483,8 +1536,8 @@
1483
1536
  margin-bottom: 16px;
1484
1537
  }
1485
1538
 
1486
- .e-bigger .e-de-ctnr-segment > div:first-child,
1487
- .e-bigger .e-de-ctnr-segment > button:first-child {
1539
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1540
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1488
1541
  margin-right: 16px;
1489
1542
  }
1490
1543
 
@@ -1698,7 +1751,6 @@
1698
1751
  font-weight: 400;
1699
1752
  height: 25px !important;
1700
1753
  width: 25px !important;
1701
- border-radius: 4px;
1702
1754
  }
1703
1755
 
1704
1756
  .e-bigger .e-de-ctnr-list {
@@ -1810,6 +1862,30 @@
1810
1862
  line-height: 0;
1811
1863
  }
1812
1864
 
1865
+ .e-de-ctn .e-de-bzr-button {
1866
+ font-size: 12px;
1867
+ font-weight: 400;
1868
+ background: #333232;
1869
+ height: 100%;
1870
+ color: default;
1871
+ box-shadow: none;
1872
+ border: none;
1873
+ }
1874
+
1875
+ .e-de-ctn .e-de-bzr-button:hover {
1876
+ background: default;
1877
+ border: default;
1878
+ border-radius: default;
1879
+ color: default;
1880
+ }
1881
+
1882
+ .e-de-ctn .e-de-bzr-button:active {
1883
+ box-shadow: none;
1884
+ background-color: default;
1885
+ border-color: default;
1886
+ color: default;
1887
+ }
1888
+
1813
1889
  .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
1814
1890
  font-size: 16px;
1815
1891
  }
@@ -461,7 +461,12 @@
461
461
 
462
462
  .e-de-statusbar-pageweb .e-de-printlayout,
463
463
  .e-de-statusbar-pageweb .e-de-weblayout {
464
- font-size: 14px;
464
+ font-size: 16px;
465
+ }
466
+
467
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
468
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
469
+ font-size: 16px;
465
470
  }
466
471
 
467
472
  .e-bigger .e-btn.e-de-statusbar-pageweb {
@@ -470,7 +475,7 @@
470
475
 
471
476
  .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
472
477
  .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
473
- font-size: 14px;
478
+ font-size: 16px;
474
479
  }
475
480
 
476
481
  .e-de-linespacing {
@@ -487,8 +492,6 @@
487
492
 
488
493
  .e-de-pagenumber-text {
489
494
  border: none !important;
490
- height: 22px !important;
491
- margin-top: 0 !important;
492
495
  }
493
496
 
494
497
  .e-de-pagenumber-input {
@@ -496,8 +499,7 @@
496
499
  border: 1px solid #dadada;
497
500
  border-radius: 0;
498
501
  color: #333;
499
- height: 22px;
500
- padding: 2px;
502
+ padding: 0px;
501
503
  text-align: center;
502
504
  width: 22px;
503
505
  }
@@ -520,6 +522,7 @@
520
522
 
521
523
  .e-de-ctn-title {
522
524
  background-color: #0078d6;
525
+ border-bottom: none !important;
523
526
  color: #fff;
524
527
  }
525
528
 
@@ -740,10 +743,6 @@
740
743
  width: 100%;
741
744
  }
742
745
 
743
- .de-split-button > div:first-child {
744
- margin-right: 0;
745
- }
746
-
747
746
  .e-de-ctnr-properties-pane-btn {
748
747
  width: 75px;
749
748
  }
@@ -1116,6 +1115,52 @@
1116
1115
  box-shadow: none !important;
1117
1116
  }
1118
1117
 
1118
+ .e-de-ctnr-group-btn-top > button:first-child {
1119
+ border-radius: 0;
1120
+ border-top-left-radius: 4px;
1121
+ }
1122
+
1123
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1124
+ border-top-left-radius: 0;
1125
+ border-top-right-radius: 4px;
1126
+ }
1127
+
1128
+ .e-de-ctnr-group-btn-top > button:last-child {
1129
+ border-radius: 0;
1130
+ border-top-right-radius: 4px;
1131
+ }
1132
+
1133
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1134
+ border-top-left-radius: 4px;
1135
+ border-top-right-radius: 0;
1136
+ }
1137
+
1138
+ .e-de-ctnr-group-btn-middle > button {
1139
+ border-radius: 0;
1140
+ border-top: 0;
1141
+ border-bottom: 0;
1142
+ }
1143
+
1144
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1145
+ border-radius: 0;
1146
+ border-bottom-left-radius: 4px;
1147
+ }
1148
+
1149
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1150
+ border-bottom-left-radius: 0;
1151
+ border-bottom-right-radius: 4px;
1152
+ }
1153
+
1154
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1155
+ border-radius: 0;
1156
+ border-bottom-right-radius: 4px;
1157
+ }
1158
+
1159
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1160
+ border-bottom-right-radius: 0;
1161
+ border-bottom-left-radius: 4px;
1162
+ }
1163
+
1119
1164
  .e-de-toc-template1 {
1120
1165
  background: #fff;
1121
1166
  border: 1px solid #dadada;
@@ -1194,6 +1239,10 @@
1194
1239
  width: 100px;
1195
1240
  }
1196
1241
 
1242
+ .e-de-ctnr-pg-no span {
1243
+ border: 1px solid transparent;
1244
+ }
1245
+
1197
1246
  .e-de-ctnr-pg-no-spellout {
1198
1247
  color: #333;
1199
1248
  display: -ms-inline-flexbox;
@@ -1204,6 +1253,10 @@
1204
1253
  width: calc(100% - 160px);
1205
1254
  }
1206
1255
 
1256
+ .e-de-ctnr-pg-no-spellout span {
1257
+ border: 1px solid transparent;
1258
+ }
1259
+
1207
1260
  .e-bigger .e-de-ctnr-pg-no-spellout {
1208
1261
  color: #333;
1209
1262
  display: -ms-inline-flexbox;
@@ -1487,8 +1540,8 @@
1487
1540
  margin-bottom: 16px;
1488
1541
  }
1489
1542
 
1490
- .e-bigger .e-de-ctnr-segment > div:first-child,
1491
- .e-bigger .e-de-ctnr-segment > button:first-child {
1543
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1544
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1492
1545
  margin-right: 16px;
1493
1546
  }
1494
1547
 
@@ -1702,7 +1755,6 @@
1702
1755
  font-weight: 400;
1703
1756
  height: 25px !important;
1704
1757
  width: 25px !important;
1705
- border-radius: 4px;
1706
1758
  }
1707
1759
 
1708
1760
  .e-bigger .e-de-ctnr-list {
@@ -1821,6 +1873,8 @@
1821
1873
  font-weight: 400;
1822
1874
  background: #fff;
1823
1875
  height: 100%;
1876
+ box-shadow: none;
1877
+ border: none;
1824
1878
  }
1825
1879
 
1826
1880
  .e-de-ctn .e-de-bzr-button:focus {