@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,321 +1,302 @@
|
|
|
1
1
|
.e-documenteditor .e-close::before {
|
|
2
|
-
content:
|
|
3
|
-
font-family:
|
|
2
|
+
content: "\e745";
|
|
3
|
+
font-family: "e-icons";
|
|
4
4
|
font-size: 14px;
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
8
|
-
content:
|
|
9
|
-
font-family:
|
|
7
|
+
content: "\e724";
|
|
8
|
+
font-family: "e-icons";
|
|
10
9
|
font-size: 12px;
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
.e-documenteditor .e-arrow-up::before {
|
|
14
|
-
content:
|
|
15
|
-
font-family:
|
|
12
|
+
content: "\e78d";
|
|
13
|
+
font-family: "e-icons";
|
|
16
14
|
font-size: 12px;
|
|
17
15
|
}
|
|
18
|
-
|
|
19
16
|
.e-documenteditor .e-arrow-down::before {
|
|
20
|
-
content:
|
|
21
|
-
font-family:
|
|
17
|
+
content: "\e798";
|
|
18
|
+
font-family: "e-icons";
|
|
22
19
|
font-size: 12px;
|
|
23
20
|
}
|
|
24
|
-
|
|
25
21
|
.e-documenteditor .e-de-op .e-de-op-close-icon {
|
|
26
22
|
height: 20px;
|
|
27
23
|
}
|
|
28
|
-
|
|
29
24
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
30
|
-
content:
|
|
25
|
+
content: "\e745";
|
|
31
26
|
}
|
|
32
|
-
|
|
33
27
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
34
|
-
content:
|
|
35
|
-
font-family:
|
|
28
|
+
content: "\e745";
|
|
29
|
+
font-family: "e-icons";
|
|
36
30
|
font-size: 10px;
|
|
37
31
|
}
|
|
38
|
-
|
|
39
32
|
.e-documenteditor .e-de-new-cmt::before {
|
|
40
|
-
content:
|
|
41
|
-
font-family:
|
|
33
|
+
content: "\e759";
|
|
34
|
+
font-family: "e-icons";
|
|
42
35
|
}
|
|
43
|
-
|
|
44
36
|
.e-documenteditor .e-de-menu-icon::before {
|
|
45
|
-
content:
|
|
46
|
-
font-family:
|
|
37
|
+
content: "\e781";
|
|
38
|
+
font-family: "e-icons";
|
|
47
39
|
font-size: 12px;
|
|
48
40
|
}
|
|
49
|
-
|
|
50
41
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
51
|
-
content:
|
|
52
|
-
font-family:
|
|
42
|
+
content: "\e817";
|
|
43
|
+
font-family: "e-icons";
|
|
53
44
|
font-size: 13px;
|
|
54
45
|
}
|
|
55
|
-
|
|
56
46
|
.e-documenteditor .e-de-cmt-post::before {
|
|
57
|
-
content:
|
|
58
|
-
font-family:
|
|
47
|
+
content: "\e816";
|
|
48
|
+
font-family: "e-icons";
|
|
59
49
|
}
|
|
60
|
-
|
|
61
50
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
62
|
-
content:
|
|
63
|
-
font-family:
|
|
51
|
+
content: "\e815";
|
|
52
|
+
font-family: "e-icons";
|
|
64
53
|
}
|
|
65
|
-
|
|
66
54
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
67
|
-
content:
|
|
68
|
-
font-family:
|
|
55
|
+
content: "\e745";
|
|
56
|
+
font-family: "e-icons";
|
|
69
57
|
}
|
|
70
|
-
|
|
71
58
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
72
|
-
content:
|
|
73
|
-
font-family:
|
|
59
|
+
content: "\e773";
|
|
60
|
+
font-family: "e-icons";
|
|
74
61
|
}
|
|
75
|
-
|
|
76
62
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
77
|
-
content:
|
|
78
|
-
font-family:
|
|
63
|
+
content: "\e820";
|
|
64
|
+
font-family: "e-icons";
|
|
79
65
|
}
|
|
80
|
-
|
|
81
66
|
.e-documenteditor .e-de-nav-up::before {
|
|
82
|
-
content:
|
|
83
|
-
font-family:
|
|
67
|
+
content: "\e651";
|
|
68
|
+
font-family: "e-icons";
|
|
84
69
|
}
|
|
85
|
-
|
|
86
70
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
87
|
-
content:
|
|
71
|
+
content: "\e653";
|
|
88
72
|
}
|
|
89
|
-
|
|
90
73
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
91
|
-
content:
|
|
74
|
+
content: "\e654";
|
|
92
75
|
}
|
|
93
|
-
|
|
94
76
|
.e-documenteditor .e-de-save-icon::before {
|
|
95
|
-
content:
|
|
96
|
-
font-family:
|
|
77
|
+
content: "\e718";
|
|
78
|
+
font-family: "e-icons";
|
|
97
79
|
}
|
|
98
|
-
|
|
99
80
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
100
|
-
content:
|
|
101
|
-
font-family:
|
|
81
|
+
content: "\e745";
|
|
82
|
+
font-family: "e-icons";
|
|
102
83
|
}
|
|
103
84
|
|
|
104
85
|
.e-de-ctn-title-print::before {
|
|
105
|
-
content:
|
|
106
|
-
font-family:
|
|
86
|
+
content: "\e743";
|
|
87
|
+
font-family: "e-icons";
|
|
107
88
|
}
|
|
108
89
|
|
|
109
90
|
.e-de-acceptchange::before {
|
|
110
|
-
content:
|
|
111
|
-
font-family:
|
|
91
|
+
content: "\e19f";
|
|
92
|
+
font-family: "e-icons";
|
|
112
93
|
}
|
|
113
94
|
|
|
114
95
|
.e-de-rejectchange::before {
|
|
115
|
-
content:
|
|
116
|
-
font-family:
|
|
96
|
+
content: "\e204";
|
|
97
|
+
font-family: "e-icons";
|
|
117
98
|
}
|
|
118
99
|
|
|
119
100
|
.e-de-ctn-title-download::before {
|
|
120
|
-
content:
|
|
121
|
-
font-family:
|
|
101
|
+
content: "\e75d";
|
|
102
|
+
font-family: "e-icons";
|
|
122
103
|
}
|
|
123
104
|
|
|
124
105
|
.e-menu-item .e-de-cmt-add::before {
|
|
125
|
-
content:
|
|
126
|
-
font-family:
|
|
106
|
+
content: "\e814";
|
|
107
|
+
font-family: "e-icons";
|
|
127
108
|
}
|
|
128
109
|
|
|
129
110
|
.e-menu-item .e-de-cut::before {
|
|
130
|
-
content:
|
|
111
|
+
content: "\e73f";
|
|
131
112
|
}
|
|
132
113
|
|
|
133
114
|
.e-menu-item .e-de-spellcheck::before {
|
|
134
|
-
content:
|
|
115
|
+
content: "\e686";
|
|
135
116
|
}
|
|
136
117
|
|
|
137
118
|
.e-menu-item .e-de-copy::before {
|
|
138
|
-
content:
|
|
119
|
+
content: "\e77b";
|
|
139
120
|
}
|
|
140
121
|
|
|
141
122
|
.e-btn-icon .e-de-paste::before,
|
|
142
123
|
.e-icon-btn .e-de-paste::before,
|
|
143
124
|
.e-menu-item .e-de-paste::before {
|
|
144
|
-
content:
|
|
125
|
+
content: "\e739";
|
|
145
126
|
}
|
|
146
127
|
|
|
147
128
|
.e-menu-item .e-de-insertlink::before {
|
|
148
|
-
content:
|
|
129
|
+
content: "\e72e";
|
|
149
130
|
}
|
|
150
131
|
|
|
151
132
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
152
|
-
content:
|
|
133
|
+
content: "\e7a8";
|
|
153
134
|
}
|
|
154
135
|
|
|
155
136
|
.e-menu-item .e-de-fonts::before {
|
|
156
|
-
content:
|
|
137
|
+
content: "\e74b";
|
|
157
138
|
}
|
|
158
139
|
|
|
159
140
|
.e-menu-item .e-de-insertabove::before {
|
|
160
|
-
content:
|
|
141
|
+
content: "\e783";
|
|
161
142
|
}
|
|
162
143
|
|
|
163
144
|
.e-menu-item .e-de-insertbelow::before {
|
|
164
|
-
content:
|
|
145
|
+
content: "\e736";
|
|
165
146
|
}
|
|
166
147
|
|
|
167
148
|
.e-menu-item .e-de-insertleft::before {
|
|
168
|
-
content:
|
|
149
|
+
content: "\e737";
|
|
169
150
|
}
|
|
170
151
|
|
|
171
152
|
.e-menu-item .e-de-insertright::before {
|
|
172
|
-
content:
|
|
153
|
+
content: "\e70e";
|
|
173
154
|
}
|
|
174
155
|
|
|
175
156
|
.e-menu-item .e-de-deleterow::before {
|
|
176
|
-
content:
|
|
157
|
+
content: "\e738";
|
|
177
158
|
}
|
|
178
159
|
|
|
179
160
|
.e-menu-item .e-de-open-properties::before {
|
|
180
|
-
content:
|
|
161
|
+
content: "\e605";
|
|
181
162
|
}
|
|
182
163
|
|
|
183
164
|
.e-menu-item .e-de-deletecolumn::before {
|
|
184
|
-
content:
|
|
165
|
+
content: "\e719";
|
|
185
166
|
}
|
|
186
167
|
|
|
187
168
|
.e-de-bold::before {
|
|
188
|
-
content:
|
|
189
|
-
font-family:
|
|
169
|
+
content: "\e78b";
|
|
170
|
+
font-family: "e-icons";
|
|
190
171
|
}
|
|
191
172
|
|
|
192
173
|
.e-de-italic::before {
|
|
193
|
-
content:
|
|
194
|
-
font-family:
|
|
174
|
+
content: "\e78e";
|
|
175
|
+
font-family: "e-icons";
|
|
195
176
|
}
|
|
196
177
|
|
|
197
178
|
.e-de-underline::before {
|
|
198
|
-
content:
|
|
199
|
-
font-family:
|
|
179
|
+
content: "\e792";
|
|
180
|
+
font-family: "e-icons";
|
|
200
181
|
}
|
|
201
182
|
|
|
202
183
|
.e-de-indent::before {
|
|
203
|
-
content:
|
|
204
|
-
font-family:
|
|
184
|
+
content: "\e702";
|
|
185
|
+
font-family: "e-icons";
|
|
205
186
|
}
|
|
206
187
|
|
|
207
188
|
.e-de-outdent::before {
|
|
208
|
-
content:
|
|
209
|
-
font-family:
|
|
189
|
+
content: "\e722";
|
|
190
|
+
font-family: "e-icons";
|
|
210
191
|
}
|
|
211
192
|
|
|
212
193
|
.e-de-align-left::before {
|
|
213
|
-
content:
|
|
214
|
-
font-family:
|
|
194
|
+
content: "\e76f";
|
|
195
|
+
font-family: "e-icons";
|
|
215
196
|
}
|
|
216
197
|
|
|
217
198
|
.e-de-align-center::before {
|
|
218
|
-
content:
|
|
219
|
-
font-family:
|
|
199
|
+
content: "\e732";
|
|
200
|
+
font-family: "e-icons";
|
|
220
201
|
}
|
|
221
202
|
|
|
222
203
|
.e-de-align-right::before {
|
|
223
|
-
content:
|
|
224
|
-
font-family:
|
|
204
|
+
content: "\e746";
|
|
205
|
+
font-family: "e-icons";
|
|
225
206
|
}
|
|
226
207
|
|
|
227
208
|
.e-menu-item .e-de-paragraph::before {
|
|
228
|
-
content:
|
|
209
|
+
content: "\e7a6";
|
|
229
210
|
}
|
|
230
211
|
|
|
231
212
|
.e-menu-item .e-de-table::before {
|
|
232
|
-
content:
|
|
213
|
+
content: "\e7ad";
|
|
233
214
|
}
|
|
234
215
|
|
|
235
216
|
.e-de-justify::before {
|
|
236
|
-
content:
|
|
237
|
-
font-family:
|
|
217
|
+
content: "\e79b";
|
|
218
|
+
font-family: "e-icons";
|
|
238
219
|
}
|
|
239
220
|
|
|
240
221
|
.e-menu-item .e-de-delete-table::before {
|
|
241
|
-
content:
|
|
222
|
+
content: "\e7a2";
|
|
242
223
|
}
|
|
243
224
|
|
|
244
225
|
.e-menu-item .e-de-continue-numbering::before {
|
|
245
|
-
content:
|
|
226
|
+
content: "\e7b2";
|
|
246
227
|
}
|
|
247
228
|
|
|
248
229
|
.e-menu-item .e-de-restart-at::before {
|
|
249
|
-
content:
|
|
230
|
+
content: "\e7ae";
|
|
250
231
|
}
|
|
251
232
|
|
|
252
233
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
253
|
-
content:
|
|
234
|
+
content: "\e7b5";
|
|
254
235
|
}
|
|
255
236
|
|
|
256
237
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
257
|
-
content:
|
|
238
|
+
content: "\e79a";
|
|
258
239
|
}
|
|
259
240
|
|
|
260
241
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
261
|
-
content:
|
|
242
|
+
content: "\e7af";
|
|
262
243
|
}
|
|
263
244
|
|
|
264
245
|
.e-de-icon-bullet-list-dot::before {
|
|
265
|
-
content:
|
|
266
|
-
font-family:
|
|
246
|
+
content: "\e7a0";
|
|
247
|
+
font-family: "e-icons";
|
|
267
248
|
font-size: 18px;
|
|
268
249
|
}
|
|
269
250
|
|
|
270
251
|
.e-de-icon-bullet-list-circle::before {
|
|
271
|
-
content:
|
|
272
|
-
font-family:
|
|
252
|
+
content: "\e7b0";
|
|
253
|
+
font-family: "e-icons";
|
|
273
254
|
font-size: 18px;
|
|
274
255
|
}
|
|
275
256
|
|
|
276
257
|
.e-de-icon-bullet-list-square::before {
|
|
277
|
-
content:
|
|
278
|
-
font-family:
|
|
258
|
+
content: "\e7a5";
|
|
259
|
+
font-family: "e-icons";
|
|
279
260
|
font-size: 18px;
|
|
280
261
|
}
|
|
281
262
|
|
|
282
263
|
.e-de-icon-bullet-list-tick::before {
|
|
283
|
-
content:
|
|
284
|
-
font-family:
|
|
264
|
+
content: "\e7ab";
|
|
265
|
+
font-family: "e-icons";
|
|
285
266
|
font-size: 18px;
|
|
286
267
|
}
|
|
287
268
|
|
|
288
269
|
.e-de-icon-bullet-list-flower::before {
|
|
289
|
-
content:
|
|
290
|
-
font-family:
|
|
270
|
+
content: "\e7a4";
|
|
271
|
+
font-family: "e-icons";
|
|
291
272
|
font-size: 18px;
|
|
292
273
|
}
|
|
293
274
|
|
|
294
275
|
.e-de-icon-bullet-list-arrow::before {
|
|
295
|
-
content:
|
|
296
|
-
font-family:
|
|
276
|
+
content: "\e7b6";
|
|
277
|
+
font-family: "e-icons";
|
|
297
278
|
font-size: 18px;
|
|
298
279
|
}
|
|
299
280
|
|
|
300
281
|
.e-de-icon-bullet-list-none::before {
|
|
301
|
-
content:
|
|
302
|
-
font-family:
|
|
282
|
+
content: "\e7b3";
|
|
283
|
+
font-family: "e-icons";
|
|
303
284
|
font-size: 18px;
|
|
304
285
|
}
|
|
305
286
|
|
|
306
287
|
.e-de-icon-autofit::before {
|
|
307
|
-
content:
|
|
308
|
-
font-family:
|
|
288
|
+
content: "\e713";
|
|
289
|
+
font-family: "e-icons";
|
|
309
290
|
}
|
|
310
291
|
|
|
311
292
|
.e-de-icon-fixed-columnwidth::before {
|
|
312
|
-
content:
|
|
313
|
-
font-family:
|
|
293
|
+
content: "\e740";
|
|
294
|
+
font-family: "e-icons";
|
|
314
295
|
}
|
|
315
296
|
|
|
316
297
|
.e-de-icon-auto-fitwindow::before {
|
|
317
|
-
content:
|
|
318
|
-
font-family:
|
|
298
|
+
content: "\e747";
|
|
299
|
+
font-family: "e-icons";
|
|
319
300
|
}
|
|
320
301
|
|
|
321
302
|
.e-de-table-properties-alignment:hover {
|
|
@@ -379,7 +360,7 @@
|
|
|
379
360
|
}
|
|
380
361
|
|
|
381
362
|
.e-de-table-border-toptop-alignment::before {
|
|
382
|
-
content:
|
|
363
|
+
content: "\e7a3";
|
|
383
364
|
font-size: 16px;
|
|
384
365
|
left: 4px;
|
|
385
366
|
position: absolute;
|
|
@@ -387,7 +368,7 @@
|
|
|
387
368
|
}
|
|
388
369
|
|
|
389
370
|
.e-de-table-border-topcenter-alignment::before {
|
|
390
|
-
content:
|
|
371
|
+
content: "\e7a9";
|
|
391
372
|
font-size: 16px;
|
|
392
373
|
left: 4px;
|
|
393
374
|
position: absolute;
|
|
@@ -395,7 +376,7 @@
|
|
|
395
376
|
}
|
|
396
377
|
|
|
397
378
|
.e-de-table-border-topbottom-alignment::before {
|
|
398
|
-
content:
|
|
379
|
+
content: "\e7aa";
|
|
399
380
|
font-size: 16px;
|
|
400
381
|
left: 4px;
|
|
401
382
|
position: absolute;
|
|
@@ -403,7 +384,7 @@
|
|
|
403
384
|
}
|
|
404
385
|
|
|
405
386
|
.e-de-table-border-bottomleft-alignment::before {
|
|
406
|
-
content:
|
|
387
|
+
content: "\e7a7";
|
|
407
388
|
font-size: 16px;
|
|
408
389
|
left: 4px;
|
|
409
390
|
position: absolute;
|
|
@@ -411,7 +392,7 @@
|
|
|
411
392
|
}
|
|
412
393
|
|
|
413
394
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
414
|
-
content:
|
|
395
|
+
content: "\e79c";
|
|
415
396
|
font-size: 16px;
|
|
416
397
|
left: 4px;
|
|
417
398
|
position: absolute;
|
|
@@ -419,7 +400,7 @@
|
|
|
419
400
|
}
|
|
420
401
|
|
|
421
402
|
.e-de-table-border-bottomright-alignment::before {
|
|
422
|
-
content:
|
|
403
|
+
content: "\e79f";
|
|
423
404
|
font-size: 16px;
|
|
424
405
|
left: 4px;
|
|
425
406
|
position: absolute;
|
|
@@ -427,7 +408,7 @@
|
|
|
427
408
|
}
|
|
428
409
|
|
|
429
410
|
.e-de-table-border-diagionalup-alignment::before {
|
|
430
|
-
content:
|
|
411
|
+
content: "\e7ca";
|
|
431
412
|
font-size: 16px;
|
|
432
413
|
left: 4px;
|
|
433
414
|
position: absolute;
|
|
@@ -435,7 +416,7 @@
|
|
|
435
416
|
}
|
|
436
417
|
|
|
437
418
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
438
|
-
content:
|
|
419
|
+
content: "\e7d8";
|
|
439
420
|
font-size: 16px;
|
|
440
421
|
left: 4px;
|
|
441
422
|
position: absolute;
|
|
@@ -443,38 +424,38 @@
|
|
|
443
424
|
}
|
|
444
425
|
|
|
445
426
|
.e-de-single-spacing::before {
|
|
446
|
-
content:
|
|
447
|
-
font-family:
|
|
427
|
+
content: "\e7e7";
|
|
428
|
+
font-family: "e-icons";
|
|
448
429
|
}
|
|
449
430
|
|
|
450
431
|
.e-de-double-spacing::before {
|
|
451
|
-
content:
|
|
452
|
-
font-family:
|
|
432
|
+
content: "\e7e9";
|
|
433
|
+
font-family: "e-icons";
|
|
453
434
|
}
|
|
454
435
|
|
|
455
436
|
.e-de-one-point-five-spacing::before {
|
|
456
|
-
content:
|
|
457
|
-
font-family:
|
|
437
|
+
content: "\e7e5";
|
|
438
|
+
font-family: "e-icons";
|
|
458
439
|
}
|
|
459
440
|
|
|
460
441
|
.e-de-before-spacing::before {
|
|
461
|
-
content:
|
|
462
|
-
font-family:
|
|
442
|
+
content: "\e7e4";
|
|
443
|
+
font-family: "e-icons";
|
|
463
444
|
}
|
|
464
445
|
|
|
465
446
|
.e-de-after-spacing::before {
|
|
466
|
-
content:
|
|
467
|
-
font-family:
|
|
447
|
+
content: "\e7ea";
|
|
448
|
+
font-family: "e-icons";
|
|
468
449
|
}
|
|
469
450
|
|
|
470
451
|
.e-de-table-border-none-setting::before {
|
|
471
|
-
content:
|
|
452
|
+
content: "\e7f1";
|
|
472
453
|
font-size: 46px;
|
|
473
454
|
position: absolute;
|
|
474
455
|
}
|
|
475
456
|
|
|
476
457
|
.e-de-table-border-box-setting::before {
|
|
477
|
-
content:
|
|
458
|
+
content: "\e7f6";
|
|
478
459
|
font-size: 42px;
|
|
479
460
|
left: 2px;
|
|
480
461
|
position: absolute;
|
|
@@ -482,7 +463,7 @@
|
|
|
482
463
|
}
|
|
483
464
|
|
|
484
465
|
.e-de-table-border-all-setting::before {
|
|
485
|
-
content:
|
|
466
|
+
content: "\e7f3";
|
|
486
467
|
font-size: 42px;
|
|
487
468
|
left: 2px;
|
|
488
469
|
position: absolute;
|
|
@@ -490,7 +471,7 @@
|
|
|
490
471
|
}
|
|
491
472
|
|
|
492
473
|
.e-de-table-border-custom-setting::before {
|
|
493
|
-
content:
|
|
474
|
+
content: "\e7f2";
|
|
494
475
|
font-size: 42px;
|
|
495
476
|
left: 2px;
|
|
496
477
|
position: absolute;
|
|
@@ -498,65 +479,65 @@
|
|
|
498
479
|
}
|
|
499
480
|
|
|
500
481
|
.e-de-table-left-alignment::before {
|
|
501
|
-
content:
|
|
482
|
+
content: "\e7f5";
|
|
502
483
|
font-size: 46px;
|
|
503
484
|
}
|
|
504
485
|
|
|
505
486
|
.e-de-table-center-alignment::before {
|
|
506
|
-
content:
|
|
487
|
+
content: "\e7ee";
|
|
507
488
|
font-size: 46px;
|
|
508
489
|
}
|
|
509
490
|
|
|
510
491
|
.e-de-table-right-alignment::before {
|
|
511
|
-
content:
|
|
492
|
+
content: "\e7eb";
|
|
512
493
|
font-size: 46px;
|
|
513
494
|
}
|
|
514
495
|
|
|
515
496
|
.e-de-tablecell-top-alignment::before {
|
|
516
|
-
content:
|
|
497
|
+
content: "\e7f7";
|
|
517
498
|
font-size: 51px;
|
|
518
499
|
}
|
|
519
500
|
|
|
520
501
|
.e-de-tablecell-center-alignment::before {
|
|
521
|
-
content:
|
|
502
|
+
content: "\e7ed";
|
|
522
503
|
font-size: 51px;
|
|
523
504
|
}
|
|
524
505
|
|
|
525
506
|
.e-de-tablecell-bottom-alignment::before {
|
|
526
|
-
content:
|
|
507
|
+
content: "\e7ec";
|
|
527
508
|
font-size: 51px;
|
|
528
509
|
}
|
|
529
510
|
|
|
530
511
|
.e-item .e-de-paste-text::before {
|
|
531
|
-
content:
|
|
512
|
+
content: "\e685";
|
|
532
513
|
}
|
|
533
514
|
|
|
534
515
|
.e-item .e-de-paste-source::before {
|
|
535
|
-
content:
|
|
516
|
+
content: "\e68a";
|
|
536
517
|
}
|
|
537
518
|
|
|
538
519
|
.e-item .e-de-paste-merge::before {
|
|
539
|
-
content:
|
|
520
|
+
content: "\e687";
|
|
540
521
|
}
|
|
541
522
|
|
|
542
523
|
.e-item .e-de-paste-column::before {
|
|
543
|
-
content:
|
|
524
|
+
content: "\e91b";
|
|
544
525
|
}
|
|
545
526
|
|
|
546
527
|
.e-item .e-de-paste-row::before {
|
|
547
|
-
content:
|
|
528
|
+
content: "\e91c";
|
|
548
529
|
}
|
|
549
530
|
|
|
550
531
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
551
|
-
content:
|
|
532
|
+
content: "\e91d";
|
|
552
533
|
}
|
|
553
534
|
|
|
554
535
|
.e-item .e-de-paste-nested-table::before {
|
|
555
|
-
content:
|
|
536
|
+
content: "\e91e";
|
|
556
537
|
}
|
|
557
538
|
|
|
558
539
|
.e-item .e-de-paste-merge-table::before {
|
|
559
|
-
content:
|
|
540
|
+
content: "\e91f";
|
|
560
541
|
}
|
|
561
542
|
|
|
562
543
|
.e-de-dlg-container {
|
|
@@ -599,7 +580,6 @@
|
|
|
599
580
|
padding-left: 6px;
|
|
600
581
|
padding-right: 0;
|
|
601
582
|
}
|
|
602
|
-
|
|
603
583
|
.e-rtl .e-de-subcontainer-right {
|
|
604
584
|
padding-left: 0;
|
|
605
585
|
padding-right: 6px;
|
|
@@ -609,30 +589,24 @@
|
|
|
609
589
|
.e-bigger .e-de-dlg-container {
|
|
610
590
|
padding-bottom: 16px;
|
|
611
591
|
}
|
|
612
|
-
|
|
613
592
|
.e-bigger .e-de-container-row {
|
|
614
593
|
padding-bottom: 16px;
|
|
615
594
|
}
|
|
616
|
-
|
|
617
595
|
.e-bigger .e-de-subcontainer-left {
|
|
618
596
|
padding-right: 8px;
|
|
619
597
|
width: 50%;
|
|
620
598
|
}
|
|
621
|
-
|
|
622
599
|
.e-bigger .e-de-subcontainer-right {
|
|
623
600
|
padding-left: 8px;
|
|
624
601
|
width: 50%;
|
|
625
602
|
}
|
|
626
|
-
|
|
627
603
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
628
604
|
padding-top: 8px;
|
|
629
605
|
}
|
|
630
|
-
|
|
631
606
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
632
607
|
padding-left: 8px;
|
|
633
608
|
padding-right: 0;
|
|
634
609
|
}
|
|
635
|
-
|
|
636
610
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
637
611
|
padding-left: 0;
|
|
638
612
|
padding-right: 8px;
|
|
@@ -669,7 +643,6 @@
|
|
|
669
643
|
opacity: 1;
|
|
670
644
|
}
|
|
671
645
|
}
|
|
672
|
-
|
|
673
646
|
.e-de-text-target {
|
|
674
647
|
border: 0;
|
|
675
648
|
height: 1px;
|
|
@@ -685,15 +658,12 @@
|
|
|
685
658
|
.e-de-txt-form .e-de-txt-field {
|
|
686
659
|
display: block;
|
|
687
660
|
}
|
|
688
|
-
|
|
689
661
|
.e-de-txt-form .e-de-num-field {
|
|
690
662
|
display: none;
|
|
691
663
|
}
|
|
692
|
-
|
|
693
664
|
.e-de-txt-form .e-de-date-field {
|
|
694
665
|
display: none;
|
|
695
666
|
}
|
|
696
|
-
|
|
697
667
|
.e-de-txt-form .e-de-ddl-field {
|
|
698
668
|
display: none;
|
|
699
669
|
}
|
|
@@ -701,15 +671,12 @@
|
|
|
701
671
|
.e-de-num-form .e-de-txt-field {
|
|
702
672
|
display: none;
|
|
703
673
|
}
|
|
704
|
-
|
|
705
674
|
.e-de-num-form .e-de-num-field {
|
|
706
675
|
display: block;
|
|
707
676
|
}
|
|
708
|
-
|
|
709
677
|
.e-de-num-form .e-de-date-field {
|
|
710
678
|
display: none;
|
|
711
679
|
}
|
|
712
|
-
|
|
713
680
|
.e-de-num-form .e-de-ddl-field {
|
|
714
681
|
display: none;
|
|
715
682
|
}
|
|
@@ -717,15 +684,12 @@
|
|
|
717
684
|
.e-de-date-form .e-de-txt-field {
|
|
718
685
|
display: none;
|
|
719
686
|
}
|
|
720
|
-
|
|
721
687
|
.e-de-date-form .e-de-num-field {
|
|
722
688
|
display: none;
|
|
723
689
|
}
|
|
724
|
-
|
|
725
690
|
.e-de-date-form .e-de-date-field {
|
|
726
691
|
display: block;
|
|
727
692
|
}
|
|
728
|
-
|
|
729
693
|
.e-de-date-form .e-de-ddl-field {
|
|
730
694
|
display: none;
|
|
731
695
|
}
|
|
@@ -733,15 +697,12 @@
|
|
|
733
697
|
.e-de-ddl-form .e-de-txt-field {
|
|
734
698
|
display: none;
|
|
735
699
|
}
|
|
736
|
-
|
|
737
700
|
.e-de-ddl-form .e-de-num-field {
|
|
738
701
|
display: none;
|
|
739
702
|
}
|
|
740
|
-
|
|
741
703
|
.e-de-ddl-form .e-de-date-field {
|
|
742
704
|
display: none;
|
|
743
705
|
}
|
|
744
|
-
|
|
745
706
|
.e-de-ddl-form .e-de-ddl-field {
|
|
746
707
|
display: block;
|
|
747
708
|
}
|
|
@@ -751,7 +712,6 @@
|
|
|
751
712
|
position: absolute;
|
|
752
713
|
top: 18px;
|
|
753
714
|
}
|
|
754
|
-
|
|
755
715
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
756
716
|
left: 14px;
|
|
757
717
|
}
|
|
@@ -1292,11 +1252,11 @@
|
|
|
1292
1252
|
margin-top: 14px;
|
|
1293
1253
|
}
|
|
1294
1254
|
|
|
1295
|
-
label[for*=
|
|
1255
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1296
1256
|
left: 35px;
|
|
1297
1257
|
}
|
|
1298
1258
|
|
|
1299
|
-
label[for*=
|
|
1259
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1300
1260
|
right: 35px;
|
|
1301
1261
|
}
|
|
1302
1262
|
|
|
@@ -1574,7 +1534,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1574
1534
|
box-shadow: inset 0 3px 5px #4e555b;
|
|
1575
1535
|
box-shadow: none;
|
|
1576
1536
|
}
|
|
1577
|
-
|
|
1578
1537
|
.e-de-style-paragraph-indent-group-button .e-btn.e-active .e-btn-icon,
|
|
1579
1538
|
.e-de-style-paragraph-group-button .e-btn.e-active .e-btn-icon,
|
|
1580
1539
|
.e-de-style-font-group-button .e-btn.e-active .e-btn-icon {
|
|
@@ -1587,21 +1546,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1587
1546
|
background-color: #fff;
|
|
1588
1547
|
border-color: #ced4da;
|
|
1589
1548
|
}
|
|
1590
|
-
|
|
1591
1549
|
.e-de-style-font-group-button .e-btn:focus,
|
|
1592
1550
|
.e-de-style-paragraph-group-button .e-btn:focus,
|
|
1593
1551
|
.e-de-style-paragraph-indent-group-button .e-btn:focus {
|
|
1594
1552
|
background-color: #6c757d;
|
|
1595
1553
|
box-shadow: inset 0 3px 5px #4e555b;
|
|
1596
1554
|
}
|
|
1597
|
-
|
|
1598
1555
|
.e-de-style-font-group-button .e-btn:active,
|
|
1599
1556
|
.e-de-style-paragraph-group-button .e-btn:active,
|
|
1600
1557
|
.e-de-style-paragraph-indent-group-button .e-btn:active {
|
|
1601
1558
|
background-color: #6c757d;
|
|
1602
1559
|
box-shadow: inset 0 3px 5px #4e555b;
|
|
1603
1560
|
}
|
|
1604
|
-
|
|
1605
1561
|
.e-de-style-font-group-button .e-btn:hover,
|
|
1606
1562
|
.e-de-style-paragraph-group-button .e-btn:hover,
|
|
1607
1563
|
.e-de-style-paragraph-indent-group-button .e-btn:hover {
|
|
@@ -1683,19 +1639,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1683
1639
|
.e-bigger .e-de-style-left-div .e-de-style-dlg-name-input {
|
|
1684
1640
|
height: 41px;
|
|
1685
1641
|
}
|
|
1686
|
-
|
|
1687
1642
|
.e-bigger .e-de-style-bold-button-size {
|
|
1688
1643
|
height: 41px;
|
|
1689
1644
|
}
|
|
1690
|
-
|
|
1691
1645
|
.e-bigger .e-styles-common {
|
|
1692
1646
|
padding-top: 16px;
|
|
1693
1647
|
}
|
|
1694
|
-
|
|
1695
1648
|
.e-bigger .e-styles-list {
|
|
1696
1649
|
margin-right: 16px;
|
|
1697
1650
|
}
|
|
1698
|
-
|
|
1699
1651
|
.e-bigger .e-bookmark-gotobutton,
|
|
1700
1652
|
.e-bigger .e-bookmark-addbutton,
|
|
1701
1653
|
.e-bigger .e-styles-addbutton,
|
|
@@ -1984,11 +1936,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1984
1936
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
1985
1937
|
margin-left: 64px;
|
|
1986
1938
|
}
|
|
1987
|
-
|
|
1988
1939
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
1989
1940
|
margin-right: 64px;
|
|
1990
1941
|
}
|
|
1991
|
-
|
|
1992
1942
|
.e-bigger .e-de-font-content-label {
|
|
1993
1943
|
width: 132px;
|
|
1994
1944
|
}
|
|
@@ -2414,7 +2364,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2414
2364
|
.e-bigger .e-de-style-icon-button-last-size {
|
|
2415
2365
|
height: 35px;
|
|
2416
2366
|
}
|
|
2417
|
-
|
|
2418
2367
|
.e-bigger .e-de-style-bold-button-size {
|
|
2419
2368
|
margin-left: 8px;
|
|
2420
2369
|
margin-right: 8px;
|
|
@@ -2934,45 +2883,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2934
2883
|
height: auto;
|
|
2935
2884
|
width: auto;
|
|
2936
2885
|
}
|
|
2937
|
-
|
|
2938
2886
|
.e-bigger .e-de-insert-footnote {
|
|
2939
2887
|
height: auto;
|
|
2940
2888
|
width: auto;
|
|
2941
2889
|
}
|
|
2942
|
-
|
|
2943
2890
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
2944
2891
|
height: auto;
|
|
2945
2892
|
}
|
|
2946
|
-
|
|
2947
2893
|
.e-bigger .e-de-font-dlg {
|
|
2948
2894
|
width: max-content;
|
|
2949
2895
|
}
|
|
2950
|
-
|
|
2951
2896
|
.e-bigger .e-para-dlg-sub-height {
|
|
2952
2897
|
height: 170px;
|
|
2953
2898
|
}
|
|
2954
|
-
|
|
2955
2899
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
2956
2900
|
margin-right: 36px;
|
|
2957
2901
|
}
|
|
2958
|
-
|
|
2959
2902
|
.e-bigger .e-de-font-content-label-width {
|
|
2960
2903
|
width: 68px;
|
|
2961
2904
|
}
|
|
2962
|
-
|
|
2963
2905
|
.e-bigger .e-de-toc-label {
|
|
2964
2906
|
margin-left: 194px;
|
|
2965
2907
|
}
|
|
2966
|
-
|
|
2967
2908
|
.e-bigger .e-de-toc-label-rtl {
|
|
2968
2909
|
margin-left: 0px;
|
|
2969
2910
|
margin-right: 180px;
|
|
2970
2911
|
}
|
|
2971
|
-
|
|
2972
2912
|
.e-bigger .e-de-outline-rtl {
|
|
2973
2913
|
width: 173px;
|
|
2974
2914
|
}
|
|
2975
|
-
|
|
2976
2915
|
.e-bigger .e-de-rp-header {
|
|
2977
2916
|
font-size: 16px;
|
|
2978
2917
|
width: 75%;
|
|
@@ -3389,7 +3328,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3389
3328
|
}
|
|
3390
3329
|
|
|
3391
3330
|
.e-de-tc-field {
|
|
3392
|
-
background-color:
|
|
3331
|
+
background-color: rgb(206, 205, 205);
|
|
3393
3332
|
margin: 0 2px;
|
|
3394
3333
|
}
|
|
3395
3334
|
|
|
@@ -3397,7 +3336,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3397
3336
|
font-size: 14px;
|
|
3398
3337
|
font-family: Roboto-Regular;
|
|
3399
3338
|
font-weight: 600;
|
|
3400
|
-
color:
|
|
3339
|
+
color: rgb(1, 22, 119);
|
|
3401
3340
|
margin: 0 2px;
|
|
3402
3341
|
}
|
|
3403
3342
|
|
|
@@ -3457,7 +3396,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3457
3396
|
margin: 11.5px 8px 0 8px;
|
|
3458
3397
|
padding: 0px;
|
|
3459
3398
|
}
|
|
3460
|
-
|
|
3461
3399
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3462
3400
|
margin-top: 11.5px;
|
|
3463
3401
|
}
|
|
@@ -3493,11 +3431,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3493
3431
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3494
3432
|
opacity: 0.67;
|
|
3495
3433
|
}
|
|
3496
|
-
|
|
3497
3434
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3498
3435
|
display: none;
|
|
3499
3436
|
}
|
|
3500
|
-
|
|
3501
3437
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3502
3438
|
display: block;
|
|
3503
3439
|
margin-top: 8px;
|
|
@@ -3529,7 +3465,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3529
3465
|
pointer-events: all;
|
|
3530
3466
|
width: 13px;
|
|
3531
3467
|
}
|
|
3532
|
-
|
|
3533
3468
|
.e-de-cmt-mark :hover {
|
|
3534
3469
|
color: #007bff;
|
|
3535
3470
|
}
|
|
@@ -3575,53 +3510,43 @@ textarea.e-de-cmt-textarea {
|
|
|
3575
3510
|
border-left: none;
|
|
3576
3511
|
border-right: 1px solid #dee2e6;
|
|
3577
3512
|
}
|
|
3578
|
-
|
|
3579
3513
|
.e-rtl .e-de-rp-close-icon {
|
|
3580
3514
|
float: left;
|
|
3581
3515
|
right: 9px;
|
|
3582
3516
|
}
|
|
3583
|
-
|
|
3584
3517
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3585
3518
|
float: left;
|
|
3586
3519
|
}
|
|
3587
|
-
|
|
3588
3520
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3589
3521
|
border-left: 1px solid #dee2e6;
|
|
3590
3522
|
border-right: 3px solid #007bff;
|
|
3591
3523
|
padding-left: 8px;
|
|
3592
3524
|
padding-right: 6px;
|
|
3593
3525
|
}
|
|
3594
|
-
|
|
3595
3526
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3596
3527
|
border-left: 1px solid #dee2e6;
|
|
3597
3528
|
border-right: 2px solid #007bff;
|
|
3598
3529
|
padding-left: 8px;
|
|
3599
3530
|
padding-right: 7px;
|
|
3600
3531
|
}
|
|
3601
|
-
|
|
3602
3532
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3603
3533
|
border-right: 3px solid rgba(0, 123, 255, 0.5);
|
|
3604
3534
|
}
|
|
3605
|
-
|
|
3606
3535
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3607
3536
|
border-right: 2px solid rgba(0, 123, 255, 0.5);
|
|
3608
3537
|
}
|
|
3609
|
-
|
|
3610
3538
|
.e-rtl .e-de-cmt-action-button {
|
|
3611
3539
|
text-align: left;
|
|
3612
3540
|
}
|
|
3613
|
-
|
|
3614
3541
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3615
3542
|
margin-left: auto;
|
|
3616
3543
|
margin-right: 6px;
|
|
3617
3544
|
}
|
|
3618
|
-
|
|
3619
3545
|
.e-rtl .e-de-cmt-drawer {
|
|
3620
3546
|
float: left;
|
|
3621
3547
|
margin-left: 8px;
|
|
3622
3548
|
margin-right: auto;
|
|
3623
3549
|
}
|
|
3624
|
-
|
|
3625
3550
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3626
3551
|
text-align: left;
|
|
3627
3552
|
}
|
|
@@ -3632,20 +3557,17 @@ textarea.e-de-cmt-textarea {
|
|
|
3632
3557
|
margin-left: 12px;
|
|
3633
3558
|
width: 36px;
|
|
3634
3559
|
}
|
|
3635
|
-
|
|
3636
3560
|
.e-bigger .e-de-cp-whole-header {
|
|
3637
3561
|
height: 56px;
|
|
3638
3562
|
padding: 16px;
|
|
3639
3563
|
padding-right: 8px;
|
|
3640
3564
|
}
|
|
3641
|
-
|
|
3642
3565
|
.e-bigger .e-de-rp-close-icon {
|
|
3643
3566
|
float: right;
|
|
3644
3567
|
position: relative;
|
|
3645
3568
|
top: -8px;
|
|
3646
3569
|
right: -10px;
|
|
3647
3570
|
}
|
|
3648
|
-
|
|
3649
3571
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3650
3572
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3651
3573
|
margin-right: 12px;
|
|
@@ -3658,13 +3580,11 @@ textarea.e-de-cmt-textarea {
|
|
|
3658
3580
|
color: rgba(0, 0, 0, 0.5);
|
|
3659
3581
|
border: none;
|
|
3660
3582
|
}
|
|
3661
|
-
|
|
3662
3583
|
.e-de-close-icon.e-btn:active {
|
|
3663
3584
|
background-color: transparent !important;
|
|
3664
3585
|
border-color: transparent !important;
|
|
3665
3586
|
box-shadow: none;
|
|
3666
3587
|
}
|
|
3667
|
-
|
|
3668
3588
|
.e-de-close-icon.e-btn:hover {
|
|
3669
3589
|
background-color: transparent !important;
|
|
3670
3590
|
box-shadow: none;
|
|
@@ -3690,67 +3610,52 @@ textarea.e-de-cmt-textarea {
|
|
|
3690
3610
|
padding-left: 0%;
|
|
3691
3611
|
padding-right: 8px;
|
|
3692
3612
|
}
|
|
3693
|
-
|
|
3694
3613
|
.e-bigger .e-de-cmt-author-name {
|
|
3695
3614
|
padding-left: 8px;
|
|
3696
3615
|
}
|
|
3697
|
-
|
|
3698
3616
|
.e-bigger .e-de-cmt-rply-view {
|
|
3699
3617
|
margin-top: 12px;
|
|
3700
3618
|
}
|
|
3701
|
-
|
|
3702
3619
|
.e-bigger .e-de-cmt-sub-container {
|
|
3703
3620
|
padding: 8px;
|
|
3704
3621
|
}
|
|
3705
|
-
|
|
3706
3622
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3707
3623
|
padding-left: 6px;
|
|
3708
3624
|
}
|
|
3709
|
-
|
|
3710
3625
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3711
3626
|
padding-left: 7px;
|
|
3712
3627
|
}
|
|
3713
|
-
|
|
3714
3628
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3715
3629
|
padding: 0%;
|
|
3716
3630
|
}
|
|
3717
|
-
|
|
3718
3631
|
.e-bigger .e-de-rp-nav-btn {
|
|
3719
3632
|
width: auto;
|
|
3720
3633
|
}
|
|
3721
|
-
|
|
3722
3634
|
.e-bigger .e-de-rp-whole-header {
|
|
3723
3635
|
padding: 12px;
|
|
3724
3636
|
}
|
|
3725
|
-
|
|
3726
3637
|
.e-bigger .e-de-rp-sub-div {
|
|
3727
3638
|
border-bottom: 1px solid #e4e4e4;
|
|
3728
3639
|
padding: 12px;
|
|
3729
3640
|
}
|
|
3730
|
-
|
|
3731
3641
|
.e-bigger .e-de-rp-enforce {
|
|
3732
3642
|
padding: 12px;
|
|
3733
3643
|
}
|
|
3734
|
-
|
|
3735
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3644
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3736
3645
|
width: 300px;
|
|
3737
3646
|
}
|
|
3738
|
-
|
|
3739
3647
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3740
3648
|
padding-left: 0%;
|
|
3741
3649
|
padding-right: 8px;
|
|
3742
3650
|
}
|
|
3743
|
-
|
|
3744
3651
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3745
3652
|
padding-left: 8px;
|
|
3746
3653
|
padding-right: 6px;
|
|
3747
3654
|
}
|
|
3748
|
-
|
|
3749
3655
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3750
3656
|
padding-left: 8px;
|
|
3751
3657
|
padding-right: 7px;
|
|
3752
3658
|
}
|
|
3753
|
-
|
|
3754
3659
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3755
3660
|
float: left;
|
|
3756
3661
|
right: 10px;
|
|
@@ -3760,11 +3665,9 @@ textarea.e-de-cmt-textarea {
|
|
|
3760
3665
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3761
3666
|
font-size: 14px;
|
|
3762
3667
|
}
|
|
3763
|
-
|
|
3764
3668
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3765
3669
|
width: 192px !important;
|
|
3766
3670
|
}
|
|
3767
|
-
|
|
3768
3671
|
.e-bigger .e-de-para-dlg-heading {
|
|
3769
3672
|
color: #212529;
|
|
3770
3673
|
display: block;
|
|
@@ -3772,56 +3675,45 @@ textarea.e-de-cmt-textarea {
|
|
|
3772
3675
|
font-weight: 400;
|
|
3773
3676
|
margin-bottom: 8px;
|
|
3774
3677
|
}
|
|
3775
|
-
|
|
3776
3678
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3777
3679
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3778
3680
|
font-size: 12px;
|
|
3779
3681
|
}
|
|
3780
|
-
|
|
3781
3682
|
.e-bigger .e-de-para-dlg-container {
|
|
3782
3683
|
height: auto;
|
|
3783
3684
|
width: auto;
|
|
3784
3685
|
}
|
|
3785
|
-
|
|
3786
3686
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3787
3687
|
margin-bottom: 8px;
|
|
3788
3688
|
margin-top: 8px;
|
|
3789
3689
|
}
|
|
3790
|
-
|
|
3791
3690
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
3792
3691
|
margin-left: 20px;
|
|
3793
3692
|
}
|
|
3794
|
-
|
|
3795
3693
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
3796
3694
|
margin-left: 0;
|
|
3797
3695
|
margin-right: 20px;
|
|
3798
3696
|
}
|
|
3799
|
-
|
|
3800
3697
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
3801
3698
|
margin-bottom: 8px;
|
|
3802
3699
|
}
|
|
3803
|
-
|
|
3804
3700
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
3805
3701
|
margin-bottom: 14px;
|
|
3806
3702
|
}
|
|
3807
|
-
|
|
3808
3703
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
3809
3704
|
top: 0;
|
|
3810
3705
|
}
|
|
3811
|
-
|
|
3812
3706
|
.e-bigger .e-de-dlg-sub-header {
|
|
3813
3707
|
display: block;
|
|
3814
3708
|
font-size: 12px;
|
|
3815
3709
|
font-weight: normal;
|
|
3816
3710
|
margin-bottom: 15px;
|
|
3817
3711
|
}
|
|
3818
|
-
|
|
3819
3712
|
.e-bigger .e-de-rtl-btn-div {
|
|
3820
3713
|
font-size: 12px;
|
|
3821
3714
|
margin-right: 24px;
|
|
3822
3715
|
width: 200px;
|
|
3823
3716
|
}
|
|
3824
|
-
|
|
3825
3717
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
3826
3718
|
margin-left: 12px;
|
|
3827
3719
|
margin-right: 0;
|
|
@@ -3892,4 +3784,4 @@ textarea.e-de-cmt-textarea {
|
|
|
3892
3784
|
|
|
3893
3785
|
.e-para-dlg-sub-height {
|
|
3894
3786
|
height: 145px;
|
|
3895
|
-
}
|
|
3787
|
+
}
|