@syncfusion/ej2-react-pivotview 20.1.55 → 20.1.58
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 +33 -3
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +146 -1000
- package/styles/bootstrap.css +146 -1000
- package/styles/bootstrap4.css +151 -1034
- package/styles/bootstrap5-dark.css +146 -1006
- package/styles/bootstrap5.css +146 -1006
- package/styles/fabric-dark.css +146 -999
- package/styles/fabric.css +150 -1003
- package/styles/fluent-dark.css +147 -1010
- package/styles/fluent.css +147 -1010
- package/styles/highcontrast-light.css +146 -999
- package/styles/highcontrast.css +150 -1003
- package/styles/material-dark.css +146 -1000
- package/styles/material.css +146 -1000
- package/styles/pivotfieldlist/bootstrap-dark.css +95 -608
- package/styles/pivotfieldlist/bootstrap.css +95 -608
- package/styles/pivotfieldlist/bootstrap4.css +98 -624
- package/styles/pivotfieldlist/bootstrap5-dark.css +95 -611
- package/styles/pivotfieldlist/bootstrap5.css +95 -611
- package/styles/pivotfieldlist/fabric-dark.css +95 -608
- package/styles/pivotfieldlist/fabric.css +95 -608
- package/styles/pivotfieldlist/fluent-dark.css +96 -613
- package/styles/pivotfieldlist/fluent.css +96 -613
- package/styles/pivotfieldlist/highcontrast-light.css +95 -608
- package/styles/pivotfieldlist/highcontrast.css +95 -608
- package/styles/pivotfieldlist/material-dark.css +95 -608
- package/styles/pivotfieldlist/material.css +95 -608
- package/styles/pivotfieldlist/tailwind-dark.css +95 -612
- package/styles/pivotfieldlist/tailwind.css +95 -612
- package/styles/pivotview/bootstrap-dark.css +52 -393
- package/styles/pivotview/bootstrap.css +52 -393
- package/styles/pivotview/bootstrap4.css +54 -411
- package/styles/pivotview/bootstrap5-dark.css +52 -396
- package/styles/pivotview/bootstrap5.css +52 -396
- package/styles/pivotview/fabric-dark.css +52 -392
- package/styles/pivotview/fabric.css +56 -396
- package/styles/pivotview/fluent-dark.css +52 -398
- package/styles/pivotview/fluent.css +52 -398
- package/styles/pivotview/highcontrast-light.css +52 -392
- package/styles/pivotview/highcontrast.css +56 -396
- package/styles/pivotview/material-dark.css +52 -393
- package/styles/pivotview/material.css +52 -393
- package/styles/pivotview/tailwind-dark.css +52 -402
- package/styles/pivotview/tailwind.css +52 -402
- package/styles/tailwind-dark.css +146 -1013
- package/styles/tailwind.css +146 -1013
|
@@ -4,180 +4,156 @@
|
|
|
4
4
|
/*! component's common definitions and variables */
|
|
5
5
|
/*! component's common definitions and variables */
|
|
6
6
|
.e-pivotview .e-expand::before {
|
|
7
|
-
content:
|
|
7
|
+
content: "\e207";
|
|
8
8
|
}
|
|
9
|
-
|
|
10
9
|
.e-pivotview .e-collapse::before {
|
|
11
|
-
content:
|
|
10
|
+
content: "\e95d";
|
|
12
11
|
}
|
|
13
|
-
|
|
14
12
|
.e-pivotview.e-rtl .e-expand::before {
|
|
15
|
-
content:
|
|
13
|
+
content: "\e990";
|
|
16
14
|
}
|
|
17
|
-
|
|
18
15
|
.e-pivotview .e-sort::before {
|
|
19
|
-
content:
|
|
16
|
+
content: "\ea79";
|
|
20
17
|
}
|
|
21
|
-
|
|
22
18
|
.e-pivotview .e-pv-filter::before {
|
|
23
|
-
content:
|
|
19
|
+
content: "\ebb0";
|
|
24
20
|
}
|
|
25
|
-
|
|
26
21
|
.e-pivotview .e-pv-filtered::before {
|
|
27
22
|
color: #0070f0;
|
|
28
|
-
content:
|
|
23
|
+
content: "\ebb2";
|
|
29
24
|
}
|
|
30
|
-
|
|
31
25
|
.e-pivotview .e-remove::before {
|
|
32
|
-
content:
|
|
26
|
+
content: "\ea7b";
|
|
33
27
|
}
|
|
34
|
-
|
|
35
28
|
.e-pivotview .e-selected-option-icon::before {
|
|
36
|
-
content:
|
|
29
|
+
content: "\ea84";
|
|
37
30
|
}
|
|
38
|
-
|
|
39
31
|
.e-pivotview .e-clear-filter-icon::before {
|
|
40
|
-
content:
|
|
32
|
+
content: "\ebab";
|
|
41
33
|
}
|
|
42
|
-
|
|
43
34
|
.e-pivotview .e-dropdown-icon::before {
|
|
44
|
-
content:
|
|
35
|
+
content: "\e95d";
|
|
45
36
|
}
|
|
46
|
-
|
|
47
37
|
.e-pivotview .e-export::before {
|
|
48
|
-
content:
|
|
38
|
+
content: "\e702";
|
|
49
39
|
}
|
|
50
|
-
|
|
51
40
|
.e-pivotview .e-new-report::before {
|
|
52
|
-
content:
|
|
41
|
+
content: "\e709";
|
|
53
42
|
}
|
|
54
|
-
|
|
55
43
|
.e-pivotview .e-save-report::before {
|
|
56
|
-
content:
|
|
44
|
+
content: "\e701";
|
|
57
45
|
}
|
|
58
|
-
|
|
59
46
|
.e-pivotview .e-saveas-report::before {
|
|
60
|
-
content:
|
|
47
|
+
content: "\e703";
|
|
61
48
|
}
|
|
62
|
-
|
|
63
49
|
.e-pivotview .e-rename-report::before {
|
|
64
|
-
content:
|
|
50
|
+
content: "\e704";
|
|
65
51
|
}
|
|
66
|
-
|
|
67
52
|
.e-pivotview .e-remove-report::before {
|
|
68
|
-
content:
|
|
53
|
+
content: "\e70c";
|
|
69
54
|
}
|
|
70
|
-
|
|
71
55
|
.e-pivotview .e-sub-total::before {
|
|
72
|
-
content:
|
|
56
|
+
content: "\e710";
|
|
73
57
|
}
|
|
74
|
-
|
|
75
58
|
.e-pivotview .e-grand-total::before {
|
|
76
|
-
content:
|
|
59
|
+
content: "\e708";
|
|
77
60
|
}
|
|
78
|
-
|
|
79
61
|
.e-pivotview .e-toolbar-fieldlist::before {
|
|
80
|
-
content:
|
|
62
|
+
content: "\e434";
|
|
81
63
|
}
|
|
82
|
-
|
|
83
64
|
.e-pivotview .e-toolbar-grid::before {
|
|
84
|
-
content:
|
|
65
|
+
content: "\e70f";
|
|
85
66
|
}
|
|
86
|
-
|
|
87
67
|
.e-pivotview .e-toolbar-chart::before {
|
|
88
|
-
content:
|
|
68
|
+
content: "\e70d";
|
|
89
69
|
}
|
|
90
|
-
|
|
91
70
|
.e-pivotview .e-toolbar-formatting::before {
|
|
92
|
-
content:
|
|
71
|
+
content: "\e725";
|
|
93
72
|
}
|
|
94
|
-
|
|
95
73
|
.e-pivotview .e-pivot-button .e-edit::before {
|
|
96
|
-
content:
|
|
74
|
+
content: "\e338";
|
|
97
75
|
}
|
|
98
|
-
|
|
99
76
|
.e-pivotview .e-sort-ascend-icon::before {
|
|
100
|
-
content:
|
|
77
|
+
content: "\e734";
|
|
101
78
|
}
|
|
102
|
-
|
|
103
79
|
.e-pivotview .e-sort-descend-icon::before {
|
|
104
|
-
content:
|
|
80
|
+
content: "\e733";
|
|
105
81
|
}
|
|
106
82
|
|
|
107
83
|
.e-pivotview-pdf-export::before {
|
|
108
|
-
content:
|
|
84
|
+
content: "\e707";
|
|
109
85
|
}
|
|
110
86
|
|
|
111
87
|
.e-pivotview-excel-export::before {
|
|
112
|
-
content:
|
|
88
|
+
content: "\e70b";
|
|
113
89
|
}
|
|
114
90
|
|
|
115
91
|
.e-pivotview-csv-export::before {
|
|
116
|
-
content:
|
|
92
|
+
content: "\e712";
|
|
117
93
|
}
|
|
118
94
|
|
|
119
95
|
.e-pivotview-png-export::before {
|
|
120
|
-
content:
|
|
96
|
+
content: "\e715";
|
|
121
97
|
}
|
|
122
98
|
|
|
123
99
|
.e-pivotview-jpeg-export::before {
|
|
124
|
-
content:
|
|
100
|
+
content: "\e713";
|
|
125
101
|
}
|
|
126
102
|
|
|
127
103
|
.e-pivotview-svg-export::before {
|
|
128
|
-
content:
|
|
104
|
+
content: "\e716";
|
|
129
105
|
}
|
|
130
106
|
|
|
131
107
|
.e-mdx::before {
|
|
132
|
-
content:
|
|
108
|
+
content: "\e724";
|
|
133
109
|
}
|
|
134
110
|
|
|
135
111
|
.e-pivotview-select-icon::before {
|
|
136
|
-
content:
|
|
112
|
+
content: "\e614";
|
|
137
113
|
}
|
|
138
114
|
|
|
139
115
|
.e-pivotview-grid::before {
|
|
140
|
-
content:
|
|
116
|
+
content: "\e70f";
|
|
141
117
|
}
|
|
142
118
|
|
|
143
119
|
.e-pivotview-export::before {
|
|
144
|
-
content:
|
|
120
|
+
content: "\e702";
|
|
145
121
|
}
|
|
146
122
|
|
|
147
123
|
.e-pivotview-expand::before {
|
|
148
|
-
content:
|
|
124
|
+
content: "\e558";
|
|
149
125
|
}
|
|
150
126
|
|
|
151
127
|
.e-pivotview-collapse::before {
|
|
152
|
-
content:
|
|
128
|
+
content: "\e557";
|
|
153
129
|
}
|
|
154
130
|
|
|
155
131
|
.e-pivot-format-menu::before {
|
|
156
|
-
content:
|
|
132
|
+
content: "\e728";
|
|
157
133
|
}
|
|
158
134
|
|
|
159
135
|
.e-pivot-number-format-menu::before {
|
|
160
|
-
content:
|
|
136
|
+
content: "\e711";
|
|
161
137
|
}
|
|
162
138
|
|
|
163
139
|
.e-pivot-conditional-format-menu::before {
|
|
164
|
-
content:
|
|
140
|
+
content: "\e725";
|
|
165
141
|
}
|
|
166
142
|
|
|
167
143
|
.e-pivot-format-toolbar::before {
|
|
168
|
-
content:
|
|
144
|
+
content: "\e711";
|
|
169
145
|
}
|
|
170
146
|
|
|
171
147
|
.e-pivotview-group::before {
|
|
172
|
-
content:
|
|
148
|
+
content: "\e740";
|
|
173
149
|
}
|
|
174
150
|
|
|
175
151
|
.e-pivotview-ungroup::before {
|
|
176
|
-
content:
|
|
152
|
+
content: "\e741";
|
|
177
153
|
}
|
|
178
154
|
|
|
179
155
|
.e-level-options .e-selected-level-icon::before {
|
|
180
|
-
content:
|
|
156
|
+
content: "\e614";
|
|
181
157
|
}
|
|
182
158
|
|
|
183
159
|
/*! PivotView layout */
|
|
@@ -189,25 +165,21 @@
|
|
|
189
165
|
max-width: 400px !important;
|
|
190
166
|
width: auto !important;
|
|
191
167
|
}
|
|
192
|
-
|
|
193
168
|
.e-pivotview .e-pivot-format-dialog {
|
|
194
169
|
border-radius: 4px;
|
|
195
170
|
max-width: 400px !important;
|
|
196
171
|
width: auto !important;
|
|
197
172
|
}
|
|
198
|
-
|
|
199
173
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
200
174
|
display: -ms-flexbox;
|
|
201
175
|
display: flex;
|
|
202
176
|
}
|
|
203
|
-
|
|
204
177
|
.e-pivotview .e-value-field-settings .e-field-name-title {
|
|
205
178
|
-ms-flex: none;
|
|
206
179
|
flex: none;
|
|
207
180
|
font-size: 13px;
|
|
208
181
|
font-weight: 500;
|
|
209
182
|
}
|
|
210
|
-
|
|
211
183
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
212
184
|
-ms-flex: auto;
|
|
213
185
|
flex: auto;
|
|
@@ -215,14 +187,12 @@
|
|
|
215
187
|
font-weight: 500;
|
|
216
188
|
width: 100%;
|
|
217
189
|
}
|
|
218
|
-
|
|
219
190
|
.e-pivotview .e-value-field-settings .e-caption-input-container,
|
|
220
191
|
.e-pivotview .e-value-field-settings .e-type-option-container,
|
|
221
192
|
.e-pivotview .e-value-field-settings .e-base-field-option-container,
|
|
222
193
|
.e-pivotview .e-value-field-settings .e-base-item-option-container {
|
|
223
194
|
padding-top: 20px;
|
|
224
195
|
}
|
|
225
|
-
|
|
226
196
|
.e-pivotview .e-value-field-settings .e-base-field-option-text,
|
|
227
197
|
.e-pivotview .e-value-field-settings .e-base-item-option-text,
|
|
228
198
|
.e-pivotview .e-value-field-settings .e-type-option-text {
|
|
@@ -230,22 +200,18 @@
|
|
|
230
200
|
font-weight: 500;
|
|
231
201
|
width: 100%;
|
|
232
202
|
}
|
|
233
|
-
|
|
234
203
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
235
204
|
font-size: 13px;
|
|
236
205
|
}
|
|
237
|
-
|
|
238
206
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
239
207
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
240
208
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
241
209
|
.e-pivotview .e-group-field-settings .e-checkbox-wrapper {
|
|
242
210
|
padding-bottom: 10px;
|
|
243
211
|
}
|
|
244
|
-
|
|
245
212
|
.e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper {
|
|
246
213
|
padding-top: 0;
|
|
247
214
|
}
|
|
248
|
-
|
|
249
215
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
250
216
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
251
217
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -254,48 +220,39 @@
|
|
|
254
220
|
font-weight: 500;
|
|
255
221
|
width: 100%;
|
|
256
222
|
}
|
|
257
|
-
|
|
258
223
|
.e-pivotview .e-group-field-settings .e-group-input-container,
|
|
259
224
|
.e-pivotview .e-group-field-settings .e-group-end-option-container,
|
|
260
225
|
.e-pivotview .e-group-field-settings .e-group-interval-option-container {
|
|
261
226
|
padding-top: 20px;
|
|
262
227
|
}
|
|
263
|
-
|
|
264
228
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
265
229
|
margin-bottom: 10px;
|
|
266
230
|
}
|
|
267
|
-
|
|
268
231
|
.e-pivotview .e-member-editor-dialog {
|
|
269
232
|
min-width: 320px;
|
|
270
233
|
}
|
|
271
|
-
|
|
272
234
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
273
235
|
display: -ms-flexbox;
|
|
274
236
|
display: flex;
|
|
275
237
|
padding: 0 20px 10px;
|
|
276
238
|
}
|
|
277
|
-
|
|
278
239
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
279
240
|
display: inline-block;
|
|
280
241
|
visibility: hidden;
|
|
281
242
|
}
|
|
282
|
-
|
|
283
243
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
284
244
|
box-shadow: none;
|
|
285
245
|
margin-left: 10px;
|
|
286
246
|
}
|
|
287
|
-
|
|
288
247
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
289
248
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
290
249
|
font-size: 16px;
|
|
291
250
|
}
|
|
292
|
-
|
|
293
251
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
294
252
|
padding: 15px 20px;
|
|
295
253
|
text-align: center;
|
|
296
254
|
width: 100%;
|
|
297
255
|
}
|
|
298
|
-
|
|
299
256
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
300
257
|
display: inline-block;
|
|
301
258
|
height: 164px;
|
|
@@ -303,61 +260,49 @@
|
|
|
303
260
|
overflow: auto;
|
|
304
261
|
width: 100%;
|
|
305
262
|
}
|
|
306
|
-
|
|
307
263
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
308
264
|
display: inline-table;
|
|
309
265
|
width: 100%;
|
|
310
266
|
}
|
|
311
|
-
|
|
312
267
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container.e-olap-field-list-tree {
|
|
313
268
|
overflow-x: auto;
|
|
314
269
|
}
|
|
315
|
-
|
|
316
270
|
.e-pivotview .e-member-editor-dialog .e-select-all-container ul,
|
|
317
271
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul {
|
|
318
272
|
margin-left: -35px;
|
|
319
273
|
overflow: hidden;
|
|
320
274
|
}
|
|
321
|
-
|
|
322
275
|
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-text,
|
|
323
276
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
324
277
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
325
278
|
}
|
|
326
|
-
|
|
327
279
|
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-icon,
|
|
328
280
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon {
|
|
329
281
|
margin: 0;
|
|
330
282
|
}
|
|
331
|
-
|
|
332
283
|
.e-pivotview .e-member-editor-dialog .e-select-all-container ul,
|
|
333
284
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul {
|
|
334
285
|
margin-left: -35px;
|
|
335
286
|
overflow: hidden;
|
|
336
287
|
}
|
|
337
|
-
|
|
338
288
|
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-text,
|
|
339
289
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
340
290
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
341
291
|
}
|
|
342
|
-
|
|
343
292
|
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-icon,
|
|
344
293
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon {
|
|
345
294
|
margin: 0;
|
|
346
295
|
}
|
|
347
|
-
|
|
348
296
|
.e-pivotview .e-member-editor-dialog .e-excelfilter {
|
|
349
297
|
padding-top: 20px;
|
|
350
298
|
}
|
|
351
|
-
|
|
352
299
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
353
300
|
height: 154px;
|
|
354
301
|
}
|
|
355
|
-
|
|
356
302
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container {
|
|
357
303
|
opacity: 100%;
|
|
358
304
|
padding: 18px 10px 12px 20px;
|
|
359
305
|
}
|
|
360
|
-
|
|
361
306
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
362
307
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
363
308
|
height: 234px;
|
|
@@ -365,14 +310,12 @@
|
|
|
365
310
|
padding: 20px;
|
|
366
311
|
padding-bottom: 0;
|
|
367
312
|
}
|
|
368
|
-
|
|
369
313
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
370
314
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
371
315
|
color: #f0f0f0 !important;
|
|
372
316
|
font-size: 13px;
|
|
373
317
|
font-weight: 500;
|
|
374
318
|
}
|
|
375
|
-
|
|
376
319
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,
|
|
377
320
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,
|
|
378
321
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-separator-div,
|
|
@@ -381,58 +324,46 @@
|
|
|
381
324
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-separator-div {
|
|
382
325
|
padding-top: 20px;
|
|
383
326
|
}
|
|
384
|
-
|
|
385
327
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,
|
|
386
328
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-between-text-div {
|
|
387
329
|
padding: 8px 0;
|
|
388
330
|
}
|
|
389
|
-
|
|
390
331
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-disable,
|
|
391
332
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-disable {
|
|
392
333
|
display: none;
|
|
393
334
|
}
|
|
394
|
-
|
|
395
335
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
396
336
|
border: none;
|
|
397
337
|
}
|
|
398
|
-
|
|
399
338
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
400
339
|
margin: 0 0 0 6px;
|
|
401
340
|
}
|
|
402
|
-
|
|
403
341
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
404
342
|
height: 14px;
|
|
405
343
|
min-width: 14px;
|
|
406
344
|
width: 14px;
|
|
407
345
|
}
|
|
408
|
-
|
|
409
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
410
347
|
font-size: 14px;
|
|
411
348
|
}
|
|
412
|
-
|
|
413
349
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
414
350
|
margin: 0 6px 0 0;
|
|
415
351
|
}
|
|
416
|
-
|
|
417
352
|
.e-pivotview .e-member-editor-dialog .e-disable {
|
|
418
353
|
display: none !important;
|
|
419
354
|
}
|
|
420
|
-
|
|
421
355
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
422
356
|
float: left;
|
|
423
357
|
margin: 0;
|
|
424
358
|
}
|
|
425
|
-
|
|
426
359
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
427
360
|
display: none;
|
|
428
361
|
}
|
|
429
|
-
|
|
430
362
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
431
363
|
background-color: #858585;
|
|
432
364
|
opacity: 100%;
|
|
433
365
|
padding: 16px 10px 16px 20px;
|
|
434
366
|
}
|
|
435
|
-
|
|
436
367
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
437
368
|
color: #fff;
|
|
438
369
|
font: 500 13px Helvetica;
|
|
@@ -441,82 +372,65 @@
|
|
|
441
372
|
text-overflow: ellipsis;
|
|
442
373
|
white-space: nowrap;
|
|
443
374
|
}
|
|
444
|
-
|
|
445
375
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
446
376
|
margin-left: 0;
|
|
447
377
|
margin-right: 10px;
|
|
448
378
|
}
|
|
449
|
-
|
|
450
379
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
451
380
|
margin-left: 0;
|
|
452
381
|
margin-right: -35px;
|
|
453
382
|
}
|
|
454
|
-
|
|
455
383
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
456
384
|
margin-left: 0;
|
|
457
385
|
margin-right: 10px;
|
|
458
386
|
}
|
|
459
|
-
|
|
460
387
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
461
388
|
margin-left: 0;
|
|
462
389
|
margin-right: -35px;
|
|
463
390
|
}
|
|
464
|
-
|
|
465
391
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
466
392
|
float: right;
|
|
467
393
|
margin: 0;
|
|
468
394
|
}
|
|
469
|
-
|
|
470
395
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul,
|
|
471
396
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
472
397
|
margin-left: 0;
|
|
473
398
|
}
|
|
474
|
-
|
|
475
399
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child {
|
|
476
400
|
padding-left: 10px;
|
|
477
401
|
padding-right: 10px;
|
|
478
402
|
}
|
|
479
|
-
|
|
480
403
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop {
|
|
481
404
|
margin: 0 5px;
|
|
482
405
|
}
|
|
483
|
-
|
|
484
406
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret {
|
|
485
407
|
font-size: 10px;
|
|
486
408
|
}
|
|
487
|
-
|
|
488
409
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled {
|
|
489
|
-
opacity: .5;
|
|
410
|
+
opacity: 0.5;
|
|
490
411
|
pointer-events: none;
|
|
491
412
|
}
|
|
492
|
-
|
|
493
413
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul,
|
|
494
414
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
495
415
|
margin-left: 0;
|
|
496
416
|
}
|
|
497
|
-
|
|
498
417
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child {
|
|
499
418
|
padding-left: 10px;
|
|
500
419
|
padding-right: 10px;
|
|
501
420
|
}
|
|
502
|
-
|
|
503
421
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop {
|
|
504
422
|
margin: 0 5px;
|
|
505
423
|
}
|
|
506
|
-
|
|
507
424
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret {
|
|
508
425
|
font-size: 10px;
|
|
509
426
|
}
|
|
510
|
-
|
|
511
427
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled {
|
|
512
|
-
opacity: .5;
|
|
428
|
+
opacity: 0.5;
|
|
513
429
|
pointer-events: none;
|
|
514
430
|
}
|
|
515
|
-
|
|
516
431
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
517
432
|
margin-right: 0;
|
|
518
433
|
}
|
|
519
|
-
|
|
520
434
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
521
435
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
522
436
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -525,7 +439,6 @@
|
|
|
525
439
|
border-radius: 4px;
|
|
526
440
|
font-weight: normal;
|
|
527
441
|
}
|
|
528
|
-
|
|
529
442
|
.e-pivotview .e-value-field-settings .e-footer-content,
|
|
530
443
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
531
444
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
@@ -536,14 +449,12 @@
|
|
|
536
449
|
padding-bottom: 8px;
|
|
537
450
|
padding-top: 8px;
|
|
538
451
|
}
|
|
539
|
-
|
|
540
452
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
541
453
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
542
454
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content,
|
|
543
455
|
.e-pivotview .e-group-field-settings .e-dlg-content {
|
|
544
456
|
overflow: hidden;
|
|
545
457
|
}
|
|
546
|
-
|
|
547
458
|
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
548
459
|
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
549
460
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -551,7 +462,6 @@
|
|
|
551
462
|
color: #ac2a2a !important;
|
|
552
463
|
font-weight: 600 !important;
|
|
553
464
|
}
|
|
554
|
-
|
|
555
465
|
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder,
|
|
556
466
|
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder,
|
|
557
467
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder,
|
|
@@ -559,7 +469,6 @@
|
|
|
559
469
|
color: #ac2a2a !important;
|
|
560
470
|
font-weight: 600 !important;
|
|
561
471
|
}
|
|
562
|
-
|
|
563
472
|
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder,
|
|
564
473
|
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder,
|
|
565
474
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder,
|
|
@@ -567,7 +476,6 @@
|
|
|
567
476
|
color: #ac2a2a !important;
|
|
568
477
|
font-weight: 600 !important;
|
|
569
478
|
}
|
|
570
|
-
|
|
571
479
|
.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder,
|
|
572
480
|
.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,
|
|
573
481
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,
|
|
@@ -575,64 +483,51 @@
|
|
|
575
483
|
color: #ac2a2a !important;
|
|
576
484
|
font-weight: 600 !important;
|
|
577
485
|
}
|
|
578
|
-
|
|
579
486
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
580
487
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content {
|
|
581
488
|
padding: 0;
|
|
582
489
|
}
|
|
583
|
-
|
|
584
490
|
.e-pivotview .e-value-field-settings .e-footer-content,
|
|
585
491
|
.e-pivotview .e-member-editor-dialog .e-footer-content {
|
|
586
492
|
border-top: 1px solid #414141;
|
|
587
493
|
}
|
|
588
|
-
|
|
589
494
|
.e-pivotview .e-value-field-settings,
|
|
590
495
|
.e-pivotview .e-pivot-format-dialog {
|
|
591
496
|
min-width: 300px;
|
|
592
497
|
}
|
|
593
|
-
|
|
594
498
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
595
499
|
.e-pivotview .e-pivot-format-dialog .e-dlg-content {
|
|
596
500
|
overflow: auto;
|
|
597
501
|
}
|
|
598
|
-
|
|
599
502
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
600
503
|
max-width: 350px !important;
|
|
601
504
|
max-height: 380px !important;
|
|
602
505
|
}
|
|
603
|
-
|
|
604
506
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
605
507
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
606
508
|
padding-bottom: 20px;
|
|
607
509
|
}
|
|
608
|
-
|
|
609
510
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container .e-chart-type-option-text,
|
|
610
511
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text .e-chart-type-option-text {
|
|
611
512
|
padding-bottom: 5px;
|
|
612
513
|
}
|
|
613
|
-
|
|
614
514
|
.e-pivotview .e-pivotchart-type-dialog .e-multiple-axes-mode-container {
|
|
615
515
|
padding-top: 20px;
|
|
616
516
|
}
|
|
617
|
-
|
|
618
517
|
.e-pivotview .e-pivotchart-type-dialog .e-multiple-axes-mode-container .e-multiple-axes-mode-text {
|
|
619
518
|
padding-bottom: 5px;
|
|
620
519
|
}
|
|
621
|
-
|
|
622
520
|
.e-pivotview .e-pivotchart-type-dialog .e-dialog-multiple-axis,
|
|
623
521
|
.e-pivotview .e-pivotchart-type-dialog .e-dialog-show-legend {
|
|
624
522
|
width: 49%;
|
|
625
523
|
}
|
|
626
|
-
|
|
627
524
|
.e-pivotview .e-pivot-format-dialog {
|
|
628
525
|
max-height: 550px !important;
|
|
629
526
|
max-width: 350px !important;
|
|
630
527
|
}
|
|
631
|
-
|
|
632
528
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
633
529
|
padding: 0 20px;
|
|
634
530
|
}
|
|
635
|
-
|
|
636
531
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable,
|
|
637
532
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable,
|
|
638
533
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable,
|
|
@@ -640,7 +535,6 @@
|
|
|
640
535
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable {
|
|
641
536
|
font-weight: 500;
|
|
642
537
|
}
|
|
643
|
-
|
|
644
538
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop,
|
|
645
539
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop,
|
|
646
540
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text,
|
|
@@ -648,69 +542,55 @@
|
|
|
648
542
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
649
543
|
margin-bottom: 20px;
|
|
650
544
|
}
|
|
651
|
-
|
|
652
545
|
.e-pivotview .e-pivot-toolbar {
|
|
653
546
|
background: #131313;
|
|
654
547
|
border-bottom: 0;
|
|
655
548
|
border-style: solid;
|
|
656
549
|
}
|
|
657
|
-
|
|
658
550
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
659
551
|
background: #131313;
|
|
660
552
|
}
|
|
661
|
-
|
|
662
553
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
663
554
|
font-size: 16px;
|
|
664
555
|
}
|
|
665
|
-
|
|
666
556
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
667
557
|
background-color: transparent;
|
|
668
558
|
border: none;
|
|
669
559
|
}
|
|
670
|
-
|
|
671
560
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
672
561
|
height: 40px !important;
|
|
673
562
|
overflow: hidden;
|
|
674
563
|
padding-left: 10px;
|
|
675
564
|
}
|
|
676
|
-
|
|
677
565
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
678
566
|
margin-left: 0;
|
|
679
567
|
margin-right: 0;
|
|
680
568
|
font-size: 16px;
|
|
681
569
|
}
|
|
682
|
-
|
|
683
570
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
684
571
|
margin-left: 18px !important;
|
|
685
572
|
}
|
|
686
|
-
|
|
687
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
688
574
|
padding: 0 !important;
|
|
689
575
|
}
|
|
690
|
-
|
|
691
576
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
692
577
|
float: left;
|
|
693
578
|
font-weight: 500;
|
|
694
579
|
}
|
|
695
|
-
|
|
696
580
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
697
581
|
float: right;
|
|
698
582
|
margin: 0 8px;
|
|
699
583
|
}
|
|
700
|
-
|
|
701
584
|
.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label {
|
|
702
585
|
float: right;
|
|
703
586
|
}
|
|
704
|
-
|
|
705
587
|
.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop {
|
|
706
588
|
float: left;
|
|
707
589
|
}
|
|
708
|
-
|
|
709
590
|
.e-pivotview .e-pivot-toolbar.e-rtl .e-pivot-toolbar-menu ul .e-menu-item {
|
|
710
591
|
padding-left: 30px;
|
|
711
592
|
padding-right: 10px;
|
|
712
593
|
}
|
|
713
|
-
|
|
714
594
|
.e-pivotview .e-frozenscrollbar {
|
|
715
595
|
background-color: #131313;
|
|
716
596
|
}
|
|
@@ -762,7 +642,6 @@
|
|
|
762
642
|
*.e-rtl .e-pivotview-report-input {
|
|
763
643
|
float: left;
|
|
764
644
|
}
|
|
765
|
-
|
|
766
645
|
*.e-rtl .e-pivotview-report-label {
|
|
767
646
|
float: right;
|
|
768
647
|
}
|
|
@@ -784,18 +663,15 @@
|
|
|
784
663
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
785
664
|
margin-bottom: 20px;
|
|
786
665
|
}
|
|
787
|
-
|
|
788
666
|
.e-drillthrough-dialog .e-drillthrough-body-header {
|
|
789
667
|
color: #fff;
|
|
790
668
|
font-weight: 700;
|
|
791
669
|
opacity: 1;
|
|
792
670
|
}
|
|
793
|
-
|
|
794
671
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
795
672
|
color: #f0f0f0;
|
|
796
673
|
margin-right: 20px;
|
|
797
674
|
}
|
|
798
|
-
|
|
799
675
|
.e-drillthrough-dialog .e-drillthrough-body-header-common {
|
|
800
676
|
-webkit-flex-wrap: wrap;
|
|
801
677
|
-moz-flex-wrap: wrap;
|
|
@@ -808,53 +684,44 @@
|
|
|
808
684
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
809
685
|
height: 45px !important;
|
|
810
686
|
}
|
|
811
|
-
|
|
812
687
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
813
688
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
814
689
|
height: 136px;
|
|
815
690
|
}
|
|
816
|
-
|
|
817
691
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
818
692
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
819
693
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
820
694
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
821
695
|
font-size: 18px;
|
|
822
696
|
}
|
|
823
|
-
|
|
824
697
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret,
|
|
825
698
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
826
699
|
font-size: 14px !important;
|
|
827
700
|
}
|
|
828
|
-
|
|
829
701
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
830
702
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
831
703
|
margin: 0 0 0 6px;
|
|
832
704
|
}
|
|
833
|
-
|
|
834
705
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
835
706
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
836
707
|
margin: 0 6px 0 0;
|
|
837
708
|
}
|
|
838
|
-
|
|
839
709
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
840
710
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
841
711
|
height: 113px !important;
|
|
842
712
|
}
|
|
843
|
-
|
|
844
713
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
845
714
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
846
715
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
847
716
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
848
717
|
height: 213px;
|
|
849
718
|
}
|
|
850
|
-
|
|
851
719
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
852
720
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
853
721
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
854
722
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
855
723
|
font-size: 14px;
|
|
856
724
|
}
|
|
857
|
-
|
|
858
725
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,
|
|
859
726
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,
|
|
860
727
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-separator-div,
|
|
@@ -869,19 +736,16 @@
|
|
|
869
736
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-separator-div {
|
|
870
737
|
padding-top: 24px;
|
|
871
738
|
}
|
|
872
|
-
|
|
873
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,
|
|
874
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-between-text-div,
|
|
875
741
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,
|
|
876
742
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-between-text-div {
|
|
877
743
|
padding: 10px 0;
|
|
878
744
|
}
|
|
879
|
-
|
|
880
745
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
881
746
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
882
747
|
min-width: 350px;
|
|
883
748
|
}
|
|
884
|
-
|
|
885
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
886
750
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
887
751
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -891,24 +755,20 @@
|
|
|
891
755
|
font-size: 14px;
|
|
892
756
|
top: 0;
|
|
893
757
|
}
|
|
894
|
-
|
|
895
758
|
.e-bigger .e-pivotview .e-value-field-settings,
|
|
896
759
|
.e-bigger.e-pivotview .e-value-field-settings {
|
|
897
760
|
max-height: 510px !important;
|
|
898
761
|
}
|
|
899
|
-
|
|
900
762
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
901
763
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
902
764
|
padding: 0 20px 10px;
|
|
903
765
|
}
|
|
904
|
-
|
|
905
766
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
906
767
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
907
768
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
908
769
|
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label {
|
|
909
770
|
font-size: 14px;
|
|
910
771
|
}
|
|
911
|
-
|
|
912
772
|
.e-bigger .e-pivotview .e-group-field-settings .e-group-input-container,
|
|
913
773
|
.e-bigger .e-pivotview .e-group-field-settings .e-group-end-option-container,
|
|
914
774
|
.e-bigger .e-pivotview .e-group-field-settings .e-group-interval-option-container,
|
|
@@ -917,7 +777,6 @@
|
|
|
917
777
|
.e-bigger.e-pivotview .e-group-field-settings .e-group-interval-option-container {
|
|
918
778
|
padding-top: 24px;
|
|
919
779
|
}
|
|
920
|
-
|
|
921
780
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-input-text,
|
|
922
781
|
.e-bigger .e-pivotview .e-group-field-settings .e-input-option-text,
|
|
923
782
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
@@ -928,18 +787,15 @@
|
|
|
928
787
|
.e-bigger.e-pivotview .e-group-field-settings .e-group-inerval-option-text {
|
|
929
788
|
font-size: 14px;
|
|
930
789
|
}
|
|
931
|
-
|
|
932
790
|
.e-bigger .e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper,
|
|
933
791
|
.e-bigger.e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper {
|
|
934
792
|
padding-top: 0;
|
|
935
793
|
}
|
|
936
|
-
|
|
937
794
|
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
938
795
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
939
796
|
display: -ms-flexbox;
|
|
940
797
|
display: flex;
|
|
941
798
|
}
|
|
942
|
-
|
|
943
799
|
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-title,
|
|
944
800
|
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-content,
|
|
945
801
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
@@ -947,7 +803,6 @@
|
|
|
947
803
|
font-size: 14px;
|
|
948
804
|
font-weight: 500;
|
|
949
805
|
}
|
|
950
|
-
|
|
951
806
|
.e-bigger .e-pivotview .e-value-field-settings .e-caption-input-container,
|
|
952
807
|
.e-bigger .e-pivotview .e-value-field-settings .e-type-option-container,
|
|
953
808
|
.e-bigger .e-pivotview .e-value-field-settings .e-base-field-option-container,
|
|
@@ -958,7 +813,6 @@
|
|
|
958
813
|
.e-bigger.e-pivotview .e-value-field-settings .e-base-item-option-container {
|
|
959
814
|
padding-top: 24px;
|
|
960
815
|
}
|
|
961
|
-
|
|
962
816
|
.e-bigger .e-pivotview .e-value-field-settings .e-base-field-option-text,
|
|
963
817
|
.e-bigger .e-pivotview .e-value-field-settings .e-base-item-option-text,
|
|
964
818
|
.e-bigger .e-pivotview .e-value-field-settings .e-type-option-text,
|
|
@@ -967,7 +821,6 @@
|
|
|
967
821
|
.e-bigger.e-pivotview .e-value-field-settings .e-type-option-text {
|
|
968
822
|
font-size: 14px;
|
|
969
823
|
}
|
|
970
|
-
|
|
971
824
|
.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content,
|
|
972
825
|
.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content,
|
|
973
826
|
.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content,
|
|
@@ -1001,35 +854,28 @@
|
|
|
1001
854
|
display: inline-block;
|
|
1002
855
|
width: 24px;
|
|
1003
856
|
}
|
|
1004
|
-
|
|
1005
857
|
.e-pivotview .e-lastspan {
|
|
1006
858
|
display: inline-block;
|
|
1007
859
|
padding-top: 10px;
|
|
1008
860
|
width: 12px;
|
|
1009
861
|
}
|
|
1010
|
-
|
|
1011
|
-
.e-pivotview .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
862
|
+
.e-pivotview .e-grid.e-gridhover tr[role=row]:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
1012
863
|
background-color: rgba(0, 0, 0, 0);
|
|
1013
864
|
}
|
|
1014
|
-
|
|
1015
865
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1016
866
|
margin-left: 10px;
|
|
1017
867
|
}
|
|
1018
|
-
|
|
1019
868
|
.e-pivotview .e-valuescontent {
|
|
1020
869
|
padding-right: 8px;
|
|
1021
870
|
text-align: right;
|
|
1022
871
|
}
|
|
1023
|
-
|
|
1024
|
-
.e-pivotview .e-grid
|
|
1025
|
-
.e-rowcell {
|
|
872
|
+
.e-pivotview .e-grid .e-rowcell {
|
|
1026
873
|
font-size: 13px !important;
|
|
1027
874
|
padding-left: 8px;
|
|
1028
875
|
-webkit-user-select: none;
|
|
1029
876
|
-ms-user-select: none;
|
|
1030
877
|
user-select: none;
|
|
1031
878
|
}
|
|
1032
|
-
|
|
1033
879
|
.e-pivotview .e-gtot,
|
|
1034
880
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1035
881
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
@@ -1038,52 +884,40 @@
|
|
|
1038
884
|
.e-pivotview .e-headercell {
|
|
1039
885
|
background-color: #131313;
|
|
1040
886
|
}
|
|
1041
|
-
|
|
1042
887
|
.e-pivotview .e-grid .e-gridheader {
|
|
1043
888
|
border-bottom-width: 1px;
|
|
1044
889
|
}
|
|
1045
|
-
|
|
1046
890
|
.e-pivotview .e-gtot {
|
|
1047
891
|
font-weight: bold;
|
|
1048
892
|
}
|
|
1049
|
-
|
|
1050
|
-
.e-pivotview .e-gtot
|
|
1051
|
-
.e-cellvalue {
|
|
893
|
+
.e-pivotview .e-gtot .e-cellvalue {
|
|
1052
894
|
color: #f0f0f0 87%;
|
|
1053
895
|
}
|
|
1054
|
-
|
|
1055
896
|
.e-pivotview .e-rowsheader,
|
|
1056
897
|
.e-pivotview .e-columnsheader {
|
|
1057
898
|
background-color: #131313;
|
|
1058
899
|
}
|
|
1059
|
-
|
|
1060
900
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1061
901
|
margin-left: 8px;
|
|
1062
902
|
margin-top: 5px;
|
|
1063
903
|
}
|
|
1064
|
-
|
|
1065
904
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
1066
905
|
margin: 10px;
|
|
1067
906
|
}
|
|
1068
|
-
|
|
1069
907
|
.e-pivotview .e-member-editor-dialog,
|
|
1070
908
|
.e-pivotview .e-olap-editor-dialog {
|
|
1071
909
|
visibility: hidden;
|
|
1072
910
|
}
|
|
1073
|
-
|
|
1074
911
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1075
912
|
margin-left: 0;
|
|
1076
913
|
}
|
|
1077
|
-
|
|
1078
914
|
.e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
|
|
1079
915
|
margin-left: 0;
|
|
1080
916
|
margin-right: 0;
|
|
1081
917
|
}
|
|
1082
|
-
|
|
1083
918
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
1084
919
|
width: 100%;
|
|
1085
920
|
}
|
|
1086
|
-
|
|
1087
921
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
1088
922
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
1089
923
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1095,7 +929,6 @@
|
|
|
1095
929
|
background: #484848 !important;
|
|
1096
930
|
color: #fff !important;
|
|
1097
931
|
}
|
|
1098
|
-
|
|
1099
932
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv, .e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,
|
|
1100
933
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,
|
|
1101
934
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-stackedheadercelldiv,
|
|
@@ -1121,7 +954,6 @@
|
|
|
1121
954
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons {
|
|
1122
955
|
color: #fff !important;
|
|
1123
956
|
}
|
|
1124
|
-
|
|
1125
957
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,
|
|
1126
958
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext,
|
|
1127
959
|
.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,
|
|
@@ -1132,53 +964,41 @@
|
|
|
1132
964
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext {
|
|
1133
965
|
color: #fff !important;
|
|
1134
966
|
}
|
|
1135
|
-
|
|
1136
967
|
.e-pivotview .e-drop-indicator {
|
|
1137
968
|
display: block;
|
|
1138
969
|
}
|
|
1139
|
-
|
|
1140
970
|
.e-pivotview div.e-cellvalue {
|
|
1141
971
|
margin-top: 5px;
|
|
1142
972
|
}
|
|
1143
|
-
|
|
1144
973
|
.e-pivotview .e-sortfilterdiv {
|
|
1145
974
|
float: right;
|
|
1146
975
|
margin: -15px 0 !important;
|
|
1147
976
|
}
|
|
1148
|
-
|
|
1149
977
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1150
978
|
padding: 1px 4px !important;
|
|
1151
979
|
}
|
|
1152
|
-
|
|
1153
980
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1154
981
|
margin: -10px 0 !important;
|
|
1155
982
|
}
|
|
1156
|
-
|
|
1157
983
|
.e-pivotview .e-rowsheader .e-sortfilterdiv.e-value-sort-align {
|
|
1158
984
|
margin: 0 !important;
|
|
1159
985
|
}
|
|
1160
|
-
|
|
1161
986
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1162
987
|
border: 1px solid #414141;
|
|
1163
988
|
}
|
|
1164
|
-
|
|
1165
989
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1166
990
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1167
991
|
margin: -30px -15px !important;
|
|
1168
992
|
}
|
|
1169
|
-
|
|
1170
993
|
.e-pivotview .e-grid .e-icons {
|
|
1171
994
|
color: #f0f0f0 !important;
|
|
1172
995
|
}
|
|
1173
|
-
|
|
1174
996
|
.e-pivotview .e-grid .e-icons:hover {
|
|
1175
997
|
color: #f0f0f0 !important;
|
|
1176
998
|
}
|
|
1177
|
-
|
|
1178
999
|
.e-pivotview .e-grid {
|
|
1179
1000
|
border-color: #414141;
|
|
1180
1001
|
}
|
|
1181
|
-
|
|
1182
1002
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1183
1003
|
padding-left: 8px;
|
|
1184
1004
|
-webkit-user-select: none;
|
|
@@ -1186,44 +1006,35 @@
|
|
|
1186
1006
|
user-select: none;
|
|
1187
1007
|
-webkit-touch-callout: none;
|
|
1188
1008
|
}
|
|
1189
|
-
|
|
1190
1009
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1191
1010
|
color: #f0f0f0 !important;
|
|
1192
1011
|
}
|
|
1193
|
-
|
|
1194
1012
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner {
|
|
1195
1013
|
z-index: 1 !important;
|
|
1196
1014
|
}
|
|
1197
|
-
|
|
1198
1015
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1199
1016
|
visibility: hidden;
|
|
1200
1017
|
}
|
|
1201
|
-
|
|
1202
1018
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1203
1019
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1204
1020
|
text-overflow: ellipsis;
|
|
1205
1021
|
white-space: nowrap;
|
|
1206
1022
|
}
|
|
1207
|
-
|
|
1208
1023
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1209
1024
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1210
1025
|
padding-left: 8px !important;
|
|
1211
1026
|
}
|
|
1212
|
-
|
|
1213
1027
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1214
1028
|
z-index: 1 !important;
|
|
1215
1029
|
}
|
|
1216
|
-
|
|
1217
1030
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1218
1031
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1219
1032
|
padding-right: 8px !important;
|
|
1220
1033
|
}
|
|
1221
|
-
|
|
1222
1034
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1223
1035
|
.e-pivotview .e-grid .e-stackedheadercelldiv {
|
|
1224
1036
|
line-height: normal;
|
|
1225
1037
|
}
|
|
1226
|
-
|
|
1227
1038
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1228
1039
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1229
1040
|
border-left-color: #414141 !important;
|
|
@@ -1231,26 +1042,21 @@
|
|
|
1231
1042
|
border-left: 0;
|
|
1232
1043
|
border-right-width: 1px;
|
|
1233
1044
|
}
|
|
1234
|
-
|
|
1235
1045
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1236
1046
|
display: block;
|
|
1237
1047
|
}
|
|
1238
|
-
|
|
1239
1048
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1240
1049
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1241
1050
|
display: inline-block;
|
|
1242
1051
|
padding-left: 12px !important;
|
|
1243
1052
|
margin-top: 5px;
|
|
1244
1053
|
}
|
|
1245
|
-
|
|
1246
1054
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1247
1055
|
margin-left: 0px;
|
|
1248
1056
|
}
|
|
1249
|
-
|
|
1250
1057
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1251
1058
|
padding: 0 0 0 1px !important;
|
|
1252
1059
|
}
|
|
1253
|
-
|
|
1254
1060
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1255
1061
|
.e-pivotview .e-stackedheadertext,
|
|
1256
1062
|
.e-pivotview .e-headertext,
|
|
@@ -1259,46 +1065,37 @@
|
|
|
1259
1065
|
font-size: 13px;
|
|
1260
1066
|
font-weight: 600;
|
|
1261
1067
|
}
|
|
1262
|
-
|
|
1263
1068
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1264
1069
|
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1265
1070
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1266
1071
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1267
1072
|
cursor: pointer;
|
|
1268
1073
|
}
|
|
1269
|
-
|
|
1270
1074
|
.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell {
|
|
1271
1075
|
cursor: pointer;
|
|
1272
1076
|
}
|
|
1273
|
-
|
|
1274
1077
|
.e-pivotview .e-valuescontent {
|
|
1275
1078
|
opacity: 1 !important;
|
|
1276
1079
|
}
|
|
1277
|
-
|
|
1278
1080
|
.e-pivotview .e-rowcell {
|
|
1279
1081
|
opacity: 1;
|
|
1280
1082
|
}
|
|
1281
|
-
|
|
1282
1083
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1283
1084
|
-webkit-user-select: none;
|
|
1284
1085
|
-ms-user-select: none;
|
|
1285
1086
|
user-select: none;
|
|
1286
1087
|
}
|
|
1287
|
-
|
|
1288
1088
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1289
1089
|
-ms-flex: auto;
|
|
1290
1090
|
flex: auto;
|
|
1291
1091
|
}
|
|
1292
|
-
|
|
1293
1092
|
.e-pivotview .e-grouping-bar .e-left-axis-fields,
|
|
1294
1093
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1295
1094
|
height: auto;
|
|
1296
1095
|
}
|
|
1297
|
-
|
|
1298
1096
|
.e-pivotview .e-grouping-bar .e-left-axis-fields {
|
|
1299
1097
|
min-width: 250px;
|
|
1300
1098
|
}
|
|
1301
|
-
|
|
1302
1099
|
.e-pivotview .e-grouping-bar .e-axis-row,
|
|
1303
1100
|
.e-pivotview .e-grouping-bar .e-axis-column,
|
|
1304
1101
|
.e-pivotview .e-grouping-bar .e-axis-value,
|
|
@@ -1308,13 +1105,11 @@
|
|
|
1308
1105
|
display: -ms-flexbox;
|
|
1309
1106
|
display: flex;
|
|
1310
1107
|
}
|
|
1311
|
-
|
|
1312
1108
|
.e-pivotview .e-grouping-bar .e-left-axis-fields {
|
|
1313
1109
|
border: 1px solid #414141;
|
|
1314
1110
|
border-bottom-width: 0;
|
|
1315
1111
|
border-right-width: 0;
|
|
1316
1112
|
}
|
|
1317
|
-
|
|
1318
1113
|
.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1319
1114
|
background: #131313;
|
|
1320
1115
|
border: 1px solid #414141;
|
|
@@ -1322,40 +1117,32 @@
|
|
|
1322
1117
|
height: 36px !important;
|
|
1323
1118
|
min-height: 36px !important;
|
|
1324
1119
|
}
|
|
1325
|
-
|
|
1326
1120
|
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav {
|
|
1327
1121
|
background: #131313;
|
|
1328
1122
|
min-height: 36px !important;
|
|
1329
1123
|
}
|
|
1330
|
-
|
|
1331
1124
|
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover {
|
|
1332
1125
|
background-color: #313131;
|
|
1333
1126
|
}
|
|
1334
|
-
|
|
1335
1127
|
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover .e-nav-arrow {
|
|
1336
1128
|
color: #f0f0f0 !important;
|
|
1337
1129
|
}
|
|
1338
|
-
|
|
1339
1130
|
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items {
|
|
1340
1131
|
background: #131313;
|
|
1341
1132
|
min-height: 36px !important;
|
|
1342
1133
|
}
|
|
1343
|
-
|
|
1344
1134
|
.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items .e-toolbar-item {
|
|
1345
1135
|
margin: 0 !important;
|
|
1346
1136
|
min-height: 36px !important;
|
|
1347
1137
|
padding: 0 !important;
|
|
1348
1138
|
}
|
|
1349
|
-
|
|
1350
1139
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1351
1140
|
border: 1px solid #414141;
|
|
1352
1141
|
border-bottom-width: 0;
|
|
1353
1142
|
}
|
|
1354
|
-
|
|
1355
1143
|
.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter {
|
|
1356
1144
|
border-bottom: 1px solid #414141;
|
|
1357
1145
|
}
|
|
1358
|
-
|
|
1359
1146
|
.e-pivotview .e-group-values,
|
|
1360
1147
|
.e-pivotview .e-group-columns,
|
|
1361
1148
|
.e-pivotview .e-group-filters,
|
|
@@ -1372,7 +1159,6 @@
|
|
|
1372
1159
|
scroll-behavior: smooth;
|
|
1373
1160
|
vertical-align: top;
|
|
1374
1161
|
}
|
|
1375
|
-
|
|
1376
1162
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
1377
1163
|
.e-pivotview .e-group-columns.e-drag-restrict,
|
|
1378
1164
|
.e-pivotview .e-group-filters.e-drag-restrict,
|
|
@@ -1380,7 +1166,6 @@
|
|
|
1380
1166
|
.e-pivotview .e-group-all-fields.e-drag-restrict {
|
|
1381
1167
|
cursor: no-drop;
|
|
1382
1168
|
}
|
|
1383
|
-
|
|
1384
1169
|
.e-pivotview .e-group-values .e-draggable-prompt,
|
|
1385
1170
|
.e-pivotview .e-group-columns .e-draggable-prompt,
|
|
1386
1171
|
.e-pivotview .e-group-filters .e-draggable-prompt,
|
|
@@ -1396,7 +1181,6 @@
|
|
|
1396
1181
|
text-align: center;
|
|
1397
1182
|
vertical-align: middle;
|
|
1398
1183
|
}
|
|
1399
|
-
|
|
1400
1184
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1401
1185
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1402
1186
|
display: -ms-inline-flexbox;
|
|
@@ -1407,23 +1191,19 @@
|
|
|
1407
1191
|
padding-left: 0;
|
|
1408
1192
|
padding-right: 8px;
|
|
1409
1193
|
}
|
|
1410
|
-
|
|
1411
1194
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-indent-div,
|
|
1412
1195
|
.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1413
1196
|
pointer-events: none;
|
|
1414
1197
|
}
|
|
1415
|
-
|
|
1416
1198
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator,
|
|
1417
1199
|
.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator {
|
|
1418
1200
|
pointer-events: none;
|
|
1419
1201
|
width: 2px;
|
|
1420
1202
|
}
|
|
1421
|
-
|
|
1422
1203
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
|
|
1423
1204
|
.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
|
|
1424
1205
|
border-left: 1px dashed #959595;
|
|
1425
1206
|
}
|
|
1426
|
-
|
|
1427
1207
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1428
1208
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1429
1209
|
background-color: #414141;
|
|
@@ -1436,24 +1216,21 @@
|
|
|
1436
1216
|
display: flex;
|
|
1437
1217
|
font-weight: normal;
|
|
1438
1218
|
height: 24px;
|
|
1439
|
-
line-height: .9em;
|
|
1219
|
+
line-height: 0.9em;
|
|
1440
1220
|
padding: 4px 8px;
|
|
1441
1221
|
text-transform: none;
|
|
1442
1222
|
vertical-align: bottom;
|
|
1443
1223
|
z-index: 1;
|
|
1444
1224
|
}
|
|
1445
|
-
|
|
1446
1225
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1447
1226
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
1448
|
-
opacity: .5;
|
|
1227
|
+
opacity: 0.5;
|
|
1449
1228
|
}
|
|
1450
|
-
|
|
1451
1229
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1452
1230
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1453
1231
|
background-color: #313131;
|
|
1454
1232
|
border-color: #313131;
|
|
1455
1233
|
}
|
|
1456
|
-
|
|
1457
1234
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
1458
1235
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-dropdown-icon,
|
|
1459
1236
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filter,
|
|
@@ -1468,13 +1245,11 @@
|
|
|
1468
1245
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1469
1246
|
color: #f0f0f0;
|
|
1470
1247
|
}
|
|
1471
|
-
|
|
1472
1248
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
1473
1249
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused {
|
|
1474
1250
|
background-color: #2a2a2a;
|
|
1475
1251
|
color: #f0f0f0;
|
|
1476
1252
|
}
|
|
1477
|
-
|
|
1478
1253
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-sort,
|
|
1479
1254
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-dropdown-icon,
|
|
1480
1255
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filter,
|
|
@@ -1489,14 +1264,12 @@
|
|
|
1489
1264
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1490
1265
|
color: #f0f0f0;
|
|
1491
1266
|
}
|
|
1492
|
-
|
|
1493
1267
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
1494
1268
|
.e-pivotview .e-group-rows .e-pivot-button:focus,
|
|
1495
1269
|
.e-pivotview .e-group-rows .e-pivot-button:active {
|
|
1496
1270
|
background-color: #2a2a2a;
|
|
1497
1271
|
color: #f0f0f0;
|
|
1498
1272
|
}
|
|
1499
|
-
|
|
1500
1273
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-sort,
|
|
1501
1274
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-dropdown-icon,
|
|
1502
1275
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filter,
|
|
@@ -1522,7 +1295,6 @@
|
|
|
1522
1295
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1523
1296
|
color: #f0f0f0;
|
|
1524
1297
|
}
|
|
1525
|
-
|
|
1526
1298
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1527
1299
|
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1528
1300
|
background-color: transparent;
|
|
@@ -1535,22 +1307,18 @@
|
|
|
1535
1307
|
text-align: left;
|
|
1536
1308
|
text-overflow: ellipsis;
|
|
1537
1309
|
}
|
|
1538
|
-
|
|
1539
1310
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1540
1311
|
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1541
1312
|
cursor: auto;
|
|
1542
1313
|
}
|
|
1543
|
-
|
|
1544
1314
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1545
1315
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1546
1316
|
height: initial !important;
|
|
1547
1317
|
}
|
|
1548
|
-
|
|
1549
1318
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1550
1319
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1551
1320
|
display: none;
|
|
1552
1321
|
}
|
|
1553
|
-
|
|
1554
1322
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort,
|
|
1555
1323
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1556
1324
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter,
|
|
@@ -1571,7 +1339,6 @@
|
|
|
1571
1339
|
margin-left: 4px;
|
|
1572
1340
|
width: 18px;
|
|
1573
1341
|
}
|
|
1574
|
-
|
|
1575
1342
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1576
1343
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
1577
1344
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter:hover,
|
|
@@ -1586,7 +1353,6 @@
|
|
|
1586
1353
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1587
1354
|
color: #f0f0f0;
|
|
1588
1355
|
}
|
|
1589
|
-
|
|
1590
1356
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
1591
1357
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon.e-disable,
|
|
1592
1358
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter.e-disable,
|
|
@@ -1601,62 +1367,50 @@
|
|
|
1601
1367
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit.e-disable {
|
|
1602
1368
|
display: none;
|
|
1603
1369
|
}
|
|
1604
|
-
|
|
1605
1370
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort,
|
|
1606
1371
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort {
|
|
1607
1372
|
height: 10px;
|
|
1608
1373
|
transform: rotateX(0deg);
|
|
1609
1374
|
transition: transform 200ms ease-in-out;
|
|
1610
1375
|
}
|
|
1611
|
-
|
|
1612
1376
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1613
1377
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1614
1378
|
transform: rotateX(180deg);
|
|
1615
1379
|
}
|
|
1616
|
-
|
|
1617
1380
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1618
1381
|
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon {
|
|
1619
1382
|
margin-top: 1px;
|
|
1620
1383
|
}
|
|
1621
|
-
|
|
1622
1384
|
.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button {
|
|
1623
1385
|
max-width: 230px;
|
|
1624
1386
|
}
|
|
1625
|
-
|
|
1626
1387
|
.e-pivotview .e-group-filters,
|
|
1627
1388
|
.e-pivotview .e-group-columns {
|
|
1628
1389
|
width: 100%;
|
|
1629
1390
|
}
|
|
1630
|
-
|
|
1631
1391
|
.e-pivotview .e-group-row {
|
|
1632
1392
|
padding: 0 !important;
|
|
1633
1393
|
}
|
|
1634
|
-
|
|
1635
1394
|
.e-pivotview .e-group-row .e-group-rows {
|
|
1636
1395
|
display: table;
|
|
1637
1396
|
-ms-flex: none;
|
|
1638
1397
|
flex: none;
|
|
1639
1398
|
width: 100%;
|
|
1640
1399
|
}
|
|
1641
|
-
|
|
1642
1400
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1643
1401
|
max-width: unset;
|
|
1644
1402
|
width: 100%;
|
|
1645
1403
|
}
|
|
1646
|
-
|
|
1647
1404
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1648
1405
|
pointer-events: none;
|
|
1649
1406
|
}
|
|
1650
|
-
|
|
1651
1407
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1652
1408
|
padding: 4px 8px;
|
|
1653
1409
|
width: 180px;
|
|
1654
1410
|
}
|
|
1655
|
-
|
|
1656
1411
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
1657
1412
|
background-color: #313131;
|
|
1658
1413
|
}
|
|
1659
|
-
|
|
1660
1414
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort,
|
|
1661
1415
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,
|
|
1662
1416
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,
|
|
@@ -1665,12 +1419,10 @@
|
|
|
1665
1419
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-edit {
|
|
1666
1420
|
color: #f0f0f0 !important;
|
|
1667
1421
|
}
|
|
1668
|
-
|
|
1669
1422
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused {
|
|
1670
1423
|
background-color: #2a2a2a;
|
|
1671
1424
|
color: #f0f0f0;
|
|
1672
1425
|
}
|
|
1673
|
-
|
|
1674
1426
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-sort,
|
|
1675
1427
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-dropdown-icon,
|
|
1676
1428
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filter,
|
|
@@ -1679,12 +1431,10 @@
|
|
|
1679
1431
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-edit {
|
|
1680
1432
|
color: #f0f0f0 !important;
|
|
1681
1433
|
}
|
|
1682
|
-
|
|
1683
1434
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active {
|
|
1684
1435
|
background-color: #2a2a2a;
|
|
1685
1436
|
color: #f0f0f0;
|
|
1686
1437
|
}
|
|
1687
|
-
|
|
1688
1438
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort,
|
|
1689
1439
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,
|
|
1690
1440
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,
|
|
@@ -1698,7 +1448,6 @@
|
|
|
1698
1448
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-edit {
|
|
1699
1449
|
color: #f0f0f0 !important;
|
|
1700
1450
|
}
|
|
1701
|
-
|
|
1702
1451
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
1703
1452
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
1704
1453
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
@@ -1711,7 +1460,6 @@
|
|
|
1711
1460
|
margin-left: 4px;
|
|
1712
1461
|
width: 18px;
|
|
1713
1462
|
}
|
|
1714
|
-
|
|
1715
1463
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1716
1464
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
1717
1465
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,
|
|
@@ -1720,7 +1468,6 @@
|
|
|
1720
1468
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit:hover {
|
|
1721
1469
|
color: #f0f0f0;
|
|
1722
1470
|
}
|
|
1723
|
-
|
|
1724
1471
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,
|
|
1725
1472
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,
|
|
1726
1473
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,
|
|
@@ -1729,85 +1476,67 @@
|
|
|
1729
1476
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit.e-disable {
|
|
1730
1477
|
display: none;
|
|
1731
1478
|
}
|
|
1732
|
-
|
|
1733
1479
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort {
|
|
1734
1480
|
height: 10px;
|
|
1735
1481
|
width: 18px;
|
|
1736
1482
|
}
|
|
1737
|
-
|
|
1738
1483
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1739
1484
|
transform: rotateX(180deg);
|
|
1740
1485
|
}
|
|
1741
|
-
|
|
1742
1486
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1743
1487
|
margin-top: 1px;
|
|
1744
1488
|
}
|
|
1745
|
-
|
|
1746
1489
|
.e-pivotview .e-axis-value {
|
|
1747
1490
|
display: inline-block;
|
|
1748
1491
|
height: 100%;
|
|
1749
1492
|
}
|
|
1750
|
-
|
|
1751
1493
|
.e-pivotview .e-axis-value .e-group-values {
|
|
1752
1494
|
height: 100%;
|
|
1753
1495
|
padding-bottom: 0;
|
|
1754
1496
|
}
|
|
1755
|
-
|
|
1756
1497
|
.e-pivotview .e-axis-value .e-group-chart-values {
|
|
1757
1498
|
display: inline-block;
|
|
1758
1499
|
height: 28px;
|
|
1759
1500
|
}
|
|
1760
|
-
|
|
1761
1501
|
.e-pivotview .e-axis-value .e-group-chart-values-drodown {
|
|
1762
1502
|
font-size: 13px;
|
|
1763
1503
|
height: 25px;
|
|
1764
1504
|
}
|
|
1765
|
-
|
|
1766
1505
|
.e-pivotview .e-axis-column .e-group-chart-columns-dropdown {
|
|
1767
1506
|
font-size: 13px;
|
|
1768
1507
|
height: 25px;
|
|
1769
1508
|
margin: 5px;
|
|
1770
1509
|
}
|
|
1771
|
-
|
|
1772
1510
|
.e-pivotview .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon {
|
|
1773
1511
|
min-height: initial;
|
|
1774
1512
|
}
|
|
1775
|
-
|
|
1776
1513
|
.e-pivotview .e-axis-column .e-group-chart-columns-dropdown input.e-input {
|
|
1777
1514
|
padding-bottom: 7px;
|
|
1778
1515
|
}
|
|
1779
|
-
|
|
1780
1516
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1781
1517
|
height: auto !important;
|
|
1782
1518
|
padding-left: 6px;
|
|
1783
1519
|
border-bottom: 1px solid #414141;
|
|
1784
1520
|
}
|
|
1785
|
-
|
|
1786
1521
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values {
|
|
1787
1522
|
padding-left: 2px;
|
|
1788
1523
|
}
|
|
1789
|
-
|
|
1790
1524
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1791
1525
|
margin: 5px;
|
|
1792
1526
|
}
|
|
1793
|
-
|
|
1794
1527
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon {
|
|
1795
1528
|
min-height: initial;
|
|
1796
1529
|
}
|
|
1797
|
-
|
|
1798
1530
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1799
1531
|
padding-bottom: 7px;
|
|
1800
1532
|
}
|
|
1801
|
-
|
|
1802
1533
|
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1803
1534
|
height: auto;
|
|
1804
1535
|
width: auto;
|
|
1805
1536
|
}
|
|
1806
|
-
|
|
1807
1537
|
.e-pivotview .e-collapse::before {
|
|
1808
1538
|
font-size: 10px;
|
|
1809
1539
|
}
|
|
1810
|
-
|
|
1811
1540
|
.e-pivotview .e-expand,
|
|
1812
1541
|
.e-pivotview .e-collapse {
|
|
1813
1542
|
cursor: pointer;
|
|
@@ -1817,52 +1546,42 @@
|
|
|
1817
1546
|
text-align: center;
|
|
1818
1547
|
width: 18px;
|
|
1819
1548
|
}
|
|
1820
|
-
|
|
1821
1549
|
.e-pivotview th .e-expand,
|
|
1822
1550
|
.e-pivotview th .e-collapse {
|
|
1823
1551
|
font-size: 12px !important;
|
|
1824
1552
|
margin-left: 0px;
|
|
1825
1553
|
margin-top: 6px;
|
|
1826
1554
|
}
|
|
1827
|
-
|
|
1828
1555
|
.e-pivotview .e-expand::before {
|
|
1829
1556
|
font-size: 10px;
|
|
1830
1557
|
}
|
|
1831
|
-
|
|
1832
1558
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1833
1559
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1834
1560
|
margin-left: 0;
|
|
1835
1561
|
}
|
|
1836
|
-
|
|
1837
1562
|
.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1838
1563
|
padding-right: 8px !important;
|
|
1839
1564
|
}
|
|
1840
|
-
|
|
1841
1565
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1842
1566
|
padding-right: 8px !important;
|
|
1843
1567
|
}
|
|
1844
|
-
|
|
1845
1568
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1846
1569
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1847
1570
|
padding-left: 0.8em !important;
|
|
1848
1571
|
padding-right: 8px !important;
|
|
1849
1572
|
}
|
|
1850
|
-
|
|
1851
1573
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
1852
1574
|
.e-pivotview.e-rtl .e-frozencontent > .e-table {
|
|
1853
1575
|
border-left-width: 1px;
|
|
1854
1576
|
border-right: 0;
|
|
1855
1577
|
}
|
|
1856
|
-
|
|
1857
1578
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
1858
1579
|
margin-left: 0;
|
|
1859
1580
|
margin-right: 7px;
|
|
1860
1581
|
}
|
|
1861
|
-
|
|
1862
1582
|
.e-pivotview.e-rtl .e-valuescontent {
|
|
1863
1583
|
text-align: left;
|
|
1864
1584
|
}
|
|
1865
|
-
|
|
1866
1585
|
.e-pivotview.e-rtl .e-group-values,
|
|
1867
1586
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1868
1587
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -1870,19 +1589,16 @@
|
|
|
1870
1589
|
padding-left: 0;
|
|
1871
1590
|
padding-right: 8px;
|
|
1872
1591
|
}
|
|
1873
|
-
|
|
1874
1592
|
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div,
|
|
1875
1593
|
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div {
|
|
1876
1594
|
padding-left: 8px;
|
|
1877
1595
|
padding-right: 0;
|
|
1878
1596
|
}
|
|
1879
|
-
|
|
1880
1597
|
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
1881
1598
|
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1882
1599
|
margin-left: 4px;
|
|
1883
1600
|
text-align: right;
|
|
1884
1601
|
}
|
|
1885
|
-
|
|
1886
1602
|
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
1887
1603
|
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
1888
1604
|
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
@@ -1898,32 +1614,26 @@
|
|
|
1898
1614
|
padding-left: 0;
|
|
1899
1615
|
padding-right: 4px;
|
|
1900
1616
|
}
|
|
1901
|
-
|
|
1902
1617
|
.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields {
|
|
1903
1618
|
border-left-width: 0;
|
|
1904
1619
|
border-right-width: 1px;
|
|
1905
1620
|
}
|
|
1906
|
-
|
|
1907
1621
|
.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields {
|
|
1908
1622
|
border-left-width: 1px;
|
|
1909
1623
|
}
|
|
1910
|
-
|
|
1911
1624
|
.e-pivotview.e-rtl .e-group-row .e-group-rows {
|
|
1912
1625
|
padding-left: 0;
|
|
1913
1626
|
padding-right: 8px;
|
|
1914
1627
|
}
|
|
1915
|
-
|
|
1916
1628
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1917
1629
|
padding-left: 8px;
|
|
1918
1630
|
padding-right: 0;
|
|
1919
1631
|
}
|
|
1920
|
-
|
|
1921
1632
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1922
1633
|
margin-left: 4px;
|
|
1923
1634
|
margin-right: 0;
|
|
1924
1635
|
text-align: right;
|
|
1925
1636
|
}
|
|
1926
|
-
|
|
1927
1637
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
1928
1638
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
1929
1639
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
@@ -1933,41 +1643,32 @@
|
|
|
1933
1643
|
padding-left: 0;
|
|
1934
1644
|
padding-right: 7px;
|
|
1935
1645
|
}
|
|
1936
|
-
|
|
1937
1646
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1938
1647
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1939
1648
|
padding-right: 12px !important;
|
|
1940
1649
|
}
|
|
1941
|
-
|
|
1942
1650
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1943
1651
|
float: left;
|
|
1944
1652
|
}
|
|
1945
|
-
|
|
1946
1653
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1947
1654
|
line-height: 1em !important;
|
|
1948
1655
|
}
|
|
1949
|
-
|
|
1950
1656
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1951
1657
|
max-width: 155px;
|
|
1952
1658
|
}
|
|
1953
|
-
|
|
1954
1659
|
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button,
|
|
1955
1660
|
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button {
|
|
1956
1661
|
max-width: 155px;
|
|
1957
1662
|
}
|
|
1958
|
-
|
|
1959
1663
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1960
1664
|
max-width: 200px;
|
|
1961
1665
|
}
|
|
1962
|
-
|
|
1963
1666
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1964
1667
|
width: 0 !important;
|
|
1965
1668
|
}
|
|
1966
|
-
|
|
1967
1669
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1968
1670
|
width: 155px;
|
|
1969
1671
|
}
|
|
1970
|
-
|
|
1971
1672
|
.e-pivotview .e-component-disable {
|
|
1972
1673
|
display: none !important;
|
|
1973
1674
|
}
|
|
@@ -2021,54 +1722,44 @@
|
|
|
2021
1722
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
2022
1723
|
margin: 5px;
|
|
2023
1724
|
}
|
|
2024
|
-
|
|
2025
1725
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon,
|
|
2026
1726
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon {
|
|
2027
1727
|
min-height: initial;
|
|
2028
1728
|
}
|
|
2029
|
-
|
|
2030
1729
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input,
|
|
2031
1730
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
2032
1731
|
padding-bottom: 10px;
|
|
2033
1732
|
padding-top: 0;
|
|
2034
1733
|
}
|
|
2035
|
-
|
|
2036
1734
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown,
|
|
2037
1735
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown {
|
|
2038
1736
|
margin: 5px;
|
|
2039
1737
|
}
|
|
2040
|
-
|
|
2041
1738
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon,
|
|
2042
1739
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon {
|
|
2043
1740
|
min-height: initial;
|
|
2044
1741
|
}
|
|
2045
|
-
|
|
2046
1742
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown input.e-input,
|
|
2047
1743
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown input.e-input {
|
|
2048
1744
|
padding-bottom: 10px;
|
|
2049
1745
|
padding-top: 0;
|
|
2050
1746
|
}
|
|
2051
|
-
|
|
2052
1747
|
.e-bigger .e-pivotview .e-grid .e-rowsheader,
|
|
2053
1748
|
.e-bigger.e-pivotview .e-grid .e-rowsheader {
|
|
2054
1749
|
padding-left: 8px !important;
|
|
2055
1750
|
}
|
|
2056
|
-
|
|
2057
1751
|
.e-bigger .e-pivotview .e-grid .e-headercelldiv,
|
|
2058
1752
|
.e-bigger.e-pivotview .e-grid .e-headercelldiv {
|
|
2059
1753
|
padding-left: 8px !important;
|
|
2060
1754
|
}
|
|
2061
|
-
|
|
2062
1755
|
.e-bigger .e-pivotview .e-grid .e-columnsheader,
|
|
2063
1756
|
.e-bigger.e-pivotview .e-grid .e-columnsheader {
|
|
2064
1757
|
padding-left: 8px !important;
|
|
2065
1758
|
}
|
|
2066
|
-
|
|
2067
1759
|
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2068
1760
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2069
1761
|
height: 100% !important;
|
|
2070
1762
|
}
|
|
2071
|
-
|
|
2072
1763
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2073
1764
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2074
1765
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2079,25 +1770,21 @@
|
|
|
2079
1770
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2080
1771
|
font-size: 13px !important;
|
|
2081
1772
|
}
|
|
2082
|
-
|
|
2083
1773
|
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2084
1774
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2085
1775
|
padding-left: 16px !important;
|
|
2086
1776
|
}
|
|
2087
|
-
|
|
2088
1777
|
.e-bigger .e-pivotview th .e-expand,
|
|
2089
1778
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2090
1779
|
.e-bigger.e-pivotview th .e-expand,
|
|
2091
1780
|
.e-bigger.e-pivotview th .e-collapse {
|
|
2092
1781
|
margin-top: 6px;
|
|
2093
1782
|
}
|
|
2094
|
-
|
|
2095
1783
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2096
1784
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2097
1785
|
height: 36px !important;
|
|
2098
1786
|
min-height: 36px !important;
|
|
2099
1787
|
}
|
|
2100
|
-
|
|
2101
1788
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav,
|
|
2102
1789
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items,
|
|
2103
1790
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-item,
|
|
@@ -2106,25 +1793,21 @@
|
|
|
2106
1793
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-item {
|
|
2107
1794
|
min-height: 36px !important;
|
|
2108
1795
|
}
|
|
2109
|
-
|
|
2110
1796
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
2111
1797
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div {
|
|
2112
1798
|
height: 30px;
|
|
2113
1799
|
}
|
|
2114
|
-
|
|
2115
1800
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2116
1801
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2117
1802
|
height: 30px;
|
|
2118
1803
|
line-height: 0.9em;
|
|
2119
1804
|
padding: 7px 12px;
|
|
2120
1805
|
}
|
|
2121
|
-
|
|
2122
1806
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2123
1807
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2124
1808
|
font-size: 13px;
|
|
2125
1809
|
margin-right: 8px;
|
|
2126
1810
|
}
|
|
2127
|
-
|
|
2128
1811
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2129
1812
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2130
1813
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
@@ -2141,17 +1824,14 @@
|
|
|
2141
1824
|
height: 20px;
|
|
2142
1825
|
width: 20px;
|
|
2143
1826
|
}
|
|
2144
|
-
|
|
2145
1827
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2146
1828
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort {
|
|
2147
1829
|
height: 14px;
|
|
2148
1830
|
}
|
|
2149
|
-
|
|
2150
1831
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2151
1832
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
2152
1833
|
margin-top: 1px;
|
|
2153
1834
|
}
|
|
2154
|
-
|
|
2155
1835
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters,
|
|
2156
1836
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2157
1837
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns,
|
|
@@ -2166,12 +1846,10 @@
|
|
|
2166
1846
|
min-height: 36px;
|
|
2167
1847
|
padding-left: 16px;
|
|
2168
1848
|
}
|
|
2169
|
-
|
|
2170
1849
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2171
1850
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-values {
|
|
2172
1851
|
height: 100%;
|
|
2173
1852
|
}
|
|
2174
|
-
|
|
2175
1853
|
.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-container,
|
|
2176
1854
|
.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-container,
|
|
2177
1855
|
.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-container,
|
|
@@ -2182,30 +1860,25 @@
|
|
|
2182
1860
|
.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-container {
|
|
2183
1861
|
width: 24px;
|
|
2184
1862
|
}
|
|
2185
|
-
|
|
2186
1863
|
.e-bigger .e-pivotview .e-group-rows,
|
|
2187
1864
|
.e-bigger.e-pivotview .e-group-rows {
|
|
2188
1865
|
padding-left: 16px;
|
|
2189
1866
|
}
|
|
2190
|
-
|
|
2191
1867
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div,
|
|
2192
1868
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
2193
1869
|
height: 30px;
|
|
2194
1870
|
}
|
|
2195
|
-
|
|
2196
1871
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button,
|
|
2197
1872
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2198
1873
|
height: 30px;
|
|
2199
1874
|
line-height: 0.9em;
|
|
2200
1875
|
padding: 7px 12px;
|
|
2201
1876
|
}
|
|
2202
|
-
|
|
2203
1877
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2204
1878
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2205
1879
|
font-size: 13px;
|
|
2206
1880
|
margin-right: 8px;
|
|
2207
1881
|
}
|
|
2208
|
-
|
|
2209
1882
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2210
1883
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2211
1884
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
@@ -2222,34 +1895,28 @@
|
|
|
2222
1895
|
height: 20px;
|
|
2223
1896
|
width: 20px;
|
|
2224
1897
|
}
|
|
2225
|
-
|
|
2226
1898
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2227
1899
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort {
|
|
2228
1900
|
height: 14px;
|
|
2229
1901
|
}
|
|
2230
|
-
|
|
2231
1902
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2232
1903
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
2233
1904
|
margin-top: 1px;
|
|
2234
1905
|
}
|
|
2235
|
-
|
|
2236
1906
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2237
1907
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2238
1908
|
margin: -30px -18px !important;
|
|
2239
1909
|
}
|
|
2240
|
-
|
|
2241
1910
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
2242
1911
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
2243
1912
|
.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
2244
1913
|
.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2245
1914
|
margin: -30px -18px !important;
|
|
2246
1915
|
}
|
|
2247
|
-
|
|
2248
1916
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2249
1917
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2250
1918
|
height: 136px;
|
|
2251
1919
|
}
|
|
2252
|
-
|
|
2253
1920
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2254
1921
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2255
1922
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2262,27 +1929,22 @@
|
|
|
2262
1929
|
font-size: 13px;
|
|
2263
1930
|
font-weight: 600 !important;
|
|
2264
1931
|
}
|
|
2265
|
-
|
|
2266
1932
|
.e-bigger .e-pivotview .e-grid .e-columnsheader,
|
|
2267
1933
|
.e-bigger.e-pivotview .e-grid .e-columnsheader {
|
|
2268
1934
|
padding-right: 16px !important;
|
|
2269
1935
|
}
|
|
2270
|
-
|
|
2271
1936
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2272
1937
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2273
1938
|
font-size: 13px !important;
|
|
2274
1939
|
}
|
|
2275
|
-
|
|
2276
1940
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2277
1941
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2278
1942
|
padding-right: 10px !important;
|
|
2279
1943
|
}
|
|
2280
|
-
|
|
2281
1944
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2282
1945
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2283
1946
|
padding-right: 16px !important;
|
|
2284
1947
|
}
|
|
2285
|
-
|
|
2286
1948
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2287
1949
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2288
1950
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
@@ -2290,7 +1952,6 @@
|
|
|
2290
1952
|
padding-left: 0.8em !important;
|
|
2291
1953
|
padding-right: 8px !important;
|
|
2292
1954
|
}
|
|
2293
|
-
|
|
2294
1955
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
2295
1956
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns,
|
|
2296
1957
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values,
|
|
@@ -2304,13 +1965,11 @@
|
|
|
2304
1965
|
padding-left: 0;
|
|
2305
1966
|
padding-right: 16px;
|
|
2306
1967
|
}
|
|
2307
|
-
|
|
2308
1968
|
.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows,
|
|
2309
1969
|
.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows {
|
|
2310
1970
|
padding-left: 0;
|
|
2311
1971
|
padding-right: 16px;
|
|
2312
1972
|
}
|
|
2313
|
-
|
|
2314
1973
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2315
1974
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2316
1975
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
@@ -2320,4 +1979,4 @@
|
|
|
2320
1979
|
|
|
2321
1980
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
2322
1981
|
background-size: 100% 200px;
|
|
2323
|
-
}
|
|
1982
|
+
}
|