@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45
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 +134 -90
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.js +2 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
- package/styles/bootstrap-dark.css +284 -302
- package/styles/bootstrap.css +30 -110
- package/styles/bootstrap4.css +56 -139
- package/styles/bootstrap5-dark.css +5866 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5866 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/document-editor/bootstrap-dark.css +53 -142
- package/styles/document-editor/bootstrap.css +10 -99
- package/styles/document-editor/bootstrap4.css +36 -125
- package/styles/document-editor/bootstrap5-dark.css +3699 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -0
- package/styles/document-editor/bootstrap5.css +3699 -0
- package/styles/document-editor/bootstrap5.scss +1 -0
- package/styles/document-editor/fabric-dark.css +31 -120
- package/styles/document-editor/fabric.css +10 -99
- package/styles/document-editor/highcontrast.css +15 -104
- package/styles/document-editor/material-dark.css +76 -168
- package/styles/document-editor/material.css +10 -99
- package/styles/document-editor/tailwind-dark.css +63 -61
- package/styles/document-editor/tailwind.css +47 -44
- package/styles/document-editor-container/bootstrap-dark.css +231 -160
- package/styles/document-editor-container/bootstrap.css +20 -11
- package/styles/document-editor-container/bootstrap4.css +20 -14
- package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/bootstrap5.css +2166 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -0
- package/styles/document-editor-container/fabric-dark.css +214 -138
- package/styles/document-editor-container/fabric.css +67 -13
- package/styles/document-editor-container/highcontrast-light.css +87 -13
- package/styles/document-editor-container/highcontrast.css +66 -13
- package/styles/document-editor-container/material-dark.css +232 -170
- package/styles/document-editor-container/material.css +67 -15
- package/styles/document-editor-container/tailwind-dark.css +132 -45
- package/styles/document-editor-container/tailwind.css +127 -40
- package/styles/fabric-dark.css +245 -258
- package/styles/fabric.css +77 -112
- package/styles/highcontrast-light.css +87 -13
- package/styles/highcontrast.css +81 -117
- package/styles/material-dark.css +308 -338
- package/styles/material.css +77 -114
- package/styles/tailwind-dark.css +195 -106
- package/styles/tailwind.css +174 -84
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
.e-de-ctnr-close::before {
|
|
2
|
-
content: '\eb1e';
|
|
3
|
-
}
|
|
4
|
-
|
|
5
1
|
.e-de-ctnr-linespacing::before {
|
|
6
2
|
content: '\eb30';
|
|
7
3
|
}
|
|
8
4
|
|
|
9
|
-
.e-de-ctnr-undo::before {
|
|
10
|
-
content: '\ebc5';
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-de-ctnr-find::before {
|
|
14
|
-
content: '\e60e';
|
|
15
|
-
}
|
|
16
|
-
|
|
17
5
|
.e-de-ctnr-lock::before {
|
|
18
6
|
content: '\eb20';
|
|
19
7
|
}
|
|
@@ -26,16 +14,13 @@
|
|
|
26
14
|
content: '\eb27';
|
|
27
15
|
}
|
|
28
16
|
|
|
29
|
-
.e-de-
|
|
30
|
-
content: '\
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
.e-de-ctnr-download::before {
|
|
34
|
-
content: '\eb2a';
|
|
17
|
+
.e-de-cnt-track::before {
|
|
18
|
+
content: '\e20a';
|
|
19
|
+
font-family: 'e-icons';
|
|
35
20
|
}
|
|
36
21
|
|
|
37
|
-
.e-de-ctnr-
|
|
38
|
-
content: '\
|
|
22
|
+
.e-de-ctnr-table::before {
|
|
23
|
+
content: '\eb2b';
|
|
39
24
|
}
|
|
40
25
|
|
|
41
26
|
.e-de-ctnr-tableofcontent::before {
|
|
@@ -46,26 +31,14 @@
|
|
|
46
31
|
content: '\eb1b';
|
|
47
32
|
}
|
|
48
33
|
|
|
49
|
-
.e-de-ctnr-highlight::before {
|
|
50
|
-
content: '\ebc6';
|
|
51
|
-
}
|
|
52
|
-
|
|
53
34
|
.e-de-ctnr-new::before {
|
|
54
35
|
content: '\eb0c';
|
|
55
36
|
}
|
|
56
37
|
|
|
57
|
-
.e-de-ctnr-paste::before {
|
|
58
|
-
content: '\e601';
|
|
59
|
-
}
|
|
60
|
-
|
|
61
38
|
.e-de-ctnr-bold::before {
|
|
62
39
|
content: '\eb2f';
|
|
63
40
|
}
|
|
64
41
|
|
|
65
|
-
.e-de-ctnr-subscript::before {
|
|
66
|
-
content: '\e357';
|
|
67
|
-
}
|
|
68
|
-
|
|
69
42
|
.e-de-ctnr-fontcolor::before {
|
|
70
43
|
content: '\eb1f';
|
|
71
44
|
}
|
|
@@ -82,233 +55,265 @@
|
|
|
82
55
|
content: '\eb1a';
|
|
83
56
|
}
|
|
84
57
|
|
|
85
|
-
.e-de-ctnr-strikethrough::before {
|
|
86
|
-
content: '\ebc9';
|
|
87
|
-
}
|
|
88
|
-
|
|
89
58
|
.e-de-ctnr-image::before {
|
|
90
59
|
content: '\eb1c';
|
|
91
60
|
}
|
|
92
61
|
|
|
93
|
-
.e-de-ctnr-redo::before {
|
|
94
|
-
content: '\ebd3';
|
|
95
|
-
}
|
|
96
|
-
|
|
97
62
|
.e-de-ctnr-bookmark::before {
|
|
98
63
|
content: '\eb11';
|
|
99
64
|
}
|
|
100
65
|
|
|
101
|
-
.e-de-ctnr-increaseindent::before {
|
|
102
|
-
content: '\e33f';
|
|
103
|
-
}
|
|
104
|
-
|
|
105
66
|
.e-de-ctnr-header::before {
|
|
106
67
|
content: '\eb0b';
|
|
107
68
|
}
|
|
108
69
|
|
|
109
|
-
.e-de-ctnr-backgroundcolor::before {
|
|
110
|
-
content: '\eb31';
|
|
111
|
-
}
|
|
112
|
-
|
|
113
70
|
.e-de-ctnr-open::before {
|
|
114
71
|
content: '\eb28';
|
|
115
72
|
}
|
|
116
73
|
|
|
117
|
-
.e-de-ctnr-
|
|
118
|
-
content: '\
|
|
74
|
+
.e-de-ctnr-bullets::before {
|
|
75
|
+
content: '\eb25';
|
|
119
76
|
}
|
|
120
77
|
|
|
121
|
-
.e-de-ctnr-
|
|
122
|
-
content: '\
|
|
78
|
+
.e-de-ctnr-showhide::before {
|
|
79
|
+
content: '\eb23';
|
|
80
|
+
font-size: 16px;
|
|
123
81
|
}
|
|
124
82
|
|
|
125
|
-
.e-de-ctnr-
|
|
126
|
-
content: '\
|
|
83
|
+
.e-de-ctnr-footer::before {
|
|
84
|
+
content: '\eb0a';
|
|
127
85
|
}
|
|
128
86
|
|
|
129
|
-
.e-de-ctnr-
|
|
130
|
-
content: '\
|
|
87
|
+
.e-de-ctnr-clearall::before {
|
|
88
|
+
content: '\eb26';
|
|
131
89
|
}
|
|
132
90
|
|
|
133
|
-
.e-de-ctnr-
|
|
134
|
-
content: '\
|
|
91
|
+
.e-de-ctnr-outsideborder::before {
|
|
92
|
+
content: '\eb66';
|
|
135
93
|
}
|
|
136
94
|
|
|
137
|
-
.e-de-ctnr-
|
|
138
|
-
content: '\
|
|
95
|
+
.e-de-ctnr-allborders::before {
|
|
96
|
+
content: '\eb95';
|
|
139
97
|
}
|
|
140
98
|
|
|
141
|
-
.e-de-ctnr-
|
|
142
|
-
content: '\
|
|
99
|
+
.e-de-ctnr-insideborders::before {
|
|
100
|
+
content: '\eb88';
|
|
143
101
|
}
|
|
144
102
|
|
|
145
|
-
.e-de-ctnr-
|
|
146
|
-
content: '\
|
|
147
|
-
font-size: 16px;
|
|
103
|
+
.e-de-ctnr-mergecell::before {
|
|
104
|
+
content: '\eb93';
|
|
148
105
|
}
|
|
149
106
|
|
|
150
|
-
.e-de-ctnr-
|
|
151
|
-
content: '\
|
|
107
|
+
.e-de-ctnr-aligntop::before {
|
|
108
|
+
content: '\eb35';
|
|
152
109
|
}
|
|
153
110
|
|
|
154
|
-
.e-de-ctnr-
|
|
155
|
-
content: '\
|
|
111
|
+
.e-de-ctnr-alignbottom::before {
|
|
112
|
+
content: '\eb0e';
|
|
156
113
|
}
|
|
157
114
|
|
|
158
|
-
.e-de-ctnr-
|
|
159
|
-
content: '\
|
|
115
|
+
.e-de-ctnr-aligncenter-table::before {
|
|
116
|
+
content: '\eb0d';
|
|
160
117
|
}
|
|
161
118
|
|
|
162
|
-
.e-de-ctnr-
|
|
163
|
-
content: '\
|
|
119
|
+
.e-de-ctnr-bullet-none::before {
|
|
120
|
+
content: '\e256';
|
|
164
121
|
}
|
|
165
122
|
|
|
166
|
-
.e-de-ctnr-
|
|
167
|
-
content: '\
|
|
123
|
+
.e-de-ctnr-bullet-dot::before {
|
|
124
|
+
content: '\e270';
|
|
168
125
|
}
|
|
169
126
|
|
|
170
|
-
.e-de-ctnr-
|
|
171
|
-
content: '\
|
|
127
|
+
.e-de-ctnr-bullet-circle::before {
|
|
128
|
+
content: '\e254';
|
|
172
129
|
}
|
|
173
130
|
|
|
174
|
-
.e-de-ctnr-
|
|
175
|
-
content: '\
|
|
131
|
+
.e-de-ctnr-bullet-square::before {
|
|
132
|
+
content: '\e271';
|
|
176
133
|
}
|
|
177
134
|
|
|
178
|
-
.e-de-ctnr-
|
|
179
|
-
content: '\
|
|
135
|
+
.e-de-ctnr-bullet-flower::before {
|
|
136
|
+
content: '\e267';
|
|
180
137
|
}
|
|
181
138
|
|
|
182
|
-
.e-de-ctnr-
|
|
183
|
-
content: '\
|
|
139
|
+
.e-de-ctnr-bullet-arrow::before {
|
|
140
|
+
content: '\e253';
|
|
184
141
|
}
|
|
185
142
|
|
|
186
|
-
.e-de-ctnr-
|
|
187
|
-
content: '\
|
|
143
|
+
.e-de-ctnr-bullet-tick::before {
|
|
144
|
+
content: '\e259';
|
|
188
145
|
}
|
|
189
146
|
|
|
190
|
-
.e-de-
|
|
191
|
-
content: '\
|
|
147
|
+
.e-de-selected-item::before {
|
|
148
|
+
content: '\e935';
|
|
192
149
|
}
|
|
193
150
|
|
|
194
|
-
.e-de-ctnr-
|
|
195
|
-
content: '\
|
|
151
|
+
.e-de-ctnr-break::before {
|
|
152
|
+
content: '\eba1';
|
|
196
153
|
}
|
|
197
154
|
|
|
198
|
-
.e-de-
|
|
199
|
-
content: '\
|
|
155
|
+
.e-de-selected-spellcheck-item::before {
|
|
156
|
+
content: '\e935';
|
|
157
|
+
font-family: 'e-icons';
|
|
158
|
+
font-size: 10px;
|
|
200
159
|
}
|
|
201
160
|
|
|
202
|
-
.e-de-
|
|
203
|
-
content: '\
|
|
161
|
+
.e-de-selected-underline-item::before {
|
|
162
|
+
content: '\e935';
|
|
163
|
+
font-family: 'e-icons';
|
|
164
|
+
font-size: 10px;
|
|
204
165
|
}
|
|
205
166
|
|
|
206
|
-
.e-de-ctnr-
|
|
207
|
-
content: '\
|
|
167
|
+
.e-de-ctnr-page-break::before {
|
|
168
|
+
content: '\eba5';
|
|
208
169
|
}
|
|
209
170
|
|
|
210
|
-
.e-de-ctnr-
|
|
211
|
-
content: '\
|
|
171
|
+
.e-de-ctnr-section-break::before {
|
|
172
|
+
content: '\eba7';
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.e-de-ctnr-upload::before {
|
|
176
|
+
content: '\eba4';
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-de-ctnr-leftborders::before {
|
|
180
|
+
content: '\e291';
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.e-de-ctnr-rightborder::before {
|
|
184
|
+
content: '\e288';
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-de-ctnr-topborder::before {
|
|
188
|
+
content: '\e281';
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.e-de-ctnr-bottomborder::before {
|
|
192
|
+
content: '\e298';
|
|
212
193
|
}
|
|
213
194
|
|
|
214
195
|
.e-de-ctnr-insertleft::before {
|
|
215
|
-
content: '\
|
|
196
|
+
content: '\e285';
|
|
216
197
|
}
|
|
217
198
|
|
|
218
199
|
.e-de-ctnr-insertright::before {
|
|
219
|
-
content: '\
|
|
200
|
+
content: '\e284';
|
|
220
201
|
}
|
|
221
202
|
|
|
222
203
|
.e-de-ctnr-insertabove::before {
|
|
223
|
-
content: '\
|
|
204
|
+
content: '\e506';
|
|
224
205
|
}
|
|
225
206
|
|
|
226
207
|
.e-de-ctnr-insertbelow::before {
|
|
227
|
-
content: '\
|
|
208
|
+
content: '\e505';
|
|
228
209
|
}
|
|
229
210
|
|
|
230
211
|
.e-de-ctnr-deleterows::before {
|
|
231
|
-
content: '\
|
|
212
|
+
content: '\e283';
|
|
232
213
|
}
|
|
233
214
|
|
|
234
215
|
.e-de-ctnr-deletecolumns::before {
|
|
235
|
-
content: '\
|
|
216
|
+
content: '\e282';
|
|
236
217
|
}
|
|
237
218
|
|
|
238
|
-
.e-de-ctnr-
|
|
239
|
-
content: '\
|
|
219
|
+
.e-de-ctnr-undo::before {
|
|
220
|
+
content: '\ebc5';
|
|
240
221
|
}
|
|
241
222
|
|
|
242
|
-
.e-de-ctnr-
|
|
243
|
-
content: '\
|
|
223
|
+
.e-de-ctnr-find::before {
|
|
224
|
+
content: '\e60e';
|
|
244
225
|
}
|
|
245
226
|
|
|
246
|
-
.e-de-ctnr-
|
|
247
|
-
content: '\
|
|
227
|
+
.e-de-ctnr-download::before {
|
|
228
|
+
content: '\ec32';
|
|
248
229
|
}
|
|
249
230
|
|
|
250
|
-
.e-de-ctnr-
|
|
251
|
-
content: '\
|
|
231
|
+
.e-de-ctnr-justify::before {
|
|
232
|
+
content: '\e334';
|
|
252
233
|
}
|
|
253
234
|
|
|
254
|
-
.e-de-ctnr-
|
|
255
|
-
content: '\
|
|
235
|
+
.e-de-ctnr-highlight::before {
|
|
236
|
+
content: '\ebc6';
|
|
256
237
|
}
|
|
257
238
|
|
|
258
|
-
.e-de-ctnr-
|
|
259
|
-
content: '\
|
|
239
|
+
.e-de-ctnr-paste::before {
|
|
240
|
+
content: '\e601';
|
|
260
241
|
}
|
|
261
242
|
|
|
262
|
-
.e-de-ctnr-
|
|
263
|
-
content: '\
|
|
243
|
+
.e-de-ctnr-subscript::before {
|
|
244
|
+
content: '\e357';
|
|
264
245
|
}
|
|
265
246
|
|
|
266
|
-
.e-de-ctnr-
|
|
267
|
-
content: '\
|
|
247
|
+
.e-de-ctnr-strikethrough::before {
|
|
248
|
+
content: '\ebc9';
|
|
268
249
|
}
|
|
269
250
|
|
|
270
|
-
.e-de-ctnr-
|
|
271
|
-
content: '\
|
|
251
|
+
.e-de-ctnr-redo::before {
|
|
252
|
+
content: '\ebd3';
|
|
272
253
|
}
|
|
273
254
|
|
|
274
|
-
.e-de-ctnr-
|
|
275
|
-
content: '\
|
|
255
|
+
.e-de-ctnr-increaseindent::before {
|
|
256
|
+
content: '\e33f';
|
|
276
257
|
}
|
|
277
258
|
|
|
278
|
-
.e-de-ctnr-
|
|
279
|
-
content: '\
|
|
259
|
+
.e-de-ctnr-underline::before {
|
|
260
|
+
content: '\ebc8';
|
|
280
261
|
}
|
|
281
262
|
|
|
282
|
-
.e-de-
|
|
283
|
-
content: '\
|
|
263
|
+
.e-de-ctnr-superscript::before {
|
|
264
|
+
content: '\e352';
|
|
284
265
|
}
|
|
285
266
|
|
|
286
|
-
.e-de-
|
|
287
|
-
content: '\
|
|
288
|
-
font-family: 'e-icons';
|
|
289
|
-
font-size: 10px;
|
|
267
|
+
.e-de-ctnr-alignleft::before {
|
|
268
|
+
content: '\e33a';
|
|
290
269
|
}
|
|
291
270
|
|
|
292
|
-
.e-de-
|
|
293
|
-
content: '\
|
|
294
|
-
font-family: 'e-icons';
|
|
295
|
-
font-size: 10px;
|
|
271
|
+
.e-de-ctnr-numbering::before {
|
|
272
|
+
content: '\e346';
|
|
296
273
|
}
|
|
297
274
|
|
|
298
|
-
.e-de-ctnr-
|
|
299
|
-
content: '\
|
|
275
|
+
.e-de-ctnr-decreaseindent::before {
|
|
276
|
+
content: '\e35d';
|
|
300
277
|
}
|
|
301
278
|
|
|
302
|
-
.e-de-ctnr-
|
|
303
|
-
content: '\
|
|
279
|
+
.e-de-ctnr-insideverticalborder::before {
|
|
280
|
+
content: '\e287';
|
|
304
281
|
}
|
|
305
282
|
|
|
306
|
-
.e-de-ctnr-
|
|
307
|
-
content: '\
|
|
283
|
+
.e-de-ctnr-insidehorizondalborder::before {
|
|
284
|
+
content: '\e276';
|
|
308
285
|
}
|
|
309
286
|
|
|
310
|
-
.e-de-ctnr-
|
|
311
|
-
content: '\
|
|
287
|
+
.e-de-ctnr-highlightcolor::before {
|
|
288
|
+
content: '\ebc6';
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.e-de-ctnr-close::before {
|
|
292
|
+
content: '\e361';
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.e-de-ctnr-backgroundcolor::before {
|
|
296
|
+
content: '\ebca';
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.e-de-ctnr-aligncenter::before {
|
|
300
|
+
content: '\e35e';
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.e-de-ctnr-print::before {
|
|
304
|
+
content: '\ebd2';
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.e-de-ctnr-alignright::before {
|
|
308
|
+
content: '\e34d';
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.e-de-ctnr-strokesize::before {
|
|
312
|
+
content: '\ebd7';
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.e-de-ctnr-cellbg-clr-picker::before {
|
|
316
|
+
content: '\ebca';
|
|
312
317
|
}
|
|
313
318
|
|
|
314
319
|
.e-de-flip {
|
|
@@ -320,11 +325,6 @@
|
|
|
320
325
|
font-family: 'e-icons';
|
|
321
326
|
}
|
|
322
327
|
|
|
323
|
-
.e-de-cnt-track::before {
|
|
324
|
-
content: '\e20a';
|
|
325
|
-
font-family: 'e-icons';
|
|
326
|
-
}
|
|
327
|
-
|
|
328
328
|
.e-de-printlayout::before {
|
|
329
329
|
content: '\e897';
|
|
330
330
|
font-family: 'e-icons';
|
|
@@ -461,7 +461,12 @@
|
|
|
461
461
|
|
|
462
462
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
463
463
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
464
|
-
font-size:
|
|
464
|
+
font-size: 16px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
468
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
469
|
+
font-size: 16px;
|
|
465
470
|
}
|
|
466
471
|
|
|
467
472
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -487,8 +492,6 @@
|
|
|
487
492
|
|
|
488
493
|
.e-de-pagenumber-text {
|
|
489
494
|
border: none !important;
|
|
490
|
-
height: 22px !important;
|
|
491
|
-
margin-top: -3px !important;
|
|
492
495
|
}
|
|
493
496
|
|
|
494
497
|
.e-de-pagenumber-input {
|
|
@@ -496,8 +499,7 @@
|
|
|
496
499
|
border: 1px solid #505050;
|
|
497
500
|
border-radius: 2px;
|
|
498
501
|
color: #fff;
|
|
499
|
-
|
|
500
|
-
padding: 2px;
|
|
502
|
+
padding: 0px;
|
|
501
503
|
text-align: center;
|
|
502
504
|
width: 22px;
|
|
503
505
|
}
|
|
@@ -520,6 +522,7 @@
|
|
|
520
522
|
|
|
521
523
|
.e-de-ctn-title {
|
|
522
524
|
background-color: #0070f0;
|
|
525
|
+
border-bottom: none !important;
|
|
523
526
|
color: #fff;
|
|
524
527
|
}
|
|
525
528
|
|
|
@@ -749,10 +752,6 @@
|
|
|
749
752
|
width: 100%;
|
|
750
753
|
}
|
|
751
754
|
|
|
752
|
-
.de-split-button > div:first-child {
|
|
753
|
-
margin-right: 14px;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
755
|
.e-de-ctnr-properties-pane-btn {
|
|
757
756
|
width: 75px;
|
|
758
757
|
}
|
|
@@ -1123,6 +1122,52 @@
|
|
|
1123
1122
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1124
1123
|
}
|
|
1125
1124
|
|
|
1125
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
1126
|
+
border-radius: 0;
|
|
1127
|
+
border-top-left-radius: 4px;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
1131
|
+
border-top-left-radius: 0;
|
|
1132
|
+
border-top-right-radius: 4px;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
1136
|
+
border-radius: 0;
|
|
1137
|
+
border-top-right-radius: 4px;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
1141
|
+
border-top-left-radius: 4px;
|
|
1142
|
+
border-top-right-radius: 0;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
1146
|
+
border-radius: 0;
|
|
1147
|
+
border-top: 0;
|
|
1148
|
+
border-bottom: 0;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
1152
|
+
border-radius: 0;
|
|
1153
|
+
border-bottom-left-radius: 4px;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
1157
|
+
border-bottom-left-radius: 0;
|
|
1158
|
+
border-bottom-right-radius: 4px;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
1162
|
+
border-radius: 0;
|
|
1163
|
+
border-bottom-right-radius: 4px;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
1167
|
+
border-bottom-right-radius: 0;
|
|
1168
|
+
border-bottom-left-radius: 4px;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1126
1171
|
.e-de-toc-template1 {
|
|
1127
1172
|
background: #1a1a1a;
|
|
1128
1173
|
border: 1px solid #505050;
|
|
@@ -1201,6 +1246,10 @@
|
|
|
1201
1246
|
width: 100px;
|
|
1202
1247
|
}
|
|
1203
1248
|
|
|
1249
|
+
.e-de-ctnr-pg-no span {
|
|
1250
|
+
border: 1px solid transparent;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1204
1253
|
.e-de-ctnr-pg-no-spellout {
|
|
1205
1254
|
color: #fff;
|
|
1206
1255
|
display: -ms-inline-flexbox;
|
|
@@ -1211,6 +1260,10 @@
|
|
|
1211
1260
|
width: calc(100% - 140px);
|
|
1212
1261
|
}
|
|
1213
1262
|
|
|
1263
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
1264
|
+
border: 1px solid transparent;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1214
1267
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
1215
1268
|
color: #fff;
|
|
1216
1269
|
display: -ms-inline-flexbox;
|
|
@@ -1505,8 +1558,8 @@
|
|
|
1505
1558
|
margin-right: 0;
|
|
1506
1559
|
}
|
|
1507
1560
|
|
|
1508
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
1509
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
1561
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1562
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1510
1563
|
margin-right: 16px;
|
|
1511
1564
|
}
|
|
1512
1565
|
|
|
@@ -1720,7 +1773,6 @@
|
|
|
1720
1773
|
font-weight: 400;
|
|
1721
1774
|
height: 25px !important;
|
|
1722
1775
|
width: 25px !important;
|
|
1723
|
-
border-radius: 4px;
|
|
1724
1776
|
}
|
|
1725
1777
|
|
|
1726
1778
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -1832,6 +1884,25 @@
|
|
|
1832
1884
|
line-height: 0;
|
|
1833
1885
|
}
|
|
1834
1886
|
|
|
1887
|
+
.e-de-ctn .e-de-bzr-button {
|
|
1888
|
+
font-size: 12px;
|
|
1889
|
+
font-weight: 400;
|
|
1890
|
+
background: inherit;
|
|
1891
|
+
height: 100%;
|
|
1892
|
+
color: #f0f0f0;
|
|
1893
|
+
border: 1px solid inherit;
|
|
1894
|
+
box-shadow: none;
|
|
1895
|
+
border: none;
|
|
1896
|
+
padding-bottom: 6px;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.e-de-ctn .e-de-bzr-button:hover {
|
|
1900
|
+
background: inherit;
|
|
1901
|
+
border: inherit;
|
|
1902
|
+
border-radius: inherit;
|
|
1903
|
+
color: #f0f0f0;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1835
1906
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1836
1907
|
font-size: 16px;
|
|
1837
1908
|
}
|
|
@@ -461,7 +461,12 @@
|
|
|
461
461
|
|
|
462
462
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
463
463
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
464
|
-
font-size:
|
|
464
|
+
font-size: 16px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
468
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
469
|
+
font-size: 16px;
|
|
465
470
|
}
|
|
466
471
|
|
|
467
472
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -488,8 +493,6 @@
|
|
|
488
493
|
|
|
489
494
|
.e-de-pagenumber-text {
|
|
490
495
|
border: none !important;
|
|
491
|
-
height: 22px !important;
|
|
492
|
-
margin-top: -3px !important;
|
|
493
496
|
}
|
|
494
497
|
|
|
495
498
|
.e-de-pagenumber-input {
|
|
@@ -497,8 +500,7 @@
|
|
|
497
500
|
border: 1px solid #ccc;
|
|
498
501
|
border-radius: 2px;
|
|
499
502
|
color: #333;
|
|
500
|
-
|
|
501
|
-
padding: 2px;
|
|
503
|
+
padding: 0px;
|
|
502
504
|
text-align: center;
|
|
503
505
|
width: 22px;
|
|
504
506
|
}
|
|
@@ -521,6 +523,7 @@
|
|
|
521
523
|
|
|
522
524
|
.e-de-ctn-title {
|
|
523
525
|
background-color: #317ab9;
|
|
526
|
+
border-bottom: none !important;
|
|
524
527
|
color: #fff;
|
|
525
528
|
}
|
|
526
529
|
|
|
@@ -750,10 +753,6 @@
|
|
|
750
753
|
width: 100%;
|
|
751
754
|
}
|
|
752
755
|
|
|
753
|
-
.de-split-button > div:first-child {
|
|
754
|
-
margin-right: 14px;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
756
|
.e-de-ctnr-properties-pane-btn {
|
|
758
757
|
width: 75px;
|
|
759
758
|
}
|
|
@@ -939,6 +938,7 @@
|
|
|
939
938
|
font-weight: 400;
|
|
940
939
|
height: 18px !important;
|
|
941
940
|
width: 18px !important;
|
|
941
|
+
border-radius: 4px;
|
|
942
942
|
}
|
|
943
943
|
|
|
944
944
|
.e-de-font-clr-picker > div div button,
|
|
@@ -1248,6 +1248,10 @@
|
|
|
1248
1248
|
width: 100px;
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
|
+
.e-de-ctnr-pg-no span {
|
|
1252
|
+
border: 1px solid transparent;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1251
1255
|
.e-de-ctnr-pg-no-spellout {
|
|
1252
1256
|
color: #333;
|
|
1253
1257
|
display: -ms-inline-flexbox;
|
|
@@ -1258,6 +1262,10 @@
|
|
|
1258
1262
|
width: calc(100% - 140px);
|
|
1259
1263
|
}
|
|
1260
1264
|
|
|
1265
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
1266
|
+
border: 1px solid transparent;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1261
1269
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
1262
1270
|
color: #333;
|
|
1263
1271
|
display: -ms-inline-flexbox;
|
|
@@ -1552,8 +1560,8 @@
|
|
|
1552
1560
|
margin-right: 0;
|
|
1553
1561
|
}
|
|
1554
1562
|
|
|
1555
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
1556
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
1563
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1564
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1557
1565
|
margin-right: 16px;
|
|
1558
1566
|
}
|
|
1559
1567
|
|
|
@@ -1895,6 +1903,7 @@
|
|
|
1895
1903
|
color: #333;
|
|
1896
1904
|
border: 1px solid #fff;
|
|
1897
1905
|
box-shadow: none;
|
|
1906
|
+
border: none;
|
|
1898
1907
|
padding-bottom: 6px;
|
|
1899
1908
|
}
|
|
1900
1909
|
|