@syncfusion/ej2-angular-grids 20.1.48 → 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/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +25 -0
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- 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 +282 -1600
- package/styles/bootstrap.css +282 -1600
- package/styles/bootstrap4.css +281 -1598
- package/styles/bootstrap5-dark.css +286 -1618
- package/styles/bootstrap5.css +286 -1618
- package/styles/excel-filter/bootstrap-dark.css +14 -102
- package/styles/excel-filter/bootstrap.css +14 -102
- package/styles/excel-filter/bootstrap4.css +14 -101
- package/styles/excel-filter/bootstrap5-dark.css +15 -103
- package/styles/excel-filter/bootstrap5.css +15 -103
- package/styles/excel-filter/fabric-dark.css +14 -100
- package/styles/excel-filter/fabric.css +14 -100
- package/styles/excel-filter/fluent-dark.css +14 -101
- package/styles/excel-filter/fluent.css +14 -101
- package/styles/excel-filter/highcontrast-light.css +12 -111
- package/styles/excel-filter/highcontrast.css +12 -111
- package/styles/excel-filter/material-dark.css +10 -90
- package/styles/excel-filter/material.css +10 -91
- package/styles/excel-filter/tailwind-dark.css +11 -91
- package/styles/excel-filter/tailwind.css +11 -91
- package/styles/fabric-dark.css +281 -1597
- package/styles/fabric.css +281 -1597
- package/styles/fluent-dark.css +285 -1616
- package/styles/fluent.css +285 -1616
- package/styles/grid/bootstrap-dark.css +229 -1302
- package/styles/grid/bootstrap.css +229 -1302
- package/styles/grid/bootstrap4.css +229 -1301
- package/styles/grid/bootstrap5-dark.css +233 -1311
- package/styles/grid/bootstrap5.css +233 -1311
- package/styles/grid/fabric-dark.css +229 -1300
- package/styles/grid/fabric.css +229 -1300
- package/styles/grid/fluent-dark.css +232 -1317
- package/styles/grid/fluent.css +232 -1317
- package/styles/grid/highcontrast-light.css +227 -1311
- package/styles/grid/highcontrast.css +227 -1311
- package/styles/grid/material-dark.css +225 -1291
- package/styles/grid/material.css +225 -1292
- package/styles/grid/tailwind-dark.css +232 -1318
- package/styles/grid/tailwind.css +232 -1318
- package/styles/highcontrast-light.css +279 -1608
- package/styles/highcontrast.css +279 -1608
- package/styles/material-dark.css +277 -1589
- package/styles/material.css +277 -1591
- package/styles/pager/bootstrap-dark.css +45 -211
- package/styles/pager/bootstrap.css +45 -211
- package/styles/pager/bootstrap4.css +44 -210
- package/styles/pager/bootstrap5-dark.css +44 -218
- package/styles/pager/bootstrap5.css +44 -218
- package/styles/pager/fabric-dark.css +44 -210
- package/styles/pager/fabric.css +44 -210
- package/styles/pager/fluent-dark.css +44 -210
- package/styles/pager/fluent.css +44 -210
- package/styles/pager/highcontrast-light.css +44 -210
- package/styles/pager/highcontrast.css +44 -210
- package/styles/pager/material-dark.css +44 -210
- package/styles/pager/material.css +44 -210
- package/styles/pager/tailwind-dark.css +46 -241
- package/styles/pager/tailwind.css +46 -241
- package/styles/tailwind-dark.css +287 -1648
- package/styles/tailwind.css +287 -1648
|
@@ -11,21 +11,17 @@
|
|
|
11
11
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
12
|
margin-top: 1px;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
16
15
|
background-color: #fff;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
20
18
|
color: #23726c;
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
.e-ddl.e-popup .e-input-group {
|
|
24
21
|
display: -ms-flexbox;
|
|
25
22
|
display: flex;
|
|
26
23
|
width: auto;
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
.e-ddl.e-popup .e-input-group input {
|
|
30
26
|
line-height: 15px;
|
|
31
27
|
}
|
|
@@ -36,62 +32,46 @@
|
|
|
36
32
|
margin: 5px;
|
|
37
33
|
min-width: 20px;
|
|
38
34
|
}
|
|
39
|
-
|
|
40
35
|
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
|
|
41
36
|
font-size: 10px;
|
|
42
37
|
}
|
|
43
|
-
|
|
44
38
|
.e-ddl.e-popup .e-filter-parent {
|
|
45
39
|
border-left-width: 0;
|
|
46
40
|
border-right-width: 0;
|
|
47
41
|
}
|
|
48
|
-
|
|
49
42
|
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
50
43
|
border-color: #000;
|
|
51
44
|
}
|
|
52
|
-
|
|
53
45
|
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
54
46
|
margin-top: 0;
|
|
55
47
|
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-ddl.e-popup .e-list-item,
|
|
58
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
|
59
|
-
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
48
|
+
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
60
49
|
font-size: 15px;
|
|
61
50
|
line-height: 45px;
|
|
62
51
|
padding-left: 0;
|
|
63
52
|
text-indent: 16px;
|
|
64
53
|
}
|
|
65
|
-
|
|
66
54
|
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
67
55
|
padding-left: 4px;
|
|
68
56
|
}
|
|
69
|
-
|
|
70
57
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
71
58
|
padding: 4px 0;
|
|
72
59
|
}
|
|
73
|
-
|
|
74
60
|
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
75
61
|
height: 30px;
|
|
76
62
|
}
|
|
77
|
-
|
|
78
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
79
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
80
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
63
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
81
64
|
font-size: 14px;
|
|
82
65
|
line-height: 40px;
|
|
83
66
|
padding-left: 0;
|
|
84
67
|
text-indent: 16px;
|
|
85
68
|
}
|
|
86
|
-
|
|
87
69
|
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
88
70
|
padding-left: 4px;
|
|
89
71
|
}
|
|
90
|
-
|
|
91
72
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
92
73
|
padding: 0;
|
|
93
74
|
}
|
|
94
|
-
|
|
95
75
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
96
76
|
height: 34px;
|
|
97
77
|
}
|
|
@@ -104,7 +84,6 @@
|
|
|
104
84
|
transform: rotate(360deg);
|
|
105
85
|
}
|
|
106
86
|
}
|
|
107
|
-
|
|
108
87
|
@keyframes fabric-spinner-rotate {
|
|
109
88
|
0% {
|
|
110
89
|
transform: rotate(0);
|
|
@@ -113,38 +92,31 @@
|
|
|
113
92
|
transform: rotate(360deg);
|
|
114
93
|
}
|
|
115
94
|
}
|
|
116
|
-
|
|
117
95
|
/*!component icons*/
|
|
118
96
|
.e-icon-check::before {
|
|
119
|
-
content:
|
|
97
|
+
content: "\e7ff";
|
|
120
98
|
}
|
|
121
99
|
|
|
122
100
|
.e-excelfilter .e-icon-filter::before {
|
|
123
|
-
content:
|
|
101
|
+
content: "\e21c";
|
|
124
102
|
}
|
|
125
|
-
|
|
126
103
|
.e-excelfilter .e-excl-filter-icon::before {
|
|
127
|
-
content:
|
|
104
|
+
content: "\e250";
|
|
128
105
|
}
|
|
129
|
-
|
|
130
106
|
.e-excelfilter .e-excl-filter-icon.e-filtered::before {
|
|
131
|
-
content:
|
|
107
|
+
content: "\e247";
|
|
132
108
|
}
|
|
133
|
-
|
|
134
109
|
.e-excelfilter .e-search-icon::before {
|
|
135
|
-
content:
|
|
110
|
+
content: "\e97d";
|
|
136
111
|
}
|
|
137
|
-
|
|
138
112
|
.e-excelfilter .e-chkcancel-icon::before {
|
|
139
|
-
content:
|
|
113
|
+
content: "\e7a7";
|
|
140
114
|
}
|
|
141
|
-
|
|
142
115
|
.e-excelfilter .e-sortascending::before {
|
|
143
|
-
content:
|
|
116
|
+
content: "\e734";
|
|
144
117
|
}
|
|
145
|
-
|
|
146
118
|
.e-excelfilter .e-sortdescending::before {
|
|
147
|
-
content:
|
|
119
|
+
content: "\e733";
|
|
148
120
|
}
|
|
149
121
|
|
|
150
122
|
/*! Excel-Filter layout */
|
|
@@ -152,29 +124,23 @@
|
|
|
152
124
|
overflow: visible;
|
|
153
125
|
padding: 0;
|
|
154
126
|
}
|
|
155
|
-
|
|
156
127
|
.sf-grid .e-excelfilter .e-searchcontainer {
|
|
157
128
|
padding: 28px 25px 10px;
|
|
158
129
|
padding-top: 4px;
|
|
159
130
|
}
|
|
160
|
-
|
|
161
131
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
162
132
|
height: 26px;
|
|
163
133
|
line-height: 26px;
|
|
164
134
|
}
|
|
165
|
-
|
|
166
135
|
.sf-grid .e-excelfilter .e-searchbox {
|
|
167
136
|
padding-left: 0;
|
|
168
137
|
}
|
|
169
|
-
|
|
170
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
|
|
171
139
|
height: auto;
|
|
172
140
|
}
|
|
173
|
-
|
|
174
141
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
|
|
175
142
|
position: absolute;
|
|
176
143
|
}
|
|
177
|
-
|
|
178
144
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
|
|
179
145
|
display: inline-block;
|
|
180
146
|
position: relative;
|
|
@@ -188,59 +154,47 @@
|
|
|
188
154
|
.e-xlflmenu {
|
|
189
155
|
min-height: 314px;
|
|
190
156
|
}
|
|
191
|
-
|
|
192
157
|
.e-xlflmenu .e-xlfl-dlgfields {
|
|
193
158
|
font-size: 15px;
|
|
194
159
|
}
|
|
195
|
-
|
|
196
160
|
.e-xlflmenu .e-xlfl-fieldset {
|
|
197
161
|
font-size: 13px;
|
|
198
162
|
padding-top: 9px;
|
|
199
163
|
}
|
|
200
|
-
|
|
201
164
|
.e-xlflmenu .e-xlfl-optr,
|
|
202
165
|
.e-xlflmenu .e-xlfl-value {
|
|
203
166
|
padding-top: 12px;
|
|
204
167
|
}
|
|
205
|
-
|
|
206
168
|
.e-xlflmenu .e-xlfl-radio,
|
|
207
169
|
.e-xlflmenu .e-xlfl-mtcase {
|
|
208
170
|
padding-top: 12px;
|
|
209
171
|
}
|
|
210
|
-
|
|
211
172
|
.e-xlflmenu .e-xlfl-optr:first-child {
|
|
212
173
|
padding-right: 12px;
|
|
213
174
|
}
|
|
214
|
-
|
|
215
175
|
.e-xlflmenu .e-xlfl-table {
|
|
216
176
|
border-spacing: 0;
|
|
217
177
|
table-layout: fixed;
|
|
218
178
|
width: 100%;
|
|
219
179
|
}
|
|
220
|
-
|
|
221
180
|
.e-xlflmenu .e-radio + label .e-label {
|
|
222
181
|
margin-top: 0;
|
|
223
182
|
padding-left: 25px;
|
|
224
183
|
padding-right: 8px;
|
|
225
184
|
}
|
|
226
|
-
|
|
227
185
|
.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
|
|
228
186
|
margin-bottom: 1px;
|
|
229
187
|
margin-left: 6px;
|
|
230
188
|
}
|
|
231
|
-
|
|
232
189
|
.e-xlflmenu .e-checkbox-wrapper .e-frame {
|
|
233
190
|
margin-bottom: 1px;
|
|
234
191
|
}
|
|
235
|
-
|
|
236
192
|
.e-xlflmenu .e-dlg-content {
|
|
237
193
|
padding-bottom: 5px;
|
|
238
194
|
}
|
|
239
|
-
|
|
240
195
|
.e-xlflmenu .e-xlfl-radiodiv {
|
|
241
196
|
width: 118px;
|
|
242
197
|
}
|
|
243
|
-
|
|
244
198
|
.e-xlflmenu .e-xlfl-matchcasediv {
|
|
245
199
|
margin-left: 0;
|
|
246
200
|
margin-right: 13px;
|
|
@@ -259,12 +213,10 @@
|
|
|
259
213
|
padding-left: 12px;
|
|
260
214
|
padding-right: 0;
|
|
261
215
|
}
|
|
262
|
-
|
|
263
216
|
.e-xlflmenu.e-rtl .e-radio + label .e-label {
|
|
264
217
|
padding-left: 0;
|
|
265
218
|
padding-right: 25px;
|
|
266
219
|
}
|
|
267
|
-
|
|
268
220
|
.e-xlflmenu.e-rtl .e-xlfl-radio-or {
|
|
269
221
|
margin-left: 0;
|
|
270
222
|
margin-right: 13px;
|
|
@@ -278,52 +230,41 @@
|
|
|
278
230
|
.e-bigger .e-xlflmenu {
|
|
279
231
|
min-height: 372px;
|
|
280
232
|
}
|
|
281
|
-
|
|
282
233
|
.e-bigger .e-xlflmenu .e-xlfl-table {
|
|
283
234
|
border-spacing: 0;
|
|
284
235
|
width: 100%;
|
|
285
236
|
}
|
|
286
|
-
|
|
287
237
|
.e-bigger .e-xlflmenu .e-dlg-content {
|
|
288
238
|
padding-bottom: 10px;
|
|
289
239
|
}
|
|
290
|
-
|
|
291
240
|
.e-bigger .e-xlflmenu .e-radio + label .e-label {
|
|
292
241
|
padding-left: 28px;
|
|
293
242
|
padding-right: 5px;
|
|
294
243
|
}
|
|
295
|
-
|
|
296
244
|
.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
|
|
297
245
|
margin-left: 8px;
|
|
298
246
|
}
|
|
299
|
-
|
|
300
247
|
.e-bigger .e-xlflmenu .e-xlfl-radiodiv {
|
|
301
248
|
width: 138px;
|
|
302
249
|
}
|
|
303
|
-
|
|
304
250
|
.e-bigger .e-xlflmenu .e-xlfl-radio-or,
|
|
305
251
|
.e-bigger .e-xlflmenu .e-xlfl-matchcasediv {
|
|
306
252
|
margin-left: 18px;
|
|
307
253
|
}
|
|
308
|
-
|
|
309
254
|
.e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
|
|
310
255
|
padding-right: 16px;
|
|
311
256
|
}
|
|
312
|
-
|
|
313
257
|
.e-bigger .e-xlflmenu .e-xlfl-dlgfields {
|
|
314
258
|
font-size: 16px;
|
|
315
259
|
}
|
|
316
|
-
|
|
317
260
|
.e-bigger .e-xlflmenu .e-xlfl-fieldset {
|
|
318
261
|
font-size: 14px;
|
|
319
262
|
padding-top: 12px;
|
|
320
263
|
}
|
|
321
|
-
|
|
322
264
|
.e-bigger .e-xlflmenu .e-xlfl-optr,
|
|
323
265
|
.e-bigger .e-xlflmenu .e-xlfl-value {
|
|
324
266
|
padding-top: 16px;
|
|
325
267
|
}
|
|
326
|
-
|
|
327
268
|
.e-bigger .e-xlflmenu .e-xlfl-radio,
|
|
328
269
|
.e-bigger .e-xlflmenu .e-xlfl-mtcase {
|
|
329
270
|
padding-top: 6px;
|
|
@@ -333,13 +274,11 @@
|
|
|
333
274
|
.e-excelfilter.e-bigger .e-xlflmenu {
|
|
334
275
|
min-height: 372px;
|
|
335
276
|
}
|
|
336
|
-
|
|
337
277
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
338
278
|
.e-excelfilter.e-bigger .e-ftrchk {
|
|
339
279
|
padding-bottom: 12px;
|
|
340
280
|
padding-top: 12px;
|
|
341
281
|
}
|
|
342
|
-
|
|
343
282
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,
|
|
344
283
|
.e-bigger .e-excelfilter .e-contextmenu-container ul li,
|
|
345
284
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,
|
|
@@ -347,7 +286,6 @@
|
|
|
347
286
|
height: 48px;
|
|
348
287
|
line-height: 48px;
|
|
349
288
|
}
|
|
350
|
-
|
|
351
289
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
352
290
|
.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,
|
|
353
291
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
@@ -356,37 +294,31 @@
|
|
|
356
294
|
line-height: 48px;
|
|
357
295
|
margin-right: 10px;
|
|
358
296
|
}
|
|
359
|
-
|
|
360
297
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
361
298
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
362
299
|
height: 48px;
|
|
363
300
|
line-height: 48px;
|
|
364
301
|
margin-right: 0;
|
|
365
302
|
}
|
|
366
|
-
|
|
367
303
|
.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
368
304
|
.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
369
305
|
margin-left: 0;
|
|
370
306
|
}
|
|
371
|
-
|
|
372
307
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
373
308
|
.e-excelfilter.e-bigger.e-dialog .e-dlg-content {
|
|
374
309
|
padding-left: 19.25px;
|
|
375
310
|
}
|
|
376
|
-
|
|
377
311
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
378
312
|
.e-bigger .e-excelfilter .e-searchbox,
|
|
379
313
|
.e-excelfilter.e-bigger .e-ftrchk,
|
|
380
314
|
.e-excelfilter.e-bigger .e-searchbox {
|
|
381
315
|
padding-left: 12px;
|
|
382
316
|
}
|
|
383
|
-
|
|
384
317
|
.e-bigger .e-excelfilter.e-rtl .e-dlg-content,
|
|
385
318
|
.e-excelfilter.e-bigger.e-rtl .e-dlg-content {
|
|
386
319
|
padding-left: 31.25px;
|
|
387
320
|
padding-right: 19.25px;
|
|
388
321
|
}
|
|
389
|
-
|
|
390
322
|
.e-bigger .e-excelfilter.e-rtl .e-ftrchk,
|
|
391
323
|
.e-bigger .e-excelfilter.e-rtl .e-searchbox,
|
|
392
324
|
.e-excelfilter.e-bigger.e-rtl .e-ftrchk,
|
|
@@ -401,51 +333,42 @@
|
|
|
401
333
|
min-height: 160px;
|
|
402
334
|
overflow-y: auto;
|
|
403
335
|
}
|
|
404
|
-
|
|
405
336
|
.e-excelfilter .e-checkboxfiltertext {
|
|
406
337
|
width: 135px;
|
|
407
338
|
word-break: normal;
|
|
408
339
|
}
|
|
409
|
-
|
|
410
340
|
.e-excelfilter .e-chk-hidden {
|
|
411
341
|
-moz-appearance: none;
|
|
412
342
|
height: 1px;
|
|
413
343
|
opacity: 0;
|
|
414
344
|
width: 1px;
|
|
415
345
|
}
|
|
416
|
-
|
|
417
346
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
418
347
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
419
348
|
display: block;
|
|
420
349
|
}
|
|
421
|
-
|
|
422
350
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
423
351
|
padding-bottom: 4px;
|
|
424
352
|
position: static;
|
|
425
353
|
}
|
|
426
|
-
|
|
427
354
|
.e-excelfilter .e-contextmenu-wrapper ul li,
|
|
428
355
|
.e-excelfilter .e-contextmenu-container ul li {
|
|
429
356
|
height: 36px;
|
|
430
357
|
line-height: 36px;
|
|
431
358
|
}
|
|
432
|
-
|
|
433
359
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
434
360
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
435
361
|
height: 36px;
|
|
436
362
|
line-height: 36px;
|
|
437
363
|
margin-right: 10px;
|
|
438
364
|
}
|
|
439
|
-
|
|
440
365
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
441
366
|
margin-right: 0;
|
|
442
367
|
}
|
|
443
|
-
|
|
444
368
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
445
369
|
height: 36px;
|
|
446
370
|
line-height: 36px;
|
|
447
371
|
}
|
|
448
|
-
|
|
449
372
|
.e-excelfilter .e-contextmenu-wrapper ul,
|
|
450
373
|
.e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
|
|
451
374
|
border: 0;
|
|
@@ -455,71 +378,56 @@
|
|
|
455
378
|
padding-bottom: 4px;
|
|
456
379
|
position: static;
|
|
457
380
|
}
|
|
458
|
-
|
|
459
381
|
.e-excelfilter .e-footer-content {
|
|
460
382
|
border-style: solid;
|
|
461
383
|
border-width: 0;
|
|
462
384
|
}
|
|
463
|
-
|
|
464
385
|
.e-excelfilter .e-excel-menu {
|
|
465
386
|
z-index: 1000;
|
|
466
387
|
}
|
|
467
|
-
|
|
468
388
|
.e-excelfilter .e-dlg-content {
|
|
469
389
|
background-color: #fff;
|
|
470
390
|
padding-top: 0;
|
|
471
391
|
}
|
|
472
|
-
|
|
473
392
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
474
393
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
475
394
|
display: block;
|
|
476
395
|
}
|
|
477
|
-
|
|
478
396
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
479
397
|
padding-bottom: 4px;
|
|
480
398
|
position: static;
|
|
481
399
|
}
|
|
482
|
-
|
|
483
|
-
.e-excelfilter .e-contextmenu-wrapper ul li
|
|
484
|
-
.e-contextmenu-container ul li {
|
|
400
|
+
.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
|
|
485
401
|
height: 36px;
|
|
486
402
|
line-height: 36px;
|
|
487
403
|
}
|
|
488
|
-
|
|
489
404
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
490
405
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
491
406
|
height: 36px;
|
|
492
407
|
line-height: 36px;
|
|
493
408
|
margin-right: 10px;
|
|
494
409
|
}
|
|
495
|
-
|
|
496
410
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
497
411
|
margin-right: 0;
|
|
498
412
|
}
|
|
499
|
-
|
|
500
413
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
501
414
|
height: 36px;
|
|
502
415
|
line-height: 36px;
|
|
503
416
|
margin-right: 0;
|
|
504
417
|
}
|
|
505
|
-
|
|
506
418
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
507
419
|
margin-left: 0;
|
|
508
420
|
}
|
|
509
|
-
|
|
510
421
|
.e-excelfilter .e-footer-content {
|
|
511
422
|
border-style: solid;
|
|
512
423
|
border-width: 0;
|
|
513
424
|
}
|
|
514
|
-
|
|
515
425
|
.e-excelfilter .e-excel-menu {
|
|
516
426
|
z-index: 1000;
|
|
517
427
|
}
|
|
518
|
-
|
|
519
428
|
.e-excelfilter .e-dlg-content {
|
|
520
429
|
padding-top: 0;
|
|
521
430
|
}
|
|
522
|
-
|
|
523
431
|
.e-excelfilter .e-xlsel {
|
|
524
432
|
border: 0 solid;
|
|
525
433
|
position: absolute;
|
|
@@ -527,27 +435,22 @@
|
|
|
527
435
|
-ms-user-select: none;
|
|
528
436
|
user-select: none;
|
|
529
437
|
}
|
|
530
|
-
|
|
531
438
|
.e-excelfilter.e-dialog .e-dlg-content {
|
|
532
439
|
padding-left: 18px;
|
|
533
440
|
}
|
|
534
|
-
|
|
535
441
|
.e-excelfilter .e-ftrchk,
|
|
536
442
|
.e-excelfilter .e-searchbox {
|
|
537
443
|
padding-left: 7px;
|
|
538
444
|
}
|
|
539
|
-
|
|
540
445
|
.e-excelfilter.e-rtl .e-dlg-content {
|
|
541
446
|
padding-left: 25px;
|
|
542
447
|
padding-right: 18px;
|
|
543
448
|
}
|
|
544
|
-
|
|
545
449
|
.e-excelfilter.e-rtl .e-ftrchk,
|
|
546
450
|
.e-excelfilter.e-rtl .e-searchbox {
|
|
547
451
|
padding-left: 0;
|
|
548
452
|
padding-right: 7px;
|
|
549
453
|
}
|
|
550
|
-
|
|
551
454
|
.e-excelfilter .e-searchbox {
|
|
552
455
|
display: block;
|
|
553
456
|
}
|
|
@@ -562,11 +465,9 @@
|
|
|
562
465
|
border-color: #757575;
|
|
563
466
|
opacity: 1;
|
|
564
467
|
}
|
|
565
|
-
|
|
566
468
|
.e-excelfilter .e-filtered::before {
|
|
567
469
|
color: #400074;
|
|
568
470
|
}
|
|
569
|
-
|
|
570
471
|
.e-excelfilter .e-dlg-content {
|
|
571
472
|
padding-bottom: 24px;
|
|
572
473
|
}
|
|
@@ -579,4 +480,4 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
579
480
|
.e-xlsel {
|
|
580
481
|
background-color: #400074;
|
|
581
482
|
border-color: #400074;
|
|
582
|
-
}
|
|
483
|
+
}
|