@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
|
@@ -43,6 +43,11 @@
|
|
|
43
43
|
font-family: "e-icons";
|
|
44
44
|
font-size: 13px;
|
|
45
45
|
}
|
|
46
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
47
|
+
color: #d1d5db;
|
|
48
|
+
content: "\e8bc";
|
|
49
|
+
font-family: "e-icons";
|
|
50
|
+
}
|
|
46
51
|
.e-documenteditor .e-de-cmt-post::before {
|
|
47
52
|
content: "\e71d";
|
|
48
53
|
font-family: "e-icons";
|
|
@@ -124,40 +129,40 @@
|
|
|
124
129
|
.e-de-table-left-alignment::before {
|
|
125
130
|
color: #d1d5db;
|
|
126
131
|
content: "\e7f6";
|
|
127
|
-
font-size:
|
|
132
|
+
font-size: 48px;
|
|
128
133
|
}
|
|
129
134
|
|
|
130
135
|
.e-de-table-center-alignment::before {
|
|
131
136
|
color: #d1d5db;
|
|
132
137
|
content: "\e7f1";
|
|
133
|
-
font-size:
|
|
138
|
+
font-size: 48px;
|
|
134
139
|
}
|
|
135
140
|
|
|
136
141
|
.e-de-table-right-alignment::before {
|
|
137
142
|
color: #d1d5db;
|
|
138
143
|
content: "\e703";
|
|
139
|
-
font-size:
|
|
144
|
+
font-size: 48px;
|
|
140
145
|
}
|
|
141
146
|
|
|
142
147
|
.e-de-tablecell-top-alignment::before {
|
|
143
148
|
color: #d1d5db;
|
|
144
149
|
content: "\e775";
|
|
145
150
|
font-family: "e-icons";
|
|
146
|
-
font-size:
|
|
151
|
+
font-size: 48px;
|
|
147
152
|
}
|
|
148
153
|
|
|
149
154
|
.e-de-tablecell-center-alignment::before {
|
|
150
155
|
color: #d1d5db;
|
|
151
156
|
content: "\e7e5";
|
|
152
157
|
font-family: "e-icons";
|
|
153
|
-
font-size:
|
|
158
|
+
font-size: 48px;
|
|
154
159
|
}
|
|
155
160
|
|
|
156
161
|
.e-de-tablecell-bottom-alignment::before {
|
|
157
162
|
color: #d1d5db;
|
|
158
163
|
content: "\e7d9";
|
|
159
164
|
font-family: "e-icons";
|
|
160
|
-
font-size:
|
|
165
|
+
font-size: 48px;
|
|
161
166
|
}
|
|
162
167
|
|
|
163
168
|
.e-de-table-border-setting {
|
|
@@ -205,14 +210,14 @@
|
|
|
205
210
|
.e-de-table-border-none-setting::before {
|
|
206
211
|
color: #d1d5db;
|
|
207
212
|
content: "\e7eb";
|
|
208
|
-
font-size:
|
|
213
|
+
font-size: 36px;
|
|
209
214
|
position: absolute;
|
|
210
215
|
}
|
|
211
216
|
|
|
212
217
|
.e-de-table-border-box-setting::before {
|
|
213
218
|
color: #d1d5db;
|
|
214
219
|
content: "\e834";
|
|
215
|
-
font-size:
|
|
220
|
+
font-size: 36px;
|
|
216
221
|
left: 2px;
|
|
217
222
|
position: absolute;
|
|
218
223
|
top: 2px;
|
|
@@ -222,7 +227,7 @@
|
|
|
222
227
|
color: #d1d5db;
|
|
223
228
|
content: "\e7e8";
|
|
224
229
|
font-family: "e-icons";
|
|
225
|
-
font-size:
|
|
230
|
+
font-size: 36px;
|
|
226
231
|
left: 2px;
|
|
227
232
|
position: absolute;
|
|
228
233
|
top: 2px;
|
|
@@ -231,7 +236,7 @@
|
|
|
231
236
|
.e-de-table-border-custom-setting::before {
|
|
232
237
|
color: #d1d5db;
|
|
233
238
|
content: "\e7d5";
|
|
234
|
-
font-size:
|
|
239
|
+
font-size: 36px;
|
|
235
240
|
left: 2px;
|
|
236
241
|
position: absolute;
|
|
237
242
|
top: 2px;
|
|
@@ -240,14 +245,14 @@
|
|
|
240
245
|
.e-de-para-border-none-setting::before {
|
|
241
246
|
color: #d1d5db;
|
|
242
247
|
content: "\e890";
|
|
243
|
-
font-size:
|
|
248
|
+
font-size: 36px;
|
|
244
249
|
position: absolute;
|
|
245
250
|
}
|
|
246
251
|
|
|
247
252
|
.e-de-para-border-box-setting::before {
|
|
248
253
|
color: #d1d5db;
|
|
249
254
|
content: "\e891";
|
|
250
|
-
font-size:
|
|
255
|
+
font-size: 36px;
|
|
251
256
|
left: 2px;
|
|
252
257
|
position: absolute;
|
|
253
258
|
top: 2px;
|
|
@@ -256,7 +261,7 @@
|
|
|
256
261
|
.e-de-para-border-shadow-setting::before {
|
|
257
262
|
color: #d1d5db;
|
|
258
263
|
content: "\e892";
|
|
259
|
-
font-size:
|
|
264
|
+
font-size: 36px;
|
|
260
265
|
left: 2px;
|
|
261
266
|
position: absolute;
|
|
262
267
|
top: 2px;
|
|
@@ -265,7 +270,7 @@
|
|
|
265
270
|
.e-de-para-border-custom-setting::before {
|
|
266
271
|
color: #d1d5db;
|
|
267
272
|
content: "\e88f";
|
|
268
|
-
font-size:
|
|
273
|
+
font-size: 36px;
|
|
269
274
|
left: 2px;
|
|
270
275
|
position: absolute;
|
|
271
276
|
top: 2px;
|
|
@@ -2063,7 +2068,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2063
2068
|
|
|
2064
2069
|
.e-de-restrict-pane,
|
|
2065
2070
|
.e-de-op {
|
|
2066
|
-
background
|
|
2071
|
+
background: #232e3e;
|
|
2067
2072
|
}
|
|
2068
2073
|
|
|
2069
2074
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2722,7 +2727,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2722
2727
|
margin-right: 20px;
|
|
2723
2728
|
}
|
|
2724
2729
|
|
|
2725
|
-
.e-de-style-
|
|
2730
|
+
.e-de-style-dlg-name-input {
|
|
2726
2731
|
height: 31px;
|
|
2727
2732
|
}
|
|
2728
2733
|
|
|
@@ -3631,7 +3636,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3631
3636
|
|
|
3632
3637
|
.e-de-cmt-textarea.e-input {
|
|
3633
3638
|
color: #d1d5db;
|
|
3634
|
-
font-size:
|
|
3639
|
+
font-size: 14px;
|
|
3635
3640
|
line-height: normal;
|
|
3636
3641
|
min-height: 30px;
|
|
3637
3642
|
overflow: hidden;
|
|
@@ -43,6 +43,11 @@
|
|
|
43
43
|
font-family: "e-icons";
|
|
44
44
|
font-size: 13px;
|
|
45
45
|
}
|
|
46
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
47
|
+
color: #6b7280;
|
|
48
|
+
content: "\e8bc";
|
|
49
|
+
font-family: "e-icons";
|
|
50
|
+
}
|
|
46
51
|
.e-documenteditor .e-de-cmt-post::before {
|
|
47
52
|
content: "\e71d";
|
|
48
53
|
font-family: "e-icons";
|
|
@@ -124,40 +129,43 @@
|
|
|
124
129
|
.e-de-table-left-alignment::before {
|
|
125
130
|
color: #6b7280;
|
|
126
131
|
content: "\e7f6";
|
|
127
|
-
font-size:
|
|
132
|
+
font-size: 48px;
|
|
128
133
|
}
|
|
129
134
|
|
|
130
135
|
.e-de-table-center-alignment::before {
|
|
131
136
|
color: #6b7280;
|
|
132
137
|
content: "\e7f1";
|
|
133
|
-
font-size:
|
|
138
|
+
font-size: 48px;
|
|
134
139
|
}
|
|
135
140
|
|
|
136
141
|
.e-de-table-right-alignment::before {
|
|
137
142
|
color: #6b7280;
|
|
138
143
|
content: "\e703";
|
|
139
|
-
font-size:
|
|
144
|
+
font-size: 48px;
|
|
140
145
|
}
|
|
141
146
|
|
|
142
147
|
.e-de-tablecell-top-alignment::before {
|
|
143
148
|
color: #6b7280;
|
|
144
149
|
content: "\e775";
|
|
145
150
|
font-family: "e-icons";
|
|
146
|
-
font-size:
|
|
151
|
+
font-size: 48px;
|
|
152
|
+
margin: 2px;
|
|
147
153
|
}
|
|
148
154
|
|
|
149
155
|
.e-de-tablecell-center-alignment::before {
|
|
150
156
|
color: #6b7280;
|
|
151
157
|
content: "\e7e5";
|
|
152
158
|
font-family: "e-icons";
|
|
153
|
-
font-size:
|
|
159
|
+
font-size: 48px;
|
|
160
|
+
margin: 2px;
|
|
154
161
|
}
|
|
155
162
|
|
|
156
163
|
.e-de-tablecell-bottom-alignment::before {
|
|
157
164
|
color: #6b7280;
|
|
158
165
|
content: "\e7d9";
|
|
159
166
|
font-family: "e-icons";
|
|
160
|
-
font-size:
|
|
167
|
+
font-size: 48px;
|
|
168
|
+
margin: 2px;
|
|
161
169
|
}
|
|
162
170
|
|
|
163
171
|
.e-de-table-border-setting {
|
|
@@ -205,14 +213,14 @@
|
|
|
205
213
|
.e-de-table-border-none-setting::before {
|
|
206
214
|
color: #6b7280;
|
|
207
215
|
content: "\e7eb";
|
|
208
|
-
font-size:
|
|
216
|
+
font-size: 36px;
|
|
209
217
|
position: absolute;
|
|
210
218
|
}
|
|
211
219
|
|
|
212
220
|
.e-de-table-border-box-setting::before {
|
|
213
221
|
color: #6b7280;
|
|
214
222
|
content: "\e834";
|
|
215
|
-
font-size:
|
|
223
|
+
font-size: 36px;
|
|
216
224
|
left: 2px;
|
|
217
225
|
position: absolute;
|
|
218
226
|
top: 2px;
|
|
@@ -222,7 +230,7 @@
|
|
|
222
230
|
color: #6b7280;
|
|
223
231
|
content: "\e7e8";
|
|
224
232
|
font-family: "e-icons";
|
|
225
|
-
font-size:
|
|
233
|
+
font-size: 36px;
|
|
226
234
|
left: 2px;
|
|
227
235
|
position: absolute;
|
|
228
236
|
top: 2px;
|
|
@@ -231,7 +239,7 @@
|
|
|
231
239
|
.e-de-table-border-custom-setting::before {
|
|
232
240
|
color: #6b7280;
|
|
233
241
|
content: "\e7d5";
|
|
234
|
-
font-size:
|
|
242
|
+
font-size: 36px;
|
|
235
243
|
left: 2px;
|
|
236
244
|
position: absolute;
|
|
237
245
|
top: 2px;
|
|
@@ -240,14 +248,14 @@
|
|
|
240
248
|
.e-de-para-border-none-setting::before {
|
|
241
249
|
color: #6b7280;
|
|
242
250
|
content: "\e890";
|
|
243
|
-
font-size:
|
|
251
|
+
font-size: 36px;
|
|
244
252
|
position: absolute;
|
|
245
253
|
}
|
|
246
254
|
|
|
247
255
|
.e-de-para-border-box-setting::before {
|
|
248
256
|
color: #6b7280;
|
|
249
257
|
content: "\e891";
|
|
250
|
-
font-size:
|
|
258
|
+
font-size: 36px;
|
|
251
259
|
left: 2px;
|
|
252
260
|
position: absolute;
|
|
253
261
|
top: 2px;
|
|
@@ -256,7 +264,7 @@
|
|
|
256
264
|
.e-de-para-border-shadow-setting::before {
|
|
257
265
|
color: #6b7280;
|
|
258
266
|
content: "\e892";
|
|
259
|
-
font-size:
|
|
267
|
+
font-size: 36px;
|
|
260
268
|
left: 2px;
|
|
261
269
|
position: absolute;
|
|
262
270
|
top: 2px;
|
|
@@ -265,7 +273,7 @@
|
|
|
265
273
|
.e-de-para-border-custom-setting::before {
|
|
266
274
|
color: #6b7280;
|
|
267
275
|
content: "\e88f";
|
|
268
|
-
font-size:
|
|
276
|
+
font-size: 36px;
|
|
269
277
|
left: 2px;
|
|
270
278
|
position: absolute;
|
|
271
279
|
top: 2px;
|
|
@@ -2063,7 +2071,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2063
2071
|
|
|
2064
2072
|
.e-de-restrict-pane,
|
|
2065
2073
|
.e-de-op {
|
|
2066
|
-
background
|
|
2074
|
+
background: #f9fafb;
|
|
2067
2075
|
}
|
|
2068
2076
|
|
|
2069
2077
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2722,7 +2730,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2722
2730
|
margin-right: 20px;
|
|
2723
2731
|
}
|
|
2724
2732
|
|
|
2725
|
-
.e-de-style-
|
|
2733
|
+
.e-de-style-dlg-name-input {
|
|
2726
2734
|
height: 31px;
|
|
2727
2735
|
}
|
|
2728
2736
|
|
|
@@ -3631,7 +3639,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3631
3639
|
|
|
3632
3640
|
.e-de-cmt-textarea.e-input {
|
|
3633
3641
|
color: #374151;
|
|
3634
|
-
font-size:
|
|
3642
|
+
font-size: 14px;
|
|
3635
3643
|
line-height: normal;
|
|
3636
3644
|
min-height: 30px;
|
|
3637
3645
|
overflow: hidden;
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
.e-de-statusbar-pageweb {
|
|
535
|
-
background
|
|
535
|
+
background: #1a1a1a;
|
|
536
536
|
border: 0;
|
|
537
537
|
box-shadow: none;
|
|
538
538
|
float: right;
|
|
@@ -561,12 +561,22 @@
|
|
|
561
561
|
font-size: 16px;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
+
.e-listview .e-list-icon {
|
|
565
|
+
height: 24px;
|
|
566
|
+
width: 16px;
|
|
567
|
+
margin-right: 12px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.e-de-listview-icon {
|
|
571
|
+
line-height: 22px;
|
|
572
|
+
}
|
|
573
|
+
|
|
564
574
|
.e-de-linespacing {
|
|
565
575
|
margin-top: 6px;
|
|
566
576
|
}
|
|
567
577
|
|
|
568
578
|
.e-de-statusbar-zoom {
|
|
569
|
-
background
|
|
579
|
+
background: #1a1a1a;
|
|
570
580
|
border: 0;
|
|
571
581
|
color: #fff;
|
|
572
582
|
float: right;
|
|
@@ -674,7 +684,7 @@
|
|
|
674
684
|
|
|
675
685
|
.e-de-tool-ctnr-properties-pane,
|
|
676
686
|
.e-de-ctnr-properties-pane {
|
|
677
|
-
background
|
|
687
|
+
background: #1a1a1a;
|
|
678
688
|
border-bottom: 1px solid #505050;
|
|
679
689
|
border-top: 1px solid #505050;
|
|
680
690
|
}
|
|
@@ -784,7 +794,7 @@
|
|
|
784
794
|
margin: 0 5.5px;
|
|
785
795
|
}
|
|
786
796
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
787
|
-
margin-left: 12px;
|
|
797
|
+
margin-left: 12px !important;
|
|
788
798
|
margin-right: 6px;
|
|
789
799
|
}
|
|
790
800
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -800,20 +810,23 @@
|
|
|
800
810
|
}
|
|
801
811
|
|
|
802
812
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
813
|
+
-ms-flex-direction: column;
|
|
814
|
+
flex-direction: column;
|
|
815
|
+
height: calc(100% - 10px);
|
|
803
816
|
padding: 0;
|
|
804
|
-
padding-bottom:
|
|
817
|
+
padding-bottom: 5px;
|
|
805
818
|
}
|
|
806
819
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
807
820
|
padding: 0;
|
|
808
|
-
padding-bottom:
|
|
821
|
+
padding-bottom: 5px;
|
|
809
822
|
}
|
|
810
823
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
811
824
|
padding: 0;
|
|
812
|
-
padding-bottom:
|
|
825
|
+
padding-bottom: 5px;
|
|
813
826
|
}
|
|
814
827
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
815
828
|
padding: 0;
|
|
816
|
-
padding-bottom:
|
|
829
|
+
padding-bottom: 5px;
|
|
817
830
|
}
|
|
818
831
|
|
|
819
832
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -842,7 +855,7 @@
|
|
|
842
855
|
}
|
|
843
856
|
|
|
844
857
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
845
|
-
background
|
|
858
|
+
background: #131313;
|
|
846
859
|
border-radius: 0;
|
|
847
860
|
box-shadow: none;
|
|
848
861
|
color: #0070f0;
|
|
@@ -884,6 +897,7 @@
|
|
|
884
897
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
885
898
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
886
899
|
padding: 0 !important;
|
|
900
|
+
min-height: 16px;
|
|
887
901
|
}
|
|
888
902
|
|
|
889
903
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1238,8 +1252,8 @@
|
|
|
1238
1252
|
border: 1px solid #505050;
|
|
1239
1253
|
color: #acacac;
|
|
1240
1254
|
height: 129px;
|
|
1241
|
-
margin-left: 78px;
|
|
1242
1255
|
width: 94px;
|
|
1256
|
+
margin-left: 78px;
|
|
1243
1257
|
}
|
|
1244
1258
|
|
|
1245
1259
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1294,7 +1308,7 @@
|
|
|
1294
1308
|
}
|
|
1295
1309
|
|
|
1296
1310
|
.e-de-status-bar {
|
|
1297
|
-
background
|
|
1311
|
+
background: #1a1a1a;
|
|
1298
1312
|
display: -ms-flexbox;
|
|
1299
1313
|
display: flex;
|
|
1300
1314
|
padding-top: 2.5px;
|
|
@@ -1427,8 +1441,8 @@
|
|
|
1427
1441
|
}
|
|
1428
1442
|
|
|
1429
1443
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1430
|
-
height: 38px;
|
|
1431
1444
|
width: 38px;
|
|
1445
|
+
height: 38px;
|
|
1432
1446
|
}
|
|
1433
1447
|
|
|
1434
1448
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1440,6 +1454,15 @@
|
|
|
1440
1454
|
width: 70px;
|
|
1441
1455
|
}
|
|
1442
1456
|
|
|
1457
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1458
|
+
height: 24px;
|
|
1459
|
+
width: 16px;
|
|
1460
|
+
margin-left: 12px;
|
|
1461
|
+
}
|
|
1462
|
+
.e-rtl .e-de-listview-icon {
|
|
1463
|
+
line-height: 22px;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1443
1466
|
.e-bigger .de-split-button > div:first-child {
|
|
1444
1467
|
margin-right: 16px;
|
|
1445
1468
|
}
|
|
@@ -1561,7 +1584,7 @@
|
|
|
1561
1584
|
margin: 0 7.5px;
|
|
1562
1585
|
}
|
|
1563
1586
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1564
|
-
margin-left: 16px;
|
|
1587
|
+
margin-left: 16px !important;
|
|
1565
1588
|
margin-right: 8px;
|
|
1566
1589
|
}
|
|
1567
1590
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1578,22 +1601,22 @@
|
|
|
1578
1601
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1579
1602
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1580
1603
|
padding: 0;
|
|
1581
|
-
padding-bottom:
|
|
1604
|
+
padding-bottom: 5px;
|
|
1582
1605
|
}
|
|
1583
1606
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1584
1607
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1585
1608
|
padding: 0;
|
|
1586
|
-
padding-bottom:
|
|
1609
|
+
padding-bottom: 5px;
|
|
1587
1610
|
}
|
|
1588
1611
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1589
1612
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1590
1613
|
padding: 0;
|
|
1591
|
-
padding-bottom:
|
|
1614
|
+
padding-bottom: 5px;
|
|
1592
1615
|
}
|
|
1593
1616
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1594
1617
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1595
1618
|
padding: 0;
|
|
1596
|
-
padding-bottom:
|
|
1619
|
+
padding-bottom: 5px;
|
|
1597
1620
|
}
|
|
1598
1621
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1599
1622
|
padding: 0 !important;
|
|
@@ -1609,7 +1632,7 @@
|
|
|
1609
1632
|
width: 75px;
|
|
1610
1633
|
}
|
|
1611
1634
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1612
|
-
background
|
|
1635
|
+
background: #131313;
|
|
1613
1636
|
border-radius: 0;
|
|
1614
1637
|
box-shadow: none;
|
|
1615
1638
|
min-height: 100%;
|
|
@@ -1637,7 +1660,7 @@
|
|
|
1637
1660
|
}
|
|
1638
1661
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1639
1662
|
display: table;
|
|
1640
|
-
font-size: 12px;
|
|
1663
|
+
font-size: 12px !important;
|
|
1641
1664
|
margin: 0 6px;
|
|
1642
1665
|
padding: 0;
|
|
1643
1666
|
white-space: normal;
|
|
@@ -1793,6 +1816,22 @@
|
|
|
1793
1816
|
height: 0;
|
|
1794
1817
|
line-height: 0;
|
|
1795
1818
|
}
|
|
1819
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1820
|
+
height: 24px;
|
|
1821
|
+
width: 16px;
|
|
1822
|
+
margin-right: 16px;
|
|
1823
|
+
}
|
|
1824
|
+
.e-bigger .e-de-listview-icon {
|
|
1825
|
+
line-height: 22px;
|
|
1826
|
+
}
|
|
1827
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1828
|
+
height: 24px;
|
|
1829
|
+
width: 16px;
|
|
1830
|
+
margin-left: 16px;
|
|
1831
|
+
}
|
|
1832
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1833
|
+
line-height: 22px;
|
|
1834
|
+
}
|
|
1796
1835
|
|
|
1797
1836
|
.e-de-ctn .e-de-bzr-button {
|
|
1798
1837
|
font-size: 12px;
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
.e-de-statusbar-pageweb {
|
|
535
|
-
background
|
|
535
|
+
background: #f8f8f8;
|
|
536
536
|
border: 0;
|
|
537
537
|
box-shadow: none;
|
|
538
538
|
float: right;
|
|
@@ -562,12 +562,22 @@
|
|
|
562
562
|
margin-top: -6px;
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
+
.e-listview .e-list-icon {
|
|
566
|
+
height: 24px;
|
|
567
|
+
width: 16px;
|
|
568
|
+
margin-right: 12px;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.e-de-listview-icon {
|
|
572
|
+
line-height: 22px;
|
|
573
|
+
}
|
|
574
|
+
|
|
565
575
|
.e-de-linespacing {
|
|
566
576
|
margin-top: 6px;
|
|
567
577
|
}
|
|
568
578
|
|
|
569
579
|
.e-de-statusbar-zoom {
|
|
570
|
-
background
|
|
580
|
+
background: #f8f8f8;
|
|
571
581
|
border: 0;
|
|
572
582
|
color: #333;
|
|
573
583
|
float: right;
|
|
@@ -675,7 +685,7 @@
|
|
|
675
685
|
|
|
676
686
|
.e-de-tool-ctnr-properties-pane,
|
|
677
687
|
.e-de-ctnr-properties-pane {
|
|
678
|
-
background
|
|
688
|
+
background: #f8f8f8;
|
|
679
689
|
border-bottom: 1px solid #ccc;
|
|
680
690
|
border-top: 1px solid #ccc;
|
|
681
691
|
}
|
|
@@ -785,7 +795,7 @@
|
|
|
785
795
|
margin: 0 5.5px;
|
|
786
796
|
}
|
|
787
797
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
788
|
-
margin-left: 12px;
|
|
798
|
+
margin-left: 12px !important;
|
|
789
799
|
margin-right: 6px;
|
|
790
800
|
}
|
|
791
801
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -801,20 +811,23 @@
|
|
|
801
811
|
}
|
|
802
812
|
|
|
803
813
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
814
|
+
-ms-flex-direction: column;
|
|
815
|
+
flex-direction: column;
|
|
816
|
+
height: calc(100% - 10px);
|
|
804
817
|
padding: 0 1px;
|
|
805
|
-
padding-bottom:
|
|
818
|
+
padding-bottom: 5px;
|
|
806
819
|
}
|
|
807
820
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
808
821
|
padding: 0;
|
|
809
|
-
padding-bottom:
|
|
822
|
+
padding-bottom: 5px;
|
|
810
823
|
}
|
|
811
824
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
812
825
|
padding: 0;
|
|
813
|
-
padding-bottom:
|
|
826
|
+
padding-bottom: 5px;
|
|
814
827
|
}
|
|
815
828
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
816
829
|
padding: 0;
|
|
817
|
-
padding-bottom:
|
|
830
|
+
padding-bottom: 5px;
|
|
818
831
|
}
|
|
819
832
|
|
|
820
833
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -843,7 +856,7 @@
|
|
|
843
856
|
}
|
|
844
857
|
|
|
845
858
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
846
|
-
background
|
|
859
|
+
background: #f8f8f8;
|
|
847
860
|
border-radius: 0;
|
|
848
861
|
box-shadow: none;
|
|
849
862
|
color: #317ab9;
|
|
@@ -885,6 +898,7 @@
|
|
|
885
898
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
886
899
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
887
900
|
padding: 0 !important;
|
|
901
|
+
min-height: 16px;
|
|
888
902
|
}
|
|
889
903
|
|
|
890
904
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1240,8 +1254,8 @@
|
|
|
1240
1254
|
border: 1px solid #ccc;
|
|
1241
1255
|
color: #333;
|
|
1242
1256
|
height: 129px;
|
|
1243
|
-
margin-left: 78px;
|
|
1244
1257
|
width: 94px;
|
|
1258
|
+
margin-left: 78px;
|
|
1245
1259
|
}
|
|
1246
1260
|
|
|
1247
1261
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1296,7 +1310,7 @@
|
|
|
1296
1310
|
}
|
|
1297
1311
|
|
|
1298
1312
|
.e-de-status-bar {
|
|
1299
|
-
background
|
|
1313
|
+
background: #f8f8f8;
|
|
1300
1314
|
display: -ms-flexbox;
|
|
1301
1315
|
display: flex;
|
|
1302
1316
|
padding-top: 2.5px;
|
|
@@ -1429,8 +1443,8 @@
|
|
|
1429
1443
|
}
|
|
1430
1444
|
|
|
1431
1445
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1432
|
-
height: 38px;
|
|
1433
1446
|
width: 38px;
|
|
1447
|
+
height: 38px;
|
|
1434
1448
|
}
|
|
1435
1449
|
|
|
1436
1450
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1442,6 +1456,15 @@
|
|
|
1442
1456
|
width: 70px;
|
|
1443
1457
|
}
|
|
1444
1458
|
|
|
1459
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1460
|
+
height: 24px;
|
|
1461
|
+
width: 16px;
|
|
1462
|
+
margin-left: 12px;
|
|
1463
|
+
}
|
|
1464
|
+
.e-rtl .e-de-listview-icon {
|
|
1465
|
+
line-height: 22px;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1445
1468
|
.e-bigger .de-split-button > div:first-child {
|
|
1446
1469
|
margin-right: 16px;
|
|
1447
1470
|
}
|
|
@@ -1563,7 +1586,7 @@
|
|
|
1563
1586
|
margin: 0 7.5px;
|
|
1564
1587
|
}
|
|
1565
1588
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1566
|
-
margin-left: 16px;
|
|
1589
|
+
margin-left: 16px !important;
|
|
1567
1590
|
margin-right: 8px;
|
|
1568
1591
|
}
|
|
1569
1592
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1611,7 +1634,7 @@
|
|
|
1611
1634
|
width: 75px;
|
|
1612
1635
|
}
|
|
1613
1636
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1614
|
-
background
|
|
1637
|
+
background: #f8f8f8;
|
|
1615
1638
|
border-radius: 0;
|
|
1616
1639
|
box-shadow: none;
|
|
1617
1640
|
min-height: 100%;
|
|
@@ -1639,7 +1662,7 @@
|
|
|
1639
1662
|
}
|
|
1640
1663
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1641
1664
|
display: table;
|
|
1642
|
-
font-size: 12px;
|
|
1665
|
+
font-size: 12px !important;
|
|
1643
1666
|
margin: 0 6px;
|
|
1644
1667
|
padding: 0;
|
|
1645
1668
|
white-space: normal;
|
|
@@ -1802,6 +1825,22 @@
|
|
|
1802
1825
|
height: 0;
|
|
1803
1826
|
line-height: 0;
|
|
1804
1827
|
}
|
|
1828
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1829
|
+
height: 24px;
|
|
1830
|
+
width: 16px;
|
|
1831
|
+
margin-right: 16px;
|
|
1832
|
+
}
|
|
1833
|
+
.e-bigger .e-de-listview-icon {
|
|
1834
|
+
line-height: 22px;
|
|
1835
|
+
}
|
|
1836
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1837
|
+
height: 24px;
|
|
1838
|
+
width: 16px;
|
|
1839
|
+
margin-left: 16px;
|
|
1840
|
+
}
|
|
1841
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1842
|
+
line-height: 22px;
|
|
1843
|
+
}
|
|
1805
1844
|
|
|
1806
1845
|
.e-de-ctn .e-de-bzr-button {
|
|
1807
1846
|
font-size: 12px;
|