@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,340 +1,340 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
.e-de-ctnr-close::before {
|
|
3
3
|
color: #a19f9d;
|
|
4
|
-
content:
|
|
4
|
+
content: "\e7e7";
|
|
5
5
|
font-size: 16px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-de-ctnr-linespacing::before {
|
|
9
|
-
content:
|
|
9
|
+
content: "\e78d";
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-de-ctnr-undo::before {
|
|
13
|
-
content:
|
|
13
|
+
content: "\e713";
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-de-ctnr-find::before {
|
|
17
|
-
content:
|
|
17
|
+
content: "\e754";
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-de-ctnr-lock::before {
|
|
21
|
-
content:
|
|
21
|
+
content: "\e7ff";
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.e-de-ctnr-italic::before {
|
|
25
|
-
content:
|
|
25
|
+
content: "\e75a";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.e-de-selected-spellcheck-item::before {
|
|
29
29
|
color: #a19f9d;
|
|
30
|
-
content:
|
|
31
|
-
font-family:
|
|
30
|
+
content: "\e774";
|
|
31
|
+
font-family: "e-icons";
|
|
32
32
|
font-size: 10px;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-de-selected-underline-item::before {
|
|
36
36
|
color: #a19f9d;
|
|
37
|
-
content:
|
|
38
|
-
font-family:
|
|
37
|
+
content: "\e774";
|
|
38
|
+
font-family: "e-icons";
|
|
39
39
|
font-size: 10px;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.e-de-ctnr-link::before {
|
|
43
|
-
content:
|
|
43
|
+
content: "\e757";
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.e-de-ctnr-table::before {
|
|
47
|
-
content:
|
|
47
|
+
content: "\e7d1";
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.e-de-ctnr-download::before {
|
|
51
51
|
color: #a19f9d;
|
|
52
|
-
content:
|
|
52
|
+
content: "\e7a1";
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.e-de-ctnr-justify::before {
|
|
56
|
-
content:
|
|
56
|
+
content: "\e721";
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.e-de-ctnr-tableofcontent::before {
|
|
60
|
-
content:
|
|
60
|
+
content: "\e73d";
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.e-de-ctnr-pagenumber::before {
|
|
64
|
-
content:
|
|
64
|
+
content: "\e77d";
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.e-de-ctnr-highlight::before {
|
|
68
|
-
content:
|
|
68
|
+
content: "\e739";
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.e-de-ctnr-new::before {
|
|
72
|
-
content:
|
|
72
|
+
content: "\e805";
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.e-de-ctnr-paste::before {
|
|
76
|
-
content:
|
|
76
|
+
content: "\e70b";
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.e-de-ctnr-bold::before {
|
|
80
|
-
content:
|
|
80
|
+
content: "\e737";
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.e-de-ctnr-subscript::before {
|
|
84
|
-
content:
|
|
84
|
+
content: "\e80a";
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.e-de-ctnr-aligncenter::before {
|
|
88
|
-
content:
|
|
88
|
+
content: "\e813";
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.e-de-ctnr-fontcolor::before {
|
|
92
|
-
content:
|
|
92
|
+
content: "\e79f";
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.e-de-ctnr-change-case::before {
|
|
96
|
-
content:
|
|
96
|
+
content: "\e7f5";
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.e-de-ctnr-pagesetup::before {
|
|
100
|
-
content:
|
|
100
|
+
content: "\e794";
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-de-ctnr-strokestyle::before {
|
|
104
|
-
content:
|
|
104
|
+
content: "\eb62";
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.e-de-ctnr-strikethrough::before {
|
|
108
|
-
content:
|
|
108
|
+
content: "\e758";
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
.e-de-ctnr-image::before {
|
|
112
|
-
content:
|
|
112
|
+
content: "\e786";
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
.e-de-ctnr-redo::before {
|
|
116
|
-
content:
|
|
116
|
+
content: "\e755";
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.e-de-ctnr-bookmark::before {
|
|
120
|
-
content:
|
|
120
|
+
content: "\e750";
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-de-ctnr-increaseindent::before {
|
|
124
|
-
content:
|
|
124
|
+
content: "\e810";
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.e-de-ctnr-header::before {
|
|
128
|
-
content:
|
|
128
|
+
content: "\e704";
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.e-de-ctnr-backgroundcolor::before {
|
|
132
|
-
content:
|
|
132
|
+
content: "\eb6b";
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.e-de-ctnr-open::before {
|
|
136
|
-
content:
|
|
136
|
+
content: "\e760";
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.e-de-ctnr-underline::before {
|
|
140
|
-
content:
|
|
140
|
+
content: "\e82f";
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.e-de-ctnr-superscript::before {
|
|
144
|
-
content:
|
|
144
|
+
content: "\e7a7";
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.e-de-ctnr-alignleft::before {
|
|
148
|
-
content:
|
|
148
|
+
content: "\e7b8";
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.e-de-ctnr-numbering::before {
|
|
152
|
-
content:
|
|
152
|
+
content: "\e7cb";
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.e-de-ctnr-bullets::before {
|
|
156
|
-
content:
|
|
156
|
+
content: "\e77e";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.e-de-ctnr-decreaseindent::before {
|
|
160
|
-
content:
|
|
160
|
+
content: "\e72a";
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.e-de-ctnr-showhide::before {
|
|
164
|
-
content:
|
|
164
|
+
content: "\e71a";
|
|
165
165
|
font-size: 16px;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-de-ctnr-print::before {
|
|
169
|
-
content:
|
|
169
|
+
content: "\e75d";
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.e-de-ctnr-alignright::before {
|
|
173
|
-
content:
|
|
173
|
+
content: "\e719";
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.e-de-ctnr-footer::before {
|
|
177
|
-
content:
|
|
177
|
+
content: "\e7bb";
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.e-de-ctnr-clearall::before {
|
|
181
|
-
content:
|
|
181
|
+
content: "\e7cc";
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.e-de-ctnr-outsideborder::before {
|
|
185
|
-
content:
|
|
185
|
+
content: "\e7ad";
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
.e-de-ctnr-allborders::before {
|
|
189
|
-
content:
|
|
189
|
+
content: "\e7d1";
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.e-de-ctnr-insideborders::before {
|
|
193
|
-
content:
|
|
193
|
+
content: "\e78f";
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.e-de-ctnr-leftborders::before {
|
|
197
|
-
content:
|
|
197
|
+
content: "\e806";
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.e-de-ctnr-insideverticalborder::before {
|
|
201
|
-
content:
|
|
201
|
+
content: "\e792";
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.e-de-ctnr-rightborder::before {
|
|
205
|
-
content:
|
|
205
|
+
content: "\e7ab";
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.e-de-ctnr-topborder::before {
|
|
209
|
-
content:
|
|
209
|
+
content: "\e7e0";
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
213
|
-
content:
|
|
213
|
+
content: "\e83b";
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
.e-de-ctnr-bottomborder::before {
|
|
217
|
-
content:
|
|
217
|
+
content: "\e766";
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.e-de-ctnr-strokesize::before {
|
|
221
|
-
content:
|
|
221
|
+
content: "\e7bf";
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
.e-de-ctnr-highlightcolor::before {
|
|
225
|
-
content:
|
|
225
|
+
content: "\e739";
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-de-ctnr-mergecell::before {
|
|
229
|
-
content:
|
|
229
|
+
content: "\e71e";
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.e-de-ctnr-insertleft::before {
|
|
233
|
-
content:
|
|
233
|
+
content: "\e78b";
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.e-de-ctnr-insertright::before {
|
|
237
|
-
content:
|
|
237
|
+
content: "\e70e";
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
.e-de-ctnr-insertabove::before {
|
|
241
|
-
content:
|
|
241
|
+
content: "\e836";
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.e-de-ctnr-insertbelow::before {
|
|
245
|
-
content:
|
|
245
|
+
content: "\e801";
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.e-de-ctnr-deleterows::before {
|
|
249
|
-
content:
|
|
249
|
+
content: "\e7f2";
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.e-de-ctnr-deletecolumns::before {
|
|
253
|
-
content:
|
|
253
|
+
content: "\e714";
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
.e-de-ctnr-aligntop::before {
|
|
257
|
-
content:
|
|
257
|
+
content: "\e707";
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
.e-de-ctnr-alignbottom::before {
|
|
261
|
-
content:
|
|
261
|
+
content: "\e7a0";
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.e-de-ctnr-aligncenter-table::before {
|
|
265
|
-
content:
|
|
265
|
+
content: "\e74f";
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
269
|
-
content:
|
|
269
|
+
content: "\e783";
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.e-de-ctnr-bullet-none::before {
|
|
273
273
|
color: #a19f9d;
|
|
274
|
-
content:
|
|
274
|
+
content: "\e7f3";
|
|
275
275
|
font-size: 20px;
|
|
276
276
|
line-height: 28px;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
.e-de-ctnr-bullet-dot::before {
|
|
280
280
|
color: #a19f9d;
|
|
281
|
-
content:
|
|
281
|
+
content: "\e747";
|
|
282
282
|
font-size: 8px;
|
|
283
283
|
line-height: 28px;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
.e-de-ctnr-bullet-circle::before {
|
|
287
287
|
color: #a19f9d;
|
|
288
|
-
content:
|
|
288
|
+
content: "\e7d0";
|
|
289
289
|
font-size: 8px;
|
|
290
290
|
line-height: 28px;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.e-de-ctnr-bullet-square::before {
|
|
294
294
|
color: #a19f9d;
|
|
295
|
-
content:
|
|
295
|
+
content: "\e7be";
|
|
296
296
|
font-size: 8px;
|
|
297
297
|
line-height: 28px;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
.e-de-ctnr-bullet-flower::before {
|
|
301
301
|
color: #a19f9d;
|
|
302
|
-
content:
|
|
302
|
+
content: "\e79b";
|
|
303
303
|
line-height: 28px;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
.e-de-ctnr-bullet-arrow::before {
|
|
307
307
|
color: #a19f9d;
|
|
308
|
-
content:
|
|
308
|
+
content: "\e763";
|
|
309
309
|
line-height: 28px;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
.e-de-ctnr-bullet-tick::before {
|
|
313
313
|
color: #a19f9d;
|
|
314
|
-
content:
|
|
314
|
+
content: "\e7fc";
|
|
315
315
|
line-height: 28px;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.e-de-selected-item::before {
|
|
319
319
|
color: #a19f9d;
|
|
320
|
-
content:
|
|
320
|
+
content: "\e774";
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.e-de-ctnr-break::before {
|
|
324
|
-
content:
|
|
324
|
+
content: "\e7bc";
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
.e-de-ctnr-page-break::before {
|
|
328
|
-
content:
|
|
328
|
+
content: "\e742";
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
.e-de-ctnr-section-break::before {
|
|
332
|
-
content:
|
|
332
|
+
content: "\e762";
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
.e-de-ctnr-upload::before {
|
|
336
336
|
color: #a19f9d;
|
|
337
|
-
content:
|
|
337
|
+
content: "\e712";
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
.e-de-flip {
|
|
@@ -342,79 +342,79 @@
|
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
.e-de-cnt-cmt-add::before {
|
|
345
|
-
content:
|
|
345
|
+
content: "\e82c";
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
.e-de-cnt-track::before {
|
|
349
|
-
content:
|
|
349
|
+
content: "\e80b";
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
.e-de-printlayout::before {
|
|
353
|
-
content:
|
|
353
|
+
content: "\e73a";
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.e-de-weblayout::before {
|
|
357
|
-
content:
|
|
357
|
+
content: "\e7d3";
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
.e-de-textform::before {
|
|
361
361
|
color: #a19f9d;
|
|
362
|
-
content:
|
|
363
|
-
font-family:
|
|
362
|
+
content: "\e830";
|
|
363
|
+
font-family: "e-icons";
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
.e-de-formproperties::before {
|
|
367
367
|
color: #a19f9d;
|
|
368
|
-
content:
|
|
369
|
-
font-family:
|
|
368
|
+
content: "\e83e";
|
|
369
|
+
font-family: "e-icons";
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.e-de-clearform::before {
|
|
373
373
|
color: #a19f9d;
|
|
374
|
-
content:
|
|
375
|
-
font-family:
|
|
374
|
+
content: "\e7f8";
|
|
375
|
+
font-family: "e-icons";
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
.e-de-dropdownform::before {
|
|
379
379
|
color: #a19f9d;
|
|
380
|
-
content:
|
|
381
|
-
font-family:
|
|
380
|
+
content: "\e7a6";
|
|
381
|
+
font-family: "e-icons";
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
.e-de-formfield::before {
|
|
385
|
-
content:
|
|
386
|
-
font-family:
|
|
385
|
+
content: "\e7cd";
|
|
386
|
+
font-family: "e-icons";
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
.e-de-checkbox-form::before {
|
|
390
390
|
color: #a19f9d;
|
|
391
|
-
content:
|
|
392
|
-
font-family:
|
|
391
|
+
content: "\e7e4";
|
|
392
|
+
font-family: "e-icons";
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.e-de-arrow-up::before {
|
|
396
|
-
content:
|
|
397
|
-
font-family:
|
|
396
|
+
content: "\e776";
|
|
397
|
+
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
.e-de-arrow-down::before {
|
|
401
|
-
content:
|
|
402
|
-
font-family:
|
|
401
|
+
content: "\e729";
|
|
402
|
+
font-family: "e-icons";
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.e-de-update-field::before {
|
|
406
|
-
content:
|
|
407
|
-
font-family:
|
|
406
|
+
content: "\e828";
|
|
407
|
+
font-family: "e-icons";
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.e-de-footnote::before {
|
|
411
|
-
content:
|
|
412
|
-
font-family:
|
|
411
|
+
content: "\e7af";
|
|
412
|
+
font-family: "e-icons";
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
.e-de-endnote::before {
|
|
416
|
-
content:
|
|
417
|
-
font-family:
|
|
416
|
+
content: "\e7af";
|
|
417
|
+
font-family: "e-icons";
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
.e-de-toolbar {
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
|
|
424
424
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
425
425
|
height: 0;
|
|
426
|
-
line-height: .5;
|
|
426
|
+
line-height: 0.5;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
.e-de-ctnr-file-picker {
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
.e-de-ctnr-hglt-btn {
|
|
439
|
-
border: .5px solid transparent;
|
|
439
|
+
border: 0.5px solid transparent;
|
|
440
440
|
display: inline-block;
|
|
441
441
|
height: 25px;
|
|
442
442
|
margin: 3px;
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
padding-top: 1px;
|
|
455
455
|
width: 157px;
|
|
456
456
|
}
|
|
457
|
-
|
|
458
457
|
.e-hglt-no-color:hover {
|
|
459
458
|
background-color: #252423;
|
|
460
459
|
cursor: pointer;
|
|
@@ -498,7 +497,6 @@
|
|
|
498
497
|
box-shadow: none;
|
|
499
498
|
float: right;
|
|
500
499
|
}
|
|
501
|
-
|
|
502
500
|
.e-de-statusbar-pageweb:hover {
|
|
503
501
|
box-shadow: none;
|
|
504
502
|
}
|
|
@@ -575,13 +573,11 @@
|
|
|
575
573
|
color: #fff;
|
|
576
574
|
font-size: 14px !important;
|
|
577
575
|
}
|
|
578
|
-
|
|
579
576
|
.e-de-ctn-title button {
|
|
580
577
|
font-size: 14px !important;
|
|
581
578
|
height: 36px !important;
|
|
582
579
|
margin: 0 !important;
|
|
583
580
|
}
|
|
584
|
-
|
|
585
581
|
.e-de-ctn-title button .e-btn-icon {
|
|
586
582
|
font-size: 16px !important;
|
|
587
583
|
}
|
|
@@ -590,13 +586,11 @@
|
|
|
590
586
|
font-size: 16px !important;
|
|
591
587
|
height: 40px !important;
|
|
592
588
|
}
|
|
593
|
-
|
|
594
589
|
.e-bigger .e-de-ctn-title button {
|
|
595
590
|
font-size: 16px !important;
|
|
596
591
|
height: auto !important;
|
|
597
592
|
margin: 0 !important;
|
|
598
593
|
}
|
|
599
|
-
|
|
600
594
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
601
595
|
font-size: 18px !important;
|
|
602
596
|
}
|
|
@@ -631,7 +625,7 @@
|
|
|
631
625
|
.e-de-ctn {
|
|
632
626
|
background-color: #201f1e;
|
|
633
627
|
border: 1px solid #292827;
|
|
634
|
-
height:
|
|
628
|
+
height: 100%;
|
|
635
629
|
position: relative;
|
|
636
630
|
width: 100%;
|
|
637
631
|
}
|
|
@@ -680,23 +674,18 @@
|
|
|
680
674
|
.e-bigger .e-de-ctnr-segment {
|
|
681
675
|
margin-bottom: 16px;
|
|
682
676
|
}
|
|
683
|
-
|
|
684
677
|
.e-bigger .e-de-property-div-padding {
|
|
685
678
|
padding: 16px;
|
|
686
679
|
}
|
|
687
|
-
|
|
688
680
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
689
681
|
margin-left: 20px !important;
|
|
690
682
|
}
|
|
691
|
-
|
|
692
683
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
693
684
|
margin-left: 0;
|
|
694
685
|
}
|
|
695
|
-
|
|
696
686
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
|
|
697
687
|
font-size: 18px;
|
|
698
688
|
}
|
|
699
|
-
|
|
700
689
|
.e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
701
690
|
margin-left: 0px;
|
|
702
691
|
margin-right: 0;
|
|
@@ -809,27 +798,22 @@
|
|
|
809
798
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
810
799
|
height: 72px;
|
|
811
800
|
}
|
|
812
|
-
|
|
813
801
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
814
802
|
height: 59px;
|
|
815
803
|
margin: 0 12px;
|
|
816
804
|
}
|
|
817
|
-
|
|
818
805
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
819
806
|
margin-left: 8px;
|
|
820
807
|
margin-right: 4px;
|
|
821
808
|
}
|
|
822
|
-
|
|
823
809
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
824
810
|
margin-left: 4px;
|
|
825
811
|
margin-right: 4px;
|
|
826
812
|
}
|
|
827
|
-
|
|
828
813
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
829
814
|
margin-left: 4px;
|
|
830
815
|
margin-right: 8px;
|
|
831
816
|
}
|
|
832
|
-
|
|
833
817
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
834
818
|
background-color: #292827;
|
|
835
819
|
}
|
|
@@ -838,17 +822,14 @@
|
|
|
838
822
|
padding: 0;
|
|
839
823
|
padding-bottom: 14px;
|
|
840
824
|
}
|
|
841
|
-
|
|
842
825
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
843
826
|
padding: 0;
|
|
844
827
|
padding-bottom: 14px;
|
|
845
828
|
}
|
|
846
|
-
|
|
847
829
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
848
830
|
padding: 0;
|
|
849
831
|
padding-bottom: 14px;
|
|
850
832
|
}
|
|
851
|
-
|
|
852
833
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
853
834
|
padding: 0;
|
|
854
835
|
padding-bottom: 14px;
|
|
@@ -887,15 +868,12 @@
|
|
|
887
868
|
min-height: 100%;
|
|
888
869
|
min-width: 100%;
|
|
889
870
|
}
|
|
890
|
-
|
|
891
871
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
892
872
|
box-shadow: none;
|
|
893
873
|
}
|
|
894
|
-
|
|
895
874
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
896
875
|
box-shadow: none;
|
|
897
876
|
}
|
|
898
|
-
|
|
899
877
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
900
878
|
box-shadow: none;
|
|
901
879
|
}
|
|
@@ -953,7 +931,6 @@
|
|
|
953
931
|
overflow: auto;
|
|
954
932
|
width: 440px;
|
|
955
933
|
}
|
|
956
|
-
|
|
957
934
|
.e-de-review-pane .e-toolbar {
|
|
958
935
|
box-shadow: none;
|
|
959
936
|
}
|
|
@@ -961,7 +938,6 @@
|
|
|
961
938
|
.e-bigger .e-de-cntr-pane-padding {
|
|
962
939
|
padding: 24px;
|
|
963
940
|
}
|
|
964
|
-
|
|
965
941
|
.e-bigger .e-de-prop-pane {
|
|
966
942
|
height: 100%;
|
|
967
943
|
min-height: 200px;
|
|
@@ -973,15 +949,12 @@
|
|
|
973
949
|
box-shadow: none;
|
|
974
950
|
height: 32px;
|
|
975
951
|
}
|
|
976
|
-
|
|
977
952
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
978
953
|
box-shadow: none;
|
|
979
954
|
}
|
|
980
|
-
|
|
981
955
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
982
956
|
box-shadow: none;
|
|
983
957
|
}
|
|
984
|
-
|
|
985
958
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
986
959
|
box-shadow: none;
|
|
987
960
|
}
|
|
@@ -990,15 +963,12 @@
|
|
|
990
963
|
box-shadow: none;
|
|
991
964
|
height: 32px;
|
|
992
965
|
}
|
|
993
|
-
|
|
994
966
|
.e-de-ctnr-group-btn button:focus {
|
|
995
967
|
box-shadow: none;
|
|
996
968
|
}
|
|
997
|
-
|
|
998
969
|
.e-de-ctnr-group-btn button:active {
|
|
999
970
|
box-shadow: none;
|
|
1000
971
|
}
|
|
1001
|
-
|
|
1002
972
|
.e-de-ctnr-group-btn button:hover {
|
|
1003
973
|
box-shadow: none;
|
|
1004
974
|
}
|
|
@@ -1034,7 +1004,6 @@
|
|
|
1034
1004
|
.e-bigger .e-de-panel-left-width {
|
|
1035
1005
|
width: 184px;
|
|
1036
1006
|
}
|
|
1037
|
-
|
|
1038
1007
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1039
1008
|
.e-bigger .e-de-insert-del-cell button {
|
|
1040
1009
|
width: 47px;
|
|
@@ -1047,7 +1016,6 @@
|
|
|
1047
1016
|
.e-bigger .e-de-panel-right-width {
|
|
1048
1017
|
width: 92px;
|
|
1049
1018
|
}
|
|
1050
|
-
|
|
1051
1019
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1052
1020
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
1053
1021
|
width: 47px;
|
|
@@ -1243,7 +1211,6 @@
|
|
|
1243
1211
|
outline-offset: 0;
|
|
1244
1212
|
box-shadow: none !important;
|
|
1245
1213
|
}
|
|
1246
|
-
|
|
1247
1214
|
.e-btn-toggle:hover {
|
|
1248
1215
|
background-color: #292827 !important;
|
|
1249
1216
|
outline: none;
|
|
@@ -1373,7 +1340,6 @@
|
|
|
1373
1340
|
height: 100%;
|
|
1374
1341
|
padding-top: 8px;
|
|
1375
1342
|
}
|
|
1376
|
-
|
|
1377
1343
|
.e-de-ctnr-pg-no span {
|
|
1378
1344
|
border: 1px solid transparent;
|
|
1379
1345
|
}
|
|
@@ -1387,7 +1353,6 @@
|
|
|
1387
1353
|
padding-top: 8px;
|
|
1388
1354
|
width: calc(100% - 165px);
|
|
1389
1355
|
}
|
|
1390
|
-
|
|
1391
1356
|
.e-de-ctnr-pg-no-spellout span {
|
|
1392
1357
|
border: 1px solid transparent;
|
|
1393
1358
|
}
|
|
@@ -1509,45 +1474,36 @@
|
|
|
1509
1474
|
.e-bigger .de-split-button > div:first-child {
|
|
1510
1475
|
margin-right: 0;
|
|
1511
1476
|
}
|
|
1512
|
-
|
|
1513
1477
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
1514
1478
|
width: 66px;
|
|
1515
1479
|
}
|
|
1516
|
-
|
|
1517
1480
|
.e-bigger .e-de-prop-fill-label {
|
|
1518
1481
|
margin-left: 0;
|
|
1519
1482
|
margin-right: 9.8px;
|
|
1520
1483
|
}
|
|
1521
|
-
|
|
1522
1484
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1523
1485
|
margin-left: 9.8px;
|
|
1524
1486
|
margin-right: 0px;
|
|
1525
1487
|
}
|
|
1526
|
-
|
|
1527
1488
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1528
1489
|
margin-left: 16px;
|
|
1529
1490
|
margin-right: 0;
|
|
1530
1491
|
}
|
|
1531
|
-
|
|
1532
1492
|
.e-bigger .e-de-color-picker {
|
|
1533
1493
|
height: 38px;
|
|
1534
1494
|
width: 95px;
|
|
1535
1495
|
}
|
|
1536
|
-
|
|
1537
1496
|
.e-bigger .e-de-border-size-button {
|
|
1538
1497
|
height: 38px;
|
|
1539
1498
|
margin-top: 8px;
|
|
1540
1499
|
width: 95px;
|
|
1541
1500
|
}
|
|
1542
|
-
|
|
1543
1501
|
.e-bigger .e-de-stylediv {
|
|
1544
1502
|
padding-left: 16px;
|
|
1545
1503
|
}
|
|
1546
|
-
|
|
1547
1504
|
.e-bigger .e-de-stylediv-rtl {
|
|
1548
1505
|
padding-right: 16px;
|
|
1549
1506
|
}
|
|
1550
|
-
|
|
1551
1507
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
1552
1508
|
display: -ms-flexbox;
|
|
1553
1509
|
display: flex;
|
|
@@ -1555,63 +1511,52 @@
|
|
|
1555
1511
|
min-height: 200px;
|
|
1556
1512
|
width: 100%;
|
|
1557
1513
|
}
|
|
1558
|
-
|
|
1559
1514
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
1560
1515
|
display: -ms-flexbox;
|
|
1561
1516
|
display: flex;
|
|
1562
1517
|
height: calc(100% - 38px);
|
|
1563
1518
|
width: 100%;
|
|
1564
1519
|
}
|
|
1565
|
-
|
|
1566
1520
|
.e-bigger .e-de-ctn {
|
|
1567
1521
|
background-color: #201f1e;
|
|
1568
1522
|
border: 1px solid #292827;
|
|
1569
|
-
height:
|
|
1523
|
+
height: 100%;
|
|
1570
1524
|
position: relative;
|
|
1571
1525
|
width: 100%;
|
|
1572
1526
|
}
|
|
1573
|
-
|
|
1574
1527
|
.e-bigger .e-de-ctnr-toolbar {
|
|
1575
1528
|
display: -ms-flexbox;
|
|
1576
1529
|
display: flex;
|
|
1577
1530
|
height: 81px;
|
|
1578
1531
|
width: 100%;
|
|
1579
1532
|
}
|
|
1580
|
-
|
|
1581
1533
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
1582
1534
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
1583
1535
|
border: 0;
|
|
1584
1536
|
}
|
|
1585
|
-
|
|
1586
1537
|
.e-bigger .e-de-pane {
|
|
1587
1538
|
border-left: 1px solid #292827;
|
|
1588
1539
|
}
|
|
1589
|
-
|
|
1590
1540
|
.e-bigger .e-de-pane-rtl {
|
|
1591
1541
|
border-right: 1px solid #292827;
|
|
1592
1542
|
}
|
|
1593
|
-
|
|
1594
1543
|
.e-bigger .e-de-ctnr-segment {
|
|
1595
1544
|
margin-bottom: 20px;
|
|
1596
1545
|
}
|
|
1597
|
-
|
|
1598
1546
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1599
1547
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1600
1548
|
margin-right: 20px;
|
|
1601
1549
|
}
|
|
1602
|
-
|
|
1603
1550
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1604
1551
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1605
1552
|
margin-left: 20px;
|
|
1606
1553
|
margin-right: 0;
|
|
1607
1554
|
}
|
|
1608
|
-
|
|
1609
1555
|
.e-bigger .e-de-tlbr-wrapper {
|
|
1610
1556
|
background-color: #252423;
|
|
1611
1557
|
height: 81px;
|
|
1612
1558
|
width: calc(100% - 75px);
|
|
1613
1559
|
}
|
|
1614
|
-
|
|
1615
1560
|
.e-bigger .e-de-ctnr-prop-label {
|
|
1616
1561
|
color: #c8c6c4;
|
|
1617
1562
|
display: inline-block;
|
|
@@ -1621,72 +1566,58 @@
|
|
|
1621
1566
|
margin-bottom: 20px;
|
|
1622
1567
|
opacity: 0.87;
|
|
1623
1568
|
}
|
|
1624
|
-
|
|
1625
1569
|
.e-bigger .e-de-table-prop-label {
|
|
1626
1570
|
margin-left: 14.5px;
|
|
1627
1571
|
}
|
|
1628
|
-
|
|
1629
1572
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
1630
1573
|
margin-left: 0;
|
|
1631
1574
|
margin-right: 14.5px;
|
|
1632
1575
|
}
|
|
1633
|
-
|
|
1634
1576
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
1635
1577
|
height: 81px;
|
|
1636
1578
|
}
|
|
1637
|
-
|
|
1638
1579
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1639
1580
|
height: 25px;
|
|
1640
1581
|
margin: 0 14px;
|
|
1641
1582
|
}
|
|
1642
|
-
|
|
1643
1583
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1644
1584
|
margin-left: 10px;
|
|
1645
1585
|
margin-right: 6px;
|
|
1646
1586
|
}
|
|
1647
|
-
|
|
1648
1587
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
1649
1588
|
margin-left: 6px;
|
|
1650
1589
|
margin-right: 6px;
|
|
1651
1590
|
}
|
|
1652
|
-
|
|
1653
1591
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
1654
1592
|
margin-left: 6px;
|
|
1655
1593
|
margin-right: 10px;
|
|
1656
1594
|
}
|
|
1657
|
-
|
|
1658
1595
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
1659
1596
|
background-color: #292827;
|
|
1660
1597
|
}
|
|
1661
|
-
|
|
1662
1598
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1663
1599
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1664
1600
|
padding: 0;
|
|
1665
1601
|
padding-bottom: 14px;
|
|
1666
1602
|
}
|
|
1667
|
-
|
|
1668
1603
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1669
1604
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1670
1605
|
padding: 0;
|
|
1671
1606
|
padding-bottom: 14px;
|
|
1672
1607
|
}
|
|
1673
|
-
|
|
1674
1608
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1675
1609
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1676
1610
|
padding: 0;
|
|
1677
1611
|
padding-bottom: 14px;
|
|
1678
1612
|
}
|
|
1679
|
-
|
|
1680
1613
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1681
1614
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1682
1615
|
padding: 0;
|
|
1683
1616
|
padding-bottom: 14px;
|
|
1684
1617
|
}
|
|
1685
|
-
|
|
1686
1618
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1687
1619
|
padding: 0 !important;
|
|
1688
1620
|
}
|
|
1689
|
-
|
|
1690
1621
|
.e-bigger .e-de-overlay {
|
|
1691
1622
|
height: 100%;
|
|
1692
1623
|
opacity: 0.5;
|
|
@@ -1694,11 +1625,9 @@
|
|
|
1694
1625
|
-ms-touch-action: none;
|
|
1695
1626
|
touch-action: none;
|
|
1696
1627
|
}
|
|
1697
|
-
|
|
1698
1628
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
1699
1629
|
width: 75px;
|
|
1700
1630
|
}
|
|
1701
|
-
|
|
1702
1631
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1703
1632
|
background-color: #252423;
|
|
1704
1633
|
border-radius: 0;
|
|
@@ -1706,33 +1635,26 @@
|
|
|
1706
1635
|
min-height: 100%;
|
|
1707
1636
|
min-width: 100%;
|
|
1708
1637
|
}
|
|
1709
|
-
|
|
1710
1638
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
1711
1639
|
box-shadow: none;
|
|
1712
1640
|
}
|
|
1713
|
-
|
|
1714
1641
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
1715
1642
|
box-shadow: none;
|
|
1716
1643
|
}
|
|
1717
|
-
|
|
1718
1644
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
1719
1645
|
box-shadow: none;
|
|
1720
1646
|
}
|
|
1721
|
-
|
|
1722
1647
|
.e-bigger .e-de-showhide-btn {
|
|
1723
1648
|
border: 0;
|
|
1724
1649
|
height: 81px;
|
|
1725
1650
|
}
|
|
1726
|
-
|
|
1727
1651
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
1728
1652
|
border: 0;
|
|
1729
1653
|
height: 81px;
|
|
1730
1654
|
}
|
|
1731
|
-
|
|
1732
1655
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1733
1656
|
padding: 0;
|
|
1734
1657
|
}
|
|
1735
|
-
|
|
1736
1658
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1737
1659
|
display: table;
|
|
1738
1660
|
font-size: 16px;
|
|
@@ -1740,56 +1662,44 @@
|
|
|
1740
1662
|
padding: 0;
|
|
1741
1663
|
white-space: normal;
|
|
1742
1664
|
}
|
|
1743
|
-
|
|
1744
1665
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1745
1666
|
.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 {
|
|
1746
1667
|
padding: 0;
|
|
1747
1668
|
}
|
|
1748
|
-
|
|
1749
1669
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
1750
1670
|
box-shadow: none;
|
|
1751
1671
|
height: 38px;
|
|
1752
1672
|
}
|
|
1753
|
-
|
|
1754
1673
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1755
1674
|
box-shadow: none;
|
|
1756
1675
|
}
|
|
1757
|
-
|
|
1758
1676
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1759
1677
|
box-shadow: none;
|
|
1760
1678
|
}
|
|
1761
|
-
|
|
1762
1679
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1763
1680
|
box-shadow: none;
|
|
1764
1681
|
}
|
|
1765
|
-
|
|
1766
1682
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1767
1683
|
box-shadow: none;
|
|
1768
1684
|
height: 38px;
|
|
1769
1685
|
}
|
|
1770
|
-
|
|
1771
1686
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
1772
1687
|
box-shadow: none;
|
|
1773
1688
|
}
|
|
1774
|
-
|
|
1775
1689
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
1776
1690
|
box-shadow: none;
|
|
1777
1691
|
}
|
|
1778
|
-
|
|
1779
1692
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
1780
1693
|
box-shadow: none;
|
|
1781
1694
|
}
|
|
1782
|
-
|
|
1783
1695
|
.e-bigger .e-de-property-div-padding {
|
|
1784
1696
|
border-bottom: 0.5px solid #292827;
|
|
1785
1697
|
padding: 24px;
|
|
1786
1698
|
}
|
|
1787
|
-
|
|
1788
1699
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
1789
1700
|
.e-bigger .e-de-font-clr-picker > button {
|
|
1790
1701
|
width: auto;
|
|
1791
1702
|
}
|
|
1792
|
-
|
|
1793
1703
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
1794
1704
|
border-top: 1px solid #292827;
|
|
1795
1705
|
color: #c8c6c4;
|
|
@@ -1799,52 +1709,43 @@
|
|
|
1799
1709
|
line-height: 40px;
|
|
1800
1710
|
text-indent: 1.2em;
|
|
1801
1711
|
}
|
|
1802
|
-
|
|
1803
1712
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
1804
1713
|
width: 38.5px;
|
|
1805
1714
|
}
|
|
1806
|
-
|
|
1807
1715
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
1808
1716
|
padding: 0 6px !important;
|
|
1809
1717
|
}
|
|
1810
|
-
|
|
1811
1718
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
1812
1719
|
font-size: 12px;
|
|
1813
1720
|
font-weight: 400;
|
|
1814
1721
|
height: 24px !important;
|
|
1815
1722
|
width: 24px !important;
|
|
1816
1723
|
}
|
|
1817
|
-
|
|
1818
1724
|
.e-bigger .e-de-ctnr-list {
|
|
1819
1725
|
font-size: 12px;
|
|
1820
1726
|
vertical-align: top;
|
|
1821
1727
|
}
|
|
1822
|
-
|
|
1823
1728
|
.e-bigger .e-de-image-property {
|
|
1824
1729
|
padding-left: 32px;
|
|
1825
1730
|
}
|
|
1826
|
-
|
|
1827
1731
|
.e-bigger .e-de-img-prty-span {
|
|
1828
1732
|
color: #c8c6c4;
|
|
1829
1733
|
left: 10px;
|
|
1830
1734
|
position: absolute;
|
|
1831
1735
|
top: 12px;
|
|
1832
1736
|
}
|
|
1833
|
-
|
|
1834
1737
|
.e-bigger .e-btn-toggle {
|
|
1835
1738
|
background-color: #292827 !important;
|
|
1836
1739
|
box-shadow: none !important;
|
|
1837
1740
|
outline: none;
|
|
1838
1741
|
outline-offset: 0;
|
|
1839
1742
|
}
|
|
1840
|
-
|
|
1841
1743
|
.e-bigger .e-btn-toggle:hover {
|
|
1842
1744
|
background-color: #292827 !important;
|
|
1843
1745
|
outline: none;
|
|
1844
1746
|
outline-offset: 0;
|
|
1845
1747
|
box-shadow: none !important;
|
|
1846
1748
|
}
|
|
1847
|
-
|
|
1848
1749
|
.e-bigger .e-de-toc-template1 {
|
|
1849
1750
|
background: #201f1e;
|
|
1850
1751
|
border: 1px solid #292827;
|
|
@@ -1853,7 +1754,6 @@
|
|
|
1853
1754
|
margin-left: 78px;
|
|
1854
1755
|
width: 94px;
|
|
1855
1756
|
}
|
|
1856
|
-
|
|
1857
1757
|
.e-bigger .e-de-toc-template1-content1 {
|
|
1858
1758
|
font-size: 10px;
|
|
1859
1759
|
height: 11px;
|
|
@@ -1861,7 +1761,6 @@
|
|
|
1861
1761
|
margin-top: 6.7px;
|
|
1862
1762
|
width: 83px;
|
|
1863
1763
|
}
|
|
1864
|
-
|
|
1865
1764
|
.e-bigger .e-de-toc-template1-content2 {
|
|
1866
1765
|
font-size: 8px;
|
|
1867
1766
|
height: 9px;
|
|
@@ -1869,7 +1768,6 @@
|
|
|
1869
1768
|
margin-top: 5.7px;
|
|
1870
1769
|
width: 68px;
|
|
1871
1770
|
}
|
|
1872
|
-
|
|
1873
1771
|
.e-bigger .e-de-toc-template1-content3 {
|
|
1874
1772
|
font-size: 7px;
|
|
1875
1773
|
height: 8px;
|
|
@@ -1877,27 +1775,22 @@
|
|
|
1877
1775
|
margin-top: 6.7px;
|
|
1878
1776
|
width: 60px;
|
|
1879
1777
|
}
|
|
1880
|
-
|
|
1881
1778
|
.e-bigger .e-de-toc-optionsdiv {
|
|
1882
1779
|
margin-bottom: 11.5px;
|
|
1883
1780
|
margin-left: 5.5px;
|
|
1884
1781
|
margin-top: 15.5px;
|
|
1885
1782
|
}
|
|
1886
|
-
|
|
1887
1783
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
1888
1784
|
margin-right: 5.5px;
|
|
1889
1785
|
margin-left: 0;
|
|
1890
1786
|
}
|
|
1891
|
-
|
|
1892
1787
|
.e-bigger .e-de-prop-sub-label {
|
|
1893
1788
|
font-size: 13px;
|
|
1894
1789
|
margin-bottom: 8.5px;
|
|
1895
1790
|
}
|
|
1896
|
-
|
|
1897
1791
|
.e-bigger .e-de-btn-cancel {
|
|
1898
1792
|
margin-left: 10px;
|
|
1899
1793
|
}
|
|
1900
|
-
|
|
1901
1794
|
.e-bigger .e-de-status-bar {
|
|
1902
1795
|
background-color: #201f1e;
|
|
1903
1796
|
display: -ms-flexbox;
|
|
@@ -1905,7 +1798,6 @@
|
|
|
1905
1798
|
padding-top: 5px;
|
|
1906
1799
|
width: 100%;
|
|
1907
1800
|
}
|
|
1908
|
-
|
|
1909
1801
|
.e-bigger .e-de-statusbar-zoom {
|
|
1910
1802
|
background-color: #201f1e;
|
|
1911
1803
|
border: 0;
|
|
@@ -1913,15 +1805,13 @@
|
|
|
1913
1805
|
float: right;
|
|
1914
1806
|
height: 34px;
|
|
1915
1807
|
}
|
|
1916
|
-
|
|
1917
1808
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1918
1809
|
line-height: 25px;
|
|
1919
1810
|
padding: 0 5px !important;
|
|
1920
1811
|
}
|
|
1921
|
-
|
|
1922
1812
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
1923
1813
|
height: 0;
|
|
1924
|
-
line-height: .5;
|
|
1814
|
+
line-height: 0.5;
|
|
1925
1815
|
}
|
|
1926
1816
|
|
|
1927
1817
|
.e-de-ctn .e-de-bzr-button {
|
|
@@ -1972,12 +1862,10 @@
|
|
|
1972
1862
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
1973
1863
|
font-size: 14px;
|
|
1974
1864
|
}
|
|
1975
|
-
|
|
1976
1865
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1977
1866
|
font-size: 18px;
|
|
1978
1867
|
padding-bottom: 2px;
|
|
1979
1868
|
}
|
|
1980
|
-
|
|
1981
1869
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
|
|
1982
1870
|
padding-top: 0 !important;
|
|
1983
1871
|
}
|
|
@@ -1985,12 +1873,10 @@
|
|
|
1985
1873
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
1986
1874
|
font-size: 16px;
|
|
1987
1875
|
}
|
|
1988
|
-
|
|
1989
1876
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1990
1877
|
font-size: 18px;
|
|
1991
1878
|
padding-bottom: 4px;
|
|
1992
1879
|
}
|
|
1993
|
-
|
|
1994
1880
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
|
|
1995
1881
|
padding-top: 4px !important;
|
|
1996
|
-
}
|
|
1882
|
+
}
|