@syncfusion/ej2-fabric-theme 34.2.2 → 34.2.4
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/package.json +2 -2
- package/styles/compatibility/fabric.css +1 -1
- package/styles/document-editor-container/_layout.scss +4 -0
- package/styles/document-editor-container/document-editor-container-lite.css +3 -0
- package/styles/document-editor-container/document-editor-container.css +3 -0
- package/styles/pivotview/_theme.scss +12 -0
- package/styles/pivotview/pivotview-lite.css +8 -0
- package/styles/pivotview/pivotview.css +8 -0
- package/styles/toolbar/_layout.scss +4 -0
- package/styles/toolbar/toolbar-lite.css +3 -0
- package/styles/toolbar/toolbar.css +3 -0
|
@@ -498,6 +498,18 @@
|
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
|
|
501
|
+
.e-grid {
|
|
502
|
+
.e-headercelldiv {
|
|
503
|
+
width: 100% !important;
|
|
504
|
+
padding-left: $pivotgrid-padding-8 !important;
|
|
505
|
+
padding-right: $pivotgrid-padding-8 !important;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
th.e-headercell:not(.e-stackedheadercell) {
|
|
509
|
+
padding: $pivotgrid-padding-0 !important;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
501
513
|
.sf-grid .e-spinner-pane {
|
|
502
514
|
z-index: 1 !important;
|
|
503
515
|
}
|
|
@@ -1093,6 +1093,14 @@
|
|
|
1093
1093
|
padding-left: 8px !important;
|
|
1094
1094
|
padding-right: 8px !important;
|
|
1095
1095
|
}
|
|
1096
|
+
.e-pivotview .e-grid .e-headercelldiv {
|
|
1097
|
+
width: 100% !important;
|
|
1098
|
+
padding-left: 8px !important;
|
|
1099
|
+
padding-right: 8px !important;
|
|
1100
|
+
}
|
|
1101
|
+
.e-pivotview .e-grid th.e-headercell:not(.e-stackedheadercell) {
|
|
1102
|
+
padding: 0 !important;
|
|
1103
|
+
}
|
|
1096
1104
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1097
1105
|
z-index: 1 !important;
|
|
1098
1106
|
}
|
|
@@ -1093,6 +1093,14 @@
|
|
|
1093
1093
|
padding-left: 8px !important;
|
|
1094
1094
|
padding-right: 8px !important;
|
|
1095
1095
|
}
|
|
1096
|
+
.e-pivotview .e-grid .e-headercelldiv {
|
|
1097
|
+
width: 100% !important;
|
|
1098
|
+
padding-left: 8px !important;
|
|
1099
|
+
padding-right: 8px !important;
|
|
1100
|
+
}
|
|
1101
|
+
.e-pivotview .e-grid th.e-headercell:not(.e-stackedheadercell) {
|
|
1102
|
+
padding: 0 !important;
|
|
1103
|
+
}
|
|
1096
1104
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1097
1105
|
z-index: 1 !important;
|
|
1098
1106
|
}
|