@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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
314
|
-
content:
|
|
314
|
+
content: "\e7fc";
|
|
315
315
|
line-height: 28px;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.e-de-selected-item::before {
|
|
319
319
|
color: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #adb5bd;
|
|
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: #343a40;
|
|
460
459
|
cursor: pointer;
|
|
@@ -489,7 +488,6 @@
|
|
|
489
488
|
float: right;
|
|
490
489
|
color: #adb5bd;
|
|
491
490
|
}
|
|
492
|
-
|
|
493
491
|
.e-de-statusbar-pageweb:hover {
|
|
494
492
|
color: #fff;
|
|
495
493
|
box-shadow: none;
|
|
@@ -569,13 +567,11 @@
|
|
|
569
567
|
color: #fff;
|
|
570
568
|
font-size: 14px !important;
|
|
571
569
|
}
|
|
572
|
-
|
|
573
570
|
.e-de-ctn-title button {
|
|
574
571
|
font-size: 14px !important;
|
|
575
572
|
height: 36px !important;
|
|
576
573
|
margin: 0 !important;
|
|
577
574
|
}
|
|
578
|
-
|
|
579
575
|
.e-de-ctn-title button .e-btn-icon {
|
|
580
576
|
font-size: 16px !important;
|
|
581
577
|
}
|
|
@@ -584,13 +580,11 @@
|
|
|
584
580
|
font-size: 16px !important;
|
|
585
581
|
height: 40px !important;
|
|
586
582
|
}
|
|
587
|
-
|
|
588
583
|
.e-bigger .e-de-ctn-title button {
|
|
589
584
|
font-size: 16px !important;
|
|
590
585
|
height: auto !important;
|
|
591
586
|
margin: 0 !important;
|
|
592
587
|
}
|
|
593
|
-
|
|
594
588
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
595
589
|
font-size: 18px !important;
|
|
596
590
|
}
|
|
@@ -625,7 +619,7 @@
|
|
|
625
619
|
.e-de-ctn {
|
|
626
620
|
background-color: #282d31;
|
|
627
621
|
border: 1px solid #444c54;
|
|
628
|
-
height:
|
|
622
|
+
height: 100%;
|
|
629
623
|
position: relative;
|
|
630
624
|
width: 100%;
|
|
631
625
|
}
|
|
@@ -674,23 +668,18 @@
|
|
|
674
668
|
.e-bigger .e-de-ctnr-segment {
|
|
675
669
|
margin-bottom: 16px;
|
|
676
670
|
}
|
|
677
|
-
|
|
678
671
|
.e-bigger .e-de-property-div-padding {
|
|
679
672
|
padding: 16px;
|
|
680
673
|
}
|
|
681
|
-
|
|
682
674
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
683
675
|
margin-left: 16px !important;
|
|
684
676
|
}
|
|
685
|
-
|
|
686
677
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
687
678
|
margin-left: -2px;
|
|
688
679
|
}
|
|
689
|
-
|
|
690
680
|
.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
|
|
691
681
|
font-size: 18px;
|
|
692
682
|
}
|
|
693
|
-
|
|
694
683
|
.e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
|
|
695
684
|
margin-left: 0px;
|
|
696
685
|
margin-right: -2px;
|
|
@@ -802,27 +791,22 @@
|
|
|
802
791
|
.e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
803
792
|
height: 72px;
|
|
804
793
|
}
|
|
805
|
-
|
|
806
794
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
807
795
|
height: 59px;
|
|
808
796
|
margin: 0 14px;
|
|
809
797
|
}
|
|
810
|
-
|
|
811
798
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
812
799
|
margin-left: 8px;
|
|
813
800
|
margin-right: 4px;
|
|
814
801
|
}
|
|
815
|
-
|
|
816
802
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
817
803
|
margin-left: 4px;
|
|
818
804
|
margin-right: 4px;
|
|
819
805
|
}
|
|
820
|
-
|
|
821
806
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
822
807
|
margin-left: 4px;
|
|
823
808
|
margin-right: 8px;
|
|
824
809
|
}
|
|
825
|
-
|
|
826
810
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
827
811
|
background-color: #495057;
|
|
828
812
|
}
|
|
@@ -831,17 +815,14 @@
|
|
|
831
815
|
padding: 0;
|
|
832
816
|
padding-bottom: 14px;
|
|
833
817
|
}
|
|
834
|
-
|
|
835
818
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
836
819
|
padding: 0;
|
|
837
820
|
padding-bottom: 14px;
|
|
838
821
|
}
|
|
839
|
-
|
|
840
822
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
841
823
|
padding: 0;
|
|
842
824
|
padding-bottom: 14px;
|
|
843
825
|
}
|
|
844
|
-
|
|
845
826
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
846
827
|
padding: 0;
|
|
847
828
|
padding-bottom: 14px;
|
|
@@ -880,7 +861,6 @@
|
|
|
880
861
|
.e-btn-toggle .e-tbar-btn-text {
|
|
881
862
|
color: #adb5bd !important;
|
|
882
863
|
}
|
|
883
|
-
|
|
884
864
|
.e-btn-toggle .e-btn-icon {
|
|
885
865
|
color: #adb5bd !important;
|
|
886
866
|
}
|
|
@@ -894,20 +874,17 @@
|
|
|
894
874
|
background-color: #212529;
|
|
895
875
|
border-color: #444c54;
|
|
896
876
|
}
|
|
897
|
-
|
|
898
877
|
.e-de-ctnr-group-btn .e-btn:focus {
|
|
899
878
|
background-color: #545b62;
|
|
900
879
|
border-color: #4e555b;
|
|
901
880
|
box-shadow: 0 0 0 0 #495057;
|
|
902
881
|
outline-color: #495057;
|
|
903
882
|
}
|
|
904
|
-
|
|
905
883
|
.e-de-ctnr-group-btn .e-btn:active,
|
|
906
884
|
.e-de-ctnr-group-btn .e-btn .e-btn-toggle {
|
|
907
885
|
background-color: #545b62;
|
|
908
886
|
border-color: #4e555b;
|
|
909
887
|
}
|
|
910
|
-
|
|
911
888
|
.e-de-ctnr-group-btn .e-btn:hover {
|
|
912
889
|
background-color: #5a6268;
|
|
913
890
|
}
|
|
@@ -954,7 +931,6 @@
|
|
|
954
931
|
background-color: #495057;
|
|
955
932
|
box-shadow: none;
|
|
956
933
|
}
|
|
957
|
-
|
|
958
934
|
.e-de-border-size-button:focus .e-btn-icon,
|
|
959
935
|
.e-de-border-size-button:hover .e-btn-icon,
|
|
960
936
|
.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover .e-btn-icon,
|
|
@@ -995,15 +971,12 @@
|
|
|
995
971
|
min-height: 100%;
|
|
996
972
|
min-width: 100%;
|
|
997
973
|
}
|
|
998
|
-
|
|
999
974
|
.e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
1000
975
|
box-shadow: none;
|
|
1001
976
|
}
|
|
1002
|
-
|
|
1003
977
|
.e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
1004
978
|
box-shadow: none;
|
|
1005
979
|
}
|
|
1006
|
-
|
|
1007
980
|
.e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
1008
981
|
box-shadow: none;
|
|
1009
982
|
}
|
|
@@ -1065,7 +1038,6 @@
|
|
|
1065
1038
|
.e-bigger .e-de-cntr-pane-padding {
|
|
1066
1039
|
padding: 16px;
|
|
1067
1040
|
}
|
|
1068
|
-
|
|
1069
1041
|
.e-bigger .e-de-prop-pane {
|
|
1070
1042
|
height: 100%;
|
|
1071
1043
|
min-height: 200px;
|
|
@@ -1077,15 +1049,12 @@
|
|
|
1077
1049
|
box-shadow: none;
|
|
1078
1050
|
height: 31px;
|
|
1079
1051
|
}
|
|
1080
|
-
|
|
1081
1052
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1082
1053
|
box-shadow: none;
|
|
1083
1054
|
}
|
|
1084
|
-
|
|
1085
1055
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1086
1056
|
box-shadow: none;
|
|
1087
1057
|
}
|
|
1088
|
-
|
|
1089
1058
|
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1090
1059
|
box-shadow: none;
|
|
1091
1060
|
}
|
|
@@ -1094,15 +1063,12 @@
|
|
|
1094
1063
|
box-shadow: none;
|
|
1095
1064
|
height: 31px;
|
|
1096
1065
|
}
|
|
1097
|
-
|
|
1098
1066
|
.e-de-ctnr-group-btn button:focus {
|
|
1099
1067
|
box-shadow: none;
|
|
1100
1068
|
}
|
|
1101
|
-
|
|
1102
1069
|
.e-de-ctnr-group-btn button:active {
|
|
1103
1070
|
box-shadow: none;
|
|
1104
1071
|
}
|
|
1105
|
-
|
|
1106
1072
|
.e-de-ctnr-group-btn button:hover {
|
|
1107
1073
|
box-shadow: none;
|
|
1108
1074
|
}
|
|
@@ -1138,7 +1104,6 @@
|
|
|
1138
1104
|
.e-bigger .e-de-panel-left-width {
|
|
1139
1105
|
width: 169px;
|
|
1140
1106
|
}
|
|
1141
|
-
|
|
1142
1107
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1143
1108
|
.e-bigger .e-de-insert-del-cell button {
|
|
1144
1109
|
width: 44px;
|
|
@@ -1151,7 +1116,6 @@
|
|
|
1151
1116
|
.e-bigger .e-de-panel-right-width {
|
|
1152
1117
|
width: 86px;
|
|
1153
1118
|
}
|
|
1154
|
-
|
|
1155
1119
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1156
1120
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
1157
1121
|
width: 43px;
|
|
@@ -1348,7 +1312,6 @@
|
|
|
1348
1312
|
outline-offset: 0;
|
|
1349
1313
|
box-shadow: none !important;
|
|
1350
1314
|
}
|
|
1351
|
-
|
|
1352
1315
|
.e-btn-toggle:hover {
|
|
1353
1316
|
background-color: #495057 !important;
|
|
1354
1317
|
outline: none;
|
|
@@ -1478,7 +1441,6 @@
|
|
|
1478
1441
|
height: 100%;
|
|
1479
1442
|
padding-top: 8px;
|
|
1480
1443
|
}
|
|
1481
|
-
|
|
1482
1444
|
.e-de-ctnr-pg-no span {
|
|
1483
1445
|
border: 1px solid transparent;
|
|
1484
1446
|
}
|
|
@@ -1492,7 +1454,6 @@
|
|
|
1492
1454
|
padding-top: 8px;
|
|
1493
1455
|
width: calc(100% - 155px);
|
|
1494
1456
|
}
|
|
1495
|
-
|
|
1496
1457
|
.e-de-ctnr-pg-no-spellout span {
|
|
1497
1458
|
border: 1px solid transparent;
|
|
1498
1459
|
}
|
|
@@ -1614,49 +1575,39 @@
|
|
|
1614
1575
|
.e-bigger .de-split-button > div:first-child {
|
|
1615
1576
|
margin-right: 0;
|
|
1616
1577
|
}
|
|
1617
|
-
|
|
1618
1578
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
1619
1579
|
width: 66px;
|
|
1620
1580
|
}
|
|
1621
|
-
|
|
1622
1581
|
.e-bigger .e-de-prop-fill-label {
|
|
1623
1582
|
margin-left: 0;
|
|
1624
1583
|
margin-right: 9.8px;
|
|
1625
1584
|
}
|
|
1626
|
-
|
|
1627
1585
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1628
1586
|
margin-left: 9.8px;
|
|
1629
1587
|
margin-right: 0px;
|
|
1630
1588
|
}
|
|
1631
|
-
|
|
1632
1589
|
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1633
1590
|
margin-left: 16px;
|
|
1634
1591
|
margin-right: 0;
|
|
1635
1592
|
}
|
|
1636
|
-
|
|
1637
1593
|
.e-bigger .e-de-cell-div button {
|
|
1638
1594
|
width: 45px !important;
|
|
1639
1595
|
}
|
|
1640
|
-
|
|
1641
1596
|
.e-bigger .e-de-color-picker {
|
|
1642
1597
|
height: 38px;
|
|
1643
1598
|
width: 95px;
|
|
1644
1599
|
}
|
|
1645
|
-
|
|
1646
1600
|
.e-bigger .e-de-border-size-button {
|
|
1647
1601
|
height: 38px;
|
|
1648
1602
|
margin-top: 8px;
|
|
1649
1603
|
width: 95px;
|
|
1650
1604
|
}
|
|
1651
|
-
|
|
1652
1605
|
.e-bigger .e-de-stylediv {
|
|
1653
1606
|
padding-left: 16px;
|
|
1654
1607
|
}
|
|
1655
|
-
|
|
1656
1608
|
.e-bigger .e-de-stylediv-rtl {
|
|
1657
1609
|
padding-right: 16px;
|
|
1658
1610
|
}
|
|
1659
|
-
|
|
1660
1611
|
.e-bigger .e-de-tool-ctnr-properties-pane {
|
|
1661
1612
|
display: -ms-flexbox;
|
|
1662
1613
|
display: flex;
|
|
@@ -1664,74 +1615,61 @@
|
|
|
1664
1615
|
min-height: 200px;
|
|
1665
1616
|
width: 100%;
|
|
1666
1617
|
}
|
|
1667
|
-
|
|
1668
1618
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
1669
1619
|
display: -ms-flexbox;
|
|
1670
1620
|
display: flex;
|
|
1671
1621
|
height: calc(100% - 46px);
|
|
1672
1622
|
width: 100%;
|
|
1673
1623
|
}
|
|
1674
|
-
|
|
1675
1624
|
.e-bigger .e-de-ctn {
|
|
1676
1625
|
background-color: #282d31;
|
|
1677
1626
|
border: 1px solid #444c54;
|
|
1678
|
-
height:
|
|
1627
|
+
height: 100%;
|
|
1679
1628
|
position: relative;
|
|
1680
1629
|
width: 100%;
|
|
1681
1630
|
}
|
|
1682
|
-
|
|
1683
1631
|
.e-bigger .e-de-ctnr-toolbar {
|
|
1684
1632
|
display: -ms-flexbox;
|
|
1685
1633
|
display: flex;
|
|
1686
1634
|
height: 81px;
|
|
1687
1635
|
width: 100%;
|
|
1688
1636
|
}
|
|
1689
|
-
|
|
1690
1637
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
1691
1638
|
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
|
|
1692
1639
|
border: 0;
|
|
1693
1640
|
}
|
|
1694
|
-
|
|
1695
1641
|
.e-bigger .e-de-pane {
|
|
1696
1642
|
border-left: 1px solid #444c54;
|
|
1697
1643
|
}
|
|
1698
|
-
|
|
1699
1644
|
.e-bigger .e-de-pane-rtl {
|
|
1700
1645
|
border-right: 1px solid #444c54;
|
|
1701
1646
|
}
|
|
1702
|
-
|
|
1703
1647
|
.e-bigger .e-de-ctnr-segment {
|
|
1704
1648
|
margin-bottom: 16px;
|
|
1705
1649
|
}
|
|
1706
|
-
|
|
1707
1650
|
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
1708
1651
|
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
1709
1652
|
margin-right: 16px;
|
|
1710
1653
|
}
|
|
1711
|
-
|
|
1712
1654
|
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
1713
1655
|
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
1714
1656
|
margin-left: 16px;
|
|
1715
1657
|
margin-right: 0;
|
|
1716
1658
|
}
|
|
1717
|
-
|
|
1718
1659
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1719
1660
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1720
1661
|
margin-right: 16px;
|
|
1721
1662
|
}
|
|
1722
|
-
|
|
1723
1663
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1724
1664
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1725
1665
|
margin-left: 16px;
|
|
1726
1666
|
margin-right: 0;
|
|
1727
1667
|
}
|
|
1728
|
-
|
|
1729
1668
|
.e-bigger .e-de-tlbr-wrapper {
|
|
1730
1669
|
background-color: #282d31;
|
|
1731
1670
|
height: 81px;
|
|
1732
1671
|
width: calc(100% - 75px);
|
|
1733
1672
|
}
|
|
1734
|
-
|
|
1735
1673
|
.e-bigger .e-de-ctnr-prop-label {
|
|
1736
1674
|
color: #ced4da;
|
|
1737
1675
|
display: inline-block;
|
|
@@ -1741,72 +1679,58 @@
|
|
|
1741
1679
|
margin-bottom: 16px;
|
|
1742
1680
|
opacity: 0.87;
|
|
1743
1681
|
}
|
|
1744
|
-
|
|
1745
1682
|
.e-bigger .e-de-table-prop-label {
|
|
1746
1683
|
margin-left: 14.5px;
|
|
1747
1684
|
}
|
|
1748
|
-
|
|
1749
1685
|
.e-bigger .e-de-table-prop-label.e-de-rtl {
|
|
1750
1686
|
margin-left: 0;
|
|
1751
1687
|
margin-right: 14.5px;
|
|
1752
1688
|
}
|
|
1753
|
-
|
|
1754
1689
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
1755
1690
|
height: 81px;
|
|
1756
1691
|
}
|
|
1757
|
-
|
|
1758
1692
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1759
1693
|
height: 25px;
|
|
1760
1694
|
margin: 0 16px;
|
|
1761
1695
|
}
|
|
1762
|
-
|
|
1763
1696
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1764
1697
|
margin-left: 12px;
|
|
1765
1698
|
margin-right: 6px;
|
|
1766
1699
|
}
|
|
1767
|
-
|
|
1768
1700
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
1769
1701
|
margin-left: 6px;
|
|
1770
1702
|
margin-right: 6px;
|
|
1771
1703
|
}
|
|
1772
|
-
|
|
1773
1704
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
|
|
1774
1705
|
margin-left: 6px;
|
|
1775
1706
|
margin-right: 12px;
|
|
1776
1707
|
}
|
|
1777
|
-
|
|
1778
1708
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
|
|
1779
1709
|
background-color: #495057;
|
|
1780
1710
|
}
|
|
1781
|
-
|
|
1782
1711
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1783
1712
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1784
1713
|
padding: 0;
|
|
1785
1714
|
padding-bottom: 14px;
|
|
1786
1715
|
}
|
|
1787
|
-
|
|
1788
1716
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1789
1717
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1790
1718
|
padding: 0;
|
|
1791
1719
|
padding-bottom: 14px;
|
|
1792
1720
|
}
|
|
1793
|
-
|
|
1794
1721
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1795
1722
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1796
1723
|
padding: 0;
|
|
1797
1724
|
padding-bottom: 14px;
|
|
1798
1725
|
}
|
|
1799
|
-
|
|
1800
1726
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1801
1727
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1802
1728
|
padding: 0;
|
|
1803
1729
|
padding-bottom: 14px;
|
|
1804
1730
|
}
|
|
1805
|
-
|
|
1806
1731
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1807
1732
|
padding: 0 !important;
|
|
1808
1733
|
}
|
|
1809
|
-
|
|
1810
1734
|
.e-bigger .e-de-overlay {
|
|
1811
1735
|
height: 100%;
|
|
1812
1736
|
opacity: 0.5;
|
|
@@ -1814,11 +1738,9 @@
|
|
|
1814
1738
|
-ms-touch-action: none;
|
|
1815
1739
|
touch-action: none;
|
|
1816
1740
|
}
|
|
1817
|
-
|
|
1818
1741
|
.e-bigger .e-de-ctnr-properties-pane-btn {
|
|
1819
1742
|
width: 75px;
|
|
1820
1743
|
}
|
|
1821
|
-
|
|
1822
1744
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1823
1745
|
background-color: #282d31;
|
|
1824
1746
|
border-radius: 0;
|
|
@@ -1826,33 +1748,26 @@
|
|
|
1826
1748
|
min-height: 100%;
|
|
1827
1749
|
min-width: 100%;
|
|
1828
1750
|
}
|
|
1829
|
-
|
|
1830
1751
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
|
|
1831
1752
|
box-shadow: none;
|
|
1832
1753
|
}
|
|
1833
|
-
|
|
1834
1754
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
|
|
1835
1755
|
box-shadow: none;
|
|
1836
1756
|
}
|
|
1837
|
-
|
|
1838
1757
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
|
|
1839
1758
|
box-shadow: none;
|
|
1840
1759
|
}
|
|
1841
|
-
|
|
1842
1760
|
.e-bigger .e-de-showhide-btn {
|
|
1843
1761
|
border: 0;
|
|
1844
1762
|
height: 81px;
|
|
1845
1763
|
}
|
|
1846
|
-
|
|
1847
1764
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
1848
1765
|
border: 0;
|
|
1849
1766
|
height: 81px;
|
|
1850
1767
|
}
|
|
1851
|
-
|
|
1852
1768
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1853
1769
|
padding: 0;
|
|
1854
1770
|
}
|
|
1855
|
-
|
|
1856
1771
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1857
1772
|
display: table;
|
|
1858
1773
|
font-size: 16px;
|
|
@@ -1860,57 +1775,45 @@
|
|
|
1860
1775
|
padding: 0;
|
|
1861
1776
|
white-space: normal;
|
|
1862
1777
|
}
|
|
1863
|
-
|
|
1864
1778
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1865
1779
|
.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 {
|
|
1866
1780
|
padding: 0;
|
|
1867
1781
|
}
|
|
1868
|
-
|
|
1869
1782
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
1870
1783
|
box-shadow: none;
|
|
1871
1784
|
height: 38px;
|
|
1872
1785
|
padding-left: 1px;
|
|
1873
1786
|
}
|
|
1874
|
-
|
|
1875
1787
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
1876
1788
|
box-shadow: none;
|
|
1877
1789
|
}
|
|
1878
|
-
|
|
1879
1790
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
1880
1791
|
box-shadow: none;
|
|
1881
1792
|
}
|
|
1882
|
-
|
|
1883
1793
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1884
1794
|
box-shadow: none;
|
|
1885
1795
|
}
|
|
1886
|
-
|
|
1887
1796
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1888
1797
|
box-shadow: none;
|
|
1889
1798
|
height: 38px;
|
|
1890
1799
|
}
|
|
1891
|
-
|
|
1892
1800
|
.e-bigger .e-de-ctnr-group-btn button:focus {
|
|
1893
1801
|
box-shadow: none;
|
|
1894
1802
|
}
|
|
1895
|
-
|
|
1896
1803
|
.e-bigger .e-de-ctnr-group-btn button:active {
|
|
1897
1804
|
box-shadow: none;
|
|
1898
1805
|
}
|
|
1899
|
-
|
|
1900
1806
|
.e-bigger .e-de-ctnr-group-btn button:hover {
|
|
1901
1807
|
box-shadow: none;
|
|
1902
1808
|
}
|
|
1903
|
-
|
|
1904
1809
|
.e-bigger .e-de-property-div-padding {
|
|
1905
1810
|
border-bottom: 0.5px solid #444c54;
|
|
1906
1811
|
padding: 16px;
|
|
1907
1812
|
}
|
|
1908
|
-
|
|
1909
1813
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
1910
1814
|
.e-bigger .e-de-font-clr-picker > button {
|
|
1911
1815
|
width: 43px;
|
|
1912
1816
|
}
|
|
1913
|
-
|
|
1914
1817
|
.e-bigger .e-de-ctnr-dropdown-ftr {
|
|
1915
1818
|
border-top: 1px solid #444c54;
|
|
1916
1819
|
color: #ced4da;
|
|
@@ -1920,15 +1823,12 @@
|
|
|
1920
1823
|
line-height: 40px;
|
|
1921
1824
|
text-indent: 1.2em;
|
|
1922
1825
|
}
|
|
1923
|
-
|
|
1924
1826
|
.e-bigger .e-de-char-fmt-btn > button {
|
|
1925
1827
|
width: 38.5px;
|
|
1926
1828
|
}
|
|
1927
|
-
|
|
1928
1829
|
.e-bigger .e-de-btn-hghlclr > button:first-child {
|
|
1929
1830
|
padding: 0 6px !important;
|
|
1930
1831
|
}
|
|
1931
|
-
|
|
1932
1832
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
1933
1833
|
font-size: 12px;
|
|
1934
1834
|
font-weight: 400;
|
|
@@ -1936,37 +1836,31 @@
|
|
|
1936
1836
|
width: 24px !important;
|
|
1937
1837
|
border-radius: 4px;
|
|
1938
1838
|
}
|
|
1939
|
-
|
|
1940
1839
|
.e-bigger .e-de-ctnr-list {
|
|
1941
1840
|
font-size: 12px;
|
|
1942
1841
|
vertical-align: top;
|
|
1943
1842
|
}
|
|
1944
|
-
|
|
1945
1843
|
.e-bigger .e-de-image-property {
|
|
1946
1844
|
padding-left: 32px;
|
|
1947
1845
|
}
|
|
1948
|
-
|
|
1949
1846
|
.e-bigger .e-de-img-prty-span {
|
|
1950
1847
|
color: #ced4da;
|
|
1951
1848
|
left: 10px;
|
|
1952
1849
|
position: absolute;
|
|
1953
1850
|
top: 12px;
|
|
1954
1851
|
}
|
|
1955
|
-
|
|
1956
1852
|
.e-bigger .e-btn-toggle {
|
|
1957
1853
|
background-color: #495057 !important;
|
|
1958
1854
|
box-shadow: none !important;
|
|
1959
1855
|
outline: none;
|
|
1960
1856
|
outline-offset: 0;
|
|
1961
1857
|
}
|
|
1962
|
-
|
|
1963
1858
|
.e-bigger .e-btn-toggle:hover {
|
|
1964
1859
|
background-color: #495057 !important;
|
|
1965
1860
|
outline: none;
|
|
1966
1861
|
outline-offset: 0;
|
|
1967
1862
|
box-shadow: none !important;
|
|
1968
1863
|
}
|
|
1969
|
-
|
|
1970
1864
|
.e-bigger .e-de-toc-template1 {
|
|
1971
1865
|
background: #282d31;
|
|
1972
1866
|
border: 1px solid #444c54;
|
|
@@ -1975,7 +1869,6 @@
|
|
|
1975
1869
|
margin-left: 78px;
|
|
1976
1870
|
width: 94px;
|
|
1977
1871
|
}
|
|
1978
|
-
|
|
1979
1872
|
.e-bigger .e-de-toc-template1-content1 {
|
|
1980
1873
|
font-size: 10px;
|
|
1981
1874
|
height: 11px;
|
|
@@ -1983,7 +1876,6 @@
|
|
|
1983
1876
|
margin-top: 6.7px;
|
|
1984
1877
|
width: 83px;
|
|
1985
1878
|
}
|
|
1986
|
-
|
|
1987
1879
|
.e-bigger .e-de-toc-template1-content2 {
|
|
1988
1880
|
font-size: 8px;
|
|
1989
1881
|
height: 9px;
|
|
@@ -1991,7 +1883,6 @@
|
|
|
1991
1883
|
margin-top: 5.7px;
|
|
1992
1884
|
width: 68px;
|
|
1993
1885
|
}
|
|
1994
|
-
|
|
1995
1886
|
.e-bigger .e-de-toc-template1-content3 {
|
|
1996
1887
|
font-size: 7px;
|
|
1997
1888
|
height: 8px;
|
|
@@ -1999,27 +1890,22 @@
|
|
|
1999
1890
|
margin-top: 6.7px;
|
|
2000
1891
|
width: 60px;
|
|
2001
1892
|
}
|
|
2002
|
-
|
|
2003
1893
|
.e-bigger .e-de-toc-optionsdiv {
|
|
2004
1894
|
margin-bottom: 11.5px;
|
|
2005
1895
|
margin-left: 5.5px;
|
|
2006
1896
|
margin-top: 15.5px;
|
|
2007
1897
|
}
|
|
2008
|
-
|
|
2009
1898
|
.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
|
|
2010
1899
|
margin-right: 5.5px;
|
|
2011
1900
|
margin-left: 0;
|
|
2012
1901
|
}
|
|
2013
|
-
|
|
2014
1902
|
.e-bigger .e-de-prop-sub-label {
|
|
2015
1903
|
font-size: 13px;
|
|
2016
1904
|
margin-bottom: 8.5px;
|
|
2017
1905
|
}
|
|
2018
|
-
|
|
2019
1906
|
.e-bigger .e-de-btn-cancel {
|
|
2020
1907
|
margin-left: 10px;
|
|
2021
1908
|
}
|
|
2022
|
-
|
|
2023
1909
|
.e-bigger .e-de-status-bar {
|
|
2024
1910
|
background-color: #282d31;
|
|
2025
1911
|
display: -ms-flexbox;
|
|
@@ -2027,7 +1913,6 @@
|
|
|
2027
1913
|
padding-top: 5px;
|
|
2028
1914
|
width: 100%;
|
|
2029
1915
|
}
|
|
2030
|
-
|
|
2031
1916
|
.e-bigger .e-de-statusbar-zoom {
|
|
2032
1917
|
background-color: #282d31;
|
|
2033
1918
|
border: 0;
|
|
@@ -2035,15 +1920,13 @@
|
|
|
2035
1920
|
float: right;
|
|
2036
1921
|
height: 34px;
|
|
2037
1922
|
}
|
|
2038
|
-
|
|
2039
1923
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2040
1924
|
line-height: 25px;
|
|
2041
1925
|
padding: 0 5px !important;
|
|
2042
1926
|
}
|
|
2043
|
-
|
|
2044
1927
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
2045
1928
|
height: 0;
|
|
2046
|
-
line-height: .5;
|
|
1929
|
+
line-height: 0.5;
|
|
2047
1930
|
}
|
|
2048
1931
|
|
|
2049
1932
|
.e-de-ctn .e-de-bzr-button {
|
|
@@ -2097,7 +1980,6 @@
|
|
|
2097
1980
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
2098
1981
|
font-size: 16px;
|
|
2099
1982
|
}
|
|
2100
|
-
|
|
2101
1983
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button .e-btn-icon {
|
|
2102
1984
|
margin-top: -11px;
|
|
2103
1985
|
}
|
|
@@ -2105,4 +1987,4 @@
|
|
|
2105
1987
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
2106
1988
|
font-size: 18px;
|
|
2107
1989
|
padding-bottom: 4px;
|
|
2108
|
-
}
|
|
1990
|
+
}
|