@syncfusion/ej2-react-pivotview 19.4.53 → 20.1.47
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 +39 -0
- package/README.md +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +80 -29
- package/styles/bootstrap.css +80 -29
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +151 -64
- package/styles/bootstrap5.css +151 -64
- package/styles/fabric-dark.css +81 -29
- package/styles/fabric.css +80 -29
- package/styles/fluent-dark.css +8914 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +8916 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +80 -29
- package/styles/highcontrast.css +80 -29
- package/styles/material-dark.css +80 -29
- package/styles/material.css +80 -29
- package/styles/pivotfieldlist/bootstrap-dark.css +33 -16
- package/styles/pivotfieldlist/bootstrap.css +33 -16
- package/styles/pivotfieldlist/bootstrap4.css +33 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +78 -40
- package/styles/pivotfieldlist/bootstrap5.css +78 -40
- package/styles/pivotfieldlist/fabric-dark.css +33 -16
- package/styles/pivotfieldlist/fabric.css +33 -16
- package/styles/pivotfieldlist/fluent-dark.css +6456 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/fluent.css +6456 -0
- package/styles/pivotfieldlist/fluent.scss +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +33 -16
- package/styles/pivotfieldlist/highcontrast.css +33 -16
- package/styles/pivotfieldlist/material-dark.css +33 -16
- package/styles/pivotfieldlist/material.css +33 -16
- package/styles/pivotfieldlist/tailwind-dark.css +145 -137
- package/styles/pivotfieldlist/tailwind.css +145 -137
- package/styles/pivotview/bootstrap-dark.css +47 -13
- package/styles/pivotview/bootstrap.css +47 -13
- package/styles/pivotview/bootstrap4.css +49 -15
- package/styles/pivotview/bootstrap5-dark.css +73 -24
- package/styles/pivotview/bootstrap5.css +73 -24
- package/styles/pivotview/fabric-dark.css +48 -13
- package/styles/pivotview/fabric.css +47 -13
- package/styles/pivotview/fluent-dark.css +2457 -0
- package/styles/pivotview/fluent-dark.scss +1 -0
- package/styles/pivotview/fluent.css +2459 -0
- package/styles/pivotview/fluent.scss +1 -0
- package/styles/pivotview/highcontrast-light.css +47 -13
- package/styles/pivotview/highcontrast.css +47 -13
- package/styles/pivotview/material-dark.css +47 -13
- package/styles/pivotview/material.css +47 -13
- package/styles/pivotview/tailwind-dark.css +115 -61
- package/styles/pivotview/tailwind.css +115 -61
- package/styles/tailwind-dark.css +260 -198
- package/styles/tailwind.css +260 -198
|
@@ -3,384 +3,383 @@
|
|
|
3
3
|
/*! component's common definitions and variables */
|
|
4
4
|
/*! field-list component icons */
|
|
5
5
|
.e-pivotfieldlist .e-select-table::before {
|
|
6
|
-
content: '\
|
|
6
|
+
content: '\e751';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-pivot-formatting-dialog .e-format-delete-icon::before {
|
|
10
|
-
content: '\
|
|
10
|
+
content: '\e7e7';
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-pivot-formatting-dialog .e-add-icon::before {
|
|
14
|
-
content: '\
|
|
14
|
+
content: '\e805';
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
|
|
18
18
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
|
|
19
|
-
content: '\
|
|
19
|
+
content: '\e783';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
|
|
23
23
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
|
|
24
|
-
content: '\
|
|
24
|
+
content: '\e76f';
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.e-level-options .e-selected-level-icon::before {
|
|
28
|
-
content: '\
|
|
28
|
+
content: '\e774';
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
32
|
-
content: '\
|
|
32
|
+
content: '\e726';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
|
|
36
36
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title-container .e-info.e-icons::before {
|
|
37
|
-
content: '\
|
|
37
|
+
content: '\e800';
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before {
|
|
41
|
-
content: '\
|
|
41
|
+
content: '\e740';
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before {
|
|
45
|
-
content: '\
|
|
45
|
+
content: '\e730';
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-remove-report.e-icons::before {
|
|
49
|
-
content: '\
|
|
49
|
+
content: '\e820';
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.e-pivot-calc-dialog-div .e-remove-report.e-icons::before {
|
|
53
|
-
content: '\
|
|
53
|
+
content: '\e820';
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before {
|
|
57
|
-
content: '\
|
|
57
|
+
content: '\e75c';
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before {
|
|
61
|
-
content: '\
|
|
61
|
+
content: '\e7d2' !important;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.e-pivot-calc-dialog-div .e-measure-icon::before {
|
|
65
|
-
content: '\
|
|
65
|
+
content: '\e7d2' !important;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.e-pivot-calc-dialog-div .e-folderCDB-icon::before {
|
|
69
|
-
content: '\
|
|
69
|
+
content: '\e83c' !important;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before {
|
|
73
|
-
content: '\
|
|
73
|
+
content: '\e760' !important;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before {
|
|
77
|
-
content: '\
|
|
77
|
+
content: '\e81d' !important;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.e-pivot-calc-dialog-div .e-kpiCDB-icon::before {
|
|
81
|
-
content: '\
|
|
81
|
+
content: '\e73f' !important;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.e-pivot-calc-dialog-div .e-kpiGoal-icon::before {
|
|
85
|
-
content: '\
|
|
85
|
+
content: '\e73f' !important;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.e-pivot-calc-dialog-div .e-kpiStatus-icon::before {
|
|
89
|
-
content: '\
|
|
89
|
+
content: '\e73f' !important;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.e-pivot-calc-dialog-div .e-kpiTrend-icon::before {
|
|
93
|
-
content: '\
|
|
93
|
+
content: '\e73f' !important;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.e-pivot-calc-dialog-div .e-kpiValue-icon::before {
|
|
97
|
-
content: '\
|
|
97
|
+
content: '\e73f' !important;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before {
|
|
101
|
-
content: '\
|
|
101
|
+
content: '\e829' !important;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before {
|
|
105
|
-
content: '\
|
|
105
|
+
content: '\e709' !important;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-pivot-calc-dialog-div .e-attributeCDB-icon::before {
|
|
109
|
-
content: '\
|
|
109
|
+
content: '\e73e' !important;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before {
|
|
113
|
-
content: '\
|
|
113
|
+
content: '\e76a' !important;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before {
|
|
117
|
-
content: '\
|
|
117
|
+
content: '\e76a' !important;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before {
|
|
121
|
-
content: '\
|
|
121
|
+
content: '\e807' !important;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before {
|
|
125
|
-
content: '\
|
|
125
|
+
content: '\e780' !important;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before {
|
|
129
|
-
content: '\
|
|
129
|
+
content: '\e711' !important;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before {
|
|
133
|
-
content: '\
|
|
133
|
+
content: '\e837' !important;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before {
|
|
137
|
-
content: '\
|
|
137
|
+
content: '\e798' !important;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.e-pivot-calc-dialog-div .e-calc-measure-icon::before {
|
|
141
|
-
content: '\
|
|
141
|
+
content: '\e7d2' !important;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.e-pivot-calc-dialog-div .e-calc-dimension-icon::before {
|
|
145
|
-
content: '\
|
|
145
|
+
content: '\e81d' !important;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-pivot-calc-dialog-div .e-sort-none::before {
|
|
149
|
-
content: '\
|
|
149
|
+
content: '\e824' !important;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-pivot-calc-dialog-div .e-sort-ascend::before {
|
|
153
|
-
content: '\
|
|
153
|
+
content: '\e7df' !important;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.e-pivot-calc-dialog-div .e-sort-descend::before {
|
|
157
|
-
content: '\
|
|
157
|
+
content: '\e7d8' !important;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
161
161
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
162
|
-
content: '\
|
|
162
|
+
content: '\e773';
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.e-pivotfieldlist-wrapper .e-sort::before,
|
|
166
166
|
.e-pivotfieldlist-container .e-sort::before {
|
|
167
|
-
content: '\
|
|
167
|
+
content: '\e7df';
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.e-pivotfieldlist-wrapper .e-pv-filter::before,
|
|
171
171
|
.e-pivotfieldlist-container .e-pv-filter::before {
|
|
172
|
-
content: '\
|
|
172
|
+
content: '\e7f7';
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.e-pivotfieldlist-wrapper .e-pv-filtered::before,
|
|
176
176
|
.e-pivotfieldlist-container .e-pv-filtered::before {
|
|
177
|
-
|
|
178
|
-
content: '\e7c5';
|
|
177
|
+
content: '\e735';
|
|
179
178
|
}
|
|
180
179
|
|
|
181
180
|
.e-pivotfieldlist-wrapper .e-drag::before,
|
|
182
181
|
.e-pivotfieldlist-container .e-drag::before {
|
|
183
|
-
content: '\
|
|
182
|
+
content: '\e726';
|
|
184
183
|
}
|
|
185
184
|
|
|
186
185
|
.e-pivotfieldlist-wrapper .e-add-icon::before,
|
|
187
186
|
.e-pivotfieldlist-container .e-add-icon::before {
|
|
188
|
-
content: '\
|
|
187
|
+
content: '\e805';
|
|
189
188
|
}
|
|
190
189
|
|
|
191
190
|
.e-pivotfieldlist-wrapper .e-remove::before,
|
|
192
191
|
.e-pivotfieldlist-container .e-remove::before {
|
|
193
|
-
content: '\
|
|
192
|
+
content: '\e7e7';
|
|
194
193
|
}
|
|
195
194
|
|
|
196
195
|
.e-pivotfieldlist-wrapper .e-axis-rows::before,
|
|
197
196
|
.e-pivotfieldlist-container .e-axis-rows::before {
|
|
198
|
-
content: '\
|
|
197
|
+
content: '\e7e6';
|
|
199
198
|
}
|
|
200
199
|
|
|
201
200
|
.e-pivotfieldlist-wrapper .e-axis-columns::before,
|
|
202
201
|
.e-pivotfieldlist-container .e-axis-columns::before {
|
|
203
|
-
content: '\
|
|
202
|
+
content: '\e76b';
|
|
204
203
|
}
|
|
205
204
|
|
|
206
205
|
.e-pivotfieldlist-wrapper .e-axis-values::before,
|
|
207
206
|
.e-pivotfieldlist-container .e-axis-values::before {
|
|
208
|
-
content: '\
|
|
207
|
+
content: '\e7d2';
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
.e-pivotfieldlist-wrapper .e-axis-filters::before,
|
|
212
211
|
.e-pivotfieldlist-container .e-axis-filters::before {
|
|
213
|
-
content: '\
|
|
212
|
+
content: '\e7f7';
|
|
214
213
|
}
|
|
215
214
|
|
|
216
215
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
217
216
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
218
|
-
content: '\
|
|
217
|
+
content: '\e72b';
|
|
219
218
|
}
|
|
220
219
|
|
|
221
220
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
222
221
|
.e-pivotfieldlist-container .e-clear-filter-icon::before {
|
|
223
|
-
content: '\
|
|
222
|
+
content: '\e72c';
|
|
224
223
|
}
|
|
225
224
|
|
|
226
225
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
227
226
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
228
|
-
content: '\
|
|
227
|
+
content: '\e729';
|
|
229
228
|
}
|
|
230
229
|
|
|
231
230
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
232
231
|
.e-pivotfieldlist-container .e-measureGroupCDB-icon::before {
|
|
233
|
-
content: '\
|
|
232
|
+
content: '\e7d2' !important;
|
|
234
233
|
}
|
|
235
234
|
|
|
236
235
|
.e-pivotfieldlist-wrapper .e-measure-icon::before,
|
|
237
236
|
.e-pivotfieldlist-container .e-measure-icon::before {
|
|
238
|
-
content: '\
|
|
237
|
+
content: '\e7d2' !important;
|
|
239
238
|
}
|
|
240
239
|
|
|
241
240
|
.e-pivotfieldlist-wrapper .e-folderCDB-icon::before,
|
|
242
241
|
.e-pivotfieldlist-container .e-folderCDB-icon::before {
|
|
243
|
-
content: '\
|
|
242
|
+
content: '\e83c' !important;
|
|
244
243
|
}
|
|
245
244
|
|
|
246
245
|
.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before,
|
|
247
246
|
.e-pivotfieldlist-container .e-folderCDB-open-icon::before {
|
|
248
|
-
content: '\
|
|
247
|
+
content: '\e760' !important;
|
|
249
248
|
}
|
|
250
249
|
|
|
251
250
|
.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before,
|
|
252
251
|
.e-pivotfieldlist-container .e-dimensionCDB-icon::before {
|
|
253
|
-
content: '\
|
|
252
|
+
content: '\e81d' !important;
|
|
254
253
|
}
|
|
255
254
|
|
|
256
255
|
.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before,
|
|
257
256
|
.e-pivotfieldlist-container .e-kpiCDB-icon::before {
|
|
258
|
-
content: '\
|
|
257
|
+
content: '\e73f' !important;
|
|
259
258
|
}
|
|
260
259
|
|
|
261
260
|
.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before,
|
|
262
261
|
.e-pivotfieldlist-container .e-kpiGoal-icon::before {
|
|
263
|
-
content: '\
|
|
262
|
+
content: '\e73f' !important;
|
|
264
263
|
}
|
|
265
264
|
|
|
266
265
|
.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before,
|
|
267
266
|
.e-pivotfieldlist-container .e-kpiStatus-icon::before {
|
|
268
|
-
content: '\
|
|
267
|
+
content: '\e73f' !important;
|
|
269
268
|
}
|
|
270
269
|
|
|
271
270
|
.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before,
|
|
272
271
|
.e-pivotfieldlist-container .e-kpiTrend-icon::before {
|
|
273
|
-
content: '\
|
|
272
|
+
content: '\e73f' !important;
|
|
274
273
|
}
|
|
275
274
|
|
|
276
275
|
.e-pivotfieldlist-wrapper .e-kpiValue-icon::before,
|
|
277
276
|
.e-pivotfieldlist-container .e-kpiValue-icon::before {
|
|
278
|
-
content: '\
|
|
277
|
+
content: '\e73f' !important;
|
|
279
278
|
}
|
|
280
279
|
|
|
281
280
|
.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before,
|
|
282
281
|
.e-pivotfieldlist-container .e-namedSetCDB-icon::before {
|
|
283
|
-
content: '\
|
|
282
|
+
content: '\e829' !important;
|
|
284
283
|
}
|
|
285
284
|
|
|
286
285
|
.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before,
|
|
287
286
|
.e-pivotfieldlist-container .e-hierarchyCDB-icon::before {
|
|
288
|
-
content: '\
|
|
287
|
+
content: '\e709' !important;
|
|
289
288
|
}
|
|
290
289
|
|
|
291
290
|
.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before,
|
|
292
291
|
.e-pivotfieldlist-container .e-attributeCDB-icon::before {
|
|
293
|
-
content: '\
|
|
292
|
+
content: '\e73e' !important;
|
|
294
293
|
}
|
|
295
294
|
|
|
296
295
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before,
|
|
297
296
|
.e-pivotfieldlist-container .e-hierarchy-level-0-icon::before {
|
|
298
|
-
content: '\
|
|
297
|
+
content: '\e76a' !important;
|
|
299
298
|
}
|
|
300
299
|
|
|
301
300
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before,
|
|
302
301
|
.e-pivotfieldlist-container .e-hierarchy-level-1-icon::before {
|
|
303
|
-
content: '\
|
|
302
|
+
content: '\e76a' !important;
|
|
304
303
|
}
|
|
305
304
|
|
|
306
305
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before,
|
|
307
306
|
.e-pivotfieldlist-container .e-hierarchy-level-2-icon::before {
|
|
308
|
-
content: '\
|
|
307
|
+
content: '\e807' !important;
|
|
309
308
|
}
|
|
310
309
|
|
|
311
310
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before,
|
|
312
311
|
.e-pivotfieldlist-container .e-hierarchy-level-3-icon::before {
|
|
313
|
-
content: '\
|
|
312
|
+
content: '\e780' !important;
|
|
314
313
|
}
|
|
315
314
|
|
|
316
315
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before,
|
|
317
316
|
.e-pivotfieldlist-container .e-hierarchy-level-4-icon::before {
|
|
318
|
-
content: '\
|
|
317
|
+
content: '\e711' !important;
|
|
319
318
|
}
|
|
320
319
|
|
|
321
320
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before,
|
|
322
321
|
.e-pivotfieldlist-container .e-hierarchy-level-5-icon::before {
|
|
323
|
-
content: '\
|
|
322
|
+
content: '\e837' !important;
|
|
324
323
|
}
|
|
325
324
|
|
|
326
325
|
.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before,
|
|
327
326
|
.e-pivotfieldlist-container .e-calcMemberGroupCDB::before {
|
|
328
|
-
content: '\
|
|
327
|
+
content: '\e798' !important;
|
|
329
328
|
}
|
|
330
329
|
|
|
331
330
|
.e-pivotfieldlist-wrapper .e-calc-measure-icon::before,
|
|
332
331
|
.e-pivotfieldlist-container .e-calc-measure-icon::before {
|
|
333
|
-
content: '\
|
|
332
|
+
content: '\e7d2' !important;
|
|
334
333
|
}
|
|
335
334
|
|
|
336
335
|
.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before,
|
|
337
336
|
.e-pivotfieldlist-container .e-calc-dimension-icon::before {
|
|
338
|
-
content: '\
|
|
337
|
+
content: '\e81d' !important;
|
|
339
338
|
}
|
|
340
339
|
|
|
341
340
|
.e-pivotfieldlist-wrapper .e-sort-none::before,
|
|
342
341
|
.e-pivotfieldlist-container .e-sort-none::before {
|
|
343
|
-
content: '\
|
|
342
|
+
content: '\e824' !important;
|
|
344
343
|
}
|
|
345
344
|
|
|
346
345
|
.e-pivotfieldlist-wrapper .e-sort-ascend::before,
|
|
347
346
|
.e-pivotfieldlist-container .e-sort-ascend::before {
|
|
348
|
-
content: '\
|
|
347
|
+
content: '\e7df' !important;
|
|
349
348
|
}
|
|
350
349
|
|
|
351
350
|
.e-pivotfieldlist-wrapper .e-sort-descend::before,
|
|
352
351
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
353
|
-
content: '\
|
|
352
|
+
content: '\e7d8' !important;
|
|
354
353
|
}
|
|
355
354
|
|
|
356
355
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
357
356
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
358
|
-
content: '\
|
|
357
|
+
content: '\e740';
|
|
359
358
|
}
|
|
360
359
|
|
|
361
360
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before,
|
|
362
361
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
|
|
363
|
-
content: '\
|
|
362
|
+
content: '\e730';
|
|
364
363
|
}
|
|
365
364
|
|
|
366
365
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before,
|
|
367
366
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
|
|
368
|
-
content: '\
|
|
367
|
+
content: '\e820';
|
|
369
368
|
}
|
|
370
369
|
|
|
371
370
|
.e-pivotfieldlist-wrapper .e-pivot-button .e-edit::before,
|
|
372
371
|
.e-pivotfieldlist-container .e-pivot-button .e-edit::before {
|
|
373
|
-
content: '\
|
|
372
|
+
content: '\e730';
|
|
374
373
|
}
|
|
375
374
|
|
|
376
375
|
.e-pivotfieldlist-wrapper .e-sort-ascend-icon::before,
|
|
377
376
|
.e-pivotfieldlist-container .e-sort-ascend-icon::before {
|
|
378
|
-
content: '\
|
|
377
|
+
content: '\e7a3';
|
|
379
378
|
}
|
|
380
379
|
|
|
381
380
|
.e-pivotfieldlist-wrapper .e-sort-descend-icon::before,
|
|
382
381
|
.e-pivotfieldlist-container .e-sort-descend-icon::before {
|
|
383
|
-
content: '\
|
|
382
|
+
content: '\e7b6';
|
|
384
383
|
}
|
|
385
384
|
|
|
386
385
|
/*! field-list theme */
|
|
@@ -399,7 +398,7 @@
|
|
|
399
398
|
}
|
|
400
399
|
|
|
401
400
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
402
|
-
padding-bottom:
|
|
401
|
+
padding-bottom: 4px;
|
|
403
402
|
}
|
|
404
403
|
|
|
405
404
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -427,8 +426,7 @@
|
|
|
427
426
|
|
|
428
427
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
429
428
|
margin-left: 0;
|
|
430
|
-
margin-right:
|
|
431
|
-
margin-right: 7px;
|
|
429
|
+
margin-right: 16px;
|
|
432
430
|
}
|
|
433
431
|
|
|
434
432
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -555,9 +553,8 @@
|
|
|
555
553
|
}
|
|
556
554
|
|
|
557
555
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
558
|
-
margin-left:
|
|
556
|
+
margin-left: 16px;
|
|
559
557
|
margin-right: 0;
|
|
560
|
-
margin-left: 6px;
|
|
561
558
|
}
|
|
562
559
|
|
|
563
560
|
.e-pivot-formatting-dialog.e-rtl .e-format-condition-button {
|
|
@@ -579,7 +576,7 @@
|
|
|
579
576
|
}
|
|
580
577
|
|
|
581
578
|
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
582
|
-
margin-
|
|
579
|
+
margin-right: 0;
|
|
583
580
|
}
|
|
584
581
|
|
|
585
582
|
.e-bigger.e-pivot-formatting-dialog,
|
|
@@ -627,7 +624,6 @@
|
|
|
627
624
|
.e-bigger .e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
628
625
|
margin-left: 0;
|
|
629
626
|
margin-right: 20px;
|
|
630
|
-
margin-right: 7px;
|
|
631
627
|
}
|
|
632
628
|
|
|
633
629
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
@@ -648,11 +644,6 @@
|
|
|
648
644
|
padding-top: 16px;
|
|
649
645
|
}
|
|
650
646
|
|
|
651
|
-
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-font-color-picker,
|
|
652
|
-
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-font-color-picker {
|
|
653
|
-
margin-right: 30px;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
647
|
.e-bigger.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker,
|
|
657
648
|
.e-bigger .e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
658
649
|
margin-left: 20px;
|
|
@@ -660,11 +651,6 @@
|
|
|
660
651
|
margin-left: 6px;
|
|
661
652
|
}
|
|
662
653
|
|
|
663
|
-
.e-bigger.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker,
|
|
664
|
-
.e-bigger .e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
665
|
-
margin-left: 30px;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
654
|
.e-pivot-calc-dialog-div {
|
|
669
655
|
max-height: 550px !important;
|
|
670
656
|
min-width: 290px;
|
|
@@ -688,7 +674,7 @@
|
|
|
688
674
|
color: #d1d5db;
|
|
689
675
|
font-size: 12px;
|
|
690
676
|
margin-bottom: 4px;
|
|
691
|
-
margin-top:
|
|
677
|
+
margin-top: 12px;
|
|
692
678
|
overflow: hidden;
|
|
693
679
|
padding: 4px 0;
|
|
694
680
|
padding-bottom: 0;
|
|
@@ -723,7 +709,9 @@
|
|
|
723
709
|
|
|
724
710
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
725
711
|
color: #d1d5db;
|
|
712
|
+
float: right !important;
|
|
726
713
|
margin: 0;
|
|
714
|
+
margin-right: 12px !important;
|
|
727
715
|
}
|
|
728
716
|
|
|
729
717
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -736,10 +724,6 @@
|
|
|
736
724
|
padding: 0;
|
|
737
725
|
}
|
|
738
726
|
|
|
739
|
-
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
|
|
740
|
-
line-height: 31px;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
727
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
744
728
|
cursor: pointer;
|
|
745
729
|
font-size: 18px;
|
|
@@ -754,8 +738,10 @@
|
|
|
754
738
|
|
|
755
739
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
756
740
|
float: right;
|
|
741
|
+
font-size: 20px;
|
|
757
742
|
margin-right: 12px;
|
|
758
743
|
padding-top: 10px;
|
|
744
|
+
padding-top: 8px;
|
|
759
745
|
}
|
|
760
746
|
|
|
761
747
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
@@ -787,6 +773,8 @@
|
|
|
787
773
|
height: 20px;
|
|
788
774
|
margin-top: 0;
|
|
789
775
|
padding: 0 5px;
|
|
776
|
+
position: relative;
|
|
777
|
+
top: 2px;
|
|
790
778
|
width: 20px;
|
|
791
779
|
}
|
|
792
780
|
|
|
@@ -875,7 +863,7 @@
|
|
|
875
863
|
color: #fff;
|
|
876
864
|
font-size: 13px;
|
|
877
865
|
height: 70px;
|
|
878
|
-
padding: 5px
|
|
866
|
+
padding: 5px 8px;
|
|
879
867
|
resize: none;
|
|
880
868
|
width: 100%;
|
|
881
869
|
}
|
|
@@ -911,7 +899,7 @@
|
|
|
911
899
|
}
|
|
912
900
|
|
|
913
901
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
914
|
-
height:
|
|
902
|
+
height: 441px;
|
|
915
903
|
width: 50%;
|
|
916
904
|
}
|
|
917
905
|
|
|
@@ -923,7 +911,7 @@
|
|
|
923
911
|
|
|
924
912
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
925
913
|
display: inline-block;
|
|
926
|
-
height:
|
|
914
|
+
height: 414px;
|
|
927
915
|
overflow: auto;
|
|
928
916
|
width: 100%;
|
|
929
917
|
}
|
|
@@ -981,6 +969,7 @@
|
|
|
981
969
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons {
|
|
982
970
|
padding: 0;
|
|
983
971
|
height: auto;
|
|
972
|
+
float: none !important;
|
|
984
973
|
}
|
|
985
974
|
|
|
986
975
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li {
|
|
@@ -1012,8 +1001,8 @@
|
|
|
1012
1001
|
flex: auto;
|
|
1013
1002
|
margin-top: 0;
|
|
1014
1003
|
padding-bottom: 4px;
|
|
1015
|
-
padding-left:
|
|
1016
|
-
padding-right:
|
|
1004
|
+
padding-left: 18px;
|
|
1005
|
+
padding-right: 18px;
|
|
1017
1006
|
}
|
|
1018
1007
|
|
|
1019
1008
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper {
|
|
@@ -1022,6 +1011,7 @@
|
|
|
1022
1011
|
display: -ms-flexbox;
|
|
1023
1012
|
display: flex;
|
|
1024
1013
|
font-size: 12px;
|
|
1014
|
+
height: 30px;
|
|
1025
1015
|
}
|
|
1026
1016
|
|
|
1027
1017
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info {
|
|
@@ -1038,6 +1028,7 @@
|
|
|
1038
1028
|
display: -ms-flexbox;
|
|
1039
1029
|
display: flex;
|
|
1040
1030
|
font-size: 12px;
|
|
1031
|
+
height: 30px;
|
|
1041
1032
|
}
|
|
1042
1033
|
|
|
1043
1034
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info {
|
|
@@ -1115,7 +1106,8 @@
|
|
|
1115
1106
|
font-size: 14px;
|
|
1116
1107
|
padding: 6px 0;
|
|
1117
1108
|
padding-bottom: 0;
|
|
1118
|
-
padding:
|
|
1109
|
+
padding-bottom: 4px;
|
|
1110
|
+
padding-top: 16px;
|
|
1119
1111
|
}
|
|
1120
1112
|
|
|
1121
1113
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -1126,6 +1118,7 @@
|
|
|
1126
1118
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
|
|
1127
1119
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
1128
1120
|
font-size: 22px;
|
|
1121
|
+
padding-top: 12px;
|
|
1129
1122
|
}
|
|
1130
1123
|
|
|
1131
1124
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
@@ -1153,12 +1146,12 @@
|
|
|
1153
1146
|
|
|
1154
1147
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
1155
1148
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1156
|
-
height:
|
|
1149
|
+
height: 497px;
|
|
1157
1150
|
}
|
|
1158
1151
|
|
|
1159
1152
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
1160
1153
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
1161
|
-
height:
|
|
1154
|
+
height: 465px;
|
|
1162
1155
|
}
|
|
1163
1156
|
|
|
1164
1157
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -1171,6 +1164,7 @@
|
|
|
1171
1164
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper,
|
|
1172
1165
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container {
|
|
1173
1166
|
font-size: 14px;
|
|
1167
|
+
height: 34px;
|
|
1174
1168
|
}
|
|
1175
1169
|
|
|
1176
1170
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon,
|
|
@@ -1473,7 +1467,7 @@
|
|
|
1473
1467
|
}
|
|
1474
1468
|
|
|
1475
1469
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1476
|
-
padding: 0
|
|
1470
|
+
padding: 0 24px 10px;
|
|
1477
1471
|
}
|
|
1478
1472
|
|
|
1479
1473
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2301,7 +2295,7 @@
|
|
|
2301
2295
|
|
|
2302
2296
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2303
2297
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2304
|
-
padding: 0
|
|
2298
|
+
padding: 0 28px 10px;
|
|
2305
2299
|
}
|
|
2306
2300
|
|
|
2307
2301
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2361,6 +2355,7 @@
|
|
|
2361
2355
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2362
2356
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2363
2357
|
font-size: 14px;
|
|
2358
|
+
padding-bottom: 6px;
|
|
2364
2359
|
}
|
|
2365
2360
|
|
|
2366
2361
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2695,6 +2690,7 @@
|
|
|
2695
2690
|
.e-pivotfieldlist-wrapper .e-dlg-header-content,
|
|
2696
2691
|
.e-pivotfieldlist-wrapper .e-footer-content {
|
|
2697
2692
|
border: 0;
|
|
2693
|
+
height: 46px;
|
|
2698
2694
|
}
|
|
2699
2695
|
|
|
2700
2696
|
.e-pivotfieldlist-wrapper .e-field-list-title {
|
|
@@ -2758,7 +2754,7 @@
|
|
|
2758
2754
|
height: 28px;
|
|
2759
2755
|
line-height: 1.125em;
|
|
2760
2756
|
overflow: hidden;
|
|
2761
|
-
padding: 6px 0 0
|
|
2757
|
+
padding: 6px 0 0 18px;
|
|
2762
2758
|
text-align: left;
|
|
2763
2759
|
text-overflow: ellipsis;
|
|
2764
2760
|
text-transform: uppercase;
|
|
@@ -2770,7 +2766,7 @@
|
|
|
2770
2766
|
color: #d1d5db;
|
|
2771
2767
|
display: -ms-flexbox;
|
|
2772
2768
|
display: flex;
|
|
2773
|
-
padding-right:
|
|
2769
|
+
padding-right: 18px;
|
|
2774
2770
|
}
|
|
2775
2771
|
|
|
2776
2772
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
|
|
@@ -2784,7 +2780,7 @@
|
|
|
2784
2780
|
color: #d1d5db;
|
|
2785
2781
|
cursor: pointer;
|
|
2786
2782
|
font-size: 14px;
|
|
2787
|
-
height: 20px;
|
|
2783
|
+
height: 20px !important;
|
|
2788
2784
|
padding: 6px 0 0 4px;
|
|
2789
2785
|
width: 20px;
|
|
2790
2786
|
}
|
|
@@ -2947,8 +2943,8 @@
|
|
|
2947
2943
|
display: -ms-flexbox;
|
|
2948
2944
|
display: flex;
|
|
2949
2945
|
height: 28px;
|
|
2950
|
-
padding: 2px
|
|
2951
|
-
padding: 5px
|
|
2946
|
+
padding: 2px 18px 5px;
|
|
2947
|
+
padding: 5px 18px;
|
|
2952
2948
|
border-radius: 3px 3px 0 0;
|
|
2953
2949
|
}
|
|
2954
2950
|
|
|
@@ -3178,6 +3174,7 @@
|
|
|
3178
3174
|
text-align: left;
|
|
3179
3175
|
text-overflow: ellipsis;
|
|
3180
3176
|
width: 70%;
|
|
3177
|
+
line-height: 1.2em;
|
|
3181
3178
|
}
|
|
3182
3179
|
|
|
3183
3180
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
|
|
@@ -3435,12 +3432,12 @@
|
|
|
3435
3432
|
|
|
3436
3433
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
3437
3434
|
padding-left: 0;
|
|
3438
|
-
padding-right:
|
|
3435
|
+
padding-right: 18px;
|
|
3439
3436
|
text-align: right;
|
|
3440
3437
|
}
|
|
3441
3438
|
|
|
3442
3439
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
3443
|
-
padding-left:
|
|
3440
|
+
padding-left: 18px;
|
|
3444
3441
|
padding-right: 0;
|
|
3445
3442
|
}
|
|
3446
3443
|
|
|
@@ -3569,6 +3566,8 @@
|
|
|
3569
3566
|
height: 48px;
|
|
3570
3567
|
padding-bottom: 9px;
|
|
3571
3568
|
padding-top: 9px;
|
|
3569
|
+
padding-left: 16px;
|
|
3570
|
+
padding-right: 16px;
|
|
3572
3571
|
}
|
|
3573
3572
|
|
|
3574
3573
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3625,7 +3624,7 @@
|
|
|
3625
3624
|
display: inline-block;
|
|
3626
3625
|
height: 100%;
|
|
3627
3626
|
min-height: 250px;
|
|
3628
|
-
padding-top:
|
|
3627
|
+
padding-top: 0;
|
|
3629
3628
|
position: relative;
|
|
3630
3629
|
width: 100%;
|
|
3631
3630
|
}
|
|
@@ -3672,6 +3671,7 @@
|
|
|
3672
3671
|
padding: 9px 16px;
|
|
3673
3672
|
text-transform: none;
|
|
3674
3673
|
width: 100%;
|
|
3674
|
+
border-width: 0;
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
3677
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -3734,6 +3734,7 @@
|
|
|
3734
3734
|
height: 24px;
|
|
3735
3735
|
padding-left: 10px;
|
|
3736
3736
|
width: 24px;
|
|
3737
|
+
font-size: 14px !important;
|
|
3737
3738
|
padding-left: 0;
|
|
3738
3739
|
margin-left: 8px;
|
|
3739
3740
|
}
|
|
@@ -4208,6 +4209,7 @@
|
|
|
4208
4209
|
.e-pivotfieldlist-container .e-dlg-header-content,
|
|
4209
4210
|
.e-pivotfieldlist-container .e-footer-content {
|
|
4210
4211
|
border: 0;
|
|
4212
|
+
height: 46px;
|
|
4211
4213
|
}
|
|
4212
4214
|
|
|
4213
4215
|
.e-pivotfieldlist-container .e-field-list-title {
|
|
@@ -4268,10 +4270,11 @@
|
|
|
4268
4270
|
font-weight: normal;
|
|
4269
4271
|
height: 28px;
|
|
4270
4272
|
overflow: hidden;
|
|
4271
|
-
padding: 6px 0 0
|
|
4273
|
+
padding: 6px 0 0 18px;
|
|
4272
4274
|
text-align: left;
|
|
4273
4275
|
text-overflow: ellipsis;
|
|
4274
4276
|
word-break: break-all;
|
|
4277
|
+
text-transform: uppercase;
|
|
4275
4278
|
}
|
|
4276
4279
|
|
|
4277
4280
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
@@ -4279,7 +4282,7 @@
|
|
|
4279
4282
|
color: #d1d5db;
|
|
4280
4283
|
display: -ms-flexbox;
|
|
4281
4284
|
display: flex;
|
|
4282
|
-
padding-right:
|
|
4285
|
+
padding-right: 18px;
|
|
4283
4286
|
}
|
|
4284
4287
|
|
|
4285
4288
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
@@ -4293,7 +4296,7 @@
|
|
|
4293
4296
|
color: #d1d5db;
|
|
4294
4297
|
cursor: pointer;
|
|
4295
4298
|
font-size: 14px;
|
|
4296
|
-
height: 20px;
|
|
4299
|
+
height: 20px !important;
|
|
4297
4300
|
padding: 6px 0 0 4px;
|
|
4298
4301
|
width: 20px;
|
|
4299
4302
|
}
|
|
@@ -4456,8 +4459,8 @@
|
|
|
4456
4459
|
display: -ms-flexbox;
|
|
4457
4460
|
display: flex;
|
|
4458
4461
|
height: 28px;
|
|
4459
|
-
padding: 2px
|
|
4460
|
-
padding: 5px
|
|
4462
|
+
padding: 2px 18px 5px;
|
|
4463
|
+
padding: 5px 18px;
|
|
4461
4464
|
}
|
|
4462
4465
|
|
|
4463
4466
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -4685,6 +4688,7 @@
|
|
|
4685
4688
|
text-align: left;
|
|
4686
4689
|
text-overflow: ellipsis;
|
|
4687
4690
|
width: 70%;
|
|
4691
|
+
line-height: 1.2em;
|
|
4688
4692
|
}
|
|
4689
4693
|
|
|
4690
4694
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
|
|
@@ -4942,12 +4946,12 @@
|
|
|
4942
4946
|
|
|
4943
4947
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
4944
4948
|
padding-left: 0;
|
|
4945
|
-
padding-right:
|
|
4949
|
+
padding-right: 18px;
|
|
4946
4950
|
text-align: right;
|
|
4947
4951
|
}
|
|
4948
4952
|
|
|
4949
4953
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4950
|
-
padding-left:
|
|
4954
|
+
padding-left: 18px;
|
|
4951
4955
|
padding-right: 0;
|
|
4952
4956
|
}
|
|
4953
4957
|
|
|
@@ -5062,6 +5066,8 @@
|
|
|
5062
5066
|
height: 48px;
|
|
5063
5067
|
padding-bottom: 9px;
|
|
5064
5068
|
padding-top: 9px;
|
|
5069
|
+
padding-left: 16px;
|
|
5070
|
+
padding-right: 16px;
|
|
5065
5071
|
}
|
|
5066
5072
|
|
|
5067
5073
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -5118,7 +5124,7 @@
|
|
|
5118
5124
|
display: inline-block;
|
|
5119
5125
|
height: 100%;
|
|
5120
5126
|
min-height: 250px;
|
|
5121
|
-
padding-top:
|
|
5127
|
+
padding-top: 0;
|
|
5122
5128
|
position: relative;
|
|
5123
5129
|
width: 100%;
|
|
5124
5130
|
}
|
|
@@ -5227,6 +5233,7 @@
|
|
|
5227
5233
|
height: 24px;
|
|
5228
5234
|
padding-left: 10px;
|
|
5229
5235
|
width: 24px;
|
|
5236
|
+
font-size: 14px !important;
|
|
5230
5237
|
}
|
|
5231
5238
|
|
|
5232
5239
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -5624,7 +5631,7 @@
|
|
|
5624
5631
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5625
5632
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5626
5633
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5627
|
-
padding-left: 16px;
|
|
5634
|
+
padding-left: 16px !important;
|
|
5628
5635
|
}
|
|
5629
5636
|
|
|
5630
5637
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5650,7 +5657,7 @@
|
|
|
5650
5657
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5651
5658
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5652
5659
|
font-size: 16px;
|
|
5653
|
-
height: 24px;
|
|
5660
|
+
height: 24px !important;
|
|
5654
5661
|
padding: 6px 0 0 4px;
|
|
5655
5662
|
width: 24px;
|
|
5656
5663
|
}
|
|
@@ -5782,7 +5789,7 @@
|
|
|
5782
5789
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header,
|
|
5783
5790
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header {
|
|
5784
5791
|
font-size: 14px;
|
|
5785
|
-
line-height: 1.
|
|
5792
|
+
line-height: 1.8em;
|
|
5786
5793
|
margin-top: 4px;
|
|
5787
5794
|
padding: 0 12px;
|
|
5788
5795
|
}
|
|
@@ -5870,6 +5877,7 @@
|
|
|
5870
5877
|
font-size: 22px;
|
|
5871
5878
|
height: 24px;
|
|
5872
5879
|
width: 24px;
|
|
5880
|
+
padding-left: 6px;
|
|
5873
5881
|
}
|
|
5874
5882
|
|
|
5875
5883
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -6108,7 +6116,7 @@
|
|
|
6108
6116
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6109
6117
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
6110
6118
|
font-size: 16px;
|
|
6111
|
-
height: 24px;
|
|
6119
|
+
height: 24px !important;
|
|
6112
6120
|
padding: 6px 0 0 4px;
|
|
6113
6121
|
width: 24px;
|
|
6114
6122
|
}
|
|
@@ -6238,7 +6246,7 @@
|
|
|
6238
6246
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
|
|
6239
6247
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6240
6248
|
font-size: 14px;
|
|
6241
|
-
line-height: 1.
|
|
6249
|
+
line-height: 1.8em;
|
|
6242
6250
|
margin-top: 4px;
|
|
6243
6251
|
padding: 0 12px;
|
|
6244
6252
|
}
|