@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35-ngcc
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.
- package/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +553 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3267 -0
- package/dist/ej2-angular-documenteditor.umd.js +1238 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +64 -21
- package/styles/bootstrap.css +60 -17
- package/styles/bootstrap4.css +74 -28
- package/styles/bootstrap5-dark.css +84 -37
- package/styles/bootstrap5.css +84 -37
- package/styles/document-editor/bootstrap-dark.css +6 -2
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +6 -2
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +8 -4
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +25 -17
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +25 -17
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +6 -2
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +6 -2
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +40 -27
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +40 -27
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +4 -0
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +6 -2
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +6 -2
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +6 -2
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +22 -17
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +25 -17
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +58 -19
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +54 -15
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +66 -24
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +59 -20
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +59 -20
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +58 -19
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +58 -19
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +63 -27
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +63 -27
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +58 -19
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +58 -19
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +58 -19
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +57 -18
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +58 -19
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +58 -19
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +64 -21
- package/styles/fabric.css +64 -21
- package/styles/fluent-dark.css +103 -54
- package/styles/fluent.css +103 -54
- package/styles/highcontrast-light.css +62 -19
- package/styles/highcontrast.css +64 -21
- package/styles/material-dark.css +64 -21
- package/styles/material.css +63 -20
- package/styles/tailwind-dark.css +80 -36
- package/styles/tailwind.css +83 -36
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -547
- package/styles/document-editor/_bootstrap-definition.scss +0 -546
- package/styles/document-editor/_bootstrap4-definition.scss +0 -559
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -560
- package/styles/document-editor/_fabric-dark-definition.scss +0 -549
- package/styles/document-editor/_fabric-definition.scss +0 -548
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -569
- package/styles/document-editor/_fusionnew-definition.scss +0 -560
- package/styles/document-editor/_highcontrast-definition.scss +0 -548
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -565
- package/styles/document-editor/_material-definition.scss +0 -565
- package/styles/document-editor/_material3-definition.scss +0 -560
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -557
- package/styles/document-editor/_theme.scss +0 -3404
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -654
- package/styles/document-editor/icons/_bootstrap.scss +0 -654
- package/styles/document-editor/icons/_bootstrap4.scss +0 -639
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -689
- package/styles/document-editor/icons/_fabric-dark.scss +0 -654
- package/styles/document-editor/icons/_fabric.scss +0 -654
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -687
- package/styles/document-editor/icons/_fusionnew.scss +0 -689
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -659
- package/styles/document-editor/icons/_highcontrast.scss +0 -654
- package/styles/document-editor/icons/_material-dark.scss +0 -647
- package/styles/document-editor/icons/_material.scss +0 -647
- package/styles/document-editor/icons/_material3.scss +0 -689
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -689
- package/styles/document-editor/icons/_tailwind.scss +0 -689
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2005
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -494
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -468
- package/styles/document-editor-container/icons/_fabric.scss +0 -467
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -493
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -493
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -467
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -467
- package/styles/document-editor-container/icons/_material-dark.scss +0 -469
- package/styles/document-editor-container/icons/_material.scss +0 -469
- package/styles/document-editor-container/icons/_material3.scss +0 -493
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -493
- package/styles/document-editor-container/icons/_tailwind.scss +0 -493
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
package/styles/fluent-dark.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
213
|
-
left:
|
|
223
|
+
font-size: 32px;
|
|
224
|
+
left: 3px;
|
|
214
225
|
position: absolute;
|
|
215
|
-
top:
|
|
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:
|
|
223
|
-
left:
|
|
233
|
+
font-size: 32px;
|
|
234
|
+
left: 3px;
|
|
224
235
|
position: absolute;
|
|
225
|
-
top:
|
|
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:
|
|
232
|
-
left:
|
|
242
|
+
font-size: 32px;
|
|
243
|
+
left: 3px;
|
|
233
244
|
position: absolute;
|
|
234
|
-
top:
|
|
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:
|
|
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:
|
|
248
|
-
left:
|
|
260
|
+
font-size: 32px;
|
|
261
|
+
left: 3.5px;
|
|
249
262
|
position: absolute;
|
|
250
|
-
top:
|
|
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:
|
|
257
|
-
left:
|
|
269
|
+
font-size: 32px;
|
|
270
|
+
left: 3.5px;
|
|
258
271
|
position: absolute;
|
|
259
|
-
top:
|
|
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:
|
|
266
|
-
left:
|
|
278
|
+
font-size: 32px;
|
|
279
|
+
left: 3.5px;
|
|
267
280
|
position: absolute;
|
|
268
|
-
top:
|
|
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:
|
|
346
|
-
width:
|
|
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
|
|
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-
|
|
2473
|
+
.e-de-style-dlg-name-input {
|
|
2461
2474
|
height: 31px;
|
|
2462
2475
|
}
|
|
2463
2476
|
|
|
@@ -4309,31 +4322,31 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4309
4322
|
.e-de-ctnr-columns-one::before {
|
|
4310
4323
|
content: "\e8b9";
|
|
4311
4324
|
font-family: "e-icons";
|
|
4312
|
-
font-size:
|
|
4325
|
+
font-size: 68px;
|
|
4313
4326
|
}
|
|
4314
4327
|
|
|
4315
4328
|
.e-de-ctnr-columns-two::before {
|
|
4316
4329
|
content: "\e8ba";
|
|
4317
4330
|
font-family: "e-icons";
|
|
4318
|
-
font-size:
|
|
4331
|
+
font-size: 68px;
|
|
4319
4332
|
}
|
|
4320
4333
|
|
|
4321
4334
|
.e-de-ctnr-columns-three::before {
|
|
4322
4335
|
content: "\e8bb";
|
|
4323
4336
|
font-family: "e-icons";
|
|
4324
|
-
font-size:
|
|
4337
|
+
font-size: 68px;
|
|
4325
4338
|
}
|
|
4326
4339
|
|
|
4327
4340
|
.e-de-ctnr-columns-right::before {
|
|
4328
4341
|
content: "\e8b7";
|
|
4329
4342
|
font-family: "e-icons";
|
|
4330
|
-
font-size:
|
|
4343
|
+
font-size: 68px;
|
|
4331
4344
|
}
|
|
4332
4345
|
|
|
4333
4346
|
.e-de-ctnr-columns-left::before {
|
|
4334
4347
|
content: "\e8b8";
|
|
4335
4348
|
font-family: "e-icons";
|
|
4336
|
-
font-size:
|
|
4349
|
+
font-size: 68px;
|
|
4337
4350
|
}
|
|
4338
4351
|
|
|
4339
4352
|
.e-de-toolbar {
|
|
@@ -4414,7 +4427,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4414
4427
|
}
|
|
4415
4428
|
|
|
4416
4429
|
.e-de-statusbar-pageweb {
|
|
4417
|
-
background
|
|
4430
|
+
background: #201f1e;
|
|
4418
4431
|
border: 0;
|
|
4419
4432
|
box-shadow: none;
|
|
4420
4433
|
float: right;
|
|
@@ -4438,12 +4451,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4438
4451
|
font-size: 18px;
|
|
4439
4452
|
}
|
|
4440
4453
|
|
|
4454
|
+
.e-listview .e-list-icon {
|
|
4455
|
+
height: 24px;
|
|
4456
|
+
width: 16px;
|
|
4457
|
+
margin-right: 16px;
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4460
|
+
.e-de-listview-icon {
|
|
4461
|
+
line-height: 22px;
|
|
4462
|
+
}
|
|
4463
|
+
|
|
4441
4464
|
.e-de-linespacing {
|
|
4442
4465
|
margin-top: 8px;
|
|
4443
4466
|
}
|
|
4444
4467
|
|
|
4445
4468
|
.e-de-statusbar-zoom {
|
|
4446
|
-
background
|
|
4469
|
+
background: #201f1e;
|
|
4447
4470
|
border: 0;
|
|
4448
4471
|
color: #c8c6c4;
|
|
4449
4472
|
float: right;
|
|
@@ -4579,7 +4602,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4579
4602
|
|
|
4580
4603
|
.e-de-tool-ctnr-properties-pane,
|
|
4581
4604
|
.e-de-ctnr-properties-pane {
|
|
4582
|
-
background
|
|
4605
|
+
background: #201f1e;
|
|
4583
4606
|
border-bottom: 1px solid #292827;
|
|
4584
4607
|
border-top: 1px solid #292827;
|
|
4585
4608
|
}
|
|
@@ -4727,7 +4750,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4727
4750
|
margin: 0 12px;
|
|
4728
4751
|
}
|
|
4729
4752
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4730
|
-
margin-left: 8px;
|
|
4753
|
+
margin-left: 8px !important;
|
|
4731
4754
|
margin-right: 4px;
|
|
4732
4755
|
}
|
|
4733
4756
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4743,20 +4766,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4743
4766
|
}
|
|
4744
4767
|
|
|
4745
4768
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4769
|
+
-ms-flex-direction: column;
|
|
4770
|
+
flex-direction: column;
|
|
4771
|
+
height: calc(100% - 10px);
|
|
4746
4772
|
padding: 0;
|
|
4747
|
-
padding-bottom:
|
|
4773
|
+
padding-bottom: 8px;
|
|
4748
4774
|
}
|
|
4749
4775
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4750
4776
|
padding: 0;
|
|
4751
|
-
padding-bottom:
|
|
4777
|
+
padding-bottom: 8px;
|
|
4752
4778
|
}
|
|
4753
4779
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4754
4780
|
padding: 0;
|
|
4755
|
-
padding-bottom:
|
|
4781
|
+
padding-bottom: 8px;
|
|
4756
4782
|
}
|
|
4757
4783
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4758
4784
|
padding: 0;
|
|
4759
|
-
padding-bottom:
|
|
4785
|
+
padding-bottom: 8px;
|
|
4760
4786
|
}
|
|
4761
4787
|
|
|
4762
4788
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4785,7 +4811,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4785
4811
|
}
|
|
4786
4812
|
|
|
4787
4813
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4788
|
-
background
|
|
4814
|
+
background: #252423;
|
|
4789
4815
|
border-radius: 0;
|
|
4790
4816
|
box-shadow: none;
|
|
4791
4817
|
color: #0078d4;
|
|
@@ -4827,6 +4853,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4827
4853
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4828
4854
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4829
4855
|
padding: 0 !important;
|
|
4856
|
+
min-height: 16px;
|
|
4830
4857
|
}
|
|
4831
4858
|
|
|
4832
4859
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -4938,7 +4965,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4938
4965
|
}
|
|
4939
4966
|
|
|
4940
4967
|
.e-bigger .e-de-panel-right-width {
|
|
4941
|
-
width:
|
|
4968
|
+
width: 96px;
|
|
4942
4969
|
}
|
|
4943
4970
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
4944
4971
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -5192,8 +5219,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5192
5219
|
border: 1px solid #292827;
|
|
5193
5220
|
color: #c8c6c4;
|
|
5194
5221
|
height: 129px;
|
|
5195
|
-
margin-left: 78px;
|
|
5196
5222
|
width: 94px;
|
|
5223
|
+
margin-left: 78px;
|
|
5197
5224
|
}
|
|
5198
5225
|
|
|
5199
5226
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5248,7 +5275,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5248
5275
|
}
|
|
5249
5276
|
|
|
5250
5277
|
.e-de-status-bar {
|
|
5251
|
-
background
|
|
5278
|
+
background: #201f1e;
|
|
5252
5279
|
display: -ms-flexbox;
|
|
5253
5280
|
display: flex;
|
|
5254
5281
|
padding-top: 4px;
|
|
@@ -5381,8 +5408,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5381
5408
|
}
|
|
5382
5409
|
|
|
5383
5410
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5384
|
-
height: 38px;
|
|
5385
5411
|
width: 38px;
|
|
5412
|
+
height: 38px;
|
|
5386
5413
|
}
|
|
5387
5414
|
|
|
5388
5415
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5394,6 +5421,15 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5394
5421
|
width: 70px;
|
|
5395
5422
|
}
|
|
5396
5423
|
|
|
5424
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5425
|
+
height: 24px;
|
|
5426
|
+
width: 16px;
|
|
5427
|
+
margin-left: 16px;
|
|
5428
|
+
}
|
|
5429
|
+
.e-rtl .e-de-listview-icon {
|
|
5430
|
+
line-height: 22px;
|
|
5431
|
+
}
|
|
5432
|
+
|
|
5397
5433
|
.e-bigger .de-split-button > div:first-child {
|
|
5398
5434
|
margin-right: 0;
|
|
5399
5435
|
}
|
|
@@ -5506,7 +5542,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5506
5542
|
margin: 0 14px;
|
|
5507
5543
|
}
|
|
5508
5544
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5509
|
-
margin-left: 10px;
|
|
5545
|
+
margin-left: 10px !important;
|
|
5510
5546
|
margin-right: 6px;
|
|
5511
5547
|
}
|
|
5512
5548
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5523,22 +5559,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5523
5559
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5524
5560
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5525
5561
|
padding: 0;
|
|
5526
|
-
padding-bottom:
|
|
5562
|
+
padding-bottom: 8px;
|
|
5527
5563
|
}
|
|
5528
5564
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5529
5565
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5530
5566
|
padding: 0;
|
|
5531
|
-
padding-bottom:
|
|
5567
|
+
padding-bottom: 8px;
|
|
5532
5568
|
}
|
|
5533
5569
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5534
5570
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5535
5571
|
padding: 0;
|
|
5536
|
-
padding-bottom:
|
|
5572
|
+
padding-bottom: 8px;
|
|
5537
5573
|
}
|
|
5538
5574
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5539
5575
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5540
5576
|
padding: 0;
|
|
5541
|
-
padding-bottom:
|
|
5577
|
+
padding-bottom: 8px;
|
|
5542
5578
|
}
|
|
5543
5579
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5544
5580
|
padding: 0 !important;
|
|
@@ -5554,7 +5590,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5554
5590
|
width: 75px;
|
|
5555
5591
|
}
|
|
5556
5592
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5557
|
-
background
|
|
5593
|
+
background: #252423;
|
|
5558
5594
|
border-radius: 0;
|
|
5559
5595
|
box-shadow: none;
|
|
5560
5596
|
min-height: 100%;
|
|
@@ -5738,6 +5774,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5738
5774
|
height: 0;
|
|
5739
5775
|
line-height: 0.5;
|
|
5740
5776
|
}
|
|
5777
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5778
|
+
height: 24px;
|
|
5779
|
+
width: 16px;
|
|
5780
|
+
margin-right: 20px;
|
|
5781
|
+
}
|
|
5782
|
+
.e-bigger .e-de-listview-icon {
|
|
5783
|
+
line-height: 22px;
|
|
5784
|
+
}
|
|
5785
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5786
|
+
height: 24px;
|
|
5787
|
+
width: 16px;
|
|
5788
|
+
margin-left: 20px;
|
|
5789
|
+
}
|
|
5790
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5791
|
+
line-height: 22px;
|
|
5792
|
+
}
|
|
5741
5793
|
|
|
5742
5794
|
.e-de-ctn .e-de-bzr-button {
|
|
5743
5795
|
font-size: 12px;
|
|
@@ -5795,9 +5847,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5795
5847
|
padding-top: 0 !important;
|
|
5796
5848
|
}
|
|
5797
5849
|
|
|
5798
|
-
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
5799
|
-
font-size: 16px;
|
|
5800
|
-
}
|
|
5801
5850
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5802
5851
|
font-size: 18px;
|
|
5803
5852
|
padding-bottom: 4px;
|