@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,126 +1,107 @@
|
|
|
1
1
|
.e-documenteditor .e-close::before {
|
|
2
2
|
color: #adb5bd;
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e7e7";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
font-size: 14px;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
8
|
+
content: "\e754";
|
|
9
|
+
font-family: "e-icons";
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
.e-documenteditor .e-arrow-up::before {
|
|
14
|
-
content:
|
|
15
|
-
font-family:
|
|
12
|
+
content: "\e87a";
|
|
13
|
+
font-family: "e-icons";
|
|
16
14
|
}
|
|
17
|
-
|
|
18
15
|
.e-documenteditor .e-arrow-down::before {
|
|
19
|
-
content:
|
|
20
|
-
font-family:
|
|
16
|
+
content: "\e70d";
|
|
17
|
+
font-family: "e-icons";
|
|
21
18
|
}
|
|
22
|
-
|
|
23
19
|
.e-documenteditor .e-de-op .e-de-op-close-icon {
|
|
24
20
|
height: 20px;
|
|
25
21
|
}
|
|
26
|
-
|
|
27
22
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
28
|
-
content:
|
|
29
|
-
font-family:
|
|
23
|
+
content: "\e7e7";
|
|
24
|
+
font-family: "e-icons";
|
|
30
25
|
}
|
|
31
|
-
|
|
32
26
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
33
27
|
color: #adb5bd;
|
|
34
|
-
content:
|
|
35
|
-
font-family:
|
|
28
|
+
content: "\e7e7";
|
|
29
|
+
font-family: "e-icons";
|
|
36
30
|
}
|
|
37
|
-
|
|
38
31
|
.e-documenteditor .e-de-new-cmt::before {
|
|
39
|
-
content:
|
|
40
|
-
font-family:
|
|
32
|
+
content: "\e805";
|
|
33
|
+
font-family: "e-icons";
|
|
41
34
|
}
|
|
42
|
-
|
|
43
35
|
.e-documenteditor .e-de-menu-icon::before {
|
|
44
|
-
content:
|
|
45
|
-
font-family:
|
|
36
|
+
content: "\e770";
|
|
37
|
+
font-family: "e-icons";
|
|
46
38
|
}
|
|
47
|
-
|
|
48
39
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
49
40
|
color: #adb5bd;
|
|
50
|
-
content:
|
|
51
|
-
font-family:
|
|
41
|
+
content: "\e733";
|
|
42
|
+
font-family: "e-icons";
|
|
52
43
|
font-size: 13px;
|
|
53
44
|
}
|
|
54
|
-
|
|
55
45
|
.e-documenteditor .e-de-cmt-post::before {
|
|
56
|
-
content:
|
|
57
|
-
font-family:
|
|
46
|
+
content: "\e71d";
|
|
47
|
+
font-family: "e-icons";
|
|
58
48
|
}
|
|
59
|
-
|
|
60
49
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
61
50
|
color: #adb5bd;
|
|
62
|
-
content:
|
|
63
|
-
font-family:
|
|
51
|
+
content: "\e85e";
|
|
52
|
+
font-family: "e-icons";
|
|
64
53
|
}
|
|
65
|
-
|
|
66
54
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
67
|
-
content:
|
|
68
|
-
font-family:
|
|
55
|
+
content: "\e7e7";
|
|
56
|
+
font-family: "e-icons";
|
|
69
57
|
}
|
|
70
|
-
|
|
71
58
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
72
|
-
content:
|
|
73
|
-
font-family:
|
|
59
|
+
content: "\e820";
|
|
60
|
+
font-family: "e-icons";
|
|
74
61
|
}
|
|
75
|
-
|
|
76
62
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
77
|
-
content:
|
|
78
|
-
font-family:
|
|
63
|
+
content: "\e782";
|
|
64
|
+
font-family: "e-icons";
|
|
79
65
|
}
|
|
80
|
-
|
|
81
66
|
.e-documenteditor .e-de-nav-up::before {
|
|
82
|
-
content:
|
|
83
|
-
font-family:
|
|
67
|
+
content: "\e7dd";
|
|
68
|
+
font-family: "e-icons";
|
|
84
69
|
}
|
|
85
|
-
|
|
86
70
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
87
|
-
content:
|
|
88
|
-
font-family:
|
|
71
|
+
content: "\e748";
|
|
72
|
+
font-family: "e-icons";
|
|
89
73
|
}
|
|
90
|
-
|
|
91
74
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
92
|
-
content:
|
|
93
|
-
font-family:
|
|
75
|
+
content: "\e765";
|
|
76
|
+
font-family: "e-icons";
|
|
94
77
|
}
|
|
95
|
-
|
|
96
78
|
.e-documenteditor .e-de-save-icon::before {
|
|
97
|
-
content:
|
|
98
|
-
font-family:
|
|
79
|
+
content: "\e774";
|
|
80
|
+
font-family: "e-icons";
|
|
99
81
|
}
|
|
100
|
-
|
|
101
82
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
102
|
-
content:
|
|
103
|
-
font-family:
|
|
83
|
+
content: "\e7e7";
|
|
84
|
+
font-family: "e-icons";
|
|
104
85
|
}
|
|
105
86
|
|
|
106
87
|
.e-de-ctn-title-print::before {
|
|
107
|
-
content:
|
|
88
|
+
content: "\e75d";
|
|
108
89
|
}
|
|
109
90
|
|
|
110
91
|
.e-de-acceptchange::before {
|
|
111
92
|
color: #adb5bd;
|
|
112
|
-
content:
|
|
113
|
-
font-family:
|
|
93
|
+
content: "\e7a8";
|
|
94
|
+
font-family: "e-icons";
|
|
114
95
|
}
|
|
115
96
|
|
|
116
97
|
.e-de-rejectchange::before {
|
|
117
98
|
color: #adb5bd;
|
|
118
|
-
content:
|
|
119
|
-
font-family:
|
|
99
|
+
content: "\e815";
|
|
100
|
+
font-family: "e-icons";
|
|
120
101
|
}
|
|
121
102
|
|
|
122
103
|
.e-de-ctn-title-download::before {
|
|
123
|
-
content:
|
|
104
|
+
content: "\e7a1";
|
|
124
105
|
}
|
|
125
106
|
|
|
126
107
|
.e-de-table-properties-alignment:hover {
|
|
@@ -141,40 +122,40 @@
|
|
|
141
122
|
|
|
142
123
|
.e-de-table-left-alignment::before {
|
|
143
124
|
color: #adb5bd;
|
|
144
|
-
content:
|
|
125
|
+
content: "\e7f6";
|
|
145
126
|
font-size: 46px;
|
|
146
127
|
}
|
|
147
128
|
|
|
148
129
|
.e-de-table-center-alignment::before {
|
|
149
130
|
color: #adb5bd;
|
|
150
|
-
content:
|
|
131
|
+
content: "\e7f1";
|
|
151
132
|
font-size: 46px;
|
|
152
133
|
}
|
|
153
134
|
|
|
154
135
|
.e-de-table-right-alignment::before {
|
|
155
136
|
color: #adb5bd;
|
|
156
|
-
content:
|
|
137
|
+
content: "\e703";
|
|
157
138
|
font-size: 46px;
|
|
158
139
|
}
|
|
159
140
|
|
|
160
141
|
.e-de-tablecell-top-alignment::before {
|
|
161
142
|
color: #adb5bd;
|
|
162
|
-
content:
|
|
163
|
-
font-family:
|
|
143
|
+
content: "\e775";
|
|
144
|
+
font-family: "e-icons";
|
|
164
145
|
font-size: 51px;
|
|
165
146
|
}
|
|
166
147
|
|
|
167
148
|
.e-de-tablecell-center-alignment::before {
|
|
168
149
|
color: #adb5bd;
|
|
169
|
-
content:
|
|
170
|
-
font-family:
|
|
150
|
+
content: "\e7e5";
|
|
151
|
+
font-family: "e-icons";
|
|
171
152
|
font-size: 51px;
|
|
172
153
|
}
|
|
173
154
|
|
|
174
155
|
.e-de-tablecell-bottom-alignment::before {
|
|
175
156
|
color: #adb5bd;
|
|
176
|
-
content:
|
|
177
|
-
font-family:
|
|
157
|
+
content: "\e7d9";
|
|
158
|
+
font-family: "e-icons";
|
|
178
159
|
font-size: 51px;
|
|
179
160
|
}
|
|
180
161
|
|
|
@@ -224,14 +205,14 @@
|
|
|
224
205
|
|
|
225
206
|
.e-de-table-border-none-setting::before {
|
|
226
207
|
color: #adb5bd;
|
|
227
|
-
content:
|
|
208
|
+
content: "\e7eb";
|
|
228
209
|
font-size: 46px;
|
|
229
210
|
position: absolute;
|
|
230
211
|
}
|
|
231
212
|
|
|
232
213
|
.e-de-table-border-box-setting::before {
|
|
233
214
|
color: #adb5bd;
|
|
234
|
-
content:
|
|
215
|
+
content: "\e834";
|
|
235
216
|
font-size: 42px;
|
|
236
217
|
left: 2px;
|
|
237
218
|
position: absolute;
|
|
@@ -240,8 +221,8 @@
|
|
|
240
221
|
|
|
241
222
|
.e-de-table-border-all-setting::before {
|
|
242
223
|
color: #adb5bd;
|
|
243
|
-
content:
|
|
244
|
-
font-family:
|
|
224
|
+
content: "\e7e8";
|
|
225
|
+
font-family: "e-icons";
|
|
245
226
|
font-size: 42px;
|
|
246
227
|
left: 2px;
|
|
247
228
|
position: absolute;
|
|
@@ -250,7 +231,7 @@
|
|
|
250
231
|
|
|
251
232
|
.e-de-table-border-custom-setting::before {
|
|
252
233
|
color: #adb5bd;
|
|
253
|
-
content:
|
|
234
|
+
content: "\e7d5";
|
|
254
235
|
font-size: 42px;
|
|
255
236
|
left: 2px;
|
|
256
237
|
position: absolute;
|
|
@@ -259,8 +240,8 @@
|
|
|
259
240
|
|
|
260
241
|
.e-de-table-border-toptop-alignment::before {
|
|
261
242
|
color: #adb5bd;
|
|
262
|
-
content:
|
|
263
|
-
font-family:
|
|
243
|
+
content: "\e7e0";
|
|
244
|
+
font-family: "e-icons";
|
|
264
245
|
font-size: 16px;
|
|
265
246
|
left: 4px;
|
|
266
247
|
position: absolute;
|
|
@@ -269,7 +250,7 @@
|
|
|
269
250
|
|
|
270
251
|
.e-de-table-border-topcenter-alignment::before {
|
|
271
252
|
color: #adb5bd;
|
|
272
|
-
content:
|
|
253
|
+
content: "\e83b";
|
|
273
254
|
font-size: 16px;
|
|
274
255
|
left: 4px;
|
|
275
256
|
position: absolute;
|
|
@@ -278,7 +259,7 @@
|
|
|
278
259
|
|
|
279
260
|
.e-de-table-border-topbottom-alignment::before {
|
|
280
261
|
color: #adb5bd;
|
|
281
|
-
content:
|
|
262
|
+
content: "\e766";
|
|
282
263
|
font-size: 16px;
|
|
283
264
|
left: 4px;
|
|
284
265
|
position: absolute;
|
|
@@ -287,7 +268,7 @@
|
|
|
287
268
|
|
|
288
269
|
.e-de-table-border-diagionalup-alignment::before {
|
|
289
270
|
color: #adb5bd;
|
|
290
|
-
content:
|
|
271
|
+
content: "\e79d";
|
|
291
272
|
font-size: 16px;
|
|
292
273
|
left: 4px;
|
|
293
274
|
position: absolute;
|
|
@@ -296,7 +277,7 @@
|
|
|
296
277
|
|
|
297
278
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
298
279
|
color: #adb5bd;
|
|
299
|
-
content:
|
|
280
|
+
content: "\e784";
|
|
300
281
|
font-size: 16px;
|
|
301
282
|
left: 4px;
|
|
302
283
|
position: absolute;
|
|
@@ -305,7 +286,7 @@
|
|
|
305
286
|
|
|
306
287
|
.e-de-table-border-bottomleft-alignment::before {
|
|
307
288
|
color: #adb5bd;
|
|
308
|
-
content:
|
|
289
|
+
content: "\e806";
|
|
309
290
|
font-size: 16px;
|
|
310
291
|
left: 4px;
|
|
311
292
|
position: absolute;
|
|
@@ -314,7 +295,7 @@
|
|
|
314
295
|
|
|
315
296
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
316
297
|
color: #adb5bd;
|
|
317
|
-
content:
|
|
298
|
+
content: "\e792";
|
|
318
299
|
font-size: 16px;
|
|
319
300
|
left: 4px;
|
|
320
301
|
position: absolute;
|
|
@@ -323,7 +304,7 @@
|
|
|
323
304
|
|
|
324
305
|
.e-de-table-border-bottomright-alignment::before {
|
|
325
306
|
color: #adb5bd;
|
|
326
|
-
content:
|
|
307
|
+
content: "\e7ab";
|
|
327
308
|
font-size: 16px;
|
|
328
309
|
left: 4px;
|
|
329
310
|
position: absolute;
|
|
@@ -331,266 +312,266 @@
|
|
|
331
312
|
}
|
|
332
313
|
|
|
333
314
|
.e-menu-item .e-de-cmt-add::before {
|
|
334
|
-
content:
|
|
315
|
+
content: "\e82c";
|
|
335
316
|
}
|
|
336
317
|
|
|
337
318
|
.e-menu-item .e-de-cut::before {
|
|
338
|
-
content:
|
|
319
|
+
content: "\e7fb";
|
|
339
320
|
}
|
|
340
321
|
|
|
341
322
|
.e-menu-item .e-de-spellcheck::before {
|
|
342
|
-
content:
|
|
323
|
+
content: "\e7f0";
|
|
343
324
|
}
|
|
344
325
|
|
|
345
326
|
.e-menu-item .e-de-copy::before {
|
|
346
|
-
content:
|
|
327
|
+
content: "\e77c";
|
|
347
328
|
}
|
|
348
329
|
|
|
349
330
|
.e-menu-item .e-de-paste::before {
|
|
350
|
-
content:
|
|
331
|
+
content: "\e70b";
|
|
351
332
|
}
|
|
352
333
|
|
|
353
334
|
.e-menu-item .e-de-continue-numbering::before {
|
|
354
|
-
content:
|
|
335
|
+
content: "\e718";
|
|
355
336
|
}
|
|
356
337
|
|
|
357
338
|
.e-menu-item .e-de-restart-at::before {
|
|
358
|
-
content:
|
|
339
|
+
content: "\e715";
|
|
359
340
|
}
|
|
360
341
|
|
|
361
342
|
.e-menu-item .e-de-insertlink::before {
|
|
362
|
-
content:
|
|
343
|
+
content: "\e757";
|
|
363
344
|
}
|
|
364
345
|
|
|
365
346
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
366
|
-
content:
|
|
347
|
+
content: "\e797";
|
|
367
348
|
}
|
|
368
349
|
|
|
369
350
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
370
|
-
content:
|
|
351
|
+
content: "\e745";
|
|
371
352
|
}
|
|
372
353
|
|
|
373
354
|
.e-menu-item .e-de-open-properties::before {
|
|
374
|
-
content:
|
|
355
|
+
content: "\e77e";
|
|
375
356
|
}
|
|
376
357
|
|
|
377
358
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
378
|
-
content:
|
|
359
|
+
content: "\e722";
|
|
379
360
|
}
|
|
380
361
|
|
|
381
362
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
382
|
-
content:
|
|
363
|
+
content: "\e80c";
|
|
383
364
|
}
|
|
384
365
|
|
|
385
366
|
.e-menu-item .e-de-fonts::before {
|
|
386
|
-
content:
|
|
367
|
+
content: "\e76f";
|
|
387
368
|
}
|
|
388
369
|
|
|
389
370
|
.e-menu-item .e-de-paragraph::before {
|
|
390
|
-
content:
|
|
371
|
+
content: "\e7b8";
|
|
391
372
|
}
|
|
392
373
|
|
|
393
374
|
.e-menu-item .e-de-table::before {
|
|
394
|
-
content:
|
|
375
|
+
content: "\e7d1";
|
|
395
376
|
}
|
|
396
377
|
|
|
397
378
|
.e-menu-item .e-de-insertabove::before {
|
|
398
|
-
content:
|
|
379
|
+
content: "\e836";
|
|
399
380
|
}
|
|
400
381
|
|
|
401
382
|
.e-menu-item .e-de-insertbelow::before {
|
|
402
|
-
content:
|
|
383
|
+
content: "\e801";
|
|
403
384
|
}
|
|
404
385
|
|
|
405
386
|
.e-menu-item .e-de-insertleft::before {
|
|
406
|
-
content:
|
|
387
|
+
content: "\e78b";
|
|
407
388
|
}
|
|
408
389
|
|
|
409
390
|
.e-menu-item .e-de-insertright::before {
|
|
410
|
-
content:
|
|
391
|
+
content: "\e70e";
|
|
411
392
|
}
|
|
412
393
|
|
|
413
394
|
.e-menu-item .e-de-delete-table::before {
|
|
414
|
-
content:
|
|
395
|
+
content: "\e811";
|
|
415
396
|
}
|
|
416
397
|
|
|
417
398
|
.e-menu-item .e-de-deleterow::before {
|
|
418
|
-
content:
|
|
399
|
+
content: "\e7f2";
|
|
419
400
|
}
|
|
420
401
|
|
|
421
402
|
.e-menu-item .e-de-deletecolumn::before {
|
|
422
|
-
content:
|
|
403
|
+
content: "\e714";
|
|
423
404
|
}
|
|
424
405
|
|
|
425
406
|
.e-de-bold::before {
|
|
426
|
-
content:
|
|
427
|
-
font-family:
|
|
407
|
+
content: "\e737";
|
|
408
|
+
font-family: "e-icons";
|
|
428
409
|
}
|
|
429
410
|
|
|
430
411
|
.e-de-italic::before {
|
|
431
|
-
content:
|
|
432
|
-
font-family:
|
|
412
|
+
content: "\e75a";
|
|
413
|
+
font-family: "e-icons";
|
|
433
414
|
}
|
|
434
415
|
|
|
435
416
|
.e-de-underline::before {
|
|
436
|
-
content:
|
|
437
|
-
font-family:
|
|
417
|
+
content: "\e82f";
|
|
418
|
+
font-family: "e-icons";
|
|
438
419
|
}
|
|
439
420
|
|
|
440
421
|
.e-de-indent::before {
|
|
441
|
-
content:
|
|
442
|
-
font-family:
|
|
422
|
+
content: "\e72a";
|
|
423
|
+
font-family: "e-icons";
|
|
443
424
|
}
|
|
444
425
|
|
|
445
426
|
.e-de-outdent::before {
|
|
446
|
-
content:
|
|
447
|
-
font-family:
|
|
427
|
+
content: "\e810";
|
|
428
|
+
font-family: "e-icons";
|
|
448
429
|
}
|
|
449
430
|
|
|
450
431
|
.e-de-align-left::before {
|
|
451
|
-
content:
|
|
452
|
-
font-family:
|
|
432
|
+
content: "\e7b8";
|
|
433
|
+
font-family: "e-icons";
|
|
453
434
|
}
|
|
454
435
|
|
|
455
436
|
.e-de-align-center::before {
|
|
456
|
-
content:
|
|
457
|
-
font-family:
|
|
437
|
+
content: "\e813";
|
|
438
|
+
font-family: "e-icons";
|
|
458
439
|
}
|
|
459
440
|
|
|
460
441
|
.e-de-align-right::before {
|
|
461
|
-
content:
|
|
462
|
-
font-family:
|
|
442
|
+
content: "\e719";
|
|
443
|
+
font-family: "e-icons";
|
|
463
444
|
}
|
|
464
445
|
|
|
465
446
|
.e-de-justify::before {
|
|
466
|
-
content:
|
|
467
|
-
font-family:
|
|
447
|
+
content: "\e721";
|
|
448
|
+
font-family: "e-icons";
|
|
468
449
|
}
|
|
469
450
|
|
|
470
451
|
.e-de-single-spacing::before {
|
|
471
|
-
content:
|
|
472
|
-
font-family:
|
|
452
|
+
content: "\e771";
|
|
453
|
+
font-family: "e-icons";
|
|
473
454
|
}
|
|
474
455
|
|
|
475
456
|
.e-de-double-spacing::before {
|
|
476
|
-
content:
|
|
477
|
-
font-family:
|
|
457
|
+
content: "\e7c4";
|
|
458
|
+
font-family: "e-icons";
|
|
478
459
|
}
|
|
479
460
|
|
|
480
461
|
.e-de-one-point-five-spacing::before {
|
|
481
|
-
content:
|
|
482
|
-
font-family:
|
|
462
|
+
content: "\e725";
|
|
463
|
+
font-family: "e-icons";
|
|
483
464
|
}
|
|
484
465
|
|
|
485
466
|
.e-de-before-spacing::before {
|
|
486
|
-
content:
|
|
487
|
-
font-family:
|
|
467
|
+
content: "\e7b5";
|
|
468
|
+
font-family: "e-icons";
|
|
488
469
|
}
|
|
489
470
|
|
|
490
471
|
.e-de-after-spacing::before {
|
|
491
|
-
content:
|
|
492
|
-
font-family:
|
|
472
|
+
content: "\e767";
|
|
473
|
+
font-family: "e-icons";
|
|
493
474
|
}
|
|
494
475
|
|
|
495
476
|
.e-de-icon-bullet-list-dot::before {
|
|
496
|
-
content:
|
|
497
|
-
font-family:
|
|
477
|
+
content: "\e747";
|
|
478
|
+
font-family: "e-icons";
|
|
498
479
|
font-size: 8px;
|
|
499
480
|
line-height: 28px;
|
|
500
481
|
}
|
|
501
482
|
|
|
502
483
|
.e-de-icon-bullet-list-circle::before {
|
|
503
|
-
content:
|
|
504
|
-
font-family:
|
|
484
|
+
content: "\e7d0";
|
|
485
|
+
font-family: "e-icons";
|
|
505
486
|
font-size: 8px;
|
|
506
487
|
line-height: 28px;
|
|
507
488
|
}
|
|
508
489
|
|
|
509
490
|
.e-de-icon-bullet-list-square::before {
|
|
510
|
-
content:
|
|
511
|
-
font-family:
|
|
491
|
+
content: "\e7be";
|
|
492
|
+
font-family: "e-icons";
|
|
512
493
|
font-size: 8px;
|
|
513
494
|
line-height: 28px;
|
|
514
495
|
}
|
|
515
496
|
|
|
516
497
|
.e-de-icon-bullet-list-tick::before {
|
|
517
|
-
content:
|
|
518
|
-
font-family:
|
|
498
|
+
content: "\e7fc";
|
|
499
|
+
font-family: "e-icons";
|
|
519
500
|
font-size: 12px;
|
|
520
501
|
}
|
|
521
502
|
|
|
522
503
|
.e-de-icon-bullet-list-flower::before {
|
|
523
|
-
content:
|
|
524
|
-
font-family:
|
|
504
|
+
content: "\e79b";
|
|
505
|
+
font-family: "e-icons";
|
|
525
506
|
font-size: 12px;
|
|
526
507
|
}
|
|
527
508
|
|
|
528
509
|
.e-de-icon-bullet-list-arrow::before {
|
|
529
|
-
content:
|
|
530
|
-
font-family:
|
|
510
|
+
content: "\e763";
|
|
511
|
+
font-family: "e-icons";
|
|
531
512
|
font-size: 12px;
|
|
532
513
|
}
|
|
533
514
|
|
|
534
515
|
.e-de-icon-bullet-list-none::before {
|
|
535
|
-
content:
|
|
536
|
-
font-family:
|
|
516
|
+
content: "\e7f3";
|
|
517
|
+
font-family: "e-icons";
|
|
537
518
|
font-size: 24px;
|
|
538
519
|
}
|
|
539
520
|
|
|
540
521
|
.e-de-icon-autofit::before {
|
|
541
|
-
content:
|
|
542
|
-
font-family:
|
|
522
|
+
content: "\e74a";
|
|
523
|
+
font-family: "e-icons";
|
|
543
524
|
}
|
|
544
525
|
|
|
545
526
|
.e-de-icon-fixed-columnwidth::before {
|
|
546
|
-
content:
|
|
547
|
-
font-family:
|
|
527
|
+
content: "\e785";
|
|
528
|
+
font-family: "e-icons";
|
|
548
529
|
}
|
|
549
530
|
|
|
550
531
|
.e-de-icon-auto-fitwindow::before {
|
|
551
|
-
content:
|
|
552
|
-
font-family:
|
|
532
|
+
content: "\e759";
|
|
533
|
+
font-family: "e-icons";
|
|
553
534
|
}
|
|
554
535
|
|
|
555
536
|
.e-item .e-de-paste-text::before {
|
|
556
|
-
content:
|
|
557
|
-
font-family:
|
|
537
|
+
content: "\e70f";
|
|
538
|
+
font-family: "e-icons";
|
|
558
539
|
}
|
|
559
540
|
|
|
560
541
|
.e-item .e-de-paste-source::before {
|
|
561
|
-
content:
|
|
562
|
-
font-family:
|
|
542
|
+
content: "\e842";
|
|
543
|
+
font-family: "e-icons";
|
|
563
544
|
}
|
|
564
545
|
|
|
565
546
|
.e-item .e-de-paste-merge::before {
|
|
566
|
-
content:
|
|
567
|
-
font-family:
|
|
547
|
+
content: "\e752";
|
|
548
|
+
font-family: "e-icons";
|
|
568
549
|
}
|
|
569
550
|
|
|
570
551
|
.e-btn-icon .e-de-paste::before,
|
|
571
552
|
.e-icon-btn .e-de-paste::before {
|
|
572
|
-
content:
|
|
573
|
-
font-family:
|
|
553
|
+
content: "\e70b";
|
|
554
|
+
font-family: "e-icons";
|
|
574
555
|
}
|
|
575
556
|
|
|
576
557
|
.e-item .e-de-paste-column::before {
|
|
577
|
-
content:
|
|
558
|
+
content: "\e885";
|
|
578
559
|
}
|
|
579
560
|
|
|
580
561
|
.e-item .e-de-paste-row::before {
|
|
581
|
-
content:
|
|
562
|
+
content: "\e884";
|
|
582
563
|
}
|
|
583
564
|
|
|
584
565
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
585
|
-
content:
|
|
566
|
+
content: "\e886";
|
|
586
567
|
}
|
|
587
568
|
|
|
588
569
|
.e-item .e-de-paste-nested-table::before {
|
|
589
|
-
content:
|
|
570
|
+
content: "\e883";
|
|
590
571
|
}
|
|
591
572
|
|
|
592
573
|
.e-item .e-de-paste-merge-table::before {
|
|
593
|
-
content:
|
|
574
|
+
content: "\e882";
|
|
594
575
|
}
|
|
595
576
|
|
|
596
577
|
.e-de-dlg-container {
|
|
@@ -633,7 +614,6 @@
|
|
|
633
614
|
padding-left: 6px;
|
|
634
615
|
padding-right: 0;
|
|
635
616
|
}
|
|
636
|
-
|
|
637
617
|
.e-rtl .e-de-subcontainer-right {
|
|
638
618
|
padding-left: 0;
|
|
639
619
|
padding-right: 6px;
|
|
@@ -643,30 +623,24 @@
|
|
|
643
623
|
.e-bigger .e-de-dlg-container {
|
|
644
624
|
padding-bottom: 16px;
|
|
645
625
|
}
|
|
646
|
-
|
|
647
626
|
.e-bigger .e-de-container-row {
|
|
648
627
|
padding-bottom: 16px;
|
|
649
628
|
}
|
|
650
|
-
|
|
651
629
|
.e-bigger .e-de-subcontainer-left {
|
|
652
630
|
padding-right: 8px;
|
|
653
631
|
width: 50%;
|
|
654
632
|
}
|
|
655
|
-
|
|
656
633
|
.e-bigger .e-de-subcontainer-right {
|
|
657
634
|
padding-left: 8px;
|
|
658
635
|
width: 50%;
|
|
659
636
|
}
|
|
660
|
-
|
|
661
637
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
662
638
|
padding-top: 8px;
|
|
663
639
|
}
|
|
664
|
-
|
|
665
640
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
666
641
|
padding-left: 8px;
|
|
667
642
|
padding-right: 0;
|
|
668
643
|
}
|
|
669
|
-
|
|
670
644
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
671
645
|
padding-left: 0;
|
|
672
646
|
padding-right: 8px;
|
|
@@ -703,7 +677,6 @@
|
|
|
703
677
|
opacity: 1;
|
|
704
678
|
}
|
|
705
679
|
}
|
|
706
|
-
|
|
707
680
|
.e-de-text-target {
|
|
708
681
|
border: 0;
|
|
709
682
|
height: 1px;
|
|
@@ -719,15 +692,12 @@
|
|
|
719
692
|
.e-de-txt-form .e-de-txt-field {
|
|
720
693
|
display: block;
|
|
721
694
|
}
|
|
722
|
-
|
|
723
695
|
.e-de-txt-form .e-de-num-field {
|
|
724
696
|
display: none;
|
|
725
697
|
}
|
|
726
|
-
|
|
727
698
|
.e-de-txt-form .e-de-date-field {
|
|
728
699
|
display: none;
|
|
729
700
|
}
|
|
730
|
-
|
|
731
701
|
.e-de-txt-form .e-de-ddl-field {
|
|
732
702
|
display: none;
|
|
733
703
|
}
|
|
@@ -735,15 +705,12 @@
|
|
|
735
705
|
.e-de-num-form .e-de-txt-field {
|
|
736
706
|
display: none;
|
|
737
707
|
}
|
|
738
|
-
|
|
739
708
|
.e-de-num-form .e-de-num-field {
|
|
740
709
|
display: block;
|
|
741
710
|
}
|
|
742
|
-
|
|
743
711
|
.e-de-num-form .e-de-date-field {
|
|
744
712
|
display: none;
|
|
745
713
|
}
|
|
746
|
-
|
|
747
714
|
.e-de-num-form .e-de-ddl-field {
|
|
748
715
|
display: none;
|
|
749
716
|
}
|
|
@@ -751,15 +718,12 @@
|
|
|
751
718
|
.e-de-date-form .e-de-txt-field {
|
|
752
719
|
display: none;
|
|
753
720
|
}
|
|
754
|
-
|
|
755
721
|
.e-de-date-form .e-de-num-field {
|
|
756
722
|
display: none;
|
|
757
723
|
}
|
|
758
|
-
|
|
759
724
|
.e-de-date-form .e-de-date-field {
|
|
760
725
|
display: block;
|
|
761
726
|
}
|
|
762
|
-
|
|
763
727
|
.e-de-date-form .e-de-ddl-field {
|
|
764
728
|
display: none;
|
|
765
729
|
}
|
|
@@ -767,15 +731,12 @@
|
|
|
767
731
|
.e-de-ddl-form .e-de-txt-field {
|
|
768
732
|
display: none;
|
|
769
733
|
}
|
|
770
|
-
|
|
771
734
|
.e-de-ddl-form .e-de-num-field {
|
|
772
735
|
display: none;
|
|
773
736
|
}
|
|
774
|
-
|
|
775
737
|
.e-de-ddl-form .e-de-date-field {
|
|
776
738
|
display: none;
|
|
777
739
|
}
|
|
778
|
-
|
|
779
740
|
.e-de-ddl-form .e-de-ddl-field {
|
|
780
741
|
display: block;
|
|
781
742
|
}
|
|
@@ -785,7 +746,6 @@
|
|
|
785
746
|
position: absolute;
|
|
786
747
|
top: 10px;
|
|
787
748
|
}
|
|
788
|
-
|
|
789
749
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
790
750
|
left: 14px;
|
|
791
751
|
}
|
|
@@ -1327,11 +1287,11 @@
|
|
|
1327
1287
|
margin-top: 12px;
|
|
1328
1288
|
}
|
|
1329
1289
|
|
|
1330
|
-
label[for*=
|
|
1290
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1331
1291
|
left: 35px;
|
|
1332
1292
|
}
|
|
1333
1293
|
|
|
1334
|
-
label[for*=
|
|
1294
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1335
1295
|
right: 35px;
|
|
1336
1296
|
}
|
|
1337
1297
|
|
|
@@ -1614,28 +1574,24 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1614
1574
|
box-shadow: none;
|
|
1615
1575
|
box-shadow: none;
|
|
1616
1576
|
}
|
|
1617
|
-
|
|
1618
1577
|
.e-de-style-font-group-button .e-btn,
|
|
1619
1578
|
.e-de-style-paragraph-group-button .e-btn,
|
|
1620
1579
|
.e-de-style-paragraph-indent-group-button .e-btn {
|
|
1621
1580
|
background-color: #212529;
|
|
1622
1581
|
border-color: #444c54;
|
|
1623
1582
|
}
|
|
1624
|
-
|
|
1625
1583
|
.e-de-style-font-group-button .e-btn:focus,
|
|
1626
1584
|
.e-de-style-paragraph-group-button .e-btn:focus,
|
|
1627
1585
|
.e-de-style-paragraph-indent-group-button .e-btn:focus {
|
|
1628
1586
|
background-color: #5a6268;
|
|
1629
1587
|
box-shadow: none;
|
|
1630
1588
|
}
|
|
1631
|
-
|
|
1632
1589
|
.e-de-style-font-group-button .e-btn:active,
|
|
1633
1590
|
.e-de-style-paragraph-group-button .e-btn:active,
|
|
1634
1591
|
.e-de-style-paragraph-indent-group-button .e-btn:active {
|
|
1635
1592
|
background-color: #5a6268;
|
|
1636
1593
|
box-shadow: none;
|
|
1637
1594
|
}
|
|
1638
|
-
|
|
1639
1595
|
.e-de-style-font-group-button .e-btn:hover,
|
|
1640
1596
|
.e-de-style-paragraph-group-button .e-btn:hover,
|
|
1641
1597
|
.e-de-style-paragraph-indent-group-button .e-btn:hover {
|
|
@@ -1684,60 +1640,48 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1684
1640
|
.e-bigger .e-de-ff-dlg-heading {
|
|
1685
1641
|
margin-bottom: 16px !important;
|
|
1686
1642
|
}
|
|
1687
|
-
|
|
1688
1643
|
.e-bigger .e-de-font-dlg-cb-right,
|
|
1689
1644
|
.e-bigger .e-bookmark-list.e-de-rtl,
|
|
1690
1645
|
.e-bigger .e-styles-list.e-de-rtl,
|
|
1691
1646
|
.e-bigger .e-de-ff-dlg-lft-hlf.e-de-rtl {
|
|
1692
1647
|
margin-left: 16px;
|
|
1693
1648
|
}
|
|
1694
|
-
|
|
1695
1649
|
.e-bigger .e-de-font-dlg-cb-right.e-de-rtl,
|
|
1696
1650
|
.e-bigger .e-bookmark-list,
|
|
1697
1651
|
.e-bigger .e-styles-list,
|
|
1698
1652
|
.e-bigger .e-de-ff-dlg-lft-hlf {
|
|
1699
1653
|
margin-right: 16px;
|
|
1700
1654
|
}
|
|
1701
|
-
|
|
1702
1655
|
.e-bigger .e-bookmark-textboxdiv {
|
|
1703
1656
|
margin-bottom: 12px !important;
|
|
1704
1657
|
}
|
|
1705
|
-
|
|
1706
1658
|
.e-bigger .e-de-ff-drpdwn-mvdn,
|
|
1707
1659
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1708
1660
|
width: 52px !important;
|
|
1709
1661
|
}
|
|
1710
|
-
|
|
1711
1662
|
.e-bigger .e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
1712
1663
|
right: 240px;
|
|
1713
1664
|
}
|
|
1714
|
-
|
|
1715
1665
|
.e-bigger .e-de-track-date {
|
|
1716
1666
|
font-size: 12px;
|
|
1717
1667
|
}
|
|
1718
|
-
|
|
1719
1668
|
.e-bigger .e-de-page-setup-dlg-sub-container-port {
|
|
1720
1669
|
margin-top: 19px;
|
|
1721
1670
|
}
|
|
1722
|
-
|
|
1723
1671
|
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1724
1672
|
bottom: 12px;
|
|
1725
1673
|
}
|
|
1726
|
-
|
|
1727
1674
|
.e-bigger .e-de-table-container-div {
|
|
1728
1675
|
margin-top: 13px;
|
|
1729
1676
|
}
|
|
1730
|
-
|
|
1731
1677
|
.e-bigger .e-de-table-properties-dlg {
|
|
1732
1678
|
width: 470px;
|
|
1733
1679
|
}
|
|
1734
|
-
|
|
1735
1680
|
.e-bigger .e-de-table-ppty-dlg-preferred-width-div,
|
|
1736
1681
|
.e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,
|
|
1737
1682
|
.e-bigger .e-de-ht-wdth-type {
|
|
1738
1683
|
width: 155px;
|
|
1739
1684
|
}
|
|
1740
|
-
|
|
1741
1685
|
.e-bigger .e-de-row-ht-top,
|
|
1742
1686
|
.e-bigger .e-de-cell-ht-top {
|
|
1743
1687
|
width: 179px;
|
|
@@ -2005,11 +1949,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2005
1949
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
2006
1950
|
margin-left: 64px;
|
|
2007
1951
|
}
|
|
2008
|
-
|
|
2009
1952
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
2010
1953
|
margin-right: 64px;
|
|
2011
1954
|
}
|
|
2012
|
-
|
|
2013
1955
|
.e-bigger .e-de-font-content-label {
|
|
2014
1956
|
width: 154px;
|
|
2015
1957
|
}
|
|
@@ -2901,45 +2843,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2901
2843
|
height: auto;
|
|
2902
2844
|
width: auto;
|
|
2903
2845
|
}
|
|
2904
|
-
|
|
2905
2846
|
.e-bigger .e-de-insert-footnote {
|
|
2906
2847
|
height: auto;
|
|
2907
2848
|
width: auto;
|
|
2908
2849
|
}
|
|
2909
|
-
|
|
2910
2850
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
2911
2851
|
height: auto;
|
|
2912
2852
|
}
|
|
2913
|
-
|
|
2914
2853
|
.e-bigger .e-de-font-dlg {
|
|
2915
2854
|
width: max-content;
|
|
2916
2855
|
}
|
|
2917
|
-
|
|
2918
2856
|
.e-bigger .e-para-dlg-sub-height {
|
|
2919
2857
|
height: 170px;
|
|
2920
2858
|
}
|
|
2921
|
-
|
|
2922
2859
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
2923
2860
|
margin-right: 36px;
|
|
2924
2861
|
}
|
|
2925
|
-
|
|
2926
2862
|
.e-bigger .e-de-font-content-label-width {
|
|
2927
2863
|
width: 90px;
|
|
2928
2864
|
}
|
|
2929
|
-
|
|
2930
2865
|
.e-bigger .e-de-toc-label {
|
|
2931
2866
|
margin-left: 0;
|
|
2932
2867
|
}
|
|
2933
|
-
|
|
2934
2868
|
.e-bigger .e-de-toc-label-rtl {
|
|
2935
2869
|
margin-left: 0px;
|
|
2936
2870
|
margin-right: 0;
|
|
2937
2871
|
}
|
|
2938
|
-
|
|
2939
2872
|
.e-bigger .e-de-outline-rtl {
|
|
2940
2873
|
width: 173px;
|
|
2941
2874
|
}
|
|
2942
|
-
|
|
2943
2875
|
.e-bigger .e-de-rp-header {
|
|
2944
2876
|
font-size: 16px;
|
|
2945
2877
|
width: 75%;
|
|
@@ -3348,7 +3280,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3348
3280
|
}
|
|
3349
3281
|
|
|
3350
3282
|
.e-de-tc-field {
|
|
3351
|
-
background-color:
|
|
3283
|
+
background-color: rgb(206, 205, 205);
|
|
3352
3284
|
margin: 0 2px;
|
|
3353
3285
|
}
|
|
3354
3286
|
|
|
@@ -3356,7 +3288,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3356
3288
|
font-size: 14px;
|
|
3357
3289
|
font-family: Roboto-Regular;
|
|
3358
3290
|
font-weight: 600;
|
|
3359
|
-
color:
|
|
3291
|
+
color: rgb(1, 22, 119);
|
|
3360
3292
|
margin: 0 2px;
|
|
3361
3293
|
}
|
|
3362
3294
|
|
|
@@ -3414,7 +3346,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3414
3346
|
margin: 12px 8px 0 8px;
|
|
3415
3347
|
padding: 0px;
|
|
3416
3348
|
}
|
|
3417
|
-
|
|
3418
3349
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3419
3350
|
margin-top: 12px;
|
|
3420
3351
|
}
|
|
@@ -3450,11 +3381,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3450
3381
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3451
3382
|
opacity: 0.67;
|
|
3452
3383
|
}
|
|
3453
|
-
|
|
3454
3384
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3455
3385
|
display: none;
|
|
3456
3386
|
}
|
|
3457
|
-
|
|
3458
3387
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3459
3388
|
display: block;
|
|
3460
3389
|
margin-top: 8px;
|
|
@@ -3486,7 +3415,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3486
3415
|
pointer-events: all;
|
|
3487
3416
|
width: 13px;
|
|
3488
3417
|
}
|
|
3489
|
-
|
|
3490
3418
|
.e-de-cmt-mark :hover {
|
|
3491
3419
|
color: #0d6efd;
|
|
3492
3420
|
}
|
|
@@ -3528,53 +3456,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3528
3456
|
border-left: none;
|
|
3529
3457
|
border-right: 1px solid #6c757d;
|
|
3530
3458
|
}
|
|
3531
|
-
|
|
3532
3459
|
.e-rtl .e-de-rp-close-icon {
|
|
3533
3460
|
float: left;
|
|
3534
3461
|
right: 12px;
|
|
3535
3462
|
}
|
|
3536
|
-
|
|
3537
3463
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3538
3464
|
float: left;
|
|
3539
3465
|
}
|
|
3540
|
-
|
|
3541
3466
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3542
3467
|
border-left: 1px solid #444c54;
|
|
3543
3468
|
border-right: 3px solid #0d6efd;
|
|
3544
3469
|
padding-left: 12px;
|
|
3545
3470
|
padding-right: 10px;
|
|
3546
3471
|
}
|
|
3547
|
-
|
|
3548
3472
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3549
3473
|
border-left: 1px solid #444c54;
|
|
3550
3474
|
border-right: 2px solid #0d6efd;
|
|
3551
3475
|
padding-left: 12px;
|
|
3552
3476
|
padding-right: 11px;
|
|
3553
3477
|
}
|
|
3554
|
-
|
|
3555
3478
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3556
3479
|
border-right: 3px solid rgba(13, 110, 253, 0.5);
|
|
3557
3480
|
}
|
|
3558
|
-
|
|
3559
3481
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3560
3482
|
border-right: 2px solid rgba(13, 110, 253, 0.5);
|
|
3561
3483
|
}
|
|
3562
|
-
|
|
3563
3484
|
.e-rtl .e-de-cmt-action-button {
|
|
3564
3485
|
text-align: left;
|
|
3565
3486
|
}
|
|
3566
|
-
|
|
3567
3487
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3568
3488
|
margin-left: auto;
|
|
3569
3489
|
margin-right: 6px;
|
|
3570
3490
|
}
|
|
3571
|
-
|
|
3572
3491
|
.e-rtl .e-de-cmt-drawer {
|
|
3573
3492
|
float: left;
|
|
3574
3493
|
margin-left: 8px;
|
|
3575
3494
|
margin-right: auto;
|
|
3576
3495
|
}
|
|
3577
|
-
|
|
3578
3496
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3579
3497
|
text-align: left;
|
|
3580
3498
|
}
|
|
@@ -3585,20 +3503,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3585
3503
|
margin-left: 12px;
|
|
3586
3504
|
width: 54px;
|
|
3587
3505
|
}
|
|
3588
|
-
|
|
3589
3506
|
.e-bigger .e-de-cp-whole-header {
|
|
3590
3507
|
height: 56px;
|
|
3591
3508
|
padding: 16px;
|
|
3592
3509
|
padding-right: 8px;
|
|
3593
3510
|
}
|
|
3594
|
-
|
|
3595
3511
|
.e-bigger .e-de-rp-close-icon {
|
|
3596
3512
|
float: right;
|
|
3597
3513
|
position: relative;
|
|
3598
3514
|
top: -9px;
|
|
3599
3515
|
right: -17px;
|
|
3600
3516
|
}
|
|
3601
|
-
|
|
3602
3517
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3603
3518
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3604
3519
|
margin-right: 12px;
|
|
@@ -3611,13 +3526,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3611
3526
|
color: #adb5bd;
|
|
3612
3527
|
border: none;
|
|
3613
3528
|
}
|
|
3614
|
-
|
|
3615
3529
|
.e-de-close-icon.e-btn:active {
|
|
3616
3530
|
background-color: transparent !important;
|
|
3617
3531
|
border-color: transparent !important;
|
|
3618
3532
|
box-shadow: none;
|
|
3619
3533
|
}
|
|
3620
|
-
|
|
3621
3534
|
.e-de-close-icon.e-btn:hover {
|
|
3622
3535
|
background-color: transparent !important;
|
|
3623
3536
|
box-shadow: none;
|
|
@@ -3643,67 +3556,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3643
3556
|
padding-left: 0%;
|
|
3644
3557
|
padding-right: 12px;
|
|
3645
3558
|
}
|
|
3646
|
-
|
|
3647
3559
|
.e-bigger .e-de-cmt-author-name {
|
|
3648
3560
|
padding-left: 16px;
|
|
3649
3561
|
}
|
|
3650
|
-
|
|
3651
3562
|
.e-bigger .e-de-cmt-rply-view {
|
|
3652
3563
|
margin-top: 16px;
|
|
3653
3564
|
}
|
|
3654
|
-
|
|
3655
3565
|
.e-bigger .e-de-cmt-sub-container {
|
|
3656
3566
|
padding: 16px;
|
|
3657
3567
|
}
|
|
3658
|
-
|
|
3659
3568
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3660
3569
|
padding-left: 14px;
|
|
3661
3570
|
}
|
|
3662
|
-
|
|
3663
3571
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3664
3572
|
padding-left: 15px;
|
|
3665
3573
|
}
|
|
3666
|
-
|
|
3667
3574
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3668
3575
|
padding: 0%;
|
|
3669
3576
|
}
|
|
3670
|
-
|
|
3671
3577
|
.e-bigger .e-de-rp-nav-btn {
|
|
3672
3578
|
width: auto;
|
|
3673
3579
|
}
|
|
3674
|
-
|
|
3675
3580
|
.e-bigger .e-de-rp-whole-header {
|
|
3676
3581
|
padding: 12px;
|
|
3677
3582
|
}
|
|
3678
|
-
|
|
3679
3583
|
.e-bigger .e-de-rp-sub-div {
|
|
3680
3584
|
border-bottom: 1px solid #444c54;
|
|
3681
3585
|
padding: 12px;
|
|
3682
3586
|
}
|
|
3683
|
-
|
|
3684
3587
|
.e-bigger .e-de-rp-enforce {
|
|
3685
3588
|
padding: 12px;
|
|
3686
3589
|
}
|
|
3687
|
-
|
|
3688
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3590
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3689
3591
|
width: 300px;
|
|
3690
3592
|
}
|
|
3691
|
-
|
|
3692
3593
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3693
3594
|
padding-left: 0%;
|
|
3694
3595
|
padding-right: 16px;
|
|
3695
3596
|
}
|
|
3696
|
-
|
|
3697
3597
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3698
3598
|
padding-left: 16px;
|
|
3699
3599
|
padding-right: 14px;
|
|
3700
3600
|
}
|
|
3701
|
-
|
|
3702
3601
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3703
3602
|
padding-left: 16px;
|
|
3704
3603
|
padding-right: 15px;
|
|
3705
3604
|
}
|
|
3706
|
-
|
|
3707
3605
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3708
3606
|
float: left;
|
|
3709
3607
|
right: 17px;
|
|
@@ -3713,11 +3611,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3713
3611
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3714
3612
|
font-size: 14px;
|
|
3715
3613
|
}
|
|
3716
|
-
|
|
3717
3614
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3718
3615
|
width: 192px !important;
|
|
3719
3616
|
}
|
|
3720
|
-
|
|
3721
3617
|
.e-bigger .e-de-para-dlg-heading {
|
|
3722
3618
|
color: #ced4da;
|
|
3723
3619
|
display: block;
|
|
@@ -3725,56 +3621,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3725
3621
|
font-weight: 500;
|
|
3726
3622
|
margin-bottom: 8px;
|
|
3727
3623
|
}
|
|
3728
|
-
|
|
3729
3624
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3730
3625
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3731
3626
|
font-size: 12px;
|
|
3732
3627
|
}
|
|
3733
|
-
|
|
3734
3628
|
.e-bigger .e-de-para-dlg-container {
|
|
3735
3629
|
height: auto;
|
|
3736
3630
|
width: auto;
|
|
3737
3631
|
}
|
|
3738
|
-
|
|
3739
3632
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3740
3633
|
margin-bottom: 0;
|
|
3741
3634
|
margin-top: 12px;
|
|
3742
3635
|
}
|
|
3743
|
-
|
|
3744
3636
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
3745
3637
|
margin-left: 20px;
|
|
3746
3638
|
}
|
|
3747
|
-
|
|
3748
3639
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
3749
3640
|
margin-left: 0;
|
|
3750
3641
|
margin-right: 20px;
|
|
3751
3642
|
}
|
|
3752
|
-
|
|
3753
3643
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
3754
3644
|
margin-bottom: 4px;
|
|
3755
3645
|
}
|
|
3756
|
-
|
|
3757
3646
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
3758
3647
|
margin-bottom: 16px;
|
|
3759
3648
|
}
|
|
3760
|
-
|
|
3761
3649
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
3762
3650
|
top: 0;
|
|
3763
3651
|
}
|
|
3764
|
-
|
|
3765
3652
|
.e-bigger .e-de-dlg-sub-header {
|
|
3766
3653
|
display: block;
|
|
3767
3654
|
font-size: 12px;
|
|
3768
3655
|
font-weight: 500;
|
|
3769
3656
|
margin-bottom: 4px;
|
|
3770
3657
|
}
|
|
3771
|
-
|
|
3772
3658
|
.e-bigger .e-de-rtl-btn-div {
|
|
3773
3659
|
font-size: 12px;
|
|
3774
3660
|
margin-right: 24px;
|
|
3775
3661
|
width: 200px;
|
|
3776
3662
|
}
|
|
3777
|
-
|
|
3778
3663
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
3779
3664
|
margin-left: 12px;
|
|
3780
3665
|
margin-right: 0;
|
|
@@ -3845,4 +3730,4 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3845
3730
|
|
|
3846
3731
|
.e-para-dlg-sub-height {
|
|
3847
3732
|
height: 145px;
|
|
3848
|
-
}
|
|
3733
|
+
}
|