@syncfusion/ej2-angular-documenteditor 20.1.52 → 20.1.55
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 +2 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +260 -463
- package/styles/bootstrap.css +260 -465
- package/styles/bootstrap4.css +259 -489
- package/styles/bootstrap5-dark.css +267 -500
- package/styles/bootstrap5.css +267 -500
- package/styles/document-editor/bootstrap-dark.css +148 -248
- package/styles/document-editor/bootstrap.css +148 -248
- package/styles/document-editor/bootstrap4.css +147 -255
- package/styles/document-editor/bootstrap5-dark.css +157 -272
- package/styles/document-editor/bootstrap5.css +157 -272
- package/styles/document-editor/fabric-dark.css +148 -248
- package/styles/document-editor/fabric.css +148 -248
- package/styles/document-editor/fluent-dark.css +157 -268
- package/styles/document-editor/fluent.css +157 -268
- package/styles/document-editor/highcontrast-light.css +241 -296
- package/styles/document-editor/highcontrast.css +149 -249
- package/styles/document-editor/material-dark.css +147 -246
- package/styles/document-editor/material.css +148 -247
- package/styles/document-editor/tailwind-dark.css +157 -304
- package/styles/document-editor/tailwind.css +157 -304
- package/styles/document-editor-container/bootstrap-dark.css +113 -216
- package/styles/document-editor-container/bootstrap.css +113 -218
- package/styles/document-editor-container/bootstrap4.css +113 -235
- package/styles/document-editor-container/bootstrap5-dark.css +111 -229
- package/styles/document-editor-container/bootstrap5.css +111 -229
- package/styles/document-editor-container/fabric-dark.css +113 -214
- package/styles/document-editor-container/fabric.css +113 -214
- package/styles/document-editor-container/fluent-dark.css +111 -225
- package/styles/document-editor-container/fluent.css +111 -225
- package/styles/document-editor-container/highcontrast-light.css +207 -329
- package/styles/document-editor-container/highcontrast.css +113 -214
- package/styles/document-editor-container/material-dark.css +113 -215
- package/styles/document-editor-container/material.css +113 -216
- package/styles/document-editor-container/tailwind-dark.css +109 -219
- package/styles/document-editor-container/tailwind.css +109 -219
- package/styles/fabric-dark.css +260 -461
- package/styles/fabric.css +260 -461
- package/styles/fluent-dark.css +267 -492
- package/styles/fluent.css +267 -492
- package/styles/highcontrast-light.css +353 -509
- package/styles/highcontrast.css +261 -462
- package/styles/material-dark.css +259 -460
- package/styles/material.css +260 -462
- package/styles/tailwind-dark.css +265 -522
- package/styles/tailwind.css +265 -522
|
@@ -1,319 +1,319 @@
|
|
|
1
1
|
.e-de-ctnr-linespacing::before {
|
|
2
|
-
content:
|
|
2
|
+
content: "\eb30";
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.e-de-ctnr-lock::before {
|
|
6
|
-
content:
|
|
6
|
+
content: "\eb20";
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-de-ctnr-italic::before {
|
|
10
|
-
content:
|
|
10
|
+
content: "\eb1d";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-de-ctnr-link::before {
|
|
14
|
-
content:
|
|
14
|
+
content: "\eb27";
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-de-cnt-track::before {
|
|
18
|
-
content:
|
|
19
|
-
font-family:
|
|
18
|
+
content: "\e20a";
|
|
19
|
+
font-family: "e-icons";
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.e-de-ctnr-table::before {
|
|
23
|
-
content:
|
|
23
|
+
content: "\eb2b";
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.e-de-ctnr-tableofcontent::before {
|
|
27
|
-
content:
|
|
27
|
+
content: "\eb10";
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.e-de-ctnr-pagenumber::before {
|
|
31
|
-
content:
|
|
31
|
+
content: "\eb1b";
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.e-de-ctnr-new::before {
|
|
35
|
-
content:
|
|
35
|
+
content: "\eb0c";
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.e-de-ctnr-bold::before {
|
|
39
|
-
content:
|
|
39
|
+
content: "\eb2f";
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.e-de-ctnr-fontcolor::before {
|
|
43
|
-
content:
|
|
43
|
+
content: "\eb1f";
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.e-de-ctnr-change-case::before {
|
|
47
|
-
content:
|
|
47
|
+
content: "\e88c";
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.e-de-ctnr-pagesetup::before {
|
|
51
|
-
content:
|
|
51
|
+
content: "\eb33";
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.e-de-ctnr-strokestyle::before {
|
|
55
|
-
content:
|
|
55
|
+
content: "\eb1a";
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.e-de-ctnr-image::before {
|
|
59
|
-
content:
|
|
59
|
+
content: "\eb1c";
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.e-de-ctnr-bookmark::before {
|
|
63
|
-
content:
|
|
63
|
+
content: "\eb11";
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.e-de-ctnr-header::before {
|
|
67
|
-
content:
|
|
67
|
+
content: "\eb0b";
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.e-de-ctnr-open::before {
|
|
71
|
-
content:
|
|
71
|
+
content: "\eb28";
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.e-de-ctnr-bullets::before {
|
|
75
|
-
content:
|
|
75
|
+
content: "\eb25";
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.e-de-ctnr-showhide::before {
|
|
79
|
-
content:
|
|
79
|
+
content: "\eb23";
|
|
80
80
|
font-size: 16px;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.e-de-ctnr-footer::before {
|
|
84
|
-
content:
|
|
84
|
+
content: "\eb0a";
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.e-de-ctnr-clearall::before {
|
|
88
|
-
content:
|
|
88
|
+
content: "\eb26";
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.e-de-ctnr-outsideborder::before {
|
|
92
|
-
content:
|
|
92
|
+
content: "\eb66";
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.e-de-ctnr-allborders::before {
|
|
96
|
-
content:
|
|
96
|
+
content: "\eb95";
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.e-de-ctnr-insideborders::before {
|
|
100
|
-
content:
|
|
100
|
+
content: "\eb88";
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-de-ctnr-mergecell::before {
|
|
104
|
-
content:
|
|
104
|
+
content: "\eb93";
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.e-de-ctnr-aligntop::before {
|
|
108
|
-
content:
|
|
108
|
+
content: "\eb35";
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
.e-de-ctnr-alignbottom::before {
|
|
112
|
-
content:
|
|
112
|
+
content: "\eb0e";
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
.e-de-ctnr-aligncenter-table::before {
|
|
116
|
-
content:
|
|
116
|
+
content: "\eb0d";
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.e-de-ctnr-bullet-none::before {
|
|
120
|
-
content:
|
|
120
|
+
content: "\e256";
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-de-ctnr-bullet-dot::before {
|
|
124
|
-
content:
|
|
124
|
+
content: "\e270";
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.e-de-ctnr-bullet-circle::before {
|
|
128
|
-
content:
|
|
128
|
+
content: "\e254";
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.e-de-ctnr-bullet-square::before {
|
|
132
|
-
content:
|
|
132
|
+
content: "\e271";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.e-de-ctnr-bullet-flower::before {
|
|
136
|
-
content:
|
|
136
|
+
content: "\e267";
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.e-de-ctnr-bullet-arrow::before {
|
|
140
|
-
content:
|
|
140
|
+
content: "\e253";
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.e-de-ctnr-bullet-tick::before {
|
|
144
|
-
content:
|
|
144
|
+
content: "\e259";
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.e-de-selected-item::before {
|
|
148
|
-
content:
|
|
148
|
+
content: "\e935";
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.e-de-ctnr-break::before {
|
|
152
|
-
content:
|
|
152
|
+
content: "\eba1";
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.e-de-selected-spellcheck-item::before {
|
|
156
|
-
content:
|
|
157
|
-
font-family:
|
|
156
|
+
content: "\e935";
|
|
157
|
+
font-family: "e-icons";
|
|
158
158
|
font-size: 10px;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.e-de-selected-underline-item::before {
|
|
162
|
-
content:
|
|
163
|
-
font-family:
|
|
162
|
+
content: "\e935";
|
|
163
|
+
font-family: "e-icons";
|
|
164
164
|
font-size: 10px;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.e-de-ctnr-page-break::before {
|
|
168
|
-
content:
|
|
168
|
+
content: "\eba5";
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-de-ctnr-section-break::before {
|
|
172
|
-
content:
|
|
172
|
+
content: "\eba7";
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.e-de-ctnr-upload::before {
|
|
176
|
-
content:
|
|
176
|
+
content: "\eba4";
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.e-de-ctnr-leftborders::before {
|
|
180
|
-
content:
|
|
180
|
+
content: "\e291";
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.e-de-ctnr-rightborder::before {
|
|
184
|
-
content:
|
|
184
|
+
content: "\e288";
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.e-de-ctnr-topborder::before {
|
|
188
|
-
content:
|
|
188
|
+
content: "\e281";
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
.e-de-ctnr-bottomborder::before {
|
|
192
|
-
content:
|
|
192
|
+
content: "\e298";
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.e-de-ctnr-insertleft::before {
|
|
196
|
-
content:
|
|
196
|
+
content: "\e285";
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.e-de-ctnr-insertright::before {
|
|
200
|
-
content:
|
|
200
|
+
content: "\e284";
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.e-de-ctnr-insertabove::before {
|
|
204
|
-
content:
|
|
204
|
+
content: "\e506";
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.e-de-ctnr-insertbelow::before {
|
|
208
|
-
content:
|
|
208
|
+
content: "\e505";
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.e-de-ctnr-deleterows::before {
|
|
212
|
-
content:
|
|
212
|
+
content: "\e283";
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
.e-de-ctnr-deletecolumns::before {
|
|
216
|
-
content:
|
|
216
|
+
content: "\e282";
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-de-ctnr-undo::before {
|
|
220
|
-
content:
|
|
220
|
+
content: "\ebc5";
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
.e-de-ctnr-find::before {
|
|
224
|
-
content:
|
|
224
|
+
content: "\e60e";
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.e-de-ctnr-download::before {
|
|
228
|
-
content:
|
|
228
|
+
content: "\ec32";
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.e-de-ctnr-justify::before {
|
|
232
|
-
content:
|
|
232
|
+
content: "\e334";
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
.e-de-ctnr-highlight::before {
|
|
236
|
-
content:
|
|
236
|
+
content: "\ebc6";
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.e-de-ctnr-paste::before {
|
|
240
|
-
content:
|
|
240
|
+
content: "\e601";
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.e-de-ctnr-subscript::before {
|
|
244
|
-
content:
|
|
244
|
+
content: "\e357";
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.e-de-ctnr-strikethrough::before {
|
|
248
|
-
content:
|
|
248
|
+
content: "\ebc9";
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
.e-de-ctnr-redo::before {
|
|
252
|
-
content:
|
|
252
|
+
content: "\ebd3";
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
.e-de-ctnr-increaseindent::before {
|
|
256
|
-
content:
|
|
256
|
+
content: "\e33f";
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
.e-de-ctnr-underline::before {
|
|
260
|
-
content:
|
|
260
|
+
content: "\ebc8";
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
.e-de-ctnr-superscript::before {
|
|
264
|
-
content:
|
|
264
|
+
content: "\e352";
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.e-de-ctnr-alignleft::before {
|
|
268
|
-
content:
|
|
268
|
+
content: "\e33a";
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
.e-de-ctnr-numbering::before {
|
|
272
|
-
content:
|
|
272
|
+
content: "\e346";
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
.e-de-ctnr-decreaseindent::before {
|
|
276
|
-
content:
|
|
276
|
+
content: "\e35d";
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
.e-de-ctnr-insideverticalborder::before {
|
|
280
|
-
content:
|
|
280
|
+
content: "\e287";
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
284
|
-
content:
|
|
284
|
+
content: "\e276";
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
.e-de-ctnr-highlightcolor::before {
|
|
288
|
-
content:
|
|
288
|
+
content: "\ebc6";
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
.e-de-ctnr-close::before {
|
|
292
|
-
content:
|
|
292
|
+
content: "\e361";
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
.e-de-ctnr-backgroundcolor::before {
|
|
296
|
-
content:
|
|
296
|
+
content: "\ebca";
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
.e-de-ctnr-aligncenter::before {
|
|
300
|
-
content:
|
|
300
|
+
content: "\e35e";
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
.e-de-ctnr-print::before {
|
|
304
|
-
content:
|
|
304
|
+
content: "\ebd2";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
.e-de-ctnr-alignright::before {
|
|
308
|
-
content:
|
|
308
|
+
content: "\e34d";
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
.e-de-ctnr-strokesize::before {
|
|
312
|
-
content:
|
|
312
|
+
content: "\ebd7";
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
316
|
-
content:
|
|
316
|
+
content: "\ebca";
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
.e-de-flip {
|
|
@@ -321,73 +321,73 @@
|
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.e-de-cnt-cmt-add::before {
|
|
324
|
-
content:
|
|
325
|
-
font-family:
|
|
324
|
+
content: "\e814";
|
|
325
|
+
font-family: "e-icons";
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.e-de-printlayout::before {
|
|
329
|
-
content:
|
|
330
|
-
font-family:
|
|
329
|
+
content: "\e897";
|
|
330
|
+
font-family: "e-icons";
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.e-de-weblayout::before {
|
|
334
|
-
content:
|
|
335
|
-
font-family:
|
|
334
|
+
content: "\e798";
|
|
335
|
+
font-family: "e-icons";
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-de-textform::before {
|
|
339
|
-
content:
|
|
340
|
-
font-family:
|
|
339
|
+
content: "\e198";
|
|
340
|
+
font-family: "e-icons";
|
|
341
341
|
}
|
|
342
342
|
|
|
343
343
|
.e-de-formproperties::before {
|
|
344
|
-
content:
|
|
345
|
-
font-family:
|
|
344
|
+
content: "\e199";
|
|
345
|
+
font-family: "e-icons";
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
.e-de-clearform::before {
|
|
349
|
-
content:
|
|
350
|
-
font-family:
|
|
349
|
+
content: "\e19a";
|
|
350
|
+
font-family: "e-icons";
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.e-de-dropdownform::before {
|
|
354
|
-
content:
|
|
355
|
-
font-family:
|
|
354
|
+
content: "\e19b";
|
|
355
|
+
font-family: "e-icons";
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
.e-de-formfield::before {
|
|
359
|
-
content:
|
|
360
|
-
font-family:
|
|
359
|
+
content: "\e19c";
|
|
360
|
+
font-family: "e-icons";
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.e-de-checkbox-form::before {
|
|
364
|
-
content:
|
|
365
|
-
font-family:
|
|
364
|
+
content: "\e19d";
|
|
365
|
+
font-family: "e-icons";
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.e-de-arrow-up::before {
|
|
369
|
-
content:
|
|
370
|
-
font-family:
|
|
369
|
+
content: "\e834";
|
|
370
|
+
font-family: "e-icons";
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
.e-de-arrow-down::before {
|
|
374
|
-
content:
|
|
375
|
-
font-family:
|
|
374
|
+
content: "\e83d";
|
|
375
|
+
font-family: "e-icons";
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
.e-de-update-field::before {
|
|
379
|
-
content:
|
|
380
|
-
font-family:
|
|
379
|
+
content: "\e19e";
|
|
380
|
+
font-family: "e-icons";
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.e-de-footnote::before {
|
|
384
|
-
content:
|
|
385
|
-
font-family:
|
|
384
|
+
content: "\e435";
|
|
385
|
+
font-family: "e-icons";
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
.e-de-endnote::before {
|
|
389
|
-
content:
|
|
390
|
-
font-family:
|
|
389
|
+
content: "\e436";
|
|
390
|
+
font-family: "e-icons";
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
.e-de-toolbar {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.e-de-ctnr-hglt-btn {
|
|
412
|
-
border: .5px solid transparent;
|
|
412
|
+
border: 0.5px solid transparent;
|
|
413
413
|
display: inline-block;
|
|
414
414
|
height: 25px;
|
|
415
415
|
margin: 3px;
|
|
@@ -427,7 +427,6 @@
|
|
|
427
427
|
padding-top: 1px;
|
|
428
428
|
width: 157px;
|
|
429
429
|
}
|
|
430
|
-
|
|
431
430
|
.e-hglt-no-color:hover {
|
|
432
431
|
background-color: #d3d3d3;
|
|
433
432
|
cursor: pointer;
|
|
@@ -463,7 +462,6 @@
|
|
|
463
462
|
height: 33px;
|
|
464
463
|
width: 33px;
|
|
465
464
|
}
|
|
466
|
-
|
|
467
465
|
.e-de-statusbar-pageweb:hover {
|
|
468
466
|
box-shadow: none;
|
|
469
467
|
}
|
|
@@ -481,7 +479,6 @@
|
|
|
481
479
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
482
480
|
padding: 0;
|
|
483
481
|
}
|
|
484
|
-
|
|
485
482
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
486
483
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
487
484
|
font-size: 16px;
|
|
@@ -569,7 +566,7 @@
|
|
|
569
566
|
.e-de-ctn {
|
|
570
567
|
background-color: #f8f8f8;
|
|
571
568
|
border: 1px solid #ccc;
|
|
572
|
-
height:
|
|
569
|
+
height: 100%;
|
|
573
570
|
position: relative;
|
|
574
571
|
width: 100%;
|
|
575
572
|
}
|
|
@@ -704,27 +701,22 @@
|
|
|
704
701
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
705
702
|
height: 77px;
|
|
706
703
|
}
|
|
707
|
-
|
|
708
704
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
709
705
|
height: 59px;
|
|
710
706
|
margin: 0 5.5px;
|
|
711
707
|
}
|
|
712
|
-
|
|
713
708
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
714
709
|
margin-left: 12px;
|
|
715
710
|
margin-right: 6px;
|
|
716
711
|
}
|
|
717
|
-
|
|
718
712
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
719
713
|
margin-left: 6px;
|
|
720
714
|
margin-right: 6px;
|
|
721
715
|
}
|
|
722
|
-
|
|
723
716
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
724
717
|
margin-left: 6px;
|
|
725
718
|
margin-right: 12px;
|
|
726
719
|
}
|
|
727
|
-
|
|
728
720
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
729
721
|
background-color: #e6e6e6;
|
|
730
722
|
}
|
|
@@ -733,17 +725,14 @@
|
|
|
733
725
|
padding: 0 1px;
|
|
734
726
|
padding-bottom: 6px;
|
|
735
727
|
}
|
|
736
|
-
|
|
737
728
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
738
729
|
padding: 0;
|
|
739
730
|
padding-bottom: 6px;
|
|
740
731
|
}
|
|
741
|
-
|
|
742
732
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
743
733
|
padding: 0;
|
|
744
734
|
padding-bottom: 6px;
|
|
745
735
|
}
|
|
746
|
-
|
|
747
736
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
748
737
|
padding: 0;
|
|
749
738
|
padding-bottom: 6px;
|
|
@@ -782,15 +771,12 @@
|
|
|
782
771
|
min-height: 100%;
|
|
783
772
|
min-width: 100%;
|
|
784
773
|
}
|
|
785
|
-
|
|
786
774
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
787
775
|
box-shadow: none;
|
|
788
776
|
}
|
|
789
|
-
|
|
790
777
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
791
778
|
box-shadow: none;
|
|
792
779
|
}
|
|
793
|
-
|
|
794
780
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
795
781
|
box-shadow: none;
|
|
796
782
|
}
|
|
@@ -852,7 +838,6 @@
|
|
|
852
838
|
.e-bigger .e-de-cntr-pane-padding {
|
|
853
839
|
padding: 16px;
|
|
854
840
|
}
|
|
855
|
-
|
|
856
841
|
.e-bigger .e-de-prop-pane {
|
|
857
842
|
height: 100%;
|
|
858
843
|
min-height: 200px;
|
|
@@ -864,15 +849,12 @@
|
|
|
864
849
|
box-shadow: none;
|
|
865
850
|
height: 34px;
|
|
866
851
|
}
|
|
867
|
-
|
|
868
852
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
869
853
|
box-shadow: none;
|
|
870
854
|
}
|
|
871
|
-
|
|
872
855
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
873
856
|
box-shadow: none;
|
|
874
857
|
}
|
|
875
|
-
|
|
876
858
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
877
859
|
box-shadow: none;
|
|
878
860
|
}
|
|
@@ -881,15 +863,12 @@
|
|
|
881
863
|
box-shadow: none;
|
|
882
864
|
height: 34px;
|
|
883
865
|
}
|
|
884
|
-
|
|
885
866
|
.e-de-ctnr-group-btn button:focus {
|
|
886
867
|
box-shadow: none;
|
|
887
868
|
}
|
|
888
|
-
|
|
889
869
|
.e-de-ctnr-group-btn button:active {
|
|
890
870
|
box-shadow: none;
|
|
891
871
|
}
|
|
892
|
-
|
|
893
872
|
.e-de-ctnr-group-btn button:hover {
|
|
894
873
|
box-shadow: none;
|
|
895
874
|
}
|
|
@@ -925,7 +904,6 @@
|
|
|
925
904
|
.e-bigger .e-de-panel-left-width {
|
|
926
905
|
width: 149px;
|
|
927
906
|
}
|
|
928
|
-
|
|
929
907
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
930
908
|
.e-bigger .e-de-insert-del-cell button {
|
|
931
909
|
width: 37.25px;
|
|
@@ -1126,7 +1104,6 @@
|
|
|
1126
1104
|
outline-offset: 0;
|
|
1127
1105
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1128
1106
|
}
|
|
1129
|
-
|
|
1130
1107
|
.e-btn-toggle:hover {
|
|
1131
1108
|
background-color: #e6e6e6 !important;
|
|
1132
1109
|
outline: #fafafa 0 solid;
|
|
@@ -1256,7 +1233,6 @@
|
|
|
1256
1233
|
height: 100%;
|
|
1257
1234
|
padding-top: 9px;
|
|
1258
1235
|
}
|
|
1259
|
-
|
|
1260
1236
|
.e-de-ctnr-pg-no span {
|
|
1261
1237
|
border: 1px solid transparent;
|
|
1262
1238
|
}
|
|
@@ -1270,7 +1246,6 @@
|
|
|
1270
1246
|
padding-top: 9px;
|
|
1271
1247
|
width: calc(100% - 140px);
|
|
1272
1248
|
}
|
|
1273
|
-
|
|
1274
1249
|
.e-de-ctnr-pg-no-spellout span {
|
|
1275
1250
|
border: 1px solid transparent;
|
|
1276
1251
|
}
|
|
@@ -1392,45 +1367,36 @@
|
|
|
1392
1367
|
.e-bigger .de-split-button > div:first-child {
|
|
1393
1368
|
margin-right: 16px;
|
|
1394
1369
|
}
|
|
1395
|
-
|
|
1396
1370
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
1397
1371
|
width: 66px;
|
|
1398
1372
|
}
|
|
1399
|
-
|
|
1400
1373
|
.e-bigger .e-de-prop-fill-label {
|
|
1401
1374
|
margin-left: 0;
|
|
1402
1375
|
margin-right: 9.8px;
|
|
1403
1376
|
}
|
|
1404
|
-
|
|
1405
1377
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1406
1378
|
margin-left: 9.8px;
|
|
1407
1379
|
margin-right: 0px;
|
|
1408
1380
|
}
|
|
1409
|
-
|
|
1410
1381
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1411
1382
|
margin-left: 16px;
|
|
1412
1383
|
margin-right: 0;
|
|
1413
1384
|
}
|
|
1414
|
-
|
|
1415
1385
|
.e-bigger .e-de-color-picker {
|
|
1416
1386
|
height: 38px;
|
|
1417
1387
|
width: 96px;
|
|
1418
1388
|
}
|
|
1419
|
-
|
|
1420
1389
|
.e-bigger .e-de-border-size-button {
|
|
1421
1390
|
height: 38px;
|
|
1422
1391
|
margin-top: 14px;
|
|
1423
1392
|
width: 96px;
|
|
1424
1393
|
}
|
|
1425
|
-
|
|
1426
1394
|
.e-bigger .e-de-stylediv {
|
|
1427
1395
|
padding-left: 16px;
|
|
1428
1396
|
}
|
|
1429
|
-
|
|
1430
1397
|
.e-bigger .e-de-stylediv-rtl {
|
|
1431
1398
|
padding-right: 16px;
|
|
1432
1399
|
}
|
|
1433
|
-
|
|
1434
1400
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
1435
1401
|
display: -ms-flexbox;
|
|
1436
1402
|
display: flex;
|
|
@@ -1438,74 +1404,61 @@
|
|
|
1438
1404
|
min-height: 200px;
|
|
1439
1405
|
width: 100%;
|
|
1440
1406
|
}
|
|
1441
|
-
|
|
1442
1407
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
1443
1408
|
display: -ms-flexbox;
|
|
1444
1409
|
display: flex;
|
|
1445
1410
|
height: calc(100% - 39px);
|
|
1446
1411
|
width: 100%;
|
|
1447
1412
|
}
|
|
1448
|
-
|
|
1449
1413
|
.e-bigger .e-de-ctn {
|
|
1450
1414
|
background-color: #f8f8f8;
|
|
1451
1415
|
border: 1px solid #ccc;
|
|
1452
|
-
height:
|
|
1416
|
+
height: 100%;
|
|
1453
1417
|
position: relative;
|
|
1454
1418
|
width: 100%;
|
|
1455
1419
|
}
|
|
1456
|
-
|
|
1457
1420
|
.e-bigger .e-de-ctnr-toolbar {
|
|
1458
1421
|
display: -ms-flexbox;
|
|
1459
1422
|
display: flex;
|
|
1460
1423
|
height: 82px;
|
|
1461
1424
|
width: 100%;
|
|
1462
1425
|
}
|
|
1463
|
-
|
|
1464
1426
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
1465
1427
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
1466
1428
|
border: 0;
|
|
1467
1429
|
}
|
|
1468
|
-
|
|
1469
1430
|
.e-bigger .e-de-pane {
|
|
1470
1431
|
border-left: 1px solid #ccc;
|
|
1471
1432
|
}
|
|
1472
|
-
|
|
1473
1433
|
.e-bigger .e-de-pane-rtl {
|
|
1474
1434
|
border-right: 1px solid #ccc;
|
|
1475
1435
|
}
|
|
1476
|
-
|
|
1477
1436
|
.e-bigger .e-de-ctnr-segment {
|
|
1478
1437
|
margin-bottom: 16px;
|
|
1479
1438
|
}
|
|
1480
|
-
|
|
1481
1439
|
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
1482
1440
|
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
1483
1441
|
margin-right: 16px;
|
|
1484
1442
|
}
|
|
1485
|
-
|
|
1486
1443
|
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
1487
1444
|
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
1488
1445
|
margin-left: 16px;
|
|
1489
1446
|
margin-right: 0;
|
|
1490
1447
|
}
|
|
1491
|
-
|
|
1492
1448
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1493
1449
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1494
1450
|
margin-right: 16px;
|
|
1495
1451
|
}
|
|
1496
|
-
|
|
1497
1452
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1498
1453
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1499
1454
|
margin-left: 16px;
|
|
1500
1455
|
margin-right: 0;
|
|
1501
1456
|
}
|
|
1502
|
-
|
|
1503
1457
|
.e-bigger .e-de-tlbr-wrapper {
|
|
1504
1458
|
background-color: #f8f8f8;
|
|
1505
1459
|
height: 82px;
|
|
1506
1460
|
width: calc(100% - 75px);
|
|
1507
1461
|
}
|
|
1508
|
-
|
|
1509
1462
|
.e-bigger .e-de-ctnr-prop-label {
|
|
1510
1463
|
color: #333;
|
|
1511
1464
|
display: inline-block;
|
|
@@ -1515,72 +1468,58 @@
|
|
|
1515
1468
|
margin-bottom: 16px;
|
|
1516
1469
|
opacity: 0.87;
|
|
1517
1470
|
}
|
|
1518
|
-
|
|
1519
1471
|
.e-bigger .e-de-table-prop-label {
|
|
1520
1472
|
margin-left: 14.5px;
|
|
1521
1473
|
}
|
|
1522
|
-
|
|
1523
1474
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
1524
1475
|
margin-left: 0;
|
|
1525
1476
|
margin-right: 14.5px;
|
|
1526
1477
|
}
|
|
1527
|
-
|
|
1528
1478
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
1529
1479
|
height: 82px;
|
|
1530
1480
|
}
|
|
1531
|
-
|
|
1532
1481
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1533
1482
|
height: 25px;
|
|
1534
1483
|
margin: 0 7.5px;
|
|
1535
1484
|
}
|
|
1536
|
-
|
|
1537
1485
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1538
1486
|
margin-left: 16px;
|
|
1539
1487
|
margin-right: 8px;
|
|
1540
1488
|
}
|
|
1541
|
-
|
|
1542
1489
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
1543
1490
|
margin-left: 8px;
|
|
1544
1491
|
margin-right: 8px;
|
|
1545
1492
|
}
|
|
1546
|
-
|
|
1547
1493
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
1548
1494
|
margin-left: 8px;
|
|
1549
1495
|
margin-right: 16px;
|
|
1550
1496
|
}
|
|
1551
|
-
|
|
1552
1497
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
1553
1498
|
background-color: #e6e6e6;
|
|
1554
1499
|
}
|
|
1555
|
-
|
|
1556
1500
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1557
1501
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1558
1502
|
padding: 0 1px;
|
|
1559
1503
|
padding-bottom: 6px;
|
|
1560
1504
|
}
|
|
1561
|
-
|
|
1562
1505
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1563
1506
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1564
1507
|
padding: 0;
|
|
1565
1508
|
padding-bottom: 6px;
|
|
1566
1509
|
}
|
|
1567
|
-
|
|
1568
1510
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1569
1511
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1570
1512
|
padding: 0;
|
|
1571
1513
|
padding-bottom: 6px;
|
|
1572
1514
|
}
|
|
1573
|
-
|
|
1574
1515
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1575
1516
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1576
1517
|
padding: 0;
|
|
1577
1518
|
padding-bottom: 6px;
|
|
1578
1519
|
}
|
|
1579
|
-
|
|
1580
1520
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1581
1521
|
padding: 0 !important;
|
|
1582
1522
|
}
|
|
1583
|
-
|
|
1584
1523
|
.e-bigger .e-de-overlay {
|
|
1585
1524
|
height: 100%;
|
|
1586
1525
|
opacity: 0.5;
|
|
@@ -1588,11 +1527,9 @@
|
|
|
1588
1527
|
-ms-touch-action: none;
|
|
1589
1528
|
touch-action: none;
|
|
1590
1529
|
}
|
|
1591
|
-
|
|
1592
1530
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
1593
1531
|
width: 75px;
|
|
1594
1532
|
}
|
|
1595
|
-
|
|
1596
1533
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1597
1534
|
background-color: #f8f8f8;
|
|
1598
1535
|
border-radius: 0;
|
|
@@ -1600,33 +1537,26 @@
|
|
|
1600
1537
|
min-height: 100%;
|
|
1601
1538
|
min-width: 100%;
|
|
1602
1539
|
}
|
|
1603
|
-
|
|
1604
1540
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
1605
1541
|
box-shadow: none;
|
|
1606
1542
|
}
|
|
1607
|
-
|
|
1608
1543
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
1609
1544
|
box-shadow: none;
|
|
1610
1545
|
}
|
|
1611
|
-
|
|
1612
1546
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
1613
1547
|
box-shadow: none;
|
|
1614
1548
|
}
|
|
1615
|
-
|
|
1616
1549
|
.e-bigger .e-de-showhide-btn {
|
|
1617
1550
|
border: 0;
|
|
1618
1551
|
height: 82px;
|
|
1619
1552
|
}
|
|
1620
|
-
|
|
1621
1553
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
1622
1554
|
border: 0;
|
|
1623
1555
|
height: 82px;
|
|
1624
1556
|
}
|
|
1625
|
-
|
|
1626
1557
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1627
1558
|
padding: 0;
|
|
1628
1559
|
}
|
|
1629
|
-
|
|
1630
1560
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1631
1561
|
display: table;
|
|
1632
1562
|
font-size: 12px;
|
|
@@ -1634,56 +1564,44 @@
|
|
|
1634
1564
|
padding: 0;
|
|
1635
1565
|
white-space: normal;
|
|
1636
1566
|
}
|
|
1637
|
-
|
|
1638
1567
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1639
1568
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1640
1569
|
padding: 0;
|
|
1641
1570
|
}
|
|
1642
|
-
|
|
1643
1571
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
1644
1572
|
box-shadow: none;
|
|
1645
1573
|
height: 38px;
|
|
1646
1574
|
}
|
|
1647
|
-
|
|
1648
1575
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1649
1576
|
box-shadow: none;
|
|
1650
1577
|
}
|
|
1651
|
-
|
|
1652
1578
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1653
1579
|
box-shadow: none;
|
|
1654
1580
|
}
|
|
1655
|
-
|
|
1656
1581
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1657
1582
|
box-shadow: none;
|
|
1658
1583
|
}
|
|
1659
|
-
|
|
1660
1584
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1661
1585
|
box-shadow: none;
|
|
1662
1586
|
height: 38px;
|
|
1663
1587
|
}
|
|
1664
|
-
|
|
1665
1588
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
1666
1589
|
box-shadow: none;
|
|
1667
1590
|
}
|
|
1668
|
-
|
|
1669
1591
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
1670
1592
|
box-shadow: none;
|
|
1671
1593
|
}
|
|
1672
|
-
|
|
1673
1594
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
1674
1595
|
box-shadow: none;
|
|
1675
1596
|
}
|
|
1676
|
-
|
|
1677
1597
|
.e-bigger .e-de-property-div-padding {
|
|
1678
1598
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1679
1599
|
padding: 16px;
|
|
1680
1600
|
}
|
|
1681
|
-
|
|
1682
1601
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
1683
1602
|
.e-bigger .e-de-font-clr-picker > button {
|
|
1684
1603
|
width: auto;
|
|
1685
1604
|
}
|
|
1686
|
-
|
|
1687
1605
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
1688
1606
|
border-top: 1px solid #e0e0e0;
|
|
1689
1607
|
color: #333;
|
|
@@ -1693,15 +1611,12 @@
|
|
|
1693
1611
|
line-height: 40px;
|
|
1694
1612
|
text-indent: 1.2em;
|
|
1695
1613
|
}
|
|
1696
|
-
|
|
1697
1614
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
1698
1615
|
width: 38.5px;
|
|
1699
1616
|
}
|
|
1700
|
-
|
|
1701
1617
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
1702
1618
|
padding: 0 6px !important;
|
|
1703
1619
|
}
|
|
1704
|
-
|
|
1705
1620
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
1706
1621
|
font-size: 12px;
|
|
1707
1622
|
font-weight: 400;
|
|
@@ -1709,45 +1624,37 @@
|
|
|
1709
1624
|
width: 25px !important;
|
|
1710
1625
|
border-radius: 4px;
|
|
1711
1626
|
}
|
|
1712
|
-
|
|
1713
1627
|
.e-bigger .e-de-font-clr-picker > div div button {
|
|
1714
1628
|
width: 38px;
|
|
1715
1629
|
}
|
|
1716
|
-
|
|
1717
1630
|
.e-bigger .e-de-font-clr-picker > div div button {
|
|
1718
1631
|
width: 38px;
|
|
1719
1632
|
}
|
|
1720
|
-
|
|
1721
1633
|
.e-bigger .e-de-ctnr-list {
|
|
1722
1634
|
font-size: 29px;
|
|
1723
1635
|
vertical-align: top;
|
|
1724
1636
|
}
|
|
1725
|
-
|
|
1726
1637
|
.e-bigger .e-de-image-property {
|
|
1727
1638
|
padding-left: 32px;
|
|
1728
1639
|
}
|
|
1729
|
-
|
|
1730
1640
|
.e-bigger .e-de-img-prty-span {
|
|
1731
1641
|
color: #333;
|
|
1732
1642
|
left: 10px;
|
|
1733
1643
|
position: absolute;
|
|
1734
1644
|
top: 14px;
|
|
1735
1645
|
}
|
|
1736
|
-
|
|
1737
1646
|
.e-bigger .e-btn-toggle {
|
|
1738
1647
|
background-color: #e6e6e6 !important;
|
|
1739
1648
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1740
1649
|
outline: #fafafa 0 solid;
|
|
1741
1650
|
outline-offset: 0;
|
|
1742
1651
|
}
|
|
1743
|
-
|
|
1744
1652
|
.e-bigger .e-btn-toggle:hover {
|
|
1745
1653
|
background-color: #e6e6e6 !important;
|
|
1746
1654
|
outline: #fafafa 0 solid;
|
|
1747
1655
|
outline-offset: 0;
|
|
1748
1656
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1749
1657
|
}
|
|
1750
|
-
|
|
1751
1658
|
.e-bigger .e-de-toc-template1 {
|
|
1752
1659
|
background: #f8f8f8;
|
|
1753
1660
|
border: 1px solid #ccc;
|
|
@@ -1756,7 +1663,6 @@
|
|
|
1756
1663
|
margin-left: 78px;
|
|
1757
1664
|
width: 94px;
|
|
1758
1665
|
}
|
|
1759
|
-
|
|
1760
1666
|
.e-bigger .e-de-toc-template1-content1 {
|
|
1761
1667
|
font-size: 10px;
|
|
1762
1668
|
height: 11px;
|
|
@@ -1764,7 +1670,6 @@
|
|
|
1764
1670
|
margin-top: 6.7px;
|
|
1765
1671
|
width: 81px;
|
|
1766
1672
|
}
|
|
1767
|
-
|
|
1768
1673
|
.e-bigger .e-de-toc-template1-content2 {
|
|
1769
1674
|
font-size: 8px;
|
|
1770
1675
|
height: 9px;
|
|
@@ -1772,7 +1677,6 @@
|
|
|
1772
1677
|
margin-top: 5.7px;
|
|
1773
1678
|
width: 64px;
|
|
1774
1679
|
}
|
|
1775
|
-
|
|
1776
1680
|
.e-bigger .e-de-toc-template1-content3 {
|
|
1777
1681
|
font-size: 7px;
|
|
1778
1682
|
height: 8px;
|
|
@@ -1780,27 +1684,22 @@
|
|
|
1780
1684
|
margin-top: 6.7px;
|
|
1781
1685
|
width: 60px;
|
|
1782
1686
|
}
|
|
1783
|
-
|
|
1784
1687
|
.e-bigger .e-de-toc-optionsdiv {
|
|
1785
1688
|
margin-bottom: 11.5px;
|
|
1786
1689
|
margin-left: 5.5px;
|
|
1787
1690
|
margin-top: 15.5px;
|
|
1788
1691
|
}
|
|
1789
|
-
|
|
1790
1692
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
1791
1693
|
margin-right: 5.5px;
|
|
1792
1694
|
margin-left: 0;
|
|
1793
1695
|
}
|
|
1794
|
-
|
|
1795
1696
|
.e-bigger .e-de-prop-sub-label {
|
|
1796
1697
|
font-size: 13px;
|
|
1797
1698
|
margin-bottom: 8.5px;
|
|
1798
1699
|
}
|
|
1799
|
-
|
|
1800
1700
|
.e-bigger .e-de-btn-cancel {
|
|
1801
1701
|
margin-left: 10px;
|
|
1802
1702
|
}
|
|
1803
|
-
|
|
1804
1703
|
.e-bigger .e-de-status-bar {
|
|
1805
1704
|
background-color: #f8f8f8;
|
|
1806
1705
|
display: -ms-flexbox;
|
|
@@ -1808,7 +1707,6 @@
|
|
|
1808
1707
|
padding-top: 2.5px;
|
|
1809
1708
|
width: 100%;
|
|
1810
1709
|
}
|
|
1811
|
-
|
|
1812
1710
|
.e-bigger .e-de-statusbar-zoom {
|
|
1813
1711
|
background-color: #f8f8f8;
|
|
1814
1712
|
border: 0;
|
|
@@ -1816,12 +1714,10 @@
|
|
|
1816
1714
|
float: right;
|
|
1817
1715
|
height: 34px;
|
|
1818
1716
|
}
|
|
1819
|
-
|
|
1820
1717
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1821
1718
|
line-height: 25px;
|
|
1822
1719
|
padding: 0 5px !important;
|
|
1823
1720
|
}
|
|
1824
|
-
|
|
1825
1721
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
1826
1722
|
height: 0;
|
|
1827
1723
|
line-height: 0;
|
|
@@ -1867,7 +1763,6 @@
|
|
|
1867
1763
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1868
1764
|
font-size: 16px;
|
|
1869
1765
|
}
|
|
1870
|
-
|
|
1871
1766
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1872
1767
|
font-size: 16px;
|
|
1873
|
-
}
|
|
1768
|
+
}
|