@syncfusion/ej2-vue-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/CHANGELOG.md +48 -2
- package/dist/ej2-vue-grids.umd.min.js +11 -2
- package/dist/es6/ej2-vue-grids.es2015.js +1 -0
- package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es5.js +1 -0
- package/dist/es6/ej2-vue-grids.es5.js.map +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -14
- package/src/grid/grid.component.js +1 -0
- package/styles/bootstrap-dark.css +559 -1556
- package/styles/bootstrap.css +559 -1556
- package/styles/bootstrap4.css +558 -1554
- package/styles/bootstrap5-dark.css +774 -1720
- package/styles/bootstrap5.css +774 -1720
- package/styles/excel-filter/bootstrap-dark.css +21 -100
- package/styles/excel-filter/bootstrap.css +21 -100
- package/styles/excel-filter/bootstrap4.css +21 -99
- package/styles/excel-filter/bootstrap5-dark.css +29 -101
- package/styles/excel-filter/bootstrap5.css +29 -101
- package/styles/excel-filter/fabric-dark.css +21 -98
- package/styles/excel-filter/fabric.css +21 -98
- package/styles/excel-filter/fluent-dark.css +534 -0
- package/styles/excel-filter/fluent-dark.scss +1 -0
- package/styles/excel-filter/fluent.css +534 -0
- package/styles/excel-filter/fluent.scss +1 -0
- package/styles/excel-filter/highcontrast-light.css +20 -110
- package/styles/excel-filter/highcontrast.css +19 -109
- package/styles/excel-filter/material-dark.css +17 -88
- package/styles/excel-filter/material.css +17 -89
- package/styles/excel-filter/tailwind-dark.css +21 -148
- package/styles/excel-filter/tailwind.css +21 -148
- package/styles/fabric-dark.css +560 -1555
- package/styles/fabric.css +560 -1555
- package/styles/fluent-dark.css +5186 -0
- package/styles/fluent-dark.scss +3 -0
- package/styles/fluent.css +5186 -0
- package/styles/fluent.scss +3 -0
- package/styles/grid/bootstrap-dark.css +449 -1267
- package/styles/grid/bootstrap.css +449 -1267
- package/styles/grid/bootstrap4.css +449 -1266
- package/styles/grid/bootstrap5-dark.css +577 -1378
- package/styles/grid/bootstrap5.css +577 -1378
- package/styles/grid/fabric-dark.css +449 -1265
- package/styles/grid/fabric.css +449 -1265
- package/styles/grid/fluent-dark.css +4088 -0
- package/styles/grid/fluent-dark.scss +1 -0
- package/styles/grid/fluent.css +4088 -0
- package/styles/grid/fluent.scss +1 -0
- package/styles/grid/highcontrast-light.css +447 -1276
- package/styles/grid/highcontrast.css +447 -1276
- package/styles/grid/material-dark.css +445 -1256
- package/styles/grid/material.css +445 -1257
- package/styles/grid/tailwind-dark.css +649 -1413
- package/styles/grid/tailwind.css +650 -1414
- package/styles/highcontrast-light.css +559 -1567
- package/styles/highcontrast.css +558 -1566
- package/styles/material-dark.css +554 -1545
- package/styles/material.css +554 -1547
- package/styles/pager/bootstrap-dark.css +95 -204
- package/styles/pager/bootstrap.css +95 -204
- package/styles/pager/bootstrap4.css +94 -203
- package/styles/pager/bootstrap5-dark.css +181 -255
- package/styles/pager/bootstrap5.css +181 -255
- package/styles/pager/fabric-dark.css +96 -205
- package/styles/pager/fabric.css +96 -205
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +1 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +1 -0
- package/styles/pager/highcontrast-light.css +96 -205
- package/styles/pager/highcontrast.css +96 -205
- package/styles/pager/material-dark.css +94 -203
- package/styles/pager/material.css +94 -203
- package/styles/pager/tailwind-dark.css +267 -250
- package/styles/pager/tailwind.css +267 -250
- package/styles/tailwind-dark.css +937 -1755
- package/styles/tailwind.css +938 -1756
|
@@ -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: #000;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
20
18
|
color: #ffd939;
|
|
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: #fff;
|
|
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: 46px;
|
|
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,32 +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
|
-
|
|
303
|
+
.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
304
|
+
.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
305
|
+
margin-left: 0;
|
|
306
|
+
}
|
|
367
307
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
368
308
|
.e-excelfilter.e-bigger.e-dialog .e-dlg-content {
|
|
369
309
|
padding-left: 19.25px;
|
|
370
310
|
}
|
|
371
|
-
|
|
372
311
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
373
312
|
.e-bigger .e-excelfilter .e-searchbox,
|
|
374
313
|
.e-excelfilter.e-bigger .e-ftrchk,
|
|
375
314
|
.e-excelfilter.e-bigger .e-searchbox {
|
|
376
315
|
padding-left: 12px;
|
|
377
316
|
}
|
|
378
|
-
|
|
379
317
|
.e-bigger .e-excelfilter.e-rtl .e-dlg-content,
|
|
380
318
|
.e-excelfilter.e-bigger.e-rtl .e-dlg-content {
|
|
381
319
|
padding-left: 31.25px;
|
|
382
320
|
padding-right: 19.25px;
|
|
383
321
|
}
|
|
384
|
-
|
|
385
322
|
.e-bigger .e-excelfilter.e-rtl .e-ftrchk,
|
|
386
323
|
.e-bigger .e-excelfilter.e-rtl .e-searchbox,
|
|
387
324
|
.e-excelfilter.e-bigger.e-rtl .e-ftrchk,
|
|
@@ -396,51 +333,42 @@
|
|
|
396
333
|
min-height: 160px;
|
|
397
334
|
overflow-y: auto;
|
|
398
335
|
}
|
|
399
|
-
|
|
400
336
|
.e-excelfilter .e-checkboxfiltertext {
|
|
401
337
|
width: 135px;
|
|
402
338
|
word-break: normal;
|
|
403
339
|
}
|
|
404
|
-
|
|
405
340
|
.e-excelfilter .e-chk-hidden {
|
|
406
341
|
-moz-appearance: none;
|
|
407
342
|
height: 1px;
|
|
408
343
|
opacity: 0;
|
|
409
344
|
width: 1px;
|
|
410
345
|
}
|
|
411
|
-
|
|
412
346
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
413
347
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
414
348
|
display: block;
|
|
415
349
|
}
|
|
416
|
-
|
|
417
350
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
418
351
|
padding-bottom: 4px;
|
|
419
352
|
position: static;
|
|
420
353
|
}
|
|
421
|
-
|
|
422
354
|
.e-excelfilter .e-contextmenu-wrapper ul li,
|
|
423
355
|
.e-excelfilter .e-contextmenu-container ul li {
|
|
424
356
|
height: 36px;
|
|
425
357
|
line-height: 36px;
|
|
426
358
|
}
|
|
427
|
-
|
|
428
359
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
429
360
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
430
361
|
height: 36px;
|
|
431
362
|
line-height: 36px;
|
|
432
363
|
margin-right: 10px;
|
|
433
364
|
}
|
|
434
|
-
|
|
435
365
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
436
366
|
margin-right: 0;
|
|
437
367
|
}
|
|
438
|
-
|
|
439
368
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
440
369
|
height: 36px;
|
|
441
370
|
line-height: 36px;
|
|
442
371
|
}
|
|
443
|
-
|
|
444
372
|
.e-excelfilter .e-contextmenu-wrapper ul,
|
|
445
373
|
.e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
|
|
446
374
|
border: 0;
|
|
@@ -450,67 +378,56 @@
|
|
|
450
378
|
padding-bottom: 4px;
|
|
451
379
|
position: static;
|
|
452
380
|
}
|
|
453
|
-
|
|
454
381
|
.e-excelfilter .e-footer-content {
|
|
455
382
|
border-style: solid;
|
|
456
383
|
border-width: 0;
|
|
457
384
|
}
|
|
458
|
-
|
|
459
385
|
.e-excelfilter .e-excel-menu {
|
|
460
386
|
z-index: 1000;
|
|
461
387
|
}
|
|
462
|
-
|
|
463
388
|
.e-excelfilter .e-dlg-content {
|
|
464
389
|
background-color: #000;
|
|
465
390
|
padding-top: 0;
|
|
466
391
|
}
|
|
467
|
-
|
|
468
392
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
469
393
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
470
394
|
display: block;
|
|
471
395
|
}
|
|
472
|
-
|
|
473
396
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
474
397
|
padding-bottom: 4px;
|
|
475
398
|
position: static;
|
|
476
399
|
}
|
|
477
|
-
|
|
478
|
-
.e-excelfilter .e-contextmenu-wrapper ul li
|
|
479
|
-
.e-contextmenu-container ul li {
|
|
400
|
+
.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
|
|
480
401
|
height: 36px;
|
|
481
402
|
line-height: 36px;
|
|
482
403
|
}
|
|
483
|
-
|
|
484
404
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
485
405
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
486
406
|
height: 36px;
|
|
487
407
|
line-height: 36px;
|
|
488
408
|
margin-right: 10px;
|
|
489
409
|
}
|
|
490
|
-
|
|
491
410
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
492
411
|
margin-right: 0;
|
|
493
412
|
}
|
|
494
|
-
|
|
495
413
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
496
414
|
height: 36px;
|
|
497
415
|
line-height: 36px;
|
|
498
416
|
margin-right: 0;
|
|
499
417
|
}
|
|
500
|
-
|
|
418
|
+
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
419
|
+
margin-left: 0;
|
|
420
|
+
}
|
|
501
421
|
.e-excelfilter .e-footer-content {
|
|
502
422
|
border-style: solid;
|
|
503
423
|
border-width: 0;
|
|
504
424
|
}
|
|
505
|
-
|
|
506
425
|
.e-excelfilter .e-excel-menu {
|
|
507
426
|
z-index: 1000;
|
|
508
427
|
}
|
|
509
|
-
|
|
510
428
|
.e-excelfilter .e-dlg-content {
|
|
511
429
|
padding-top: 0;
|
|
512
430
|
}
|
|
513
|
-
|
|
514
431
|
.e-excelfilter .e-xlsel {
|
|
515
432
|
border: 0 solid;
|
|
516
433
|
position: absolute;
|
|
@@ -518,27 +435,22 @@
|
|
|
518
435
|
-ms-user-select: none;
|
|
519
436
|
user-select: none;
|
|
520
437
|
}
|
|
521
|
-
|
|
522
438
|
.e-excelfilter.e-dialog .e-dlg-content {
|
|
523
439
|
padding-left: 18px;
|
|
524
440
|
}
|
|
525
|
-
|
|
526
441
|
.e-excelfilter .e-ftrchk,
|
|
527
442
|
.e-excelfilter .e-searchbox {
|
|
528
443
|
padding-left: 7px;
|
|
529
444
|
}
|
|
530
|
-
|
|
531
445
|
.e-excelfilter.e-rtl .e-dlg-content {
|
|
532
446
|
padding-left: 25px;
|
|
533
447
|
padding-right: 18px;
|
|
534
448
|
}
|
|
535
|
-
|
|
536
449
|
.e-excelfilter.e-rtl .e-ftrchk,
|
|
537
450
|
.e-excelfilter.e-rtl .e-searchbox {
|
|
538
451
|
padding-left: 0;
|
|
539
452
|
padding-right: 7px;
|
|
540
453
|
}
|
|
541
|
-
|
|
542
454
|
.e-excelfilter .e-searchbox {
|
|
543
455
|
display: block;
|
|
544
456
|
}
|
|
@@ -553,11 +465,9 @@
|
|
|
553
465
|
border-color: #969696;
|
|
554
466
|
opacity: 1;
|
|
555
467
|
}
|
|
556
|
-
|
|
557
468
|
.e-excelfilter .e-filtered::before {
|
|
558
469
|
color: #ffd939;
|
|
559
470
|
}
|
|
560
|
-
|
|
561
471
|
.e-excelfilter .e-dlg-content {
|
|
562
472
|
padding-bottom: 0;
|
|
563
473
|
}
|
|
@@ -570,4 +480,4 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
570
480
|
.e-xlsel {
|
|
571
481
|
background-color: #ffd939;
|
|
572
482
|
border-color: #ffd939;
|
|
573
|
-
}
|
|
483
|
+
}
|