@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: #313131;
|
|
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;
|
|
@@ -568,7 +565,7 @@
|
|
|
568
565
|
.e-de-ctn {
|
|
569
566
|
background-color: #1a1a1a;
|
|
570
567
|
border: 1px solid #505050;
|
|
571
|
-
height:
|
|
568
|
+
height: 100%;
|
|
572
569
|
position: relative;
|
|
573
570
|
width: 100%;
|
|
574
571
|
}
|
|
@@ -703,27 +700,22 @@
|
|
|
703
700
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
704
701
|
height: 77px;
|
|
705
702
|
}
|
|
706
|
-
|
|
707
703
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
708
704
|
height: 59px;
|
|
709
705
|
margin: 0 5.5px;
|
|
710
706
|
}
|
|
711
|
-
|
|
712
707
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
713
708
|
margin-left: 12px;
|
|
714
709
|
margin-right: 6px;
|
|
715
710
|
}
|
|
716
|
-
|
|
717
711
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
718
712
|
margin-left: 6px;
|
|
719
713
|
margin-right: 6px;
|
|
720
714
|
}
|
|
721
|
-
|
|
722
715
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
723
716
|
margin-left: 6px;
|
|
724
717
|
margin-right: 12px;
|
|
725
718
|
}
|
|
726
|
-
|
|
727
719
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
728
720
|
background-color: #313131;
|
|
729
721
|
}
|
|
@@ -732,17 +724,14 @@
|
|
|
732
724
|
padding: 0;
|
|
733
725
|
padding-bottom: 6px;
|
|
734
726
|
}
|
|
735
|
-
|
|
736
727
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
737
728
|
padding: 0;
|
|
738
729
|
padding-bottom: 6px;
|
|
739
730
|
}
|
|
740
|
-
|
|
741
731
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
742
732
|
padding: 0;
|
|
743
733
|
padding-bottom: 6px;
|
|
744
734
|
}
|
|
745
|
-
|
|
746
735
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
747
736
|
padding: 0;
|
|
748
737
|
padding-bottom: 6px;
|
|
@@ -781,15 +770,12 @@
|
|
|
781
770
|
min-height: 100%;
|
|
782
771
|
min-width: 100%;
|
|
783
772
|
}
|
|
784
|
-
|
|
785
773
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
786
774
|
box-shadow: none;
|
|
787
775
|
}
|
|
788
|
-
|
|
789
776
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
790
777
|
box-shadow: none;
|
|
791
778
|
}
|
|
792
|
-
|
|
793
779
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
794
780
|
box-shadow: none;
|
|
795
781
|
}
|
|
@@ -851,7 +837,6 @@
|
|
|
851
837
|
.e-bigger .e-de-cntr-pane-padding {
|
|
852
838
|
padding: 16px;
|
|
853
839
|
}
|
|
854
|
-
|
|
855
840
|
.e-bigger .e-de-prop-pane {
|
|
856
841
|
height: 100%;
|
|
857
842
|
min-height: 200px;
|
|
@@ -863,15 +848,12 @@
|
|
|
863
848
|
box-shadow: none;
|
|
864
849
|
height: 34px;
|
|
865
850
|
}
|
|
866
|
-
|
|
867
851
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
868
852
|
box-shadow: none;
|
|
869
853
|
}
|
|
870
|
-
|
|
871
854
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
872
855
|
box-shadow: none;
|
|
873
856
|
}
|
|
874
|
-
|
|
875
857
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
876
858
|
box-shadow: none;
|
|
877
859
|
}
|
|
@@ -880,15 +862,12 @@
|
|
|
880
862
|
box-shadow: none;
|
|
881
863
|
height: 34px;
|
|
882
864
|
}
|
|
883
|
-
|
|
884
865
|
.e-de-ctnr-group-btn button:focus {
|
|
885
866
|
box-shadow: none;
|
|
886
867
|
}
|
|
887
|
-
|
|
888
868
|
.e-de-ctnr-group-btn button:active {
|
|
889
869
|
box-shadow: none;
|
|
890
870
|
}
|
|
891
|
-
|
|
892
871
|
.e-de-ctnr-group-btn button:hover {
|
|
893
872
|
box-shadow: none;
|
|
894
873
|
}
|
|
@@ -924,7 +903,6 @@
|
|
|
924
903
|
.e-bigger .e-de-panel-left-width {
|
|
925
904
|
width: 149px;
|
|
926
905
|
}
|
|
927
|
-
|
|
928
906
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
929
907
|
.e-bigger .e-de-insert-del-cell button {
|
|
930
908
|
width: 37.25px;
|
|
@@ -1124,7 +1102,6 @@
|
|
|
1124
1102
|
outline-offset: 0;
|
|
1125
1103
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1126
1104
|
}
|
|
1127
|
-
|
|
1128
1105
|
.e-btn-toggle:hover {
|
|
1129
1106
|
background-color: #313131 !important;
|
|
1130
1107
|
outline: #fafafa 0 solid;
|
|
@@ -1254,7 +1231,6 @@
|
|
|
1254
1231
|
height: 100%;
|
|
1255
1232
|
padding-top: 9px;
|
|
1256
1233
|
}
|
|
1257
|
-
|
|
1258
1234
|
.e-de-ctnr-pg-no span {
|
|
1259
1235
|
border: 1px solid transparent;
|
|
1260
1236
|
}
|
|
@@ -1268,7 +1244,6 @@
|
|
|
1268
1244
|
padding-top: 9px;
|
|
1269
1245
|
width: calc(100% - 140px);
|
|
1270
1246
|
}
|
|
1271
|
-
|
|
1272
1247
|
.e-de-ctnr-pg-no-spellout span {
|
|
1273
1248
|
border: 1px solid transparent;
|
|
1274
1249
|
}
|
|
@@ -1390,45 +1365,36 @@
|
|
|
1390
1365
|
.e-bigger .de-split-button > div:first-child {
|
|
1391
1366
|
margin-right: 16px;
|
|
1392
1367
|
}
|
|
1393
|
-
|
|
1394
1368
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
1395
1369
|
width: 66px;
|
|
1396
1370
|
}
|
|
1397
|
-
|
|
1398
1371
|
.e-bigger .e-de-prop-fill-label {
|
|
1399
1372
|
margin-left: 0;
|
|
1400
1373
|
margin-right: 9.8px;
|
|
1401
1374
|
}
|
|
1402
|
-
|
|
1403
1375
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1404
1376
|
margin-left: 9.8px;
|
|
1405
1377
|
margin-right: 0px;
|
|
1406
1378
|
}
|
|
1407
|
-
|
|
1408
1379
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1409
1380
|
margin-left: 16px;
|
|
1410
1381
|
margin-right: 0;
|
|
1411
1382
|
}
|
|
1412
|
-
|
|
1413
1383
|
.e-bigger .e-de-color-picker {
|
|
1414
1384
|
height: 38px;
|
|
1415
1385
|
width: 96px;
|
|
1416
1386
|
}
|
|
1417
|
-
|
|
1418
1387
|
.e-bigger .e-de-border-size-button {
|
|
1419
1388
|
height: 38px;
|
|
1420
1389
|
margin-top: 14px;
|
|
1421
1390
|
width: 96px;
|
|
1422
1391
|
}
|
|
1423
|
-
|
|
1424
1392
|
.e-bigger .e-de-stylediv {
|
|
1425
1393
|
padding-left: 16px;
|
|
1426
1394
|
}
|
|
1427
|
-
|
|
1428
1395
|
.e-bigger .e-de-stylediv-rtl {
|
|
1429
1396
|
padding-right: 16px;
|
|
1430
1397
|
}
|
|
1431
|
-
|
|
1432
1398
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
1433
1399
|
display: -ms-flexbox;
|
|
1434
1400
|
display: flex;
|
|
@@ -1436,74 +1402,61 @@
|
|
|
1436
1402
|
min-height: 200px;
|
|
1437
1403
|
width: 100%;
|
|
1438
1404
|
}
|
|
1439
|
-
|
|
1440
1405
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
1441
1406
|
display: -ms-flexbox;
|
|
1442
1407
|
display: flex;
|
|
1443
1408
|
height: calc(100% - 38px);
|
|
1444
1409
|
width: 100%;
|
|
1445
1410
|
}
|
|
1446
|
-
|
|
1447
1411
|
.e-bigger .e-de-ctn {
|
|
1448
1412
|
background-color: #1a1a1a;
|
|
1449
1413
|
border: 1px solid #505050;
|
|
1450
|
-
height:
|
|
1414
|
+
height: 100%;
|
|
1451
1415
|
position: relative;
|
|
1452
1416
|
width: 100%;
|
|
1453
1417
|
}
|
|
1454
|
-
|
|
1455
1418
|
.e-bigger .e-de-ctnr-toolbar {
|
|
1456
1419
|
display: -ms-flexbox;
|
|
1457
1420
|
display: flex;
|
|
1458
1421
|
height: 82px;
|
|
1459
1422
|
width: 100%;
|
|
1460
1423
|
}
|
|
1461
|
-
|
|
1462
1424
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
1463
1425
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
1464
1426
|
border: 0;
|
|
1465
1427
|
}
|
|
1466
|
-
|
|
1467
1428
|
.e-bigger .e-de-pane {
|
|
1468
1429
|
border-left: 1px solid #505050;
|
|
1469
1430
|
}
|
|
1470
|
-
|
|
1471
1431
|
.e-bigger .e-de-pane-rtl {
|
|
1472
1432
|
border-right: 1px solid #505050;
|
|
1473
1433
|
}
|
|
1474
|
-
|
|
1475
1434
|
.e-bigger .e-de-ctnr-segment {
|
|
1476
1435
|
margin-bottom: 16px;
|
|
1477
1436
|
}
|
|
1478
|
-
|
|
1479
1437
|
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
1480
1438
|
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
1481
1439
|
margin-right: 16px;
|
|
1482
1440
|
}
|
|
1483
|
-
|
|
1484
1441
|
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
1485
1442
|
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
1486
1443
|
margin-left: 16px;
|
|
1487
1444
|
margin-right: 0;
|
|
1488
1445
|
}
|
|
1489
|
-
|
|
1490
1446
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1491
1447
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1492
1448
|
margin-right: 16px;
|
|
1493
1449
|
}
|
|
1494
|
-
|
|
1495
1450
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1496
1451
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1497
1452
|
margin-left: 16px;
|
|
1498
1453
|
margin-right: 0;
|
|
1499
1454
|
}
|
|
1500
|
-
|
|
1501
1455
|
.e-bigger .e-de-tlbr-wrapper {
|
|
1502
1456
|
background-color: #131313;
|
|
1503
1457
|
height: 82px;
|
|
1504
1458
|
width: calc(100% - 75px);
|
|
1505
1459
|
}
|
|
1506
|
-
|
|
1507
1460
|
.e-bigger .e-de-ctnr-prop-label {
|
|
1508
1461
|
color: #acacac;
|
|
1509
1462
|
display: inline-block;
|
|
@@ -1513,72 +1466,58 @@
|
|
|
1513
1466
|
margin-bottom: 16px;
|
|
1514
1467
|
opacity: 0.87;
|
|
1515
1468
|
}
|
|
1516
|
-
|
|
1517
1469
|
.e-bigger .e-de-table-prop-label {
|
|
1518
1470
|
margin-left: 14.5px;
|
|
1519
1471
|
}
|
|
1520
|
-
|
|
1521
1472
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
1522
1473
|
margin-left: 0;
|
|
1523
1474
|
margin-right: 14.5px;
|
|
1524
1475
|
}
|
|
1525
|
-
|
|
1526
1476
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
1527
1477
|
height: 82px;
|
|
1528
1478
|
}
|
|
1529
|
-
|
|
1530
1479
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1531
1480
|
height: 25px;
|
|
1532
1481
|
margin: 0 7.5px;
|
|
1533
1482
|
}
|
|
1534
|
-
|
|
1535
1483
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1536
1484
|
margin-left: 16px;
|
|
1537
1485
|
margin-right: 8px;
|
|
1538
1486
|
}
|
|
1539
|
-
|
|
1540
1487
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
1541
1488
|
margin-left: 8px;
|
|
1542
1489
|
margin-right: 8px;
|
|
1543
1490
|
}
|
|
1544
|
-
|
|
1545
1491
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
1546
1492
|
margin-left: 8px;
|
|
1547
1493
|
margin-right: 16px;
|
|
1548
1494
|
}
|
|
1549
|
-
|
|
1550
1495
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
1551
1496
|
background-color: #313131;
|
|
1552
1497
|
}
|
|
1553
|
-
|
|
1554
1498
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1555
1499
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1556
1500
|
padding: 0;
|
|
1557
1501
|
padding-bottom: 6px;
|
|
1558
1502
|
}
|
|
1559
|
-
|
|
1560
1503
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1561
1504
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1562
1505
|
padding: 0;
|
|
1563
1506
|
padding-bottom: 6px;
|
|
1564
1507
|
}
|
|
1565
|
-
|
|
1566
1508
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1567
1509
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1568
1510
|
padding: 0;
|
|
1569
1511
|
padding-bottom: 6px;
|
|
1570
1512
|
}
|
|
1571
|
-
|
|
1572
1513
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1573
1514
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1574
1515
|
padding: 0;
|
|
1575
1516
|
padding-bottom: 6px;
|
|
1576
1517
|
}
|
|
1577
|
-
|
|
1578
1518
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1579
1519
|
padding: 0 !important;
|
|
1580
1520
|
}
|
|
1581
|
-
|
|
1582
1521
|
.e-bigger .e-de-overlay {
|
|
1583
1522
|
height: 100%;
|
|
1584
1523
|
opacity: 0.5;
|
|
@@ -1586,11 +1525,9 @@
|
|
|
1586
1525
|
-ms-touch-action: none;
|
|
1587
1526
|
touch-action: none;
|
|
1588
1527
|
}
|
|
1589
|
-
|
|
1590
1528
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
1591
1529
|
width: 75px;
|
|
1592
1530
|
}
|
|
1593
|
-
|
|
1594
1531
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1595
1532
|
background-color: #131313;
|
|
1596
1533
|
border-radius: 0;
|
|
@@ -1598,33 +1535,26 @@
|
|
|
1598
1535
|
min-height: 100%;
|
|
1599
1536
|
min-width: 100%;
|
|
1600
1537
|
}
|
|
1601
|
-
|
|
1602
1538
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
1603
1539
|
box-shadow: none;
|
|
1604
1540
|
}
|
|
1605
|
-
|
|
1606
1541
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
1607
1542
|
box-shadow: none;
|
|
1608
1543
|
}
|
|
1609
|
-
|
|
1610
1544
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
1611
1545
|
box-shadow: none;
|
|
1612
1546
|
}
|
|
1613
|
-
|
|
1614
1547
|
.e-bigger .e-de-showhide-btn {
|
|
1615
1548
|
border: 0;
|
|
1616
1549
|
height: 82px;
|
|
1617
1550
|
}
|
|
1618
|
-
|
|
1619
1551
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
1620
1552
|
border: 0;
|
|
1621
1553
|
height: 82px;
|
|
1622
1554
|
}
|
|
1623
|
-
|
|
1624
1555
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1625
1556
|
padding: 0;
|
|
1626
1557
|
}
|
|
1627
|
-
|
|
1628
1558
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1629
1559
|
display: table;
|
|
1630
1560
|
font-size: 12px;
|
|
@@ -1632,56 +1562,44 @@
|
|
|
1632
1562
|
padding: 0;
|
|
1633
1563
|
white-space: normal;
|
|
1634
1564
|
}
|
|
1635
|
-
|
|
1636
1565
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1637
1566
|
.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 {
|
|
1638
1567
|
padding: 0;
|
|
1639
1568
|
}
|
|
1640
|
-
|
|
1641
1569
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
1642
1570
|
box-shadow: none;
|
|
1643
1571
|
height: 38px;
|
|
1644
1572
|
}
|
|
1645
|
-
|
|
1646
1573
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1647
1574
|
box-shadow: none;
|
|
1648
1575
|
}
|
|
1649
|
-
|
|
1650
1576
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1651
1577
|
box-shadow: none;
|
|
1652
1578
|
}
|
|
1653
|
-
|
|
1654
1579
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1655
1580
|
box-shadow: none;
|
|
1656
1581
|
}
|
|
1657
|
-
|
|
1658
1582
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1659
1583
|
box-shadow: none;
|
|
1660
1584
|
height: 38px;
|
|
1661
1585
|
}
|
|
1662
|
-
|
|
1663
1586
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
1664
1587
|
box-shadow: none;
|
|
1665
1588
|
}
|
|
1666
|
-
|
|
1667
1589
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
1668
1590
|
box-shadow: none;
|
|
1669
1591
|
}
|
|
1670
|
-
|
|
1671
1592
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
1672
1593
|
box-shadow: none;
|
|
1673
1594
|
}
|
|
1674
|
-
|
|
1675
1595
|
.e-bigger .e-de-property-div-padding {
|
|
1676
1596
|
border-bottom: 0.5px solid #505050;
|
|
1677
1597
|
padding: 16px;
|
|
1678
1598
|
}
|
|
1679
|
-
|
|
1680
1599
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
1681
1600
|
.e-bigger .e-de-font-clr-picker > button {
|
|
1682
1601
|
width: auto;
|
|
1683
1602
|
}
|
|
1684
|
-
|
|
1685
1603
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
1686
1604
|
border-top: 1px solid #505050;
|
|
1687
1605
|
color: #acacac;
|
|
@@ -1691,52 +1609,43 @@
|
|
|
1691
1609
|
line-height: 40px;
|
|
1692
1610
|
text-indent: 1.2em;
|
|
1693
1611
|
}
|
|
1694
|
-
|
|
1695
1612
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
1696
1613
|
width: 38.5px;
|
|
1697
1614
|
}
|
|
1698
|
-
|
|
1699
1615
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
1700
1616
|
padding: 0 6px !important;
|
|
1701
1617
|
}
|
|
1702
|
-
|
|
1703
1618
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
1704
1619
|
font-size: 12px;
|
|
1705
1620
|
font-weight: 400;
|
|
1706
1621
|
height: 25px !important;
|
|
1707
1622
|
width: 25px !important;
|
|
1708
1623
|
}
|
|
1709
|
-
|
|
1710
1624
|
.e-bigger .e-de-ctnr-list {
|
|
1711
1625
|
font-size: 29px;
|
|
1712
1626
|
vertical-align: top;
|
|
1713
1627
|
}
|
|
1714
|
-
|
|
1715
1628
|
.e-bigger .e-de-image-property {
|
|
1716
1629
|
padding-left: 32px;
|
|
1717
1630
|
}
|
|
1718
|
-
|
|
1719
1631
|
.e-bigger .e-de-img-prty-span {
|
|
1720
1632
|
color: #fff;
|
|
1721
1633
|
left: 10px;
|
|
1722
1634
|
position: absolute;
|
|
1723
1635
|
top: 14px;
|
|
1724
1636
|
}
|
|
1725
|
-
|
|
1726
1637
|
.e-bigger .e-btn-toggle {
|
|
1727
1638
|
background-color: #313131 !important;
|
|
1728
1639
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1729
1640
|
outline: #fafafa 0 solid;
|
|
1730
1641
|
outline-offset: 0;
|
|
1731
1642
|
}
|
|
1732
|
-
|
|
1733
1643
|
.e-bigger .e-btn-toggle:hover {
|
|
1734
1644
|
background-color: #313131 !important;
|
|
1735
1645
|
outline: #fafafa 0 solid;
|
|
1736
1646
|
outline-offset: 0;
|
|
1737
1647
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
|
|
1738
1648
|
}
|
|
1739
|
-
|
|
1740
1649
|
.e-bigger .e-de-toc-template1 {
|
|
1741
1650
|
background: #1a1a1a;
|
|
1742
1651
|
border: 1px solid #505050;
|
|
@@ -1745,7 +1654,6 @@
|
|
|
1745
1654
|
margin-left: 78px;
|
|
1746
1655
|
width: 94px;
|
|
1747
1656
|
}
|
|
1748
|
-
|
|
1749
1657
|
.e-bigger .e-de-toc-template1-content1 {
|
|
1750
1658
|
font-size: 10px;
|
|
1751
1659
|
height: 11px;
|
|
@@ -1753,7 +1661,6 @@
|
|
|
1753
1661
|
margin-top: 6.7px;
|
|
1754
1662
|
width: 81px;
|
|
1755
1663
|
}
|
|
1756
|
-
|
|
1757
1664
|
.e-bigger .e-de-toc-template1-content2 {
|
|
1758
1665
|
font-size: 8px;
|
|
1759
1666
|
height: 9px;
|
|
@@ -1761,7 +1668,6 @@
|
|
|
1761
1668
|
margin-top: 5.7px;
|
|
1762
1669
|
width: 64px;
|
|
1763
1670
|
}
|
|
1764
|
-
|
|
1765
1671
|
.e-bigger .e-de-toc-template1-content3 {
|
|
1766
1672
|
font-size: 7px;
|
|
1767
1673
|
height: 8px;
|
|
@@ -1769,27 +1675,22 @@
|
|
|
1769
1675
|
margin-top: 6.7px;
|
|
1770
1676
|
width: 60px;
|
|
1771
1677
|
}
|
|
1772
|
-
|
|
1773
1678
|
.e-bigger .e-de-toc-optionsdiv {
|
|
1774
1679
|
margin-bottom: 11.5px;
|
|
1775
1680
|
margin-left: 5.5px;
|
|
1776
1681
|
margin-top: 15.5px;
|
|
1777
1682
|
}
|
|
1778
|
-
|
|
1779
1683
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
1780
1684
|
margin-right: 5.5px;
|
|
1781
1685
|
margin-left: 0;
|
|
1782
1686
|
}
|
|
1783
|
-
|
|
1784
1687
|
.e-bigger .e-de-prop-sub-label {
|
|
1785
1688
|
font-size: 13px;
|
|
1786
1689
|
margin-bottom: 8.5px;
|
|
1787
1690
|
}
|
|
1788
|
-
|
|
1789
1691
|
.e-bigger .e-de-btn-cancel {
|
|
1790
1692
|
margin-left: 10px;
|
|
1791
1693
|
}
|
|
1792
|
-
|
|
1793
1694
|
.e-bigger .e-de-status-bar {
|
|
1794
1695
|
background-color: #1a1a1a;
|
|
1795
1696
|
display: -ms-flexbox;
|
|
@@ -1797,7 +1698,6 @@
|
|
|
1797
1698
|
padding-top: 2.5px;
|
|
1798
1699
|
width: 100%;
|
|
1799
1700
|
}
|
|
1800
|
-
|
|
1801
1701
|
.e-bigger .e-de-statusbar-zoom {
|
|
1802
1702
|
background-color: #1a1a1a;
|
|
1803
1703
|
border: 0;
|
|
@@ -1805,12 +1705,10 @@
|
|
|
1805
1705
|
float: right;
|
|
1806
1706
|
height: 34px;
|
|
1807
1707
|
}
|
|
1808
|
-
|
|
1809
1708
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1810
1709
|
line-height: 25px;
|
|
1811
1710
|
padding: 0 5px !important;
|
|
1812
1711
|
}
|
|
1813
|
-
|
|
1814
1712
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
1815
1713
|
height: 0;
|
|
1816
1714
|
line-height: 0;
|
|
@@ -1838,7 +1736,6 @@
|
|
|
1838
1736
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1839
1737
|
font-size: 16px;
|
|
1840
1738
|
}
|
|
1841
|
-
|
|
1842
1739
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1843
1740
|
font-size: 16px;
|
|
1844
|
-
}
|
|
1741
|
+
}
|