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