@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36
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/CHANGELOG.md +208 -0
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +11 -10
- package/src/document-editor/documenteditor.component.d.ts +3 -50
- package/src/document-editor/documenteditor.component.js +168 -197
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
- package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
- package/styles/bootstrap-dark.css +167 -58
- package/styles/bootstrap.css +167 -54
- package/styles/bootstrap4.css +185 -65
- package/styles/bootstrap5-dark.css +187 -74
- package/styles/bootstrap5.css +187 -74
- package/styles/document-editor/bootstrap-dark.css +13 -2
- package/styles/document-editor/bootstrap.css +17 -2
- package/styles/document-editor/bootstrap4.css +23 -4
- package/styles/document-editor/bootstrap5-dark.css +32 -17
- package/styles/document-editor/bootstrap5.css +32 -17
- package/styles/document-editor/fabric-dark.css +13 -2
- package/styles/document-editor/fabric.css +17 -2
- package/styles/document-editor/fluent-dark.css +47 -27
- package/styles/document-editor/fluent.css +47 -27
- package/styles/document-editor/highcontrast-light.css +5 -0
- package/styles/document-editor/highcontrast.css +13 -2
- package/styles/document-editor/material-dark.css +13 -2
- package/styles/document-editor/material.css +13 -2
- package/styles/document-editor/material3-dark.css +3971 -0
- package/styles/document-editor/material3-dark.scss +2 -0
- package/styles/document-editor/material3.css +4027 -0
- package/styles/document-editor/material3.scss +2 -0
- package/styles/document-editor/tailwind-dark.css +29 -17
- package/styles/document-editor/tailwind.css +32 -17
- package/styles/document-editor-container/bootstrap-dark.css +154 -56
- package/styles/document-editor-container/bootstrap.css +150 -52
- package/styles/document-editor-container/bootstrap4.css +162 -61
- package/styles/document-editor-container/bootstrap5-dark.css +155 -57
- package/styles/document-editor-container/bootstrap5.css +155 -57
- package/styles/document-editor-container/fabric-dark.css +154 -56
- package/styles/document-editor-container/fabric.css +154 -56
- package/styles/document-editor-container/fluent-dark.css +159 -64
- package/styles/document-editor-container/fluent.css +159 -64
- package/styles/document-editor-container/highcontrast-light.css +154 -56
- package/styles/document-editor-container/highcontrast.css +154 -56
- package/styles/document-editor-container/material-dark.css +159 -61
- package/styles/document-editor-container/material.css +154 -55
- package/styles/document-editor-container/material3-dark.css +2178 -0
- package/styles/document-editor-container/material3-dark.scss +2 -0
- package/styles/document-editor-container/material3.css +2234 -0
- package/styles/document-editor-container/material3.scss +2 -0
- package/styles/document-editor-container/tailwind-dark.css +153 -55
- package/styles/document-editor-container/tailwind.css +153 -55
- package/styles/fabric-dark.css +167 -58
- package/styles/fabric.css +171 -58
- package/styles/fluent-dark.css +206 -91
- package/styles/fluent.css +206 -91
- package/styles/highcontrast-light.css +159 -56
- package/styles/highcontrast.css +167 -58
- package/styles/material-dark.css +172 -63
- package/styles/material.css +167 -57
- package/styles/material3-dark.css +6150 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6261 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +182 -72
- package/styles/tailwind.css +185 -72
package/styles/fluent-dark.css
CHANGED
|
@@ -41,6 +41,11 @@
|
|
|
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
|
+
font-size: 14px;
|
|
48
|
+
}
|
|
44
49
|
.e-documenteditor .e-de-cmt-post::before {
|
|
45
50
|
content: "\e71d";
|
|
46
51
|
font-family: "e-icons";
|
|
@@ -140,21 +145,27 @@
|
|
|
140
145
|
color: #a19f9d;
|
|
141
146
|
content: "\e775";
|
|
142
147
|
font-family: "e-icons";
|
|
143
|
-
font-size:
|
|
148
|
+
font-size: 42px;
|
|
149
|
+
margin: 5px;
|
|
150
|
+
position: absolute;
|
|
144
151
|
}
|
|
145
152
|
|
|
146
153
|
.e-de-tablecell-center-alignment::before {
|
|
147
154
|
color: #a19f9d;
|
|
148
155
|
content: "\e7e5";
|
|
149
156
|
font-family: "e-icons";
|
|
150
|
-
font-size:
|
|
157
|
+
font-size: 42px;
|
|
158
|
+
margin: 5px;
|
|
159
|
+
position: absolute;
|
|
151
160
|
}
|
|
152
161
|
|
|
153
162
|
.e-de-tablecell-bottom-alignment::before {
|
|
154
163
|
color: #a19f9d;
|
|
155
164
|
content: "\e7d9";
|
|
156
165
|
font-family: "e-icons";
|
|
157
|
-
font-size:
|
|
166
|
+
font-size: 42px;
|
|
167
|
+
margin: 5px;
|
|
168
|
+
position: absolute;
|
|
158
169
|
}
|
|
159
170
|
|
|
160
171
|
.e-de-table-border-setting {
|
|
@@ -202,70 +213,73 @@
|
|
|
202
213
|
.e-de-table-border-none-setting::before {
|
|
203
214
|
color: #a19f9d;
|
|
204
215
|
content: "\e7eb";
|
|
205
|
-
font-size:
|
|
216
|
+
font-size: 32px;
|
|
206
217
|
position: absolute;
|
|
218
|
+
margin: 3px;
|
|
207
219
|
}
|
|
208
220
|
|
|
209
221
|
.e-de-table-border-box-setting::before {
|
|
210
222
|
color: #a19f9d;
|
|
211
223
|
content: "\e834";
|
|
212
|
-
font-size:
|
|
213
|
-
left:
|
|
224
|
+
font-size: 32px;
|
|
225
|
+
left: 3px;
|
|
214
226
|
position: absolute;
|
|
215
|
-
top:
|
|
227
|
+
top: 4px;
|
|
216
228
|
}
|
|
217
229
|
|
|
218
230
|
.e-de-table-border-all-setting::before {
|
|
219
231
|
color: #a19f9d;
|
|
220
232
|
content: "\e7e8";
|
|
221
233
|
font-family: "e-icons";
|
|
222
|
-
font-size:
|
|
223
|
-
left:
|
|
234
|
+
font-size: 32px;
|
|
235
|
+
left: 3px;
|
|
224
236
|
position: absolute;
|
|
225
|
-
top:
|
|
237
|
+
top: 4px;
|
|
226
238
|
}
|
|
227
239
|
|
|
228
240
|
.e-de-table-border-custom-setting::before {
|
|
229
241
|
color: #a19f9d;
|
|
230
242
|
content: "\e7d5";
|
|
231
|
-
font-size:
|
|
232
|
-
left:
|
|
243
|
+
font-size: 32px;
|
|
244
|
+
left: 3px;
|
|
233
245
|
position: absolute;
|
|
234
|
-
top:
|
|
246
|
+
top: 4px;
|
|
235
247
|
}
|
|
236
248
|
|
|
237
249
|
.e-de-para-border-none-setting::before {
|
|
238
250
|
color: #a19f9d;
|
|
239
251
|
content: "\e890";
|
|
240
|
-
font-size:
|
|
252
|
+
font-size: 32px;
|
|
241
253
|
position: absolute;
|
|
254
|
+
margin: 3px;
|
|
255
|
+
top: 1px;
|
|
242
256
|
}
|
|
243
257
|
|
|
244
258
|
.e-de-para-border-box-setting::before {
|
|
245
259
|
color: #a19f9d;
|
|
246
260
|
content: "\e891";
|
|
247
|
-
font-size:
|
|
248
|
-
left:
|
|
261
|
+
font-size: 32px;
|
|
262
|
+
left: 3.5px;
|
|
249
263
|
position: absolute;
|
|
250
|
-
top:
|
|
264
|
+
top: 3.5px;
|
|
251
265
|
}
|
|
252
266
|
|
|
253
267
|
.e-de-para-border-shadow-setting::before {
|
|
254
268
|
color: #a19f9d;
|
|
255
269
|
content: "\e892";
|
|
256
|
-
font-size:
|
|
257
|
-
left:
|
|
270
|
+
font-size: 32px;
|
|
271
|
+
left: 3.5px;
|
|
258
272
|
position: absolute;
|
|
259
|
-
top:
|
|
273
|
+
top: 3.5px;
|
|
260
274
|
}
|
|
261
275
|
|
|
262
276
|
.e-de-para-border-custom-setting::before {
|
|
263
277
|
color: #a19f9d;
|
|
264
278
|
content: "\e88f";
|
|
265
|
-
font-size:
|
|
266
|
-
left:
|
|
279
|
+
font-size: 32px;
|
|
280
|
+
left: 3.5px;
|
|
267
281
|
position: absolute;
|
|
268
|
-
top:
|
|
282
|
+
top: 3.5px;
|
|
269
283
|
}
|
|
270
284
|
|
|
271
285
|
.e-de-table-border-toptop-alignment::before {
|
|
@@ -342,8 +356,8 @@
|
|
|
342
356
|
}
|
|
343
357
|
|
|
344
358
|
.e-de-columns-presets-genral {
|
|
345
|
-
height:
|
|
346
|
-
width:
|
|
359
|
+
height: 70px;
|
|
360
|
+
width: 70px;
|
|
347
361
|
margin-right: 33px;
|
|
348
362
|
margin-bottom: 12px;
|
|
349
363
|
}
|
|
@@ -1787,7 +1801,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1787
1801
|
|
|
1788
1802
|
.e-de-restrict-pane,
|
|
1789
1803
|
.e-de-op {
|
|
1790
|
-
background
|
|
1804
|
+
background: #201f1e;
|
|
1791
1805
|
}
|
|
1792
1806
|
|
|
1793
1807
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2428,6 +2442,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2428
2442
|
margin-left: 12px;
|
|
2429
2443
|
}
|
|
2430
2444
|
|
|
2445
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2446
|
+
height: 40px !important;
|
|
2447
|
+
width: auto !important;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2431
2450
|
.e-de-style-bold-button-size {
|
|
2432
2451
|
margin-left: 12px;
|
|
2433
2452
|
}
|
|
@@ -2457,7 +2476,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2457
2476
|
margin-right: 20px;
|
|
2458
2477
|
}
|
|
2459
2478
|
|
|
2460
|
-
.e-de-style-
|
|
2479
|
+
.e-de-style-dlg-name-input {
|
|
2461
2480
|
height: 31px;
|
|
2462
2481
|
}
|
|
2463
2482
|
|
|
@@ -3338,6 +3357,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3338
3357
|
|
|
3339
3358
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3340
3359
|
margin-top: 0px;
|
|
3360
|
+
background: #201f1e;
|
|
3341
3361
|
}
|
|
3342
3362
|
|
|
3343
3363
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4271,6 +4291,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4291
|
font-family: "e-icons";
|
|
4272
4292
|
}
|
|
4273
4293
|
|
|
4294
|
+
.e-de-e-paragraph-style-mark::before {
|
|
4295
|
+
content: "\e844";
|
|
4296
|
+
font-family: "e-icons";
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
.e-de-e-character-style-mark::before {
|
|
4300
|
+
content: "\e8bf";
|
|
4301
|
+
font-family: "e-icons";
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
.e-de-e-linked-style-mark::before {
|
|
4305
|
+
content: "\e8c0";
|
|
4306
|
+
font-family: "e-icons";
|
|
4307
|
+
}
|
|
4308
|
+
|
|
4274
4309
|
.e-de-ctnr-columns::before {
|
|
4275
4310
|
content: "\e8b4";
|
|
4276
4311
|
font-family: "e-icons";
|
|
@@ -4309,31 +4344,31 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4309
4344
|
.e-de-ctnr-columns-one::before {
|
|
4310
4345
|
content: "\e8b9";
|
|
4311
4346
|
font-family: "e-icons";
|
|
4312
|
-
font-size:
|
|
4347
|
+
font-size: 68px;
|
|
4313
4348
|
}
|
|
4314
4349
|
|
|
4315
4350
|
.e-de-ctnr-columns-two::before {
|
|
4316
4351
|
content: "\e8ba";
|
|
4317
4352
|
font-family: "e-icons";
|
|
4318
|
-
font-size:
|
|
4353
|
+
font-size: 68px;
|
|
4319
4354
|
}
|
|
4320
4355
|
|
|
4321
4356
|
.e-de-ctnr-columns-three::before {
|
|
4322
4357
|
content: "\e8bb";
|
|
4323
4358
|
font-family: "e-icons";
|
|
4324
|
-
font-size:
|
|
4359
|
+
font-size: 68px;
|
|
4325
4360
|
}
|
|
4326
4361
|
|
|
4327
4362
|
.e-de-ctnr-columns-right::before {
|
|
4328
4363
|
content: "\e8b7";
|
|
4329
4364
|
font-family: "e-icons";
|
|
4330
|
-
font-size:
|
|
4365
|
+
font-size: 68px;
|
|
4331
4366
|
}
|
|
4332
4367
|
|
|
4333
4368
|
.e-de-ctnr-columns-left::before {
|
|
4334
4369
|
content: "\e8b8";
|
|
4335
4370
|
font-family: "e-icons";
|
|
4336
|
-
font-size:
|
|
4371
|
+
font-size: 68px;
|
|
4337
4372
|
}
|
|
4338
4373
|
|
|
4339
4374
|
.e-de-toolbar {
|
|
@@ -4413,8 +4448,48 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4413
4448
|
height: 100%;
|
|
4414
4449
|
}
|
|
4415
4450
|
|
|
4451
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4452
|
+
box-shadow: none;
|
|
4453
|
+
height: 32px;
|
|
4454
|
+
}
|
|
4455
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4456
|
+
box-shadow: none;
|
|
4457
|
+
}
|
|
4458
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4459
|
+
box-shadow: none;
|
|
4460
|
+
}
|
|
4461
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4462
|
+
box-shadow: none;
|
|
4463
|
+
}
|
|
4464
|
+
|
|
4465
|
+
.e-de-ctnr-group-btn-middle button {
|
|
4466
|
+
border-radius: 0px;
|
|
4467
|
+
}
|
|
4468
|
+
|
|
4469
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
4470
|
+
box-shadow: none;
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4473
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
4474
|
+
.e-de-ctn .e-de-status-bar button {
|
|
4475
|
+
box-shadow: none;
|
|
4476
|
+
height: 32px;
|
|
4477
|
+
}
|
|
4478
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
4479
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
4480
|
+
box-shadow: none;
|
|
4481
|
+
}
|
|
4482
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
4483
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
4484
|
+
box-shadow: none;
|
|
4485
|
+
}
|
|
4486
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
4487
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
4488
|
+
box-shadow: none;
|
|
4489
|
+
}
|
|
4490
|
+
|
|
4416
4491
|
.e-de-statusbar-pageweb {
|
|
4417
|
-
background
|
|
4492
|
+
background: #201f1e;
|
|
4418
4493
|
border: 0;
|
|
4419
4494
|
box-shadow: none;
|
|
4420
4495
|
float: right;
|
|
@@ -4438,12 +4513,25 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4438
4513
|
font-size: 18px;
|
|
4439
4514
|
}
|
|
4440
4515
|
|
|
4516
|
+
.e-listview .e-list-icon {
|
|
4517
|
+
height: 24px;
|
|
4518
|
+
width: 16px;
|
|
4519
|
+
margin-right: 16px;
|
|
4520
|
+
}
|
|
4521
|
+
|
|
4522
|
+
.e-de-listview-icon {
|
|
4523
|
+
height: auto;
|
|
4524
|
+
width: auto;
|
|
4525
|
+
line-height: 22px;
|
|
4526
|
+
margin-right: 16px;
|
|
4527
|
+
}
|
|
4528
|
+
|
|
4441
4529
|
.e-de-linespacing {
|
|
4442
4530
|
margin-top: 8px;
|
|
4443
4531
|
}
|
|
4444
4532
|
|
|
4445
4533
|
.e-de-statusbar-zoom {
|
|
4446
|
-
background
|
|
4534
|
+
background: #201f1e;
|
|
4447
4535
|
border: 0;
|
|
4448
4536
|
color: #c8c6c4;
|
|
4449
4537
|
float: right;
|
|
@@ -4534,14 +4622,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4534
4622
|
.e-de-statusbar-separator {
|
|
4535
4623
|
border-left: 1px solid #292827;
|
|
4536
4624
|
height: 16px;
|
|
4537
|
-
margin-left:
|
|
4625
|
+
margin-left: 7.5px;
|
|
4626
|
+
margin-right: 7.5px;
|
|
4627
|
+
margin-top: 6px;
|
|
4628
|
+
}
|
|
4629
|
+
|
|
4630
|
+
.e-bigger .e-de-statusbar-separator {
|
|
4631
|
+
border-left: 1px solid #292827;
|
|
4632
|
+
height: 16px;
|
|
4633
|
+
margin-left: 7.5px;
|
|
4634
|
+
margin-right: 7.5px;
|
|
4538
4635
|
margin-top: 6px;
|
|
4539
4636
|
}
|
|
4540
4637
|
|
|
4541
4638
|
.e-de-statusbar-spellcheck {
|
|
4542
4639
|
border-radius: 2px;
|
|
4543
4640
|
font-weight: 400;
|
|
4544
|
-
margin-left: 7.5px;
|
|
4545
4641
|
}
|
|
4546
4642
|
|
|
4547
4643
|
.e-de-ctn {
|
|
@@ -4554,7 +4650,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4554
4650
|
|
|
4555
4651
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4556
4652
|
border-radius: 2px;
|
|
4557
|
-
margin-left: 7.5px;
|
|
4558
4653
|
}
|
|
4559
4654
|
|
|
4560
4655
|
.e-de-ctnr-toolbar {
|
|
@@ -4579,7 +4674,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4579
4674
|
|
|
4580
4675
|
.e-de-tool-ctnr-properties-pane,
|
|
4581
4676
|
.e-de-ctnr-properties-pane {
|
|
4582
|
-
background
|
|
4677
|
+
background: #201f1e;
|
|
4583
4678
|
border-bottom: 1px solid #292827;
|
|
4584
4679
|
border-top: 1px solid #292827;
|
|
4585
4680
|
}
|
|
@@ -4727,7 +4822,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4727
4822
|
margin: 0 12px;
|
|
4728
4823
|
}
|
|
4729
4824
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4730
|
-
margin-left: 8px;
|
|
4825
|
+
margin-left: 8px !important;
|
|
4731
4826
|
margin-right: 4px;
|
|
4732
4827
|
}
|
|
4733
4828
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4743,20 +4838,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4743
4838
|
}
|
|
4744
4839
|
|
|
4745
4840
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4841
|
+
-ms-flex-direction: column;
|
|
4842
|
+
flex-direction: column;
|
|
4843
|
+
height: calc(100% - 10px);
|
|
4746
4844
|
padding: 0;
|
|
4747
|
-
padding-bottom:
|
|
4845
|
+
padding-bottom: 8px;
|
|
4748
4846
|
}
|
|
4749
4847
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4750
4848
|
padding: 0;
|
|
4751
|
-
padding-bottom:
|
|
4849
|
+
padding-bottom: 8px;
|
|
4752
4850
|
}
|
|
4753
4851
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4754
4852
|
padding: 0;
|
|
4755
|
-
padding-bottom:
|
|
4853
|
+
padding-bottom: 8px;
|
|
4756
4854
|
}
|
|
4757
4855
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4758
4856
|
padding: 0;
|
|
4759
|
-
padding-bottom:
|
|
4857
|
+
padding-bottom: 8px;
|
|
4760
4858
|
}
|
|
4761
4859
|
|
|
4762
4860
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4785,7 +4883,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4785
4883
|
}
|
|
4786
4884
|
|
|
4787
4885
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4788
|
-
background
|
|
4886
|
+
background: #252423;
|
|
4789
4887
|
border-radius: 0;
|
|
4790
4888
|
box-shadow: none;
|
|
4791
4889
|
color: #0078d4;
|
|
@@ -4827,6 +4925,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4827
4925
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4828
4926
|
.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
4927
|
padding: 0 !important;
|
|
4928
|
+
min-height: 16px;
|
|
4830
4929
|
}
|
|
4831
4930
|
|
|
4832
4931
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -4849,6 +4948,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4849
4948
|
}
|
|
4850
4949
|
|
|
4851
4950
|
.e-de-review-pane {
|
|
4951
|
+
background: #201f1e;
|
|
4852
4952
|
border-left: 1px solid #292827;
|
|
4853
4953
|
height: 100%;
|
|
4854
4954
|
min-height: 200px;
|
|
@@ -4869,34 +4969,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4869
4969
|
width: 345px;
|
|
4870
4970
|
}
|
|
4871
4971
|
|
|
4872
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4873
|
-
box-shadow: none;
|
|
4874
|
-
height: 32px;
|
|
4875
|
-
}
|
|
4876
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4877
|
-
box-shadow: none;
|
|
4878
|
-
}
|
|
4879
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4880
|
-
box-shadow: none;
|
|
4881
|
-
}
|
|
4882
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4883
|
-
box-shadow: none;
|
|
4884
|
-
}
|
|
4885
|
-
|
|
4886
|
-
.e-de-ctnr-group-btn button {
|
|
4887
|
-
box-shadow: none;
|
|
4888
|
-
height: 32px;
|
|
4889
|
-
}
|
|
4890
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4891
|
-
box-shadow: none;
|
|
4892
|
-
}
|
|
4893
|
-
.e-de-ctnr-group-btn button:active {
|
|
4894
|
-
box-shadow: none;
|
|
4895
|
-
}
|
|
4896
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4897
|
-
box-shadow: none;
|
|
4898
|
-
}
|
|
4899
|
-
|
|
4900
4972
|
.e-de-property-div-padding {
|
|
4901
4973
|
border-bottom: 0.5px solid #292827;
|
|
4902
4974
|
padding: 16px;
|
|
@@ -4938,7 +5010,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4938
5010
|
}
|
|
4939
5011
|
|
|
4940
5012
|
.e-bigger .e-de-panel-right-width {
|
|
4941
|
-
width:
|
|
5013
|
+
width: 96px;
|
|
4942
5014
|
}
|
|
4943
5015
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
4944
5016
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -5028,7 +5100,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5028
5100
|
}
|
|
5029
5101
|
|
|
5030
5102
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
5031
|
-
border-bottom: 1px solid #a19f9d;
|
|
5103
|
+
border-bottom: 1px solid #a19f9d !important;
|
|
5032
5104
|
margin-left: 5px;
|
|
5033
5105
|
width: 100%;
|
|
5034
5106
|
}
|
|
@@ -5097,10 +5169,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5097
5169
|
}
|
|
5098
5170
|
|
|
5099
5171
|
.e-de-list-container {
|
|
5100
|
-
background: #201f1e;
|
|
5101
5172
|
border: 1px solid #ccc;
|
|
5102
5173
|
border-radius: 2px;
|
|
5103
5174
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5175
|
+
background: #201f1e;
|
|
5104
5176
|
box-sizing: border-box;
|
|
5105
5177
|
display: inline-block;
|
|
5106
5178
|
line-height: normal;
|
|
@@ -5192,8 +5264,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5192
5264
|
border: 1px solid #292827;
|
|
5193
5265
|
color: #c8c6c4;
|
|
5194
5266
|
height: 129px;
|
|
5195
|
-
margin-left: 78px;
|
|
5196
5267
|
width: 94px;
|
|
5268
|
+
margin-left: 78px;
|
|
5197
5269
|
}
|
|
5198
5270
|
|
|
5199
5271
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5248,7 +5320,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5248
5320
|
}
|
|
5249
5321
|
|
|
5250
5322
|
.e-de-status-bar {
|
|
5251
|
-
background
|
|
5323
|
+
background: #201f1e;
|
|
5252
5324
|
display: -ms-flexbox;
|
|
5253
5325
|
display: flex;
|
|
5254
5326
|
padding-top: 4px;
|
|
@@ -5373,7 +5445,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5373
5445
|
}
|
|
5374
5446
|
|
|
5375
5447
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5376
|
-
height:
|
|
5448
|
+
height: 36px !important;
|
|
5377
5449
|
}
|
|
5378
5450
|
|
|
5379
5451
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5381,8 +5453,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5381
5453
|
}
|
|
5382
5454
|
|
|
5383
5455
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5384
|
-
height: 38px;
|
|
5385
5456
|
width: 38px;
|
|
5457
|
+
height: 38px;
|
|
5386
5458
|
}
|
|
5387
5459
|
|
|
5388
5460
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5394,6 +5466,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5394
5466
|
width: 70px;
|
|
5395
5467
|
}
|
|
5396
5468
|
|
|
5469
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5470
|
+
height: 24px;
|
|
5471
|
+
width: 16px;
|
|
5472
|
+
margin-left: 16px;
|
|
5473
|
+
}
|
|
5474
|
+
.e-rtl .e-de-listview-icon {
|
|
5475
|
+
height: auto;
|
|
5476
|
+
width: auto;
|
|
5477
|
+
line-height: 22px;
|
|
5478
|
+
margin-left: 16px;
|
|
5479
|
+
}
|
|
5480
|
+
|
|
5397
5481
|
.e-bigger .de-split-button > div:first-child {
|
|
5398
5482
|
margin-right: 0;
|
|
5399
5483
|
}
|
|
@@ -5502,11 +5586,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5502
5586
|
height: 81px;
|
|
5503
5587
|
}
|
|
5504
5588
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5505
|
-
height: 25px;
|
|
5506
5589
|
margin: 0 14px;
|
|
5507
5590
|
}
|
|
5508
5591
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5509
|
-
margin-left: 10px;
|
|
5592
|
+
margin-left: 10px !important;
|
|
5510
5593
|
margin-right: 6px;
|
|
5511
5594
|
}
|
|
5512
5595
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5523,22 +5606,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5523
5606
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5524
5607
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5525
5608
|
padding: 0;
|
|
5526
|
-
padding-bottom:
|
|
5609
|
+
padding-bottom: 8px;
|
|
5527
5610
|
}
|
|
5528
5611
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5529
5612
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5530
5613
|
padding: 0;
|
|
5531
|
-
padding-bottom:
|
|
5614
|
+
padding-bottom: 8px;
|
|
5532
5615
|
}
|
|
5533
5616
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5534
5617
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5535
5618
|
padding: 0;
|
|
5536
|
-
padding-bottom:
|
|
5619
|
+
padding-bottom: 8px;
|
|
5537
5620
|
}
|
|
5538
5621
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5539
5622
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5540
5623
|
padding: 0;
|
|
5541
|
-
padding-bottom:
|
|
5624
|
+
padding-bottom: 8px;
|
|
5542
5625
|
}
|
|
5543
5626
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5544
5627
|
padding: 0 !important;
|
|
@@ -5554,7 +5637,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5554
5637
|
width: 75px;
|
|
5555
5638
|
}
|
|
5556
5639
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5557
|
-
background
|
|
5640
|
+
background: #252423;
|
|
5558
5641
|
border-radius: 0;
|
|
5559
5642
|
box-shadow: none;
|
|
5560
5643
|
min-height: 100%;
|
|
@@ -5604,6 +5687,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5604
5687
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5605
5688
|
box-shadow: none;
|
|
5606
5689
|
}
|
|
5690
|
+
.e-bigger .e-de-status-bar button {
|
|
5691
|
+
height: 38px;
|
|
5692
|
+
box-shadow: none;
|
|
5693
|
+
}
|
|
5694
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
5695
|
+
box-shadow: none;
|
|
5696
|
+
}
|
|
5697
|
+
.e-bigger .e-de-status-bar button:active {
|
|
5698
|
+
box-shadow: none;
|
|
5699
|
+
}
|
|
5700
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
5701
|
+
box-shadow: none;
|
|
5702
|
+
}
|
|
5607
5703
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5608
5704
|
box-shadow: none;
|
|
5609
5705
|
height: 38px;
|
|
@@ -5717,18 +5813,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5717
5813
|
margin-left: 10px;
|
|
5718
5814
|
}
|
|
5719
5815
|
.e-bigger .e-de-status-bar {
|
|
5720
|
-
background
|
|
5816
|
+
background: #201f1e;
|
|
5721
5817
|
display: -ms-flexbox;
|
|
5722
5818
|
display: flex;
|
|
5723
5819
|
padding-top: 5px;
|
|
5724
5820
|
width: 100%;
|
|
5725
5821
|
}
|
|
5726
5822
|
.e-bigger .e-de-statusbar-zoom {
|
|
5727
|
-
background-color: #201f1e;
|
|
5728
5823
|
border: 0;
|
|
5729
5824
|
color: #c8c6c4;
|
|
5730
5825
|
float: right;
|
|
5731
5826
|
height: 34px;
|
|
5827
|
+
background-color: #201f1e;
|
|
5732
5828
|
}
|
|
5733
5829
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5734
5830
|
line-height: 25px;
|
|
@@ -5738,6 +5834,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5738
5834
|
height: 0;
|
|
5739
5835
|
line-height: 0.5;
|
|
5740
5836
|
}
|
|
5837
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5838
|
+
height: 24px;
|
|
5839
|
+
width: 16px;
|
|
5840
|
+
margin-right: 20px;
|
|
5841
|
+
}
|
|
5842
|
+
.e-bigger .e-de-listview-icon {
|
|
5843
|
+
height: auto;
|
|
5844
|
+
width: auto;
|
|
5845
|
+
line-height: 22px;
|
|
5846
|
+
margin-right: 20px;
|
|
5847
|
+
}
|
|
5848
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5849
|
+
height: 24px;
|
|
5850
|
+
width: 16px;
|
|
5851
|
+
margin-left: 20px;
|
|
5852
|
+
}
|
|
5853
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5854
|
+
height: auto;
|
|
5855
|
+
width: auto;
|
|
5856
|
+
line-height: 22px;
|
|
5857
|
+
margin-left: 20px;
|
|
5858
|
+
}
|
|
5741
5859
|
|
|
5742
5860
|
.e-de-ctn .e-de-bzr-button {
|
|
5743
5861
|
font-size: 12px;
|
|
@@ -5795,9 +5913,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5795
5913
|
padding-top: 0 !important;
|
|
5796
5914
|
}
|
|
5797
5915
|
|
|
5798
|
-
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
5799
|
-
font-size: 16px;
|
|
5800
|
-
}
|
|
5801
5916
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5802
5917
|
font-size: 18px;
|
|
5803
5918
|
padding-bottom: 4px;
|