@syncfusion/ej2-react-documenteditor 20.4.54 → 21.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +46 -0
- package/dist/ej2-react-documenteditor.min.js +2 -2
- package/dist/ej2-react-documenteditor.umd.min.js +2 -2
- package/dist/ej2-react-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-documenteditor.es2015.js +2 -0
- package/dist/es6/ej2-react-documenteditor.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/document-editor/documenteditor.component.d.ts +1 -0
- package/src/document-editor/documenteditor.component.js +1 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -0
- package/src/document-editor-container/documenteditorcontainer.component.js +1 -0
- 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.css +6 -2
- package/styles/document-editor/bootstrap4.css +8 -4
- package/styles/document-editor/bootstrap5-dark.css +25 -17
- package/styles/document-editor/bootstrap5.css +25 -17
- package/styles/document-editor/fabric-dark.css +6 -2
- package/styles/document-editor/fabric.css +6 -2
- package/styles/document-editor/fluent-dark.css +40 -27
- package/styles/document-editor/fluent.css +40 -27
- package/styles/document-editor/highcontrast-light.css +4 -0
- package/styles/document-editor/highcontrast.css +6 -2
- package/styles/document-editor/material-dark.css +6 -2
- package/styles/document-editor/material.css +6 -2
- package/styles/document-editor/tailwind-dark.css +22 -17
- package/styles/document-editor/tailwind.css +25 -17
- package/styles/document-editor-container/bootstrap-dark.css +58 -19
- package/styles/document-editor-container/bootstrap.css +54 -15
- package/styles/document-editor-container/bootstrap4.css +66 -24
- package/styles/document-editor-container/bootstrap5-dark.css +59 -20
- package/styles/document-editor-container/bootstrap5.css +59 -20
- package/styles/document-editor-container/fabric-dark.css +58 -19
- package/styles/document-editor-container/fabric.css +58 -19
- package/styles/document-editor-container/fluent-dark.css +63 -27
- package/styles/document-editor-container/fluent.css +63 -27
- package/styles/document-editor-container/highcontrast-light.css +58 -19
- package/styles/document-editor-container/highcontrast.css +58 -19
- package/styles/document-editor-container/material-dark.css +58 -19
- package/styles/document-editor-container/material.css +57 -18
- package/styles/document-editor-container/tailwind-dark.css +58 -19
- package/styles/document-editor-container/tailwind.css +58 -19
- 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/styles/bootstrap.css
CHANGED
|
@@ -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: "\e98a";
|
|
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";
|
|
@@ -1686,7 +1690,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1686
1690
|
|
|
1687
1691
|
.e-de-restrict-pane,
|
|
1688
1692
|
.e-de-op {
|
|
1689
|
-
background
|
|
1693
|
+
background: #fff;
|
|
1690
1694
|
}
|
|
1691
1695
|
|
|
1692
1696
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2379,7 +2383,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2379
2383
|
margin-right: 20px;
|
|
2380
2384
|
}
|
|
2381
2385
|
|
|
2382
|
-
.e-de-style-
|
|
2386
|
+
.e-de-style-dlg-name-input {
|
|
2383
2387
|
height: 32px;
|
|
2384
2388
|
}
|
|
2385
2389
|
|
|
@@ -4342,7 +4346,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4342
4346
|
}
|
|
4343
4347
|
|
|
4344
4348
|
.e-de-statusbar-pageweb {
|
|
4345
|
-
background
|
|
4349
|
+
background: #f8f8f8;
|
|
4346
4350
|
border: 0;
|
|
4347
4351
|
box-shadow: none;
|
|
4348
4352
|
float: right;
|
|
@@ -4372,12 +4376,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4372
4376
|
margin-top: -6px;
|
|
4373
4377
|
}
|
|
4374
4378
|
|
|
4379
|
+
.e-listview .e-list-icon {
|
|
4380
|
+
height: 24px;
|
|
4381
|
+
width: 16px;
|
|
4382
|
+
margin-right: 12px;
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
.e-de-listview-icon {
|
|
4386
|
+
line-height: 22px;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4375
4389
|
.e-de-linespacing {
|
|
4376
4390
|
margin-top: 6px;
|
|
4377
4391
|
}
|
|
4378
4392
|
|
|
4379
4393
|
.e-de-statusbar-zoom {
|
|
4380
|
-
background
|
|
4394
|
+
background: #f8f8f8;
|
|
4381
4395
|
border: 0;
|
|
4382
4396
|
color: #333;
|
|
4383
4397
|
float: right;
|
|
@@ -4485,7 +4499,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4485
4499
|
|
|
4486
4500
|
.e-de-tool-ctnr-properties-pane,
|
|
4487
4501
|
.e-de-ctnr-properties-pane {
|
|
4488
|
-
background
|
|
4502
|
+
background: #f8f8f8;
|
|
4489
4503
|
border-bottom: 1px solid #ccc;
|
|
4490
4504
|
border-top: 1px solid #ccc;
|
|
4491
4505
|
}
|
|
@@ -4595,7 +4609,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4595
4609
|
margin: 0 5.5px;
|
|
4596
4610
|
}
|
|
4597
4611
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4598
|
-
margin-left: 12px;
|
|
4612
|
+
margin-left: 12px !important;
|
|
4599
4613
|
margin-right: 6px;
|
|
4600
4614
|
}
|
|
4601
4615
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4611,20 +4625,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4611
4625
|
}
|
|
4612
4626
|
|
|
4613
4627
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4628
|
+
-ms-flex-direction: column;
|
|
4629
|
+
flex-direction: column;
|
|
4630
|
+
height: calc(100% - 10px);
|
|
4614
4631
|
padding: 0 1px;
|
|
4615
|
-
padding-bottom:
|
|
4632
|
+
padding-bottom: 5px;
|
|
4616
4633
|
}
|
|
4617
4634
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4618
4635
|
padding: 0;
|
|
4619
|
-
padding-bottom:
|
|
4636
|
+
padding-bottom: 5px;
|
|
4620
4637
|
}
|
|
4621
4638
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4622
4639
|
padding: 0;
|
|
4623
|
-
padding-bottom:
|
|
4640
|
+
padding-bottom: 5px;
|
|
4624
4641
|
}
|
|
4625
4642
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4626
4643
|
padding: 0;
|
|
4627
|
-
padding-bottom:
|
|
4644
|
+
padding-bottom: 5px;
|
|
4628
4645
|
}
|
|
4629
4646
|
|
|
4630
4647
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4653,7 +4670,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4653
4670
|
}
|
|
4654
4671
|
|
|
4655
4672
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4656
|
-
background
|
|
4673
|
+
background: #f8f8f8;
|
|
4657
4674
|
border-radius: 0;
|
|
4658
4675
|
box-shadow: none;
|
|
4659
4676
|
color: #317ab9;
|
|
@@ -4695,6 +4712,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4695
4712
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4696
4713
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4697
4714
|
padding: 0 !important;
|
|
4715
|
+
min-height: 16px;
|
|
4698
4716
|
}
|
|
4699
4717
|
|
|
4700
4718
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -5050,8 +5068,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5050
5068
|
border: 1px solid #ccc;
|
|
5051
5069
|
color: #333;
|
|
5052
5070
|
height: 129px;
|
|
5053
|
-
margin-left: 78px;
|
|
5054
5071
|
width: 94px;
|
|
5072
|
+
margin-left: 78px;
|
|
5055
5073
|
}
|
|
5056
5074
|
|
|
5057
5075
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5106,7 +5124,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5106
5124
|
}
|
|
5107
5125
|
|
|
5108
5126
|
.e-de-status-bar {
|
|
5109
|
-
background
|
|
5127
|
+
background: #f8f8f8;
|
|
5110
5128
|
display: -ms-flexbox;
|
|
5111
5129
|
display: flex;
|
|
5112
5130
|
padding-top: 2.5px;
|
|
@@ -5239,8 +5257,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5239
5257
|
}
|
|
5240
5258
|
|
|
5241
5259
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5242
|
-
height: 38px;
|
|
5243
5260
|
width: 38px;
|
|
5261
|
+
height: 38px;
|
|
5244
5262
|
}
|
|
5245
5263
|
|
|
5246
5264
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5252,6 +5270,15 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5252
5270
|
width: 70px;
|
|
5253
5271
|
}
|
|
5254
5272
|
|
|
5273
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5274
|
+
height: 24px;
|
|
5275
|
+
width: 16px;
|
|
5276
|
+
margin-left: 12px;
|
|
5277
|
+
}
|
|
5278
|
+
.e-rtl .e-de-listview-icon {
|
|
5279
|
+
line-height: 22px;
|
|
5280
|
+
}
|
|
5281
|
+
|
|
5255
5282
|
.e-bigger .de-split-button > div:first-child {
|
|
5256
5283
|
margin-right: 16px;
|
|
5257
5284
|
}
|
|
@@ -5373,7 +5400,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5373
5400
|
margin: 0 7.5px;
|
|
5374
5401
|
}
|
|
5375
5402
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5376
|
-
margin-left: 16px;
|
|
5403
|
+
margin-left: 16px !important;
|
|
5377
5404
|
margin-right: 8px;
|
|
5378
5405
|
}
|
|
5379
5406
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5421,7 +5448,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5421
5448
|
width: 75px;
|
|
5422
5449
|
}
|
|
5423
5450
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5424
|
-
background
|
|
5451
|
+
background: #f8f8f8;
|
|
5425
5452
|
border-radius: 0;
|
|
5426
5453
|
box-shadow: none;
|
|
5427
5454
|
min-height: 100%;
|
|
@@ -5449,7 +5476,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5449
5476
|
}
|
|
5450
5477
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5451
5478
|
display: table;
|
|
5452
|
-
font-size: 12px;
|
|
5479
|
+
font-size: 12px !important;
|
|
5453
5480
|
margin: 0 6px;
|
|
5454
5481
|
padding: 0;
|
|
5455
5482
|
white-space: normal;
|
|
@@ -5612,6 +5639,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5612
5639
|
height: 0;
|
|
5613
5640
|
line-height: 0;
|
|
5614
5641
|
}
|
|
5642
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5643
|
+
height: 24px;
|
|
5644
|
+
width: 16px;
|
|
5645
|
+
margin-right: 16px;
|
|
5646
|
+
}
|
|
5647
|
+
.e-bigger .e-de-listview-icon {
|
|
5648
|
+
line-height: 22px;
|
|
5649
|
+
}
|
|
5650
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5651
|
+
height: 24px;
|
|
5652
|
+
width: 16px;
|
|
5653
|
+
margin-left: 16px;
|
|
5654
|
+
}
|
|
5655
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5656
|
+
line-height: 22px;
|
|
5657
|
+
}
|
|
5615
5658
|
|
|
5616
5659
|
.e-de-ctn .e-de-bzr-button {
|
|
5617
5660
|
font-size: 12px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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: "\e978";
|
|
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";
|
|
@@ -1639,7 +1643,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1639
1643
|
.e-de-style-font-group-button .e-btn,
|
|
1640
1644
|
.e-de-style-paragraph-group-button .e-btn,
|
|
1641
1645
|
.e-de-style-paragraph-indent-group-button .e-btn {
|
|
1642
|
-
background
|
|
1646
|
+
background: #fff;
|
|
1643
1647
|
border-color: #ced4da;
|
|
1644
1648
|
}
|
|
1645
1649
|
.e-de-style-font-group-button .e-btn:focus,
|
|
@@ -1732,7 +1736,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1732
1736
|
margin-right: 14px;
|
|
1733
1737
|
}
|
|
1734
1738
|
|
|
1735
|
-
.e-bigger .e-de-style-
|
|
1739
|
+
.e-bigger .e-de-style-dlg-name-input {
|
|
1736
1740
|
height: 41px;
|
|
1737
1741
|
}
|
|
1738
1742
|
.e-bigger .e-de-style-bold-button-size {
|
|
@@ -1835,7 +1839,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1835
1839
|
|
|
1836
1840
|
.e-de-restrict-pane,
|
|
1837
1841
|
.e-de-op {
|
|
1838
|
-
background
|
|
1842
|
+
background: #f8f9fa;
|
|
1839
1843
|
}
|
|
1840
1844
|
|
|
1841
1845
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2519,7 +2523,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2519
2523
|
margin-right: 20px;
|
|
2520
2524
|
}
|
|
2521
2525
|
|
|
2522
|
-
.e-de-style-
|
|
2526
|
+
.e-de-style-dlg-name-input {
|
|
2523
2527
|
height: 31px;
|
|
2524
2528
|
}
|
|
2525
2529
|
|
|
@@ -4493,7 +4497,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4493
4497
|
}
|
|
4494
4498
|
|
|
4495
4499
|
.e-de-statusbar-pageweb {
|
|
4496
|
-
background
|
|
4500
|
+
background: #f8f9fa;
|
|
4497
4501
|
border: 0;
|
|
4498
4502
|
box-shadow: none;
|
|
4499
4503
|
float: right;
|
|
@@ -4523,12 +4527,22 @@ textarea.e-de-cmt-textarea {
|
|
|
4523
4527
|
font-size: 18px;
|
|
4524
4528
|
}
|
|
4525
4529
|
|
|
4530
|
+
.e-listview .e-list-icon {
|
|
4531
|
+
height: 24px;
|
|
4532
|
+
width: 16px;
|
|
4533
|
+
margin-right: 14px;
|
|
4534
|
+
}
|
|
4535
|
+
|
|
4536
|
+
.e-de-listview-icon {
|
|
4537
|
+
line-height: 22px;
|
|
4538
|
+
}
|
|
4539
|
+
|
|
4526
4540
|
.e-de-linespacing {
|
|
4527
4541
|
margin-top: 6px;
|
|
4528
4542
|
}
|
|
4529
4543
|
|
|
4530
4544
|
.e-de-statusbar-zoom {
|
|
4531
|
-
background
|
|
4545
|
+
background: #f8f9fa;
|
|
4532
4546
|
border: 0;
|
|
4533
4547
|
color: #212529;
|
|
4534
4548
|
float: right;
|
|
@@ -4637,7 +4651,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4637
4651
|
|
|
4638
4652
|
.e-de-tool-ctnr-properties-pane,
|
|
4639
4653
|
.e-de-ctnr-properties-pane {
|
|
4640
|
-
background
|
|
4654
|
+
background: #f8f9fa;
|
|
4641
4655
|
border-bottom: 1px solid #dee2e6;
|
|
4642
4656
|
border-top: 1px solid #dee2e6;
|
|
4643
4657
|
}
|
|
@@ -4747,7 +4761,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4747
4761
|
margin: 0 5.5px;
|
|
4748
4762
|
}
|
|
4749
4763
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4750
|
-
margin-left: 14px;
|
|
4764
|
+
margin-left: 14px !important;
|
|
4751
4765
|
margin-right: 7px;
|
|
4752
4766
|
}
|
|
4753
4767
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4763,37 +4777,43 @@ textarea.e-de-cmt-textarea {
|
|
|
4763
4777
|
}
|
|
4764
4778
|
|
|
4765
4779
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4780
|
+
-ms-flex-direction: column;
|
|
4781
|
+
flex-direction: column;
|
|
4782
|
+
height: calc(100% - 10px);
|
|
4766
4783
|
padding: 0;
|
|
4767
|
-
padding-bottom:
|
|
4784
|
+
padding-bottom: 5px;
|
|
4768
4785
|
}
|
|
4769
4786
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4770
4787
|
padding: 0;
|
|
4771
|
-
padding-bottom:
|
|
4788
|
+
padding-bottom: 5px;
|
|
4772
4789
|
}
|
|
4773
4790
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4774
4791
|
padding: 0;
|
|
4775
|
-
padding-bottom:
|
|
4792
|
+
padding-bottom: 5px;
|
|
4776
4793
|
}
|
|
4777
4794
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4778
4795
|
padding: 0;
|
|
4779
|
-
padding-bottom:
|
|
4796
|
+
padding-bottom: 5px;
|
|
4780
4797
|
}
|
|
4781
4798
|
|
|
4782
4799
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4800
|
+
-ms-flex-direction: column;
|
|
4801
|
+
flex-direction: column;
|
|
4802
|
+
height: calc(100% - 10px);
|
|
4783
4803
|
padding: 0 1px;
|
|
4784
|
-
padding-bottom:
|
|
4804
|
+
padding-bottom: 5px;
|
|
4785
4805
|
}
|
|
4786
4806
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4787
4807
|
padding: 0;
|
|
4788
|
-
padding-bottom:
|
|
4808
|
+
padding-bottom: 5px;
|
|
4789
4809
|
}
|
|
4790
4810
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4791
4811
|
padding: 0;
|
|
4792
|
-
padding-bottom:
|
|
4812
|
+
padding-bottom: 5px;
|
|
4793
4813
|
}
|
|
4794
4814
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4795
4815
|
padding: 0;
|
|
4796
|
-
padding-bottom:
|
|
4816
|
+
padding-bottom: 5px;
|
|
4797
4817
|
}
|
|
4798
4818
|
|
|
4799
4819
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
|
|
@@ -4865,7 +4885,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4865
4885
|
}
|
|
4866
4886
|
|
|
4867
4887
|
.e-de-ctnr-group-btn .e-btn {
|
|
4868
|
-
background
|
|
4888
|
+
background: #fff;
|
|
4869
4889
|
border-color: #dee2e6;
|
|
4870
4890
|
}
|
|
4871
4891
|
.e-de-ctnr-group-btn .e-btn:focus {
|
|
@@ -4962,7 +4982,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4962
4982
|
}
|
|
4963
4983
|
|
|
4964
4984
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4965
|
-
background
|
|
4985
|
+
background: #f8f9fa;
|
|
4966
4986
|
border-radius: 0;
|
|
4967
4987
|
box-shadow: none;
|
|
4968
4988
|
color: #007bff;
|
|
@@ -5004,6 +5024,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5004
5024
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
5005
5025
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
5006
5026
|
padding: 0 !important;
|
|
5027
|
+
min-height: 16px;
|
|
5007
5028
|
}
|
|
5008
5029
|
|
|
5009
5030
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -5364,8 +5385,8 @@ textarea.e-de-cmt-textarea {
|
|
|
5364
5385
|
border: 1px solid #dee2e6;
|
|
5365
5386
|
color: #212529;
|
|
5366
5387
|
height: 129px;
|
|
5367
|
-
margin-left: 78px;
|
|
5368
5388
|
width: 94px;
|
|
5389
|
+
margin-left: 78px;
|
|
5369
5390
|
}
|
|
5370
5391
|
|
|
5371
5392
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5420,7 +5441,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5420
5441
|
}
|
|
5421
5442
|
|
|
5422
5443
|
.e-de-status-bar {
|
|
5423
|
-
background
|
|
5444
|
+
background: #f8f9fa;
|
|
5424
5445
|
display: -ms-flexbox;
|
|
5425
5446
|
display: flex;
|
|
5426
5447
|
padding-top: 2.5px;
|
|
@@ -5553,8 +5574,8 @@ textarea.e-de-cmt-textarea {
|
|
|
5553
5574
|
}
|
|
5554
5575
|
|
|
5555
5576
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5556
|
-
height: 38px;
|
|
5557
5577
|
width: 38px;
|
|
5578
|
+
height: 38px;
|
|
5558
5579
|
}
|
|
5559
5580
|
|
|
5560
5581
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5566,6 +5587,15 @@ textarea.e-de-cmt-textarea {
|
|
|
5566
5587
|
width: 70px;
|
|
5567
5588
|
}
|
|
5568
5589
|
|
|
5590
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5591
|
+
height: 24px;
|
|
5592
|
+
width: 16px;
|
|
5593
|
+
margin-left: 14px;
|
|
5594
|
+
}
|
|
5595
|
+
.e-rtl .e-de-listview-icon {
|
|
5596
|
+
line-height: 22px;
|
|
5597
|
+
}
|
|
5598
|
+
|
|
5569
5599
|
.e-bigger .de-split-button > div:first-child {
|
|
5570
5600
|
margin-right: 0;
|
|
5571
5601
|
}
|
|
@@ -5687,7 +5717,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5687
5717
|
margin: 0 7.5px;
|
|
5688
5718
|
}
|
|
5689
5719
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5690
|
-
margin-left: 16px;
|
|
5720
|
+
margin-left: 16px !important;
|
|
5691
5721
|
margin-right: 8px;
|
|
5692
5722
|
}
|
|
5693
5723
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5704,22 +5734,22 @@ textarea.e-de-cmt-textarea {
|
|
|
5704
5734
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5705
5735
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5706
5736
|
padding: 0;
|
|
5707
|
-
padding-bottom:
|
|
5737
|
+
padding-bottom: 5px;
|
|
5708
5738
|
}
|
|
5709
5739
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5710
5740
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5711
5741
|
padding: 0;
|
|
5712
|
-
padding-bottom:
|
|
5742
|
+
padding-bottom: 5px;
|
|
5713
5743
|
}
|
|
5714
5744
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5715
5745
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5716
5746
|
padding: 0;
|
|
5717
|
-
padding-bottom:
|
|
5747
|
+
padding-bottom: 5px;
|
|
5718
5748
|
}
|
|
5719
5749
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5720
5750
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5721
5751
|
padding: 0;
|
|
5722
|
-
padding-bottom:
|
|
5752
|
+
padding-bottom: 5px;
|
|
5723
5753
|
}
|
|
5724
5754
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5725
5755
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
@@ -5755,7 +5785,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5755
5785
|
width: 75px;
|
|
5756
5786
|
}
|
|
5757
5787
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5758
|
-
background
|
|
5788
|
+
background: #f8f9fa;
|
|
5759
5789
|
border-radius: 0;
|
|
5760
5790
|
box-shadow: none;
|
|
5761
5791
|
min-height: 100%;
|
|
@@ -5783,7 +5813,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5783
5813
|
}
|
|
5784
5814
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5785
5815
|
display: table;
|
|
5786
|
-
font-size: 12px;
|
|
5816
|
+
font-size: 12px !important;
|
|
5787
5817
|
margin: 0 6px;
|
|
5788
5818
|
padding: 0;
|
|
5789
5819
|
white-space: normal;
|
|
@@ -5946,6 +5976,22 @@ textarea.e-de-cmt-textarea {
|
|
|
5946
5976
|
height: 0;
|
|
5947
5977
|
line-height: 0;
|
|
5948
5978
|
}
|
|
5979
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5980
|
+
height: 24px;
|
|
5981
|
+
width: 16px;
|
|
5982
|
+
margin-right: 16px;
|
|
5983
|
+
}
|
|
5984
|
+
.e-bigger .e-de-listview-icon {
|
|
5985
|
+
line-height: 22px;
|
|
5986
|
+
}
|
|
5987
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5988
|
+
height: 24px;
|
|
5989
|
+
width: 16px;
|
|
5990
|
+
margin-left: 16px;
|
|
5991
|
+
}
|
|
5992
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5993
|
+
line-height: 22px;
|
|
5994
|
+
}
|
|
5949
5995
|
|
|
5950
5996
|
.e-de-ctn .e-de-bzr-button {
|
|
5951
5997
|
font-size: 12px;
|