@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/bootstrap5.css
CHANGED
|
@@ -42,6 +42,11 @@
|
|
|
42
42
|
font-family: "e-icons";
|
|
43
43
|
font-size: 13px;
|
|
44
44
|
}
|
|
45
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
46
|
+
color: #6c757d;
|
|
47
|
+
content: "\e8bc";
|
|
48
|
+
font-family: "e-icons";
|
|
49
|
+
}
|
|
45
50
|
.e-documenteditor .e-de-cmt-post::before {
|
|
46
51
|
content: "\e71d";
|
|
47
52
|
font-family: "e-icons";
|
|
@@ -123,40 +128,43 @@
|
|
|
123
128
|
.e-de-table-left-alignment::before {
|
|
124
129
|
color: #6c757d;
|
|
125
130
|
content: "\e7f6";
|
|
126
|
-
font-size:
|
|
131
|
+
font-size: 48px;
|
|
127
132
|
}
|
|
128
133
|
|
|
129
134
|
.e-de-table-center-alignment::before {
|
|
130
135
|
color: #6c757d;
|
|
131
136
|
content: "\e7f1";
|
|
132
|
-
font-size:
|
|
137
|
+
font-size: 48px;
|
|
133
138
|
}
|
|
134
139
|
|
|
135
140
|
.e-de-table-right-alignment::before {
|
|
136
141
|
color: #6c757d;
|
|
137
142
|
content: "\e703";
|
|
138
|
-
font-size:
|
|
143
|
+
font-size: 48px;
|
|
139
144
|
}
|
|
140
145
|
|
|
141
146
|
.e-de-tablecell-top-alignment::before {
|
|
142
147
|
color: #6c757d;
|
|
143
148
|
content: "\e775";
|
|
144
149
|
font-family: "e-icons";
|
|
145
|
-
font-size:
|
|
150
|
+
font-size: 48px;
|
|
151
|
+
margin: 2px;
|
|
146
152
|
}
|
|
147
153
|
|
|
148
154
|
.e-de-tablecell-center-alignment::before {
|
|
149
155
|
color: #6c757d;
|
|
150
156
|
content: "\e7e5";
|
|
151
157
|
font-family: "e-icons";
|
|
152
|
-
font-size:
|
|
158
|
+
font-size: 48px;
|
|
159
|
+
margin: 2px;
|
|
153
160
|
}
|
|
154
161
|
|
|
155
162
|
.e-de-tablecell-bottom-alignment::before {
|
|
156
163
|
color: #6c757d;
|
|
157
164
|
content: "\e7d9";
|
|
158
165
|
font-family: "e-icons";
|
|
159
|
-
font-size:
|
|
166
|
+
font-size: 48px;
|
|
167
|
+
margin: 2px;
|
|
160
168
|
}
|
|
161
169
|
|
|
162
170
|
.e-de-table-border-setting {
|
|
@@ -204,14 +212,14 @@
|
|
|
204
212
|
.e-de-table-border-none-setting::before {
|
|
205
213
|
color: #6c757d;
|
|
206
214
|
content: "\e7eb";
|
|
207
|
-
font-size:
|
|
215
|
+
font-size: 36px;
|
|
208
216
|
position: absolute;
|
|
209
217
|
}
|
|
210
218
|
|
|
211
219
|
.e-de-table-border-box-setting::before {
|
|
212
220
|
color: #6c757d;
|
|
213
221
|
content: "\e834";
|
|
214
|
-
font-size:
|
|
222
|
+
font-size: 36px;
|
|
215
223
|
left: 2px;
|
|
216
224
|
position: absolute;
|
|
217
225
|
top: 2px;
|
|
@@ -221,7 +229,7 @@
|
|
|
221
229
|
color: #6c757d;
|
|
222
230
|
content: "\e7e8";
|
|
223
231
|
font-family: "e-icons";
|
|
224
|
-
font-size:
|
|
232
|
+
font-size: 36px;
|
|
225
233
|
left: 2px;
|
|
226
234
|
position: absolute;
|
|
227
235
|
top: 2px;
|
|
@@ -230,7 +238,7 @@
|
|
|
230
238
|
.e-de-table-border-custom-setting::before {
|
|
231
239
|
color: #6c757d;
|
|
232
240
|
content: "\e7d5";
|
|
233
|
-
font-size:
|
|
241
|
+
font-size: 36px;
|
|
234
242
|
left: 2px;
|
|
235
243
|
position: absolute;
|
|
236
244
|
top: 2px;
|
|
@@ -239,14 +247,14 @@
|
|
|
239
247
|
.e-de-para-border-none-setting::before {
|
|
240
248
|
color: #6c757d;
|
|
241
249
|
content: "\e890";
|
|
242
|
-
font-size:
|
|
250
|
+
font-size: 36px;
|
|
243
251
|
position: absolute;
|
|
244
252
|
}
|
|
245
253
|
|
|
246
254
|
.e-de-para-border-box-setting::before {
|
|
247
255
|
color: #6c757d;
|
|
248
256
|
content: "\e891";
|
|
249
|
-
font-size:
|
|
257
|
+
font-size: 36px;
|
|
250
258
|
left: 2px;
|
|
251
259
|
position: absolute;
|
|
252
260
|
top: 2px;
|
|
@@ -255,7 +263,7 @@
|
|
|
255
263
|
.e-de-para-border-shadow-setting::before {
|
|
256
264
|
color: #6c757d;
|
|
257
265
|
content: "\e892";
|
|
258
|
-
font-size:
|
|
266
|
+
font-size: 36px;
|
|
259
267
|
left: 2px;
|
|
260
268
|
position: absolute;
|
|
261
269
|
top: 2px;
|
|
@@ -264,7 +272,7 @@
|
|
|
264
272
|
.e-de-para-border-custom-setting::before {
|
|
265
273
|
color: #6c757d;
|
|
266
274
|
content: "\e88f";
|
|
267
|
-
font-size:
|
|
275
|
+
font-size: 36px;
|
|
268
276
|
left: 2px;
|
|
269
277
|
position: absolute;
|
|
270
278
|
top: 2px;
|
|
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1676
1684
|
.e-de-style-font-group-button .e-btn,
|
|
1677
1685
|
.e-de-style-paragraph-group-button .e-btn,
|
|
1678
1686
|
.e-de-style-paragraph-indent-group-button .e-btn {
|
|
1679
|
-
background
|
|
1687
|
+
background: #fff;
|
|
1680
1688
|
border-color: #dee2e6;
|
|
1681
1689
|
}
|
|
1682
1690
|
.e-de-style-font-group-button .e-btn:focus,
|
|
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1848
1856
|
|
|
1849
1857
|
.e-de-restrict-pane,
|
|
1850
1858
|
.e-de-op {
|
|
1851
|
-
background
|
|
1859
|
+
background: #f8f9fa;
|
|
1852
1860
|
}
|
|
1853
1861
|
|
|
1854
1862
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2518
2526
|
margin-right: 20px;
|
|
2519
2527
|
}
|
|
2520
2528
|
|
|
2521
|
-
.e-de-style-
|
|
2529
|
+
.e-de-style-dlg-name-input {
|
|
2522
2530
|
height: 31px;
|
|
2523
2531
|
}
|
|
2524
2532
|
|
|
@@ -4465,7 +4473,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4465
4473
|
}
|
|
4466
4474
|
|
|
4467
4475
|
.e-de-statusbar-pageweb {
|
|
4468
|
-
background
|
|
4476
|
+
background: #f8f9fa;
|
|
4469
4477
|
border: 0;
|
|
4470
4478
|
box-shadow: none;
|
|
4471
4479
|
float: right;
|
|
@@ -4492,12 +4500,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4492
4500
|
font-size: 18px;
|
|
4493
4501
|
}
|
|
4494
4502
|
|
|
4503
|
+
.e-listview .e-list-icon {
|
|
4504
|
+
height: 24px;
|
|
4505
|
+
width: 16px;
|
|
4506
|
+
margin-right: 12px;
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4509
|
+
.e-de-listview-icon {
|
|
4510
|
+
line-height: 22px;
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4495
4513
|
.e-de-linespacing {
|
|
4496
4514
|
margin-top: 8px;
|
|
4497
4515
|
}
|
|
4498
4516
|
|
|
4499
4517
|
.e-de-statusbar-zoom {
|
|
4500
|
-
background
|
|
4518
|
+
background: #f8f9fa;
|
|
4501
4519
|
border: 0;
|
|
4502
4520
|
color: #495057;
|
|
4503
4521
|
float: right;
|
|
@@ -4634,7 +4652,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4634
4652
|
|
|
4635
4653
|
.e-de-tool-ctnr-properties-pane,
|
|
4636
4654
|
.e-de-ctnr-properties-pane {
|
|
4637
|
-
background
|
|
4655
|
+
background: #f8f9fa;
|
|
4638
4656
|
border-bottom: 1px solid #dee2e6;
|
|
4639
4657
|
border-top: 1px solid #dee2e6;
|
|
4640
4658
|
}
|
|
@@ -4781,7 +4799,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4781
4799
|
margin: 0 14px;
|
|
4782
4800
|
}
|
|
4783
4801
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4784
|
-
margin-left: 8px;
|
|
4802
|
+
margin-left: 8px !important;
|
|
4785
4803
|
margin-right: 4px;
|
|
4786
4804
|
}
|
|
4787
4805
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4797,20 +4815,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4797
4815
|
}
|
|
4798
4816
|
|
|
4799
4817
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4818
|
+
-ms-flex-direction: column;
|
|
4819
|
+
flex-direction: column;
|
|
4820
|
+
height: calc(100% - 10px);
|
|
4800
4821
|
padding: 0;
|
|
4801
|
-
padding-bottom:
|
|
4822
|
+
padding-bottom: 10px;
|
|
4802
4823
|
}
|
|
4803
4824
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4804
4825
|
padding: 0;
|
|
4805
|
-
padding-bottom:
|
|
4826
|
+
padding-bottom: 10px;
|
|
4806
4827
|
}
|
|
4807
4828
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4808
4829
|
padding: 0;
|
|
4809
|
-
padding-bottom:
|
|
4830
|
+
padding-bottom: 10px;
|
|
4810
4831
|
}
|
|
4811
4832
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4812
4833
|
padding: 0;
|
|
4813
|
-
padding-bottom:
|
|
4834
|
+
padding-bottom: 10px;
|
|
4814
4835
|
}
|
|
4815
4836
|
|
|
4816
4837
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4856,7 +4877,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4856
4877
|
}
|
|
4857
4878
|
|
|
4858
4879
|
.e-de-ctnr-group-btn .e-btn {
|
|
4859
|
-
background
|
|
4880
|
+
background: #fff;
|
|
4860
4881
|
border-color: #dee2e6;
|
|
4861
4882
|
}
|
|
4862
4883
|
.e-de-ctnr-group-btn .e-btn:focus {
|
|
@@ -4949,7 +4970,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4949
4970
|
}
|
|
4950
4971
|
|
|
4951
4972
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4952
|
-
background
|
|
4973
|
+
background: #f8f9fa;
|
|
4953
4974
|
border-radius: 0;
|
|
4954
4975
|
box-shadow: none;
|
|
4955
4976
|
color: #0d6efd;
|
|
@@ -4991,6 +5012,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4991
5012
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4992
5013
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4993
5014
|
padding: 0 !important;
|
|
5015
|
+
min-height: 16px;
|
|
4994
5016
|
}
|
|
4995
5017
|
|
|
4996
5018
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -5099,7 +5121,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5099
5121
|
}
|
|
5100
5122
|
|
|
5101
5123
|
.e-bigger .e-de-panel-right-width {
|
|
5102
|
-
width:
|
|
5124
|
+
width: 96px;
|
|
5103
5125
|
}
|
|
5104
5126
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
5105
5127
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -5354,8 +5376,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5354
5376
|
border: 1px solid #dee2e6;
|
|
5355
5377
|
color: #495057;
|
|
5356
5378
|
height: 129px;
|
|
5357
|
-
margin-left: 78px;
|
|
5358
5379
|
width: 94px;
|
|
5380
|
+
margin-left: 78px;
|
|
5359
5381
|
}
|
|
5360
5382
|
|
|
5361
5383
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5410,7 +5432,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5410
5432
|
}
|
|
5411
5433
|
|
|
5412
5434
|
.e-de-status-bar {
|
|
5413
|
-
background
|
|
5435
|
+
background: #f8f9fa;
|
|
5414
5436
|
display: -ms-flexbox;
|
|
5415
5437
|
display: flex;
|
|
5416
5438
|
padding-top: 4px;
|
|
@@ -5543,8 +5565,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5543
5565
|
}
|
|
5544
5566
|
|
|
5545
5567
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5546
|
-
height: 38px;
|
|
5547
5568
|
width: 39px;
|
|
5569
|
+
height: 38px;
|
|
5548
5570
|
}
|
|
5549
5571
|
|
|
5550
5572
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5556,6 +5578,15 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5556
5578
|
width: 70px;
|
|
5557
5579
|
}
|
|
5558
5580
|
|
|
5581
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5582
|
+
height: 24px;
|
|
5583
|
+
width: 16px;
|
|
5584
|
+
margin-left: 12px;
|
|
5585
|
+
}
|
|
5586
|
+
.e-rtl .e-de-listview-icon {
|
|
5587
|
+
line-height: 22px;
|
|
5588
|
+
}
|
|
5589
|
+
|
|
5559
5590
|
.e-bigger .de-split-button > div:first-child {
|
|
5560
5591
|
margin-right: 0;
|
|
5561
5592
|
}
|
|
@@ -5680,7 +5711,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5680
5711
|
margin: 0 16px;
|
|
5681
5712
|
}
|
|
5682
5713
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5683
|
-
margin-left: 12px;
|
|
5714
|
+
margin-left: 12px !important;
|
|
5684
5715
|
margin-right: 6px;
|
|
5685
5716
|
}
|
|
5686
5717
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5697,22 +5728,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5697
5728
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5698
5729
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5699
5730
|
padding: 0;
|
|
5700
|
-
padding-bottom:
|
|
5731
|
+
padding-bottom: 10px;
|
|
5701
5732
|
}
|
|
5702
5733
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5703
5734
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5704
5735
|
padding: 0;
|
|
5705
|
-
padding-bottom:
|
|
5736
|
+
padding-bottom: 10px;
|
|
5706
5737
|
}
|
|
5707
5738
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5708
5739
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5709
5740
|
padding: 0;
|
|
5710
|
-
padding-bottom:
|
|
5741
|
+
padding-bottom: 10px;
|
|
5711
5742
|
}
|
|
5712
5743
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5713
5744
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5714
5745
|
padding: 0;
|
|
5715
|
-
padding-bottom:
|
|
5746
|
+
padding-bottom: 10px;
|
|
5716
5747
|
}
|
|
5717
5748
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5718
5749
|
padding: 0 !important;
|
|
@@ -5728,7 +5759,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5728
5759
|
width: 75px;
|
|
5729
5760
|
}
|
|
5730
5761
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5731
|
-
background
|
|
5762
|
+
background: #f8f9fa;
|
|
5732
5763
|
border-radius: 0;
|
|
5733
5764
|
box-shadow: none;
|
|
5734
5765
|
min-height: 100%;
|
|
@@ -5914,6 +5945,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5914
5945
|
height: 0;
|
|
5915
5946
|
line-height: 0.5;
|
|
5916
5947
|
}
|
|
5948
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5949
|
+
height: 24px;
|
|
5950
|
+
width: 16px;
|
|
5951
|
+
margin-right: 16px;
|
|
5952
|
+
}
|
|
5953
|
+
.e-bigger .e-de-listview-icon {
|
|
5954
|
+
line-height: 22px;
|
|
5955
|
+
}
|
|
5956
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5957
|
+
height: 24px;
|
|
5958
|
+
width: 16px;
|
|
5959
|
+
margin-left: 16px;
|
|
5960
|
+
}
|
|
5961
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5962
|
+
line-height: 22px;
|
|
5963
|
+
}
|
|
5917
5964
|
|
|
5918
5965
|
.e-de-ctn .e-de-bzr-button {
|
|
5919
5966
|
background: #f8f9fa;
|
|
@@ -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";
|
|
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1690
1694
|
|
|
1691
1695
|
.e-de-restrict-pane,
|
|
1692
1696
|
.e-de-op {
|
|
1693
|
-
background
|
|
1697
|
+
background: #1a1a1a;
|
|
1694
1698
|
}
|
|
1695
1699
|
|
|
1696
1700
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2383
2387
|
margin-right: 20px;
|
|
2384
2388
|
}
|
|
2385
2389
|
|
|
2386
|
-
.e-de-style-
|
|
2390
|
+
.e-de-style-dlg-name-input {
|
|
2387
2391
|
height: 32px;
|
|
2388
2392
|
}
|
|
2389
2393
|
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
font-family: "e-icons";
|
|
44
44
|
font-size: 13px;
|
|
45
45
|
}
|
|
46
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
47
|
+
content: "\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
|
|
|
@@ -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
|
|
|
@@ -42,6 +42,11 @@
|
|
|
42
42
|
font-family: "e-icons";
|
|
43
43
|
font-size: 13px;
|
|
44
44
|
}
|
|
45
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
46
|
+
color: #adb5bd;
|
|
47
|
+
content: "\e8bc";
|
|
48
|
+
font-family: "e-icons";
|
|
49
|
+
}
|
|
45
50
|
.e-documenteditor .e-de-cmt-post::before {
|
|
46
51
|
content: "\e71d";
|
|
47
52
|
font-family: "e-icons";
|
|
@@ -123,40 +128,43 @@
|
|
|
123
128
|
.e-de-table-left-alignment::before {
|
|
124
129
|
color: #adb5bd;
|
|
125
130
|
content: "\e7f6";
|
|
126
|
-
font-size:
|
|
131
|
+
font-size: 48px;
|
|
127
132
|
}
|
|
128
133
|
|
|
129
134
|
.e-de-table-center-alignment::before {
|
|
130
135
|
color: #adb5bd;
|
|
131
136
|
content: "\e7f1";
|
|
132
|
-
font-size:
|
|
137
|
+
font-size: 48px;
|
|
133
138
|
}
|
|
134
139
|
|
|
135
140
|
.e-de-table-right-alignment::before {
|
|
136
141
|
color: #adb5bd;
|
|
137
142
|
content: "\e703";
|
|
138
|
-
font-size:
|
|
143
|
+
font-size: 48px;
|
|
139
144
|
}
|
|
140
145
|
|
|
141
146
|
.e-de-tablecell-top-alignment::before {
|
|
142
147
|
color: #adb5bd;
|
|
143
148
|
content: "\e775";
|
|
144
149
|
font-family: "e-icons";
|
|
145
|
-
font-size:
|
|
150
|
+
font-size: 48px;
|
|
151
|
+
margin: 2px;
|
|
146
152
|
}
|
|
147
153
|
|
|
148
154
|
.e-de-tablecell-center-alignment::before {
|
|
149
155
|
color: #adb5bd;
|
|
150
156
|
content: "\e7e5";
|
|
151
157
|
font-family: "e-icons";
|
|
152
|
-
font-size:
|
|
158
|
+
font-size: 48px;
|
|
159
|
+
margin: 2px;
|
|
153
160
|
}
|
|
154
161
|
|
|
155
162
|
.e-de-tablecell-bottom-alignment::before {
|
|
156
163
|
color: #adb5bd;
|
|
157
164
|
content: "\e7d9";
|
|
158
165
|
font-family: "e-icons";
|
|
159
|
-
font-size:
|
|
166
|
+
font-size: 48px;
|
|
167
|
+
margin: 2px;
|
|
160
168
|
}
|
|
161
169
|
|
|
162
170
|
.e-de-table-border-setting {
|
|
@@ -204,14 +212,14 @@
|
|
|
204
212
|
.e-de-table-border-none-setting::before {
|
|
205
213
|
color: #adb5bd;
|
|
206
214
|
content: "\e7eb";
|
|
207
|
-
font-size:
|
|
215
|
+
font-size: 36px;
|
|
208
216
|
position: absolute;
|
|
209
217
|
}
|
|
210
218
|
|
|
211
219
|
.e-de-table-border-box-setting::before {
|
|
212
220
|
color: #adb5bd;
|
|
213
221
|
content: "\e834";
|
|
214
|
-
font-size:
|
|
222
|
+
font-size: 36px;
|
|
215
223
|
left: 2px;
|
|
216
224
|
position: absolute;
|
|
217
225
|
top: 2px;
|
|
@@ -221,7 +229,7 @@
|
|
|
221
229
|
color: #adb5bd;
|
|
222
230
|
content: "\e7e8";
|
|
223
231
|
font-family: "e-icons";
|
|
224
|
-
font-size:
|
|
232
|
+
font-size: 36px;
|
|
225
233
|
left: 2px;
|
|
226
234
|
position: absolute;
|
|
227
235
|
top: 2px;
|
|
@@ -230,7 +238,7 @@
|
|
|
230
238
|
.e-de-table-border-custom-setting::before {
|
|
231
239
|
color: #adb5bd;
|
|
232
240
|
content: "\e7d5";
|
|
233
|
-
font-size:
|
|
241
|
+
font-size: 36px;
|
|
234
242
|
left: 2px;
|
|
235
243
|
position: absolute;
|
|
236
244
|
top: 2px;
|
|
@@ -239,14 +247,14 @@
|
|
|
239
247
|
.e-de-para-border-none-setting::before {
|
|
240
248
|
color: #adb5bd;
|
|
241
249
|
content: "\e890";
|
|
242
|
-
font-size:
|
|
250
|
+
font-size: 36px;
|
|
243
251
|
position: absolute;
|
|
244
252
|
}
|
|
245
253
|
|
|
246
254
|
.e-de-para-border-box-setting::before {
|
|
247
255
|
color: #adb5bd;
|
|
248
256
|
content: "\e891";
|
|
249
|
-
font-size:
|
|
257
|
+
font-size: 36px;
|
|
250
258
|
left: 2px;
|
|
251
259
|
position: absolute;
|
|
252
260
|
top: 2px;
|
|
@@ -255,7 +263,7 @@
|
|
|
255
263
|
.e-de-para-border-shadow-setting::before {
|
|
256
264
|
color: #adb5bd;
|
|
257
265
|
content: "\e892";
|
|
258
|
-
font-size:
|
|
266
|
+
font-size: 36px;
|
|
259
267
|
left: 2px;
|
|
260
268
|
position: absolute;
|
|
261
269
|
top: 2px;
|
|
@@ -264,7 +272,7 @@
|
|
|
264
272
|
.e-de-para-border-custom-setting::before {
|
|
265
273
|
color: #adb5bd;
|
|
266
274
|
content: "\e88f";
|
|
267
|
-
font-size:
|
|
275
|
+
font-size: 36px;
|
|
268
276
|
left: 2px;
|
|
269
277
|
position: absolute;
|
|
270
278
|
top: 2px;
|
|
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1676
1684
|
.e-de-style-font-group-button .e-btn,
|
|
1677
1685
|
.e-de-style-paragraph-group-button .e-btn,
|
|
1678
1686
|
.e-de-style-paragraph-indent-group-button .e-btn {
|
|
1679
|
-
background
|
|
1687
|
+
background: #212529;
|
|
1680
1688
|
border-color: #444c54;
|
|
1681
1689
|
}
|
|
1682
1690
|
.e-de-style-font-group-button .e-btn:focus,
|
|
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1848
1856
|
|
|
1849
1857
|
.e-de-restrict-pane,
|
|
1850
1858
|
.e-de-op {
|
|
1851
|
-
background
|
|
1859
|
+
background: #282d31;
|
|
1852
1860
|
}
|
|
1853
1861
|
|
|
1854
1862
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2518
2526
|
margin-right: 20px;
|
|
2519
2527
|
}
|
|
2520
2528
|
|
|
2521
|
-
.e-de-style-
|
|
2529
|
+
.e-de-style-dlg-name-input {
|
|
2522
2530
|
height: 31px;
|
|
2523
2531
|
}
|
|
2524
2532
|
|