@syncfusion/blazor-themes 29.1.35 → 29.1.38
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/Compiled-Themes/bds-dark-lite.css +20 -0
- package/Compiled-Themes/bds-dark.css +20 -0
- package/Compiled-Themes/bds-lite.css +20 -0
- package/Compiled-Themes/bds.css +20 -0
- package/Compiled-Themes/bootstrap-dark-lite.css +20 -0
- package/Compiled-Themes/bootstrap-dark.css +20 -0
- package/Compiled-Themes/bootstrap-lite.css +20 -0
- package/Compiled-Themes/bootstrap.css +20 -0
- package/Compiled-Themes/bootstrap4-lite.css +20 -0
- package/Compiled-Themes/bootstrap4.css +20 -0
- package/Compiled-Themes/bootstrap5-dark-lite.css +23 -0
- package/Compiled-Themes/bootstrap5-dark.css +23 -0
- package/Compiled-Themes/bootstrap5-lite.css +23 -0
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +25 -2
- package/Compiled-Themes/bootstrap5.3-dark.css +25 -2
- package/Compiled-Themes/bootstrap5.3-lite.css +25 -2
- package/Compiled-Themes/bootstrap5.3.css +25 -2
- package/Compiled-Themes/bootstrap5.css +23 -0
- package/Compiled-Themes/fabric-dark-lite.css +20 -0
- package/Compiled-Themes/fabric-dark.css +20 -0
- package/Compiled-Themes/fabric-lite.css +20 -0
- package/Compiled-Themes/fabric.css +20 -0
- package/Compiled-Themes/fluent-dark-lite.css +20 -0
- package/Compiled-Themes/fluent-dark.css +20 -0
- package/Compiled-Themes/fluent-lite.css +20 -0
- package/Compiled-Themes/fluent.css +20 -0
- package/Compiled-Themes/fluent2-dark-lite.css +22 -2
- package/Compiled-Themes/fluent2-dark.css +22 -2
- package/Compiled-Themes/fluent2-highcontrast-lite.css +22 -2
- package/Compiled-Themes/fluent2-highcontrast.css +22 -2
- package/Compiled-Themes/fluent2-lite.css +22 -2
- package/Compiled-Themes/fluent2.css +22 -2
- package/Compiled-Themes/highcontrast-lite.css +22 -2
- package/Compiled-Themes/highcontrast.css +22 -2
- package/Compiled-Themes/material-dark-lite.css +20 -0
- package/Compiled-Themes/material-dark.css +20 -0
- package/Compiled-Themes/material-lite.css +20 -0
- package/Compiled-Themes/material.css +20 -0
- package/Compiled-Themes/material3-dark-lite.css +20 -0
- package/Compiled-Themes/material3-dark.css +21 -1
- package/Compiled-Themes/material3-lite.css +20 -0
- package/Compiled-Themes/material3.css +21 -1
- package/Compiled-Themes/tailwind-dark-lite.css +20 -0
- package/Compiled-Themes/tailwind-dark.css +20 -0
- package/Compiled-Themes/tailwind-lite.css +20 -0
- package/Compiled-Themes/tailwind.css +20 -0
- package/Compiled-Themes/tailwind3-dark-lite.css +36 -15
- package/Compiled-Themes/tailwind3-dark.css +36 -15
- package/Compiled-Themes/tailwind3-lite.css +36 -15
- package/Compiled-Themes/tailwind3.css +36 -15
- package/SCSS-Themes/bds-dark-lite.scss +28 -1
- package/SCSS-Themes/bds-dark.scss +28 -1
- package/SCSS-Themes/bds-lite.scss +28 -1
- package/SCSS-Themes/bds.scss +28 -1
- package/SCSS-Themes/bootstrap-dark-lite.scss +28 -1
- package/SCSS-Themes/bootstrap-dark.scss +28 -1
- package/SCSS-Themes/bootstrap-lite.scss +28 -1
- package/SCSS-Themes/bootstrap.scss +28 -1
- package/SCSS-Themes/bootstrap4-lite.scss +28 -1
- package/SCSS-Themes/bootstrap4.scss +28 -1
- package/SCSS-Themes/bootstrap5-dark-lite.scss +28 -1
- package/SCSS-Themes/bootstrap5-dark.scss +28 -1
- package/SCSS-Themes/bootstrap5-lite.scss +28 -1
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +30 -3
- package/SCSS-Themes/bootstrap5.3-dark.scss +30 -3
- package/SCSS-Themes/bootstrap5.3-lite.scss +30 -3
- package/SCSS-Themes/bootstrap5.3.scss +30 -3
- package/SCSS-Themes/bootstrap5.scss +28 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bds-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bds.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-highcontrast-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent2.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-dark-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3-lite.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind3.scss +5 -0
- package/SCSS-Themes/fabric-dark-lite.scss +28 -1
- package/SCSS-Themes/fabric-dark.scss +28 -1
- package/SCSS-Themes/fabric-lite.scss +28 -1
- package/SCSS-Themes/fabric.scss +28 -1
- package/SCSS-Themes/fluent-dark-lite.scss +28 -1
- package/SCSS-Themes/fluent-dark.scss +28 -1
- package/SCSS-Themes/fluent-lite.scss +28 -1
- package/SCSS-Themes/fluent.scss +28 -1
- package/SCSS-Themes/fluent2-dark-lite.scss +30 -3
- package/SCSS-Themes/fluent2-dark.scss +30 -3
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +30 -3
- package/SCSS-Themes/fluent2-highcontrast.scss +30 -3
- package/SCSS-Themes/fluent2-lite.scss +30 -3
- package/SCSS-Themes/fluent2.scss +30 -3
- package/SCSS-Themes/grids/grid/bds-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bds-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bds-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bds.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fabric.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/fluent2.scss +17 -0
- package/SCSS-Themes/grids/grid/highcontrast-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +19 -2
- package/SCSS-Themes/grids/grid/material-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/material-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/material3-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/material3.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind-lite.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +17 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3-lite.scss +19 -2
- package/SCSS-Themes/grids/grid/tailwind3.scss +19 -2
- package/SCSS-Themes/highcontrast-lite.scss +30 -3
- package/SCSS-Themes/highcontrast.scss +30 -3
- package/SCSS-Themes/material-dark-lite.scss +28 -1
- package/SCSS-Themes/material-dark.scss +28 -1
- package/SCSS-Themes/material-lite.scss +28 -1
- package/SCSS-Themes/material.scss +28 -1
- package/SCSS-Themes/material3-dark-lite.scss +29 -2
- package/SCSS-Themes/material3-dark.scss +29 -2
- package/SCSS-Themes/material3-lite.scss +29 -2
- package/SCSS-Themes/material3.scss +29 -2
- package/SCSS-Themes/navigations/tab/bds-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bds.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap4-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap4.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.3.scss +1 -1
- package/SCSS-Themes/navigations/tab/bootstrap5.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fabric.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent.scss +1 -1
- package/SCSS-Themes/navigations/tab/fluent2-dark-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-dark.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-highcontrast-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-highcontrast.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2-lite.scss +3 -3
- package/SCSS-Themes/navigations/tab/fluent2.scss +3 -3
- package/SCSS-Themes/navigations/tab/highcontrast-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/highcontrast.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/material-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/material3.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-dark-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-dark.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind-lite.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind.scss +1 -1
- package/SCSS-Themes/navigations/tab/tailwind3-dark-lite.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3-dark.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3-lite.scss +9 -9
- package/SCSS-Themes/navigations/tab/tailwind3.scss +9 -9
- package/SCSS-Themes/schedule/schedule/bds-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bds.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.3.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-highcontrast-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent2.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material3-dark-lite.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3-lite.scss +6 -1
- package/SCSS-Themes/schedule/schedule/material3.scss +6 -1
- package/SCSS-Themes/schedule/schedule/tailwind-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-dark-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3-lite.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind3.scss +5 -0
- package/SCSS-Themes/tailwind-dark-lite.scss +28 -1
- package/SCSS-Themes/tailwind-dark.scss +28 -1
- package/SCSS-Themes/tailwind-lite.scss +28 -1
- package/SCSS-Themes/tailwind.scss +28 -1
- package/SCSS-Themes/tailwind3-dark-lite.scss +38 -11
- package/SCSS-Themes/tailwind3-dark.scss +38 -11
- package/SCSS-Themes/tailwind3-lite.scss +38 -11
- package/SCSS-Themes/tailwind3.scss +38 -11
- package/package.json +1 -1
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2588
2588
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2592
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2593
|
+
margin-top: -11px;
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2591
2597
|
&.e-wrap .e-columnmenu,
|
|
2592
2598
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2593
2599
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4751,6 +4757,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4751
4757
|
line-height: normal;
|
|
4752
4758
|
}
|
|
4753
4759
|
}
|
|
4760
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4761
|
+
/* stylelint-disable declaration-no-important */
|
|
4762
|
+
.e-table {
|
|
4763
|
+
border-spacing: 0 !important;
|
|
4764
|
+
}
|
|
4765
|
+
/* stylelint-enable declaration-no-important */
|
|
4766
|
+
|
|
4767
|
+
.e-rowcell {
|
|
4768
|
+
line-height: 1;
|
|
4769
|
+
}
|
|
4770
|
+
}
|
|
4754
4771
|
}
|
|
4755
4772
|
/* stylelint-enable function-url-quotes */
|
|
4756
4773
|
|
|
@@ -2587,6 +2587,12 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
2587
2587
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2588
2588
|
}
|
|
2589
2589
|
|
|
2590
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2591
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2592
|
+
margin-top: -11px;
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2590
2596
|
&.e-wrap .e-columnmenu,
|
|
2591
2597
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2592
2598
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4750,6 +4756,17 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
4750
4756
|
line-height: normal;
|
|
4751
4757
|
}
|
|
4752
4758
|
}
|
|
4759
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4760
|
+
/* stylelint-disable declaration-no-important */
|
|
4761
|
+
.e-table {
|
|
4762
|
+
border-spacing: 0 !important;
|
|
4763
|
+
}
|
|
4764
|
+
/* stylelint-enable declaration-no-important */
|
|
4765
|
+
|
|
4766
|
+
.e-rowcell {
|
|
4767
|
+
line-height: 1;
|
|
4768
|
+
}
|
|
4769
|
+
}
|
|
4753
4770
|
}
|
|
4754
4771
|
/* stylelint-enable function-url-quotes */
|
|
4755
4772
|
|
|
@@ -2587,6 +2587,12 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
2587
2587
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2588
2588
|
}
|
|
2589
2589
|
|
|
2590
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2591
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2592
|
+
margin-top: -11px;
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2590
2596
|
&.e-wrap .e-columnmenu,
|
|
2591
2597
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2592
2598
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4750,6 +4756,17 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
4750
4756
|
line-height: normal;
|
|
4751
4757
|
}
|
|
4752
4758
|
}
|
|
4759
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4760
|
+
/* stylelint-disable declaration-no-important */
|
|
4761
|
+
.e-table {
|
|
4762
|
+
border-spacing: 0 !important;
|
|
4763
|
+
}
|
|
4764
|
+
/* stylelint-enable declaration-no-important */
|
|
4765
|
+
|
|
4766
|
+
.e-rowcell {
|
|
4767
|
+
line-height: 1;
|
|
4768
|
+
}
|
|
4769
|
+
}
|
|
4753
4770
|
}
|
|
4754
4771
|
/* stylelint-enable function-url-quotes */
|
|
4755
4772
|
|
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
2588
2588
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2592
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2593
|
+
margin-top: -11px;
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2591
2597
|
&.e-wrap .e-columnmenu,
|
|
2592
2598
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2593
2599
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4751,6 +4757,17 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
4751
4757
|
line-height: normal;
|
|
4752
4758
|
}
|
|
4753
4759
|
}
|
|
4760
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4761
|
+
/* stylelint-disable declaration-no-important */
|
|
4762
|
+
.e-table {
|
|
4763
|
+
border-spacing: 0 !important;
|
|
4764
|
+
}
|
|
4765
|
+
/* stylelint-enable declaration-no-important */
|
|
4766
|
+
|
|
4767
|
+
.e-rowcell {
|
|
4768
|
+
line-height: 1;
|
|
4769
|
+
}
|
|
4770
|
+
}
|
|
4754
4771
|
}
|
|
4755
4772
|
/* stylelint-enable function-url-quotes */
|
|
4756
4773
|
|
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
2588
2588
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2592
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2593
|
+
margin-top: -11px;
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2591
2597
|
&.e-wrap .e-columnmenu,
|
|
2592
2598
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2593
2599
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4751,6 +4757,17 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
4751
4757
|
line-height: normal;
|
|
4752
4758
|
}
|
|
4753
4759
|
}
|
|
4760
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4761
|
+
/* stylelint-disable declaration-no-important */
|
|
4762
|
+
.e-table {
|
|
4763
|
+
border-spacing: 0 !important;
|
|
4764
|
+
}
|
|
4765
|
+
/* stylelint-enable declaration-no-important */
|
|
4766
|
+
|
|
4767
|
+
.e-rowcell {
|
|
4768
|
+
line-height: 1;
|
|
4769
|
+
}
|
|
4770
|
+
}
|
|
4754
4771
|
}
|
|
4755
4772
|
/* stylelint-enable function-url-quotes */
|
|
4756
4773
|
|
|
@@ -2589,6 +2589,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2589
2589
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2590
2590
|
}
|
|
2591
2591
|
|
|
2592
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2593
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2594
|
+
margin-top: -11px;
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2592
2598
|
&.e-wrap .e-columnmenu,
|
|
2593
2599
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2594
2600
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4752,6 +4758,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4752
4758
|
line-height: normal;
|
|
4753
4759
|
}
|
|
4754
4760
|
}
|
|
4761
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4762
|
+
/* stylelint-disable declaration-no-important */
|
|
4763
|
+
.e-table {
|
|
4764
|
+
border-spacing: 0 !important;
|
|
4765
|
+
}
|
|
4766
|
+
/* stylelint-enable declaration-no-important */
|
|
4767
|
+
|
|
4768
|
+
.e-rowcell {
|
|
4769
|
+
line-height: 1;
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4755
4772
|
}
|
|
4756
4773
|
/* stylelint-enable function-url-quotes */
|
|
4757
4774
|
|
|
@@ -2589,6 +2589,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2589
2589
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2590
2590
|
}
|
|
2591
2591
|
|
|
2592
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2593
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2594
|
+
margin-top: -11px;
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2592
2598
|
&.e-wrap .e-columnmenu,
|
|
2593
2599
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2594
2600
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4752,6 +4758,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4752
4758
|
line-height: normal;
|
|
4753
4759
|
}
|
|
4754
4760
|
}
|
|
4761
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4762
|
+
/* stylelint-disable declaration-no-important */
|
|
4763
|
+
.e-table {
|
|
4764
|
+
border-spacing: 0 !important;
|
|
4765
|
+
}
|
|
4766
|
+
/* stylelint-enable declaration-no-important */
|
|
4767
|
+
|
|
4768
|
+
.e-rowcell {
|
|
4769
|
+
line-height: 1;
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4755
4772
|
}
|
|
4756
4773
|
/* stylelint-enable function-url-quotes */
|
|
4757
4774
|
|
|
@@ -2589,6 +2589,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2589
2589
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2590
2590
|
}
|
|
2591
2591
|
|
|
2592
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2593
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2594
|
+
margin-top: -11px;
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2592
2598
|
&.e-wrap .e-columnmenu,
|
|
2593
2599
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2594
2600
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4752,6 +4758,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4752
4758
|
line-height: normal;
|
|
4753
4759
|
}
|
|
4754
4760
|
}
|
|
4761
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4762
|
+
/* stylelint-disable declaration-no-important */
|
|
4763
|
+
.e-table {
|
|
4764
|
+
border-spacing: 0 !important;
|
|
4765
|
+
}
|
|
4766
|
+
/* stylelint-enable declaration-no-important */
|
|
4767
|
+
|
|
4768
|
+
.e-rowcell {
|
|
4769
|
+
line-height: 1;
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4755
4772
|
}
|
|
4756
4773
|
/* stylelint-enable function-url-quotes */
|
|
4757
4774
|
|
|
@@ -2589,6 +2589,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2589
2589
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2590
2590
|
}
|
|
2591
2591
|
|
|
2592
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2593
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2594
|
+
margin-top: -11px;
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2592
2598
|
&.e-wrap .e-columnmenu,
|
|
2593
2599
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2594
2600
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4752,6 +4758,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4752
4758
|
line-height: normal;
|
|
4753
4759
|
}
|
|
4754
4760
|
}
|
|
4761
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4762
|
+
/* stylelint-disable declaration-no-important */
|
|
4763
|
+
.e-table {
|
|
4764
|
+
border-spacing: 0 !important;
|
|
4765
|
+
}
|
|
4766
|
+
/* stylelint-enable declaration-no-important */
|
|
4767
|
+
|
|
4768
|
+
.e-rowcell {
|
|
4769
|
+
line-height: 1;
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4755
4772
|
}
|
|
4756
4773
|
/* stylelint-enable function-url-quotes */
|
|
4757
4774
|
|
|
@@ -2599,6 +2599,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2599
2599
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2603
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2604
|
+
margin-top: -11px;
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2602
2608
|
&.e-wrap .e-columnmenu,
|
|
2603
2609
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2604
2610
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4762,6 +4768,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4762
4768
|
line-height: normal;
|
|
4763
4769
|
}
|
|
4764
4770
|
}
|
|
4771
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4772
|
+
/* stylelint-disable declaration-no-important */
|
|
4773
|
+
.e-table {
|
|
4774
|
+
border-spacing: 0 !important;
|
|
4775
|
+
}
|
|
4776
|
+
/* stylelint-enable declaration-no-important */
|
|
4777
|
+
|
|
4778
|
+
.e-rowcell {
|
|
4779
|
+
line-height: 1;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4765
4782
|
}
|
|
4766
4783
|
/* stylelint-enable function-url-quotes */
|
|
4767
4784
|
|
|
@@ -2599,6 +2599,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2599
2599
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2603
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2604
|
+
margin-top: -11px;
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2602
2608
|
&.e-wrap .e-columnmenu,
|
|
2603
2609
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2604
2610
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4762,6 +4768,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4762
4768
|
line-height: normal;
|
|
4763
4769
|
}
|
|
4764
4770
|
}
|
|
4771
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4772
|
+
/* stylelint-disable declaration-no-important */
|
|
4773
|
+
.e-table {
|
|
4774
|
+
border-spacing: 0 !important;
|
|
4775
|
+
}
|
|
4776
|
+
/* stylelint-enable declaration-no-important */
|
|
4777
|
+
|
|
4778
|
+
.e-rowcell {
|
|
4779
|
+
line-height: 1;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4765
4782
|
}
|
|
4766
4783
|
/* stylelint-enable function-url-quotes */
|
|
4767
4784
|
|
|
@@ -2599,6 +2599,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2599
2599
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2603
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2604
|
+
margin-top: -11px;
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2602
2608
|
&.e-wrap .e-columnmenu,
|
|
2603
2609
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2604
2610
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4762,6 +4768,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4762
4768
|
line-height: normal;
|
|
4763
4769
|
}
|
|
4764
4770
|
}
|
|
4771
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4772
|
+
/* stylelint-disable declaration-no-important */
|
|
4773
|
+
.e-table {
|
|
4774
|
+
border-spacing: 0 !important;
|
|
4775
|
+
}
|
|
4776
|
+
/* stylelint-enable declaration-no-important */
|
|
4777
|
+
|
|
4778
|
+
.e-rowcell {
|
|
4779
|
+
line-height: 1;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4765
4782
|
}
|
|
4766
4783
|
/* stylelint-enable function-url-quotes */
|
|
4767
4784
|
|
|
@@ -2599,6 +2599,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2599
2599
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2603
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2604
|
+
margin-top: -11px;
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2602
2608
|
&.e-wrap .e-columnmenu,
|
|
2603
2609
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2604
2610
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4762,6 +4768,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4762
4768
|
line-height: normal;
|
|
4763
4769
|
}
|
|
4764
4770
|
}
|
|
4771
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4772
|
+
/* stylelint-disable declaration-no-important */
|
|
4773
|
+
.e-table {
|
|
4774
|
+
border-spacing: 0 !important;
|
|
4775
|
+
}
|
|
4776
|
+
/* stylelint-enable declaration-no-important */
|
|
4777
|
+
|
|
4778
|
+
.e-rowcell {
|
|
4779
|
+
line-height: 1;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4765
4782
|
}
|
|
4766
4783
|
/* stylelint-enable function-url-quotes */
|
|
4767
4784
|
|
|
@@ -2599,6 +2599,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2599
2599
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2603
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2604
|
+
margin-top: -11px;
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2602
2608
|
&.e-wrap .e-columnmenu,
|
|
2603
2609
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2604
2610
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4762,6 +4768,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4762
4768
|
line-height: normal;
|
|
4763
4769
|
}
|
|
4764
4770
|
}
|
|
4771
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4772
|
+
/* stylelint-disable declaration-no-important */
|
|
4773
|
+
.e-table {
|
|
4774
|
+
border-spacing: 0 !important;
|
|
4775
|
+
}
|
|
4776
|
+
/* stylelint-enable declaration-no-important */
|
|
4777
|
+
|
|
4778
|
+
.e-rowcell {
|
|
4779
|
+
line-height: 1;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4765
4782
|
}
|
|
4766
4783
|
/* stylelint-enable function-url-quotes */
|
|
4767
4784
|
|
|
@@ -2599,6 +2599,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2599
2599
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2603
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2604
|
+
margin-top: -11px;
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2602
2608
|
&.e-wrap .e-columnmenu,
|
|
2603
2609
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2604
2610
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4762,6 +4768,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4762
4768
|
line-height: normal;
|
|
4763
4769
|
}
|
|
4764
4770
|
}
|
|
4771
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4772
|
+
/* stylelint-disable declaration-no-important */
|
|
4773
|
+
.e-table {
|
|
4774
|
+
border-spacing: 0 !important;
|
|
4775
|
+
}
|
|
4776
|
+
/* stylelint-enable declaration-no-important */
|
|
4777
|
+
|
|
4778
|
+
.e-rowcell {
|
|
4779
|
+
line-height: 1;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4765
4782
|
}
|
|
4766
4783
|
/* stylelint-enable function-url-quotes */
|
|
4767
4784
|
|
|
@@ -189,8 +189,8 @@ $grid-header-border-width: 0 !default;
|
|
|
189
189
|
$grid-headercell-line-height: 36px !default;
|
|
190
190
|
$grid-header-padding: 8px !default;
|
|
191
191
|
$grid-header-first-last-cell-padding: 10px !default;
|
|
192
|
-
$grid-headercelldiv-margin: 0
|
|
193
|
-
$grid-headercell-div-padding: 0 !default;
|
|
192
|
+
$grid-headercelldiv-margin: 0 !default;
|
|
193
|
+
$grid-headercell-div-padding: 0 7px 0 0 !default;
|
|
194
194
|
$grid-headecell-span-height: 26px !default;
|
|
195
195
|
$grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
|
|
196
196
|
$grid-headercelldiv-padding: 0 10px 0 0 !default;
|
|
@@ -2586,6 +2586,12 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
2586
2586
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2587
2587
|
}
|
|
2588
2588
|
|
|
2589
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2590
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2591
|
+
margin-top: -11px;
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2589
2595
|
&.e-wrap .e-columnmenu,
|
|
2590
2596
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2591
2597
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4749,6 +4755,17 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
4749
4755
|
line-height: normal;
|
|
4750
4756
|
}
|
|
4751
4757
|
}
|
|
4758
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4759
|
+
/* stylelint-disable declaration-no-important */
|
|
4760
|
+
.e-table {
|
|
4761
|
+
border-spacing: 0 !important;
|
|
4762
|
+
}
|
|
4763
|
+
/* stylelint-enable declaration-no-important */
|
|
4764
|
+
|
|
4765
|
+
.e-rowcell {
|
|
4766
|
+
line-height: 1;
|
|
4767
|
+
}
|
|
4768
|
+
}
|
|
4752
4769
|
}
|
|
4753
4770
|
/* stylelint-enable function-url-quotes */
|
|
4754
4771
|
|
|
@@ -189,8 +189,8 @@ $grid-header-border-width: 0 !default;
|
|
|
189
189
|
$grid-headercell-line-height: 36px !default;
|
|
190
190
|
$grid-header-padding: 8px !default;
|
|
191
191
|
$grid-header-first-last-cell-padding: 10px !default;
|
|
192
|
-
$grid-headercelldiv-margin: 0
|
|
193
|
-
$grid-headercell-div-padding: 0 !default;
|
|
192
|
+
$grid-headercelldiv-margin: 0 !default;
|
|
193
|
+
$grid-headercell-div-padding: 0 7px 0 0 !default;
|
|
194
194
|
$grid-headecell-span-height: 26px !default;
|
|
195
195
|
$grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
|
|
196
196
|
$grid-headercelldiv-padding: 0 10px 0 0 !default;
|
|
@@ -2586,6 +2586,12 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
2586
2586
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2587
2587
|
}
|
|
2588
2588
|
|
|
2589
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2590
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2591
|
+
margin-top: -11px;
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2589
2595
|
&.e-wrap .e-columnmenu,
|
|
2590
2596
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2591
2597
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4749,6 +4755,17 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
4749
4755
|
line-height: normal;
|
|
4750
4756
|
}
|
|
4751
4757
|
}
|
|
4758
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4759
|
+
/* stylelint-disable declaration-no-important */
|
|
4760
|
+
.e-table {
|
|
4761
|
+
border-spacing: 0 !important;
|
|
4762
|
+
}
|
|
4763
|
+
/* stylelint-enable declaration-no-important */
|
|
4764
|
+
|
|
4765
|
+
.e-rowcell {
|
|
4766
|
+
line-height: 1;
|
|
4767
|
+
}
|
|
4768
|
+
}
|
|
4752
4769
|
}
|
|
4753
4770
|
/* stylelint-enable function-url-quotes */
|
|
4754
4771
|
|
|
@@ -2584,6 +2584,12 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
2584
2584
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2585
2585
|
}
|
|
2586
2586
|
|
|
2587
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2588
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2589
|
+
margin-top: -11px;
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2587
2593
|
&.e-wrap .e-columnmenu,
|
|
2588
2594
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2589
2595
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4747,6 +4753,17 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
4747
4753
|
line-height: normal;
|
|
4748
4754
|
}
|
|
4749
4755
|
}
|
|
4756
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4757
|
+
/* stylelint-disable declaration-no-important */
|
|
4758
|
+
.e-table {
|
|
4759
|
+
border-spacing: 0 !important;
|
|
4760
|
+
}
|
|
4761
|
+
/* stylelint-enable declaration-no-important */
|
|
4762
|
+
|
|
4763
|
+
.e-rowcell {
|
|
4764
|
+
line-height: 1;
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4750
4767
|
}
|
|
4751
4768
|
/* stylelint-enable function-url-quotes */
|
|
4752
4769
|
|
|
@@ -2584,6 +2584,12 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
2584
2584
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2585
2585
|
}
|
|
2586
2586
|
|
|
2587
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2588
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2589
|
+
margin-top: -11px;
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2587
2593
|
&.e-wrap .e-columnmenu,
|
|
2588
2594
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2589
2595
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4747,6 +4753,17 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
4747
4753
|
line-height: normal;
|
|
4748
4754
|
}
|
|
4749
4755
|
}
|
|
4756
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4757
|
+
/* stylelint-disable declaration-no-important */
|
|
4758
|
+
.e-table {
|
|
4759
|
+
border-spacing: 0 !important;
|
|
4760
|
+
}
|
|
4761
|
+
/* stylelint-enable declaration-no-important */
|
|
4762
|
+
|
|
4763
|
+
.e-rowcell {
|
|
4764
|
+
line-height: 1;
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4750
4767
|
}
|
|
4751
4768
|
/* stylelint-enable function-url-quotes */
|
|
4752
4769
|
|
|
@@ -2585,6 +2585,12 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
2585
2585
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2586
2586
|
}
|
|
2587
2587
|
|
|
2588
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2589
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2590
|
+
margin-top: -11px;
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2588
2594
|
&.e-wrap .e-columnmenu,
|
|
2589
2595
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2590
2596
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4748,6 +4754,17 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
4748
4754
|
line-height: normal;
|
|
4749
4755
|
}
|
|
4750
4756
|
}
|
|
4757
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4758
|
+
/* stylelint-disable declaration-no-important */
|
|
4759
|
+
.e-table {
|
|
4760
|
+
border-spacing: 0 !important;
|
|
4761
|
+
}
|
|
4762
|
+
/* stylelint-enable declaration-no-important */
|
|
4763
|
+
|
|
4764
|
+
.e-rowcell {
|
|
4765
|
+
line-height: 1;
|
|
4766
|
+
}
|
|
4767
|
+
}
|
|
4751
4768
|
}
|
|
4752
4769
|
/* stylelint-enable function-url-quotes */
|
|
4753
4770
|
|
|
@@ -2585,6 +2585,12 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
2585
2585
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2586
2586
|
}
|
|
2587
2587
|
|
|
2588
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2589
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2590
|
+
margin-top: -11px;
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2588
2594
|
&.e-wrap .e-columnmenu,
|
|
2589
2595
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2590
2596
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4748,6 +4754,17 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
4748
4754
|
line-height: normal;
|
|
4749
4755
|
}
|
|
4750
4756
|
}
|
|
4757
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4758
|
+
/* stylelint-disable declaration-no-important */
|
|
4759
|
+
.e-table {
|
|
4760
|
+
border-spacing: 0 !important;
|
|
4761
|
+
}
|
|
4762
|
+
/* stylelint-enable declaration-no-important */
|
|
4763
|
+
|
|
4764
|
+
.e-rowcell {
|
|
4765
|
+
line-height: 1;
|
|
4766
|
+
}
|
|
4767
|
+
}
|
|
4751
4768
|
}
|
|
4752
4769
|
/* stylelint-enable function-url-quotes */
|
|
4753
4770
|
|