@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
|
@@ -2,340 +2,340 @@
|
|
|
2
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
3
|
.e-de-ctnr-close::before {
|
|
4
4
|
color: #d1d5db;
|
|
5
|
-
content:
|
|
5
|
+
content: "\e7e7";
|
|
6
6
|
font-size: 16px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-de-ctnr-linespacing::before {
|
|
10
|
-
content:
|
|
10
|
+
content: "\e78d";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-de-ctnr-undo::before {
|
|
14
|
-
content:
|
|
14
|
+
content: "\e713";
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-de-ctnr-find::before {
|
|
18
|
-
content:
|
|
18
|
+
content: "\e754";
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-de-ctnr-lock::before {
|
|
22
|
-
content:
|
|
22
|
+
content: "\e7ff";
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.e-de-ctnr-italic::before {
|
|
26
|
-
content:
|
|
26
|
+
content: "\e75a";
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.e-de-selected-spellcheck-item::before {
|
|
30
30
|
color: #d1d5db;
|
|
31
|
-
content:
|
|
32
|
-
font-family:
|
|
31
|
+
content: "\e774";
|
|
32
|
+
font-family: "e-icons";
|
|
33
33
|
font-size: 10px;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.e-de-selected-underline-item::before {
|
|
37
37
|
color: #d1d5db;
|
|
38
|
-
content:
|
|
39
|
-
font-family:
|
|
38
|
+
content: "\e774";
|
|
39
|
+
font-family: "e-icons";
|
|
40
40
|
font-size: 10px;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.e-de-ctnr-link::before {
|
|
44
|
-
content:
|
|
44
|
+
content: "\e757";
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.e-de-ctnr-table::before {
|
|
48
|
-
content:
|
|
48
|
+
content: "\e7d1";
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.e-de-ctnr-download::before {
|
|
52
52
|
color: #d1d5db;
|
|
53
|
-
content:
|
|
53
|
+
content: "\e7a1";
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.e-de-ctnr-justify::before {
|
|
57
|
-
content:
|
|
57
|
+
content: "\e721";
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.e-de-ctnr-tableofcontent::before {
|
|
61
|
-
content:
|
|
61
|
+
content: "\e73d";
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.e-de-ctnr-pagenumber::before {
|
|
65
|
-
content:
|
|
65
|
+
content: "\e77d";
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.e-de-ctnr-highlight::before {
|
|
69
|
-
content:
|
|
69
|
+
content: "\e739";
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.e-de-ctnr-new::before {
|
|
73
|
-
content:
|
|
73
|
+
content: "\e805";
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.e-de-ctnr-paste::before {
|
|
77
|
-
content:
|
|
77
|
+
content: "\e70b";
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.e-de-ctnr-bold::before {
|
|
81
|
-
content:
|
|
81
|
+
content: "\e737";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.e-de-ctnr-subscript::before {
|
|
85
|
-
content:
|
|
85
|
+
content: "\e80a";
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.e-de-ctnr-aligncenter::before {
|
|
89
|
-
content:
|
|
89
|
+
content: "\e813";
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.e-de-ctnr-fontcolor::before {
|
|
93
|
-
content:
|
|
93
|
+
content: "\e79f";
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.e-de-ctnr-change-case::before {
|
|
97
|
-
content:
|
|
97
|
+
content: "\e7f5";
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.e-de-ctnr-pagesetup::before {
|
|
101
|
-
content:
|
|
101
|
+
content: "\e794";
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.e-de-ctnr-strokestyle::before {
|
|
105
|
-
content:
|
|
105
|
+
content: "\eb62";
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-de-ctnr-strikethrough::before {
|
|
109
|
-
content:
|
|
109
|
+
content: "\e758";
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.e-de-ctnr-image::before {
|
|
113
|
-
content:
|
|
113
|
+
content: "\e786";
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.e-de-ctnr-redo::before {
|
|
117
|
-
content:
|
|
117
|
+
content: "\e755";
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.e-de-ctnr-bookmark::before {
|
|
121
|
-
content:
|
|
121
|
+
content: "\e750";
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.e-de-ctnr-increaseindent::before {
|
|
125
|
-
content:
|
|
125
|
+
content: "\e810";
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.e-de-ctnr-header::before {
|
|
129
|
-
content:
|
|
129
|
+
content: "\e704";
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.e-de-ctnr-backgroundcolor::before {
|
|
133
|
-
content:
|
|
133
|
+
content: "\eb6b";
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.e-de-ctnr-open::before {
|
|
137
|
-
content:
|
|
137
|
+
content: "\e760";
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.e-de-ctnr-underline::before {
|
|
141
|
-
content:
|
|
141
|
+
content: "\e82f";
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.e-de-ctnr-superscript::before {
|
|
145
|
-
content:
|
|
145
|
+
content: "\e7a7";
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-de-ctnr-alignleft::before {
|
|
149
|
-
content:
|
|
149
|
+
content: "\e7b8";
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-de-ctnr-numbering::before {
|
|
153
|
-
content:
|
|
153
|
+
content: "\e7cb";
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.e-de-ctnr-bullets::before {
|
|
157
|
-
content:
|
|
157
|
+
content: "\e77e";
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.e-de-ctnr-decreaseindent::before {
|
|
161
|
-
content:
|
|
161
|
+
content: "\e72a";
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.e-de-ctnr-showhide::before {
|
|
165
|
-
content:
|
|
165
|
+
content: "\e71a";
|
|
166
166
|
font-size: 16px;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
.e-de-ctnr-print::before {
|
|
170
|
-
content:
|
|
170
|
+
content: "\e75d";
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.e-de-ctnr-alignright::before {
|
|
174
|
-
content:
|
|
174
|
+
content: "\e719";
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.e-de-ctnr-footer::before {
|
|
178
|
-
content:
|
|
178
|
+
content: "\e7bb";
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.e-de-ctnr-clearall::before {
|
|
182
|
-
content:
|
|
182
|
+
content: "\e7cc";
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.e-de-ctnr-outsideborder::before {
|
|
186
|
-
content:
|
|
186
|
+
content: "\e7ad";
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.e-de-ctnr-allborders::before {
|
|
190
|
-
content:
|
|
190
|
+
content: "\e7d1";
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.e-de-ctnr-insideborders::before {
|
|
194
|
-
content:
|
|
194
|
+
content: "\e78f";
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.e-de-ctnr-leftborders::before {
|
|
198
|
-
content:
|
|
198
|
+
content: "\e806";
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.e-de-ctnr-insideverticalborder::before {
|
|
202
|
-
content:
|
|
202
|
+
content: "\e792";
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-de-ctnr-rightborder::before {
|
|
206
|
-
content:
|
|
206
|
+
content: "\e7ab";
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
.e-de-ctnr-topborder::before {
|
|
210
|
-
content:
|
|
210
|
+
content: "\e7e0";
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
.e-de-ctnr-insidehorizondalborder::before {
|
|
214
|
-
content:
|
|
214
|
+
content: "\e83b";
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
.e-de-ctnr-bottomborder::before {
|
|
218
|
-
content:
|
|
218
|
+
content: "\e766";
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.e-de-ctnr-strokesize::before {
|
|
222
|
-
content:
|
|
222
|
+
content: "\e7bf";
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-de-ctnr-highlightcolor::before {
|
|
226
|
-
content:
|
|
226
|
+
content: "\e739";
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-de-ctnr-mergecell::before {
|
|
230
|
-
content:
|
|
230
|
+
content: "\e71e";
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.e-de-ctnr-insertleft::before {
|
|
234
|
-
content:
|
|
234
|
+
content: "\e78b";
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.e-de-ctnr-insertright::before {
|
|
238
|
-
content:
|
|
238
|
+
content: "\e70e";
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.e-de-ctnr-insertabove::before {
|
|
242
|
-
content:
|
|
242
|
+
content: "\e836";
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-de-ctnr-insertbelow::before {
|
|
246
|
-
content:
|
|
246
|
+
content: "\e801";
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-de-ctnr-deleterows::before {
|
|
250
|
-
content:
|
|
250
|
+
content: "\e7f2";
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.e-de-ctnr-deletecolumns::before {
|
|
254
|
-
content:
|
|
254
|
+
content: "\e714";
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
.e-de-ctnr-aligntop::before {
|
|
258
|
-
content:
|
|
258
|
+
content: "\e707";
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
.e-de-ctnr-alignbottom::before {
|
|
262
|
-
content:
|
|
262
|
+
content: "\e7a0";
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
.e-de-ctnr-aligncenter-table::before {
|
|
266
|
-
content:
|
|
266
|
+
content: "\e74f";
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.e-de-ctnr-cellbg-clr-picker::before {
|
|
270
|
-
content:
|
|
270
|
+
content: "\e783";
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
.e-de-ctnr-bullet-none::before {
|
|
274
274
|
color: #d1d5db;
|
|
275
|
-
content:
|
|
275
|
+
content: "\e7f3";
|
|
276
276
|
font-size: 20px;
|
|
277
277
|
line-height: 28px;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
.e-de-ctnr-bullet-dot::before {
|
|
281
281
|
color: #d1d5db;
|
|
282
|
-
content:
|
|
282
|
+
content: "\e747";
|
|
283
283
|
font-size: 8px;
|
|
284
284
|
line-height: 28px;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
.e-de-ctnr-bullet-circle::before {
|
|
288
288
|
color: #d1d5db;
|
|
289
|
-
content:
|
|
289
|
+
content: "\e7d0";
|
|
290
290
|
font-size: 8px;
|
|
291
291
|
line-height: 28px;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
.e-de-ctnr-bullet-square::before {
|
|
295
295
|
color: #d1d5db;
|
|
296
|
-
content:
|
|
296
|
+
content: "\e7be";
|
|
297
297
|
font-size: 8px;
|
|
298
298
|
line-height: 28px;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
.e-de-ctnr-bullet-flower::before {
|
|
302
302
|
color: #d1d5db;
|
|
303
|
-
content:
|
|
303
|
+
content: "\e79b";
|
|
304
304
|
line-height: 28px;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
.e-de-ctnr-bullet-arrow::before {
|
|
308
308
|
color: #d1d5db;
|
|
309
|
-
content:
|
|
309
|
+
content: "\e763";
|
|
310
310
|
line-height: 28px;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
.e-de-ctnr-bullet-tick::before {
|
|
314
314
|
color: #d1d5db;
|
|
315
|
-
content:
|
|
315
|
+
content: "\e7fc";
|
|
316
316
|
line-height: 28px;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
.e-de-selected-item::before {
|
|
320
320
|
color: #d1d5db;
|
|
321
|
-
content:
|
|
321
|
+
content: "\e774";
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
.e-de-ctnr-break::before {
|
|
325
|
-
content:
|
|
325
|
+
content: "\e7bc";
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.e-de-ctnr-page-break::before {
|
|
329
|
-
content:
|
|
329
|
+
content: "\e742";
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.e-de-ctnr-section-break::before {
|
|
333
|
-
content:
|
|
333
|
+
content: "\e762";
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
.e-de-ctnr-upload::before {
|
|
337
337
|
color: #d1d5db;
|
|
338
|
-
content:
|
|
338
|
+
content: "\e712";
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
.e-de-flip {
|
|
@@ -343,79 +343,79 @@
|
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
.e-de-cnt-cmt-add::before {
|
|
346
|
-
content:
|
|
346
|
+
content: "\e82c";
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.e-de-cnt-track::before {
|
|
350
|
-
content:
|
|
350
|
+
content: "\e80b";
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.e-de-printlayout::before {
|
|
354
|
-
content:
|
|
354
|
+
content: "\e73a";
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
.e-de-weblayout::before {
|
|
358
|
-
content:
|
|
358
|
+
content: "\e7d3";
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
.e-de-textform::before {
|
|
362
362
|
color: #d1d5db;
|
|
363
|
-
content:
|
|
364
|
-
font-family:
|
|
363
|
+
content: "\e830";
|
|
364
|
+
font-family: "e-icons";
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.e-de-formproperties::before {
|
|
368
368
|
color: #d1d5db;
|
|
369
|
-
content:
|
|
370
|
-
font-family:
|
|
369
|
+
content: "\e83e";
|
|
370
|
+
font-family: "e-icons";
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
.e-de-clearform::before {
|
|
374
374
|
color: #d1d5db;
|
|
375
|
-
content:
|
|
376
|
-
font-family:
|
|
375
|
+
content: "\e7f8";
|
|
376
|
+
font-family: "e-icons";
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
.e-de-dropdownform::before {
|
|
380
380
|
color: #d1d5db;
|
|
381
|
-
content:
|
|
382
|
-
font-family:
|
|
381
|
+
content: "\e7a6";
|
|
382
|
+
font-family: "e-icons";
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
.e-de-formfield::before {
|
|
386
|
-
content:
|
|
387
|
-
font-family:
|
|
386
|
+
content: "\e7cd";
|
|
387
|
+
font-family: "e-icons";
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
.e-de-checkbox-form::before {
|
|
391
391
|
color: #d1d5db;
|
|
392
|
-
content:
|
|
393
|
-
font-family:
|
|
392
|
+
content: "\e7e4";
|
|
393
|
+
font-family: "e-icons";
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
.e-de-arrow-up::before {
|
|
397
|
-
content:
|
|
398
|
-
font-family:
|
|
397
|
+
content: "\e776";
|
|
398
|
+
font-family: "e-icons";
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
.e-de-arrow-down::before {
|
|
402
|
-
content:
|
|
403
|
-
font-family:
|
|
402
|
+
content: "\e729";
|
|
403
|
+
font-family: "e-icons";
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
.e-de-update-field::before {
|
|
407
|
-
content:
|
|
408
|
-
font-family:
|
|
407
|
+
content: "\e828";
|
|
408
|
+
font-family: "e-icons";
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.e-de-footnote::before {
|
|
412
|
-
content:
|
|
413
|
-
font-family:
|
|
412
|
+
content: "\e7af";
|
|
413
|
+
font-family: "e-icons";
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
.e-de-endnote::before {
|
|
417
|
-
content:
|
|
418
|
-
font-family:
|
|
417
|
+
content: "\e7af";
|
|
418
|
+
font-family: "e-icons";
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
.e-de-toolbar {
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
.e-de-ctnr-hglt-btn {
|
|
440
|
-
border: .5px solid transparent;
|
|
440
|
+
border: 0.5px solid transparent;
|
|
441
441
|
display: inline-block;
|
|
442
442
|
height: 25px;
|
|
443
443
|
margin: 3px;
|
|
@@ -455,7 +455,6 @@
|
|
|
455
455
|
padding-top: 1px;
|
|
456
456
|
width: 157px;
|
|
457
457
|
}
|
|
458
|
-
|
|
459
458
|
.e-hglt-no-color:hover {
|
|
460
459
|
background-color: #374151;
|
|
461
460
|
cursor: pointer;
|
|
@@ -489,7 +488,6 @@
|
|
|
489
488
|
box-shadow: none;
|
|
490
489
|
float: right;
|
|
491
490
|
}
|
|
492
|
-
|
|
493
491
|
.e-de-statusbar-pageweb:hover {
|
|
494
492
|
box-shadow: none;
|
|
495
493
|
}
|
|
@@ -566,12 +564,10 @@
|
|
|
566
564
|
color: #000;
|
|
567
565
|
font-size: 14px !important;
|
|
568
566
|
}
|
|
569
|
-
|
|
570
567
|
.e-de-ctn-title button {
|
|
571
568
|
font-size: 14px !important;
|
|
572
569
|
height: 36px !important;
|
|
573
570
|
}
|
|
574
|
-
|
|
575
571
|
.e-de-ctn-title button .e-btn-icon {
|
|
576
572
|
font-size: 16px !important;
|
|
577
573
|
}
|
|
@@ -580,12 +576,10 @@
|
|
|
580
576
|
font-size: 16px !important;
|
|
581
577
|
height: 40px !important;
|
|
582
578
|
}
|
|
583
|
-
|
|
584
579
|
.e-bigger .e-de-ctn-title button {
|
|
585
580
|
font-size: 16px !important;
|
|
586
581
|
height: auto !important;
|
|
587
582
|
}
|
|
588
|
-
|
|
589
583
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
590
584
|
font-size: 18px !important;
|
|
591
585
|
}
|
|
@@ -620,7 +614,7 @@
|
|
|
620
614
|
.e-de-ctn {
|
|
621
615
|
background-color: #374151;
|
|
622
616
|
border: 1px solid #4b5563;
|
|
623
|
-
height:
|
|
617
|
+
height: 100%;
|
|
624
618
|
position: relative;
|
|
625
619
|
width: 100%;
|
|
626
620
|
}
|
|
@@ -669,23 +663,18 @@
|
|
|
669
663
|
.e-bigger .e-de-ctnr-segment {
|
|
670
664
|
margin-bottom: 16px;
|
|
671
665
|
}
|
|
672
|
-
|
|
673
666
|
.e-bigger .e-de-property-div-padding {
|
|
674
667
|
padding: 16px;
|
|
675
668
|
}
|
|
676
|
-
|
|
677
669
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
678
670
|
margin-left: 16px !important;
|
|
679
671
|
}
|
|
680
|
-
|
|
681
672
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
682
673
|
margin-left: -3px;
|
|
683
674
|
}
|
|
684
|
-
|
|
685
675
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
|
|
686
676
|
font-size: 18px;
|
|
687
677
|
}
|
|
688
|
-
|
|
689
678
|
.e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
690
679
|
margin-left: 0px;
|
|
691
680
|
margin-right: -5px;
|
|
@@ -798,27 +787,22 @@
|
|
|
798
787
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
799
788
|
height: 85px;
|
|
800
789
|
}
|
|
801
|
-
|
|
802
790
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
803
791
|
height: 59px;
|
|
804
792
|
margin: 0 8px;
|
|
805
793
|
}
|
|
806
|
-
|
|
807
794
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
808
795
|
margin-left: 8px;
|
|
809
796
|
margin-right: 8px;
|
|
810
797
|
}
|
|
811
|
-
|
|
812
798
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
813
799
|
margin-left: 8px;
|
|
814
800
|
margin-right: 8px;
|
|
815
801
|
}
|
|
816
|
-
|
|
817
802
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
818
803
|
margin-left: 8px;
|
|
819
804
|
margin-right: 8px;
|
|
820
805
|
}
|
|
821
|
-
|
|
822
806
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
823
807
|
background-color: #4b5563;
|
|
824
808
|
}
|
|
@@ -827,17 +811,14 @@
|
|
|
827
811
|
padding: 0;
|
|
828
812
|
padding-bottom: 14px;
|
|
829
813
|
}
|
|
830
|
-
|
|
831
814
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
832
815
|
padding: 0;
|
|
833
816
|
padding-bottom: 14px;
|
|
834
817
|
}
|
|
835
|
-
|
|
836
818
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
837
819
|
padding: 0;
|
|
838
820
|
padding-bottom: 14px;
|
|
839
821
|
}
|
|
840
|
-
|
|
841
822
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
842
823
|
padding: 0;
|
|
843
824
|
padding-bottom: 14px;
|
|
@@ -876,15 +857,12 @@
|
|
|
876
857
|
min-height: 100%;
|
|
877
858
|
min-width: 100%;
|
|
878
859
|
}
|
|
879
|
-
|
|
880
860
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
881
861
|
box-shadow: none;
|
|
882
862
|
}
|
|
883
|
-
|
|
884
863
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
885
864
|
box-shadow: none;
|
|
886
865
|
}
|
|
887
|
-
|
|
888
866
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
889
867
|
box-shadow: none;
|
|
890
868
|
}
|
|
@@ -946,18 +924,15 @@
|
|
|
946
924
|
.e-bigger .e-de-cntr-pane-padding {
|
|
947
925
|
padding: 16px;
|
|
948
926
|
}
|
|
949
|
-
|
|
950
927
|
.e-bigger .e-de-prop-pane {
|
|
951
928
|
height: 100%;
|
|
952
929
|
min-height: 200px;
|
|
953
930
|
overflow: auto;
|
|
954
931
|
width: 300px;
|
|
955
932
|
}
|
|
956
|
-
|
|
957
933
|
.e-bigger .e-de-prop-sub-label {
|
|
958
934
|
font-size: 14px;
|
|
959
935
|
}
|
|
960
|
-
|
|
961
936
|
.e-bigger .e-de-hdr-ftr-top-div,
|
|
962
937
|
.e-bigger .e-de-hdr-ftr-frst-div {
|
|
963
938
|
margin-bottom: 16px;
|
|
@@ -967,15 +942,12 @@
|
|
|
967
942
|
box-shadow: none;
|
|
968
943
|
height: 31px;
|
|
969
944
|
}
|
|
970
|
-
|
|
971
945
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
972
946
|
box-shadow: none;
|
|
973
947
|
}
|
|
974
|
-
|
|
975
948
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
976
949
|
box-shadow: none;
|
|
977
950
|
}
|
|
978
|
-
|
|
979
951
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
980
952
|
box-shadow: none;
|
|
981
953
|
}
|
|
@@ -984,15 +956,12 @@
|
|
|
984
956
|
box-shadow: none;
|
|
985
957
|
height: 31px;
|
|
986
958
|
}
|
|
987
|
-
|
|
988
959
|
.e-de-ctnr-group-btn button:focus {
|
|
989
960
|
box-shadow: none;
|
|
990
961
|
}
|
|
991
|
-
|
|
992
962
|
.e-de-ctnr-group-btn button:active {
|
|
993
963
|
box-shadow: none;
|
|
994
964
|
}
|
|
995
|
-
|
|
996
965
|
.e-de-ctnr-group-btn button:hover {
|
|
997
966
|
box-shadow: none;
|
|
998
967
|
}
|
|
@@ -1028,7 +997,6 @@
|
|
|
1028
997
|
.e-bigger .e-de-panel-left-width {
|
|
1029
998
|
width: 166px;
|
|
1030
999
|
}
|
|
1031
|
-
|
|
1032
1000
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1033
1001
|
.e-bigger .e-de-insert-del-cell button {
|
|
1034
1002
|
width: 43px;
|
|
@@ -1041,7 +1009,6 @@
|
|
|
1041
1009
|
.e-bigger .e-de-panel-right-width {
|
|
1042
1010
|
width: 86px;
|
|
1043
1011
|
}
|
|
1044
|
-
|
|
1045
1012
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1046
1013
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
1047
1014
|
width: 43px;
|
|
@@ -1222,7 +1189,6 @@
|
|
|
1222
1189
|
outline-offset: 0;
|
|
1223
1190
|
box-shadow: none !important;
|
|
1224
1191
|
}
|
|
1225
|
-
|
|
1226
1192
|
.e-btn-toggle:hover {
|
|
1227
1193
|
background-color: #4b5563 !important;
|
|
1228
1194
|
outline: none;
|
|
@@ -1353,7 +1319,6 @@
|
|
|
1353
1319
|
height: 100%;
|
|
1354
1320
|
padding-top: 8px;
|
|
1355
1321
|
}
|
|
1356
|
-
|
|
1357
1322
|
.e-de-ctnr-pg-no span {
|
|
1358
1323
|
border: 1px solid transparent;
|
|
1359
1324
|
}
|
|
@@ -1367,7 +1332,6 @@
|
|
|
1367
1332
|
padding-top: 8px;
|
|
1368
1333
|
width: calc(100% - 170px);
|
|
1369
1334
|
}
|
|
1370
|
-
|
|
1371
1335
|
.e-de-ctnr-pg-no-spellout span {
|
|
1372
1336
|
border: 1px solid transparent;
|
|
1373
1337
|
}
|
|
@@ -1499,45 +1463,36 @@
|
|
|
1499
1463
|
.e-bigger .de-split-button > div:first-child {
|
|
1500
1464
|
margin-right: 0;
|
|
1501
1465
|
}
|
|
1502
|
-
|
|
1503
1466
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
1504
1467
|
width: 66px;
|
|
1505
1468
|
}
|
|
1506
|
-
|
|
1507
1469
|
.e-bigger .e-de-prop-fill-label {
|
|
1508
1470
|
margin-left: 0;
|
|
1509
1471
|
margin-right: 9.8px;
|
|
1510
1472
|
}
|
|
1511
|
-
|
|
1512
1473
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1513
1474
|
margin-left: 9.8px;
|
|
1514
1475
|
margin-right: 0px;
|
|
1515
1476
|
}
|
|
1516
|
-
|
|
1517
1477
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1518
1478
|
margin-left: 16px;
|
|
1519
1479
|
margin-right: 0;
|
|
1520
1480
|
}
|
|
1521
|
-
|
|
1522
1481
|
.e-bigger .e-de-color-picker {
|
|
1523
1482
|
height: 38px;
|
|
1524
1483
|
width: 95px;
|
|
1525
1484
|
}
|
|
1526
|
-
|
|
1527
1485
|
.e-bigger .e-de-border-size-button {
|
|
1528
1486
|
height: 38px;
|
|
1529
1487
|
margin-top: 8px;
|
|
1530
1488
|
width: 95px;
|
|
1531
1489
|
}
|
|
1532
|
-
|
|
1533
1490
|
.e-bigger .e-de-stylediv {
|
|
1534
1491
|
padding-left: 16px;
|
|
1535
1492
|
}
|
|
1536
|
-
|
|
1537
1493
|
.e-bigger .e-de-stylediv-rtl {
|
|
1538
1494
|
padding-right: 16px;
|
|
1539
1495
|
}
|
|
1540
|
-
|
|
1541
1496
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
1542
1497
|
display: -ms-flexbox;
|
|
1543
1498
|
display: flex;
|
|
@@ -1545,74 +1500,61 @@
|
|
|
1545
1500
|
min-height: 200px;
|
|
1546
1501
|
width: 100%;
|
|
1547
1502
|
}
|
|
1548
|
-
|
|
1549
1503
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
1550
1504
|
display: -ms-flexbox;
|
|
1551
1505
|
display: flex;
|
|
1552
1506
|
height: calc(100% - 38px);
|
|
1553
1507
|
width: 100%;
|
|
1554
1508
|
}
|
|
1555
|
-
|
|
1556
1509
|
.e-bigger .e-de-ctn {
|
|
1557
1510
|
background-color: #374151;
|
|
1558
1511
|
border: 1px solid #4b5563;
|
|
1559
|
-
height:
|
|
1512
|
+
height: 100%;
|
|
1560
1513
|
position: relative;
|
|
1561
1514
|
width: 100%;
|
|
1562
1515
|
}
|
|
1563
|
-
|
|
1564
1516
|
.e-bigger .e-de-ctnr-toolbar {
|
|
1565
1517
|
display: -ms-flexbox;
|
|
1566
1518
|
display: flex;
|
|
1567
1519
|
height: 81px;
|
|
1568
1520
|
width: 100%;
|
|
1569
1521
|
}
|
|
1570
|
-
|
|
1571
1522
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
1572
1523
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
1573
1524
|
border: 0;
|
|
1574
1525
|
}
|
|
1575
|
-
|
|
1576
1526
|
.e-bigger .e-de-pane {
|
|
1577
1527
|
border-left: 1px solid #4b5563;
|
|
1578
1528
|
}
|
|
1579
|
-
|
|
1580
1529
|
.e-bigger .e-de-pane-rtl {
|
|
1581
1530
|
border-right: 1px solid #4b5563;
|
|
1582
1531
|
}
|
|
1583
|
-
|
|
1584
1532
|
.e-bigger .e-de-ctnr-segment {
|
|
1585
1533
|
margin-bottom: 16px;
|
|
1586
1534
|
}
|
|
1587
|
-
|
|
1588
1535
|
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
1589
1536
|
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
1590
1537
|
margin-right: 16px;
|
|
1591
1538
|
}
|
|
1592
|
-
|
|
1593
1539
|
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
1594
1540
|
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
1595
1541
|
margin-left: 16px;
|
|
1596
1542
|
margin-right: 0;
|
|
1597
1543
|
}
|
|
1598
|
-
|
|
1599
1544
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1600
1545
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1601
1546
|
margin-right: 16px;
|
|
1602
1547
|
}
|
|
1603
|
-
|
|
1604
1548
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1605
1549
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1606
1550
|
margin-left: 16px;
|
|
1607
1551
|
margin-right: 0;
|
|
1608
1552
|
}
|
|
1609
|
-
|
|
1610
1553
|
.e-bigger .e-de-tlbr-wrapper {
|
|
1611
1554
|
background-color: #374151;
|
|
1612
1555
|
height: 81px;
|
|
1613
1556
|
width: calc(100% - 75px);
|
|
1614
1557
|
}
|
|
1615
|
-
|
|
1616
1558
|
.e-bigger .e-de-ctnr-prop-label {
|
|
1617
1559
|
color: #9ca3af;
|
|
1618
1560
|
display: inline-block;
|
|
@@ -1623,72 +1565,58 @@
|
|
|
1623
1565
|
opacity: 0.87;
|
|
1624
1566
|
line-height: 1.5;
|
|
1625
1567
|
}
|
|
1626
|
-
|
|
1627
1568
|
.e-bigger .e-de-table-prop-label {
|
|
1628
1569
|
margin-left: 14.5px;
|
|
1629
1570
|
}
|
|
1630
|
-
|
|
1631
1571
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
1632
1572
|
margin-left: 0;
|
|
1633
1573
|
margin-right: 14.5px;
|
|
1634
1574
|
}
|
|
1635
|
-
|
|
1636
1575
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
1637
1576
|
height: 81px;
|
|
1638
1577
|
}
|
|
1639
|
-
|
|
1640
1578
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1641
1579
|
height: 25px;
|
|
1642
1580
|
margin: 0 12px;
|
|
1643
1581
|
}
|
|
1644
|
-
|
|
1645
1582
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1646
1583
|
margin-left: 12px;
|
|
1647
1584
|
margin-right: 12px;
|
|
1648
1585
|
}
|
|
1649
|
-
|
|
1650
1586
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
1651
1587
|
margin-left: 12px;
|
|
1652
1588
|
margin-right: 12px;
|
|
1653
1589
|
}
|
|
1654
|
-
|
|
1655
1590
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
1656
1591
|
margin-left: 12px;
|
|
1657
1592
|
margin-right: 12px;
|
|
1658
1593
|
}
|
|
1659
|
-
|
|
1660
1594
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
1661
1595
|
background-color: #4b5563;
|
|
1662
1596
|
}
|
|
1663
|
-
|
|
1664
1597
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1665
1598
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1666
1599
|
padding: 0;
|
|
1667
1600
|
padding-bottom: 14px;
|
|
1668
1601
|
}
|
|
1669
|
-
|
|
1670
1602
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1671
1603
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1672
1604
|
padding: 0;
|
|
1673
1605
|
padding-bottom: 14px;
|
|
1674
1606
|
}
|
|
1675
|
-
|
|
1676
1607
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1677
1608
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1678
1609
|
padding: 0;
|
|
1679
1610
|
padding-bottom: 14px;
|
|
1680
1611
|
}
|
|
1681
|
-
|
|
1682
1612
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1683
1613
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1684
1614
|
padding: 0;
|
|
1685
1615
|
padding-bottom: 14px;
|
|
1686
1616
|
}
|
|
1687
|
-
|
|
1688
1617
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1689
1618
|
padding: 0 !important;
|
|
1690
1619
|
}
|
|
1691
|
-
|
|
1692
1620
|
.e-bigger .e-de-overlay {
|
|
1693
1621
|
height: 100%;
|
|
1694
1622
|
opacity: 0.5;
|
|
@@ -1696,11 +1624,9 @@
|
|
|
1696
1624
|
-ms-touch-action: none;
|
|
1697
1625
|
touch-action: none;
|
|
1698
1626
|
}
|
|
1699
|
-
|
|
1700
1627
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
1701
1628
|
width: 75px;
|
|
1702
1629
|
}
|
|
1703
|
-
|
|
1704
1630
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1705
1631
|
background-color: #374151;
|
|
1706
1632
|
border-radius: 0;
|
|
@@ -1708,33 +1634,26 @@
|
|
|
1708
1634
|
min-height: 100%;
|
|
1709
1635
|
min-width: 100%;
|
|
1710
1636
|
}
|
|
1711
|
-
|
|
1712
1637
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
1713
1638
|
box-shadow: none;
|
|
1714
1639
|
}
|
|
1715
|
-
|
|
1716
1640
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
1717
1641
|
box-shadow: none;
|
|
1718
1642
|
}
|
|
1719
|
-
|
|
1720
1643
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
1721
1644
|
box-shadow: none;
|
|
1722
1645
|
}
|
|
1723
|
-
|
|
1724
1646
|
.e-bigger .e-de-showhide-btn {
|
|
1725
1647
|
border: 0;
|
|
1726
1648
|
height: 81px;
|
|
1727
1649
|
}
|
|
1728
|
-
|
|
1729
1650
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
1730
1651
|
border: 0;
|
|
1731
1652
|
height: 81px;
|
|
1732
1653
|
}
|
|
1733
|
-
|
|
1734
1654
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1735
1655
|
padding: 0;
|
|
1736
1656
|
}
|
|
1737
|
-
|
|
1738
1657
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1739
1658
|
display: table;
|
|
1740
1659
|
font-size: 14px;
|
|
@@ -1743,46 +1662,36 @@
|
|
|
1743
1662
|
padding: 0;
|
|
1744
1663
|
white-space: normal;
|
|
1745
1664
|
}
|
|
1746
|
-
|
|
1747
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,
|
|
1748
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 {
|
|
1749
1667
|
padding: 0;
|
|
1750
1668
|
}
|
|
1751
|
-
|
|
1752
1669
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
1753
1670
|
box-shadow: none;
|
|
1754
1671
|
height: 38px;
|
|
1755
1672
|
}
|
|
1756
|
-
|
|
1757
1673
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1758
1674
|
box-shadow: none;
|
|
1759
1675
|
}
|
|
1760
|
-
|
|
1761
1676
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1762
1677
|
box-shadow: none;
|
|
1763
1678
|
}
|
|
1764
|
-
|
|
1765
1679
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1766
1680
|
box-shadow: none;
|
|
1767
1681
|
}
|
|
1768
|
-
|
|
1769
1682
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1770
1683
|
box-shadow: none;
|
|
1771
1684
|
height: 38px;
|
|
1772
1685
|
}
|
|
1773
|
-
|
|
1774
1686
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
1775
1687
|
box-shadow: none;
|
|
1776
1688
|
}
|
|
1777
|
-
|
|
1778
1689
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
1779
1690
|
box-shadow: none;
|
|
1780
1691
|
}
|
|
1781
|
-
|
|
1782
1692
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
1783
1693
|
box-shadow: none;
|
|
1784
1694
|
}
|
|
1785
|
-
|
|
1786
1695
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
1787
1696
|
border-top: 1px solid #4b5563;
|
|
1788
1697
|
color: #9ca3af;
|
|
@@ -1792,15 +1701,12 @@
|
|
|
1792
1701
|
line-height: 40px;
|
|
1793
1702
|
text-indent: 1.2em;
|
|
1794
1703
|
}
|
|
1795
|
-
|
|
1796
1704
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
1797
1705
|
width: 38.5px;
|
|
1798
1706
|
}
|
|
1799
|
-
|
|
1800
1707
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
1801
1708
|
padding: 0 6px !important;
|
|
1802
1709
|
}
|
|
1803
|
-
|
|
1804
1710
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
1805
1711
|
font-size: 12px;
|
|
1806
1712
|
font-weight: 400;
|
|
@@ -1808,41 +1714,34 @@
|
|
|
1808
1714
|
width: 24px !important;
|
|
1809
1715
|
border-radius: 4px;
|
|
1810
1716
|
}
|
|
1811
|
-
|
|
1812
1717
|
.e-bigger .e-de-font-clr-picker > div div button {
|
|
1813
1718
|
width: 38px;
|
|
1814
1719
|
}
|
|
1815
|
-
|
|
1816
1720
|
.e-bigger .e-de-ctnr-list {
|
|
1817
1721
|
font-size: 12px;
|
|
1818
1722
|
vertical-align: top;
|
|
1819
1723
|
}
|
|
1820
|
-
|
|
1821
1724
|
.e-bigger .e-de-image-property {
|
|
1822
1725
|
padding-left: 32px;
|
|
1823
1726
|
}
|
|
1824
|
-
|
|
1825
1727
|
.e-bigger .e-de-img-prty-span {
|
|
1826
1728
|
color: #9ca3af;
|
|
1827
1729
|
left: 10px;
|
|
1828
1730
|
position: absolute;
|
|
1829
1731
|
top: 14px;
|
|
1830
1732
|
}
|
|
1831
|
-
|
|
1832
1733
|
.e-bigger .e-btn-toggle {
|
|
1833
1734
|
background-color: #4b5563 !important;
|
|
1834
1735
|
box-shadow: none !important;
|
|
1835
1736
|
outline: none;
|
|
1836
1737
|
outline-offset: 0;
|
|
1837
1738
|
}
|
|
1838
|
-
|
|
1839
1739
|
.e-bigger .e-btn-toggle:hover {
|
|
1840
1740
|
background-color: #4b5563 !important;
|
|
1841
1741
|
outline: none;
|
|
1842
1742
|
outline-offset: 0;
|
|
1843
1743
|
box-shadow: none !important;
|
|
1844
1744
|
}
|
|
1845
|
-
|
|
1846
1745
|
.e-bigger .e-de-toc-template1 {
|
|
1847
1746
|
background: #374151;
|
|
1848
1747
|
border: 1px solid #4b5563;
|
|
@@ -1851,7 +1750,6 @@
|
|
|
1851
1750
|
margin-left: 78px;
|
|
1852
1751
|
width: 94px;
|
|
1853
1752
|
}
|
|
1854
|
-
|
|
1855
1753
|
.e-bigger .e-de-toc-template1-content1 {
|
|
1856
1754
|
font-size: 10px;
|
|
1857
1755
|
height: 11px;
|
|
@@ -1859,7 +1757,6 @@
|
|
|
1859
1757
|
margin-top: 6.7px;
|
|
1860
1758
|
width: 83px;
|
|
1861
1759
|
}
|
|
1862
|
-
|
|
1863
1760
|
.e-bigger .e-de-toc-template1-content2 {
|
|
1864
1761
|
font-size: 8px;
|
|
1865
1762
|
height: 9px;
|
|
@@ -1867,7 +1764,6 @@
|
|
|
1867
1764
|
margin-top: 5.7px;
|
|
1868
1765
|
width: 68px;
|
|
1869
1766
|
}
|
|
1870
|
-
|
|
1871
1767
|
.e-bigger .e-de-toc-template1-content3 {
|
|
1872
1768
|
font-size: 7px;
|
|
1873
1769
|
height: 8px;
|
|
@@ -1875,22 +1771,18 @@
|
|
|
1875
1771
|
margin-top: 6.7px;
|
|
1876
1772
|
width: 60px;
|
|
1877
1773
|
}
|
|
1878
|
-
|
|
1879
1774
|
.e-bigger .e-de-toc-optionsdiv {
|
|
1880
1775
|
margin-bottom: 11.5px;
|
|
1881
1776
|
margin-left: 5.5px;
|
|
1882
1777
|
margin-top: 15.5px;
|
|
1883
1778
|
}
|
|
1884
|
-
|
|
1885
1779
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
1886
1780
|
margin-right: 5.5px;
|
|
1887
1781
|
margin-left: 0;
|
|
1888
1782
|
}
|
|
1889
|
-
|
|
1890
1783
|
.e-bigger .e-de-btn-cancel {
|
|
1891
1784
|
margin-left: 10px;
|
|
1892
1785
|
}
|
|
1893
|
-
|
|
1894
1786
|
.e-bigger .e-de-status-bar {
|
|
1895
1787
|
background-color: #374151;
|
|
1896
1788
|
display: -ms-flexbox;
|
|
@@ -1898,7 +1790,6 @@
|
|
|
1898
1790
|
padding-top: 6px;
|
|
1899
1791
|
width: 100%;
|
|
1900
1792
|
}
|
|
1901
|
-
|
|
1902
1793
|
.e-bigger .e-de-statusbar-zoom {
|
|
1903
1794
|
background-color: #374151;
|
|
1904
1795
|
border: 0;
|
|
@@ -1928,7 +1819,6 @@
|
|
|
1928
1819
|
font-size: 18px;
|
|
1929
1820
|
padding-bottom: 4px !important;
|
|
1930
1821
|
}
|
|
1931
|
-
|
|
1932
1822
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
|
|
1933
1823
|
padding-top: 9px !important;
|
|
1934
1824
|
padding-bottom: 23px !important;
|
|
@@ -1936,4 +1826,4 @@
|
|
|
1936
1826
|
|
|
1937
1827
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1938
1828
|
font-size: 18px;
|
|
1939
|
-
}
|
|
1829
|
+
}
|