@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: rgba($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: rgba($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
|
|
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: rgba($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: rgba($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
|
|
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: rgba($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: rgba($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
|
|
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: rgba($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: rgba($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
|
|
|
@@ -2592,6 +2592,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2592
2592
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2596
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2597
|
+
margin-top: -11px;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2595
2601
|
&.e-wrap .e-columnmenu,
|
|
2596
2602
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2597
2603
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4755,6 +4761,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4755
4761
|
line-height: normal;
|
|
4756
4762
|
}
|
|
4757
4763
|
}
|
|
4764
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4765
|
+
/* stylelint-disable declaration-no-important */
|
|
4766
|
+
.e-table {
|
|
4767
|
+
border-spacing: 0 !important;
|
|
4768
|
+
}
|
|
4769
|
+
/* stylelint-enable declaration-no-important */
|
|
4770
|
+
|
|
4771
|
+
.e-rowcell {
|
|
4772
|
+
line-height: 1;
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4758
4775
|
}
|
|
4759
4776
|
/* stylelint-enable function-url-quotes */
|
|
4760
4777
|
|
|
@@ -2592,6 +2592,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2592
2592
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2596
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2597
|
+
margin-top: -11px;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2595
2601
|
&.e-wrap .e-columnmenu,
|
|
2596
2602
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2597
2603
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4755,6 +4761,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4755
4761
|
line-height: normal;
|
|
4756
4762
|
}
|
|
4757
4763
|
}
|
|
4764
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4765
|
+
/* stylelint-disable declaration-no-important */
|
|
4766
|
+
.e-table {
|
|
4767
|
+
border-spacing: 0 !important;
|
|
4768
|
+
}
|
|
4769
|
+
/* stylelint-enable declaration-no-important */
|
|
4770
|
+
|
|
4771
|
+
.e-rowcell {
|
|
4772
|
+
line-height: 1;
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4758
4775
|
}
|
|
4759
4776
|
/* stylelint-enable function-url-quotes */
|
|
4760
4777
|
|
|
@@ -2592,6 +2592,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2592
2592
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2596
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2597
|
+
margin-top: -11px;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2595
2601
|
&.e-wrap .e-columnmenu,
|
|
2596
2602
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2597
2603
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4755,6 +4761,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4755
4761
|
line-height: normal;
|
|
4756
4762
|
}
|
|
4757
4763
|
}
|
|
4764
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4765
|
+
/* stylelint-disable declaration-no-important */
|
|
4766
|
+
.e-table {
|
|
4767
|
+
border-spacing: 0 !important;
|
|
4768
|
+
}
|
|
4769
|
+
/* stylelint-enable declaration-no-important */
|
|
4770
|
+
|
|
4771
|
+
.e-rowcell {
|
|
4772
|
+
line-height: 1;
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4758
4775
|
}
|
|
4759
4776
|
/* stylelint-enable function-url-quotes */
|
|
4760
4777
|
|
|
@@ -2592,6 +2592,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
2592
2592
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2596
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2597
|
+
margin-top: -11px;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2595
2601
|
&.e-wrap .e-columnmenu,
|
|
2596
2602
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2597
2603
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4755,6 +4761,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
4755
4761
|
line-height: normal;
|
|
4756
4762
|
}
|
|
4757
4763
|
}
|
|
4764
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4765
|
+
/* stylelint-disable declaration-no-important */
|
|
4766
|
+
.e-table {
|
|
4767
|
+
border-spacing: 0 !important;
|
|
4768
|
+
}
|
|
4769
|
+
/* stylelint-enable declaration-no-important */
|
|
4770
|
+
|
|
4771
|
+
.e-rowcell {
|
|
4772
|
+
line-height: 1;
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4758
4775
|
}
|
|
4759
4776
|
/* stylelint-enable function-url-quotes */
|
|
4760
4777
|
|
|
@@ -193,7 +193,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
193
193
|
$grid-header-bg-color: $content-bg-color !default;
|
|
194
194
|
$grid-header-color: $content-text-color !default;
|
|
195
195
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
196
|
-
$grid-headercelldiv-margin: -7px
|
|
196
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
197
197
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
198
198
|
$grid-border-size: 1px !default;
|
|
199
199
|
$grid-header-padding: 8px !default;
|
|
@@ -350,7 +350,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
350
350
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
351
351
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
352
352
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
353
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
353
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
354
354
|
$grid-group-text-width: auto !default;
|
|
355
355
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
356
356
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -193,7 +193,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
193
193
|
$grid-header-bg-color: $content-bg-color !default;
|
|
194
194
|
$grid-header-color: $content-text-color !default;
|
|
195
195
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
196
|
-
$grid-headercelldiv-margin: -7px
|
|
196
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
197
197
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
198
198
|
$grid-border-size: 1px !default;
|
|
199
199
|
$grid-header-padding: 8px !default;
|
|
@@ -350,7 +350,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
350
350
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
351
351
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
352
352
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
353
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
353
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
354
354
|
$grid-group-text-width: auto !default;
|
|
355
355
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
356
356
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -193,7 +193,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
193
193
|
$grid-header-bg-color: $content-bg-color !default;
|
|
194
194
|
$grid-header-color: $content-text-color !default;
|
|
195
195
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
196
|
-
$grid-headercelldiv-margin: -7px
|
|
196
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
197
197
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
198
198
|
$grid-border-size: 1px !default;
|
|
199
199
|
$grid-header-padding: 8px !default;
|
|
@@ -350,7 +350,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
350
350
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
351
351
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
352
352
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
353
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
353
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
354
354
|
$grid-group-text-width: auto !default;
|
|
355
355
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
356
356
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -193,7 +193,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
193
193
|
$grid-header-bg-color: $content-bg-color !default;
|
|
194
194
|
$grid-header-color: $content-text-color !default;
|
|
195
195
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
196
|
-
$grid-headercelldiv-margin: -7px
|
|
196
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
197
197
|
$grid-icon-font-size: $font-icon-16 !default;
|
|
198
198
|
$grid-border-size: 1px !default;
|
|
199
199
|
$grid-header-padding: 8px !default;
|
|
@@ -350,7 +350,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
350
350
|
$grid-ungroup-rtl-padding-right: 0 !default;
|
|
351
351
|
$grid-headercelldiv-padding: 0 20px 0 8px !default;
|
|
352
352
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
353
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
353
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
354
354
|
$grid-group-text-width: auto !default;
|
|
355
355
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
356
356
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -2881,6 +2881,11 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2881
2881
|
}
|
|
2882
2882
|
}
|
|
2883
2883
|
|
|
2884
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2885
|
+
cursor: pointer;
|
|
2886
|
+
pointer-events: auto;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2884
2889
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2885
2890
|
opacity: .7;
|
|
2886
2891
|
pointer-events: none;
|
|
@@ -41115,7 +41120,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
41115
41120
|
display: $tab-active-wrap-before-display;
|
|
41116
41121
|
position: $tab-active-wrap-before-position;
|
|
41117
41122
|
width: $tab-active-wrap-before-width;
|
|
41118
|
-
@if ($skin-name == 'Material3') {
|
|
41123
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
41119
41124
|
border-radius: 3px 3px 0 0;
|
|
41120
41125
|
bottom: $tab-active-wrap-before-top;
|
|
41121
41126
|
}
|
|
@@ -60454,8 +60459,8 @@ $grid-header-border-width: 0 !default;
|
|
|
60454
60459
|
$grid-headercell-line-height: 36px !default;
|
|
60455
60460
|
$grid-header-padding: 8px !default;
|
|
60456
60461
|
$grid-header-first-last-cell-padding: 10px !default;
|
|
60457
|
-
$grid-headercelldiv-margin: 0
|
|
60458
|
-
$grid-headercell-div-padding: 0 !default;
|
|
60462
|
+
$grid-headercelldiv-margin: 0 !default;
|
|
60463
|
+
$grid-headercell-div-padding: 0 7px 0 0 !default;
|
|
60459
60464
|
$grid-headecell-span-height: 26px !default;
|
|
60460
60465
|
$grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
|
|
60461
60466
|
$grid-headercelldiv-padding: 0 10px 0 0 !default;
|
|
@@ -62851,6 +62856,12 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
62851
62856
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
62852
62857
|
}
|
|
62853
62858
|
|
|
62859
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
62860
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
62861
|
+
margin-top: -11px;
|
|
62862
|
+
}
|
|
62863
|
+
}
|
|
62864
|
+
|
|
62854
62865
|
&.e-wrap .e-columnmenu,
|
|
62855
62866
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
62856
62867
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -65014,6 +65025,17 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
65014
65025
|
line-height: normal;
|
|
65015
65026
|
}
|
|
65016
65027
|
}
|
|
65028
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
65029
|
+
/* stylelint-disable declaration-no-important */
|
|
65030
|
+
.e-table {
|
|
65031
|
+
border-spacing: 0 !important;
|
|
65032
|
+
}
|
|
65033
|
+
/* stylelint-enable declaration-no-important */
|
|
65034
|
+
|
|
65035
|
+
.e-rowcell {
|
|
65036
|
+
line-height: 1;
|
|
65037
|
+
}
|
|
65038
|
+
}
|
|
65017
65039
|
}
|
|
65018
65040
|
/* stylelint-enable function-url-quotes */
|
|
65019
65041
|
|
|
@@ -99850,6 +99872,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
99850
99872
|
}
|
|
99851
99873
|
|
|
99852
99874
|
.e-virtual-scroll {
|
|
99875
|
+
.e-content-wrap.e-transition,
|
|
99876
|
+
.e-resource-column-wrap.e-transition {
|
|
99877
|
+
overscroll-behavior: none;
|
|
99878
|
+
}
|
|
99879
|
+
|
|
99853
99880
|
&.e-vertical-view,
|
|
99854
99881
|
&.e-month-view {
|
|
99855
99882
|
.e-content-table {
|
|
@@ -3003,6 +3003,11 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
3003
3003
|
}
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
3007
|
+
cursor: pointer;
|
|
3008
|
+
pointer-events: auto;
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3006
3011
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
3007
3012
|
opacity: .7;
|
|
3008
3013
|
pointer-events: none;
|
|
@@ -55730,7 +55735,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
55730
55735
|
display: $tab-active-wrap-before-display;
|
|
55731
55736
|
position: $tab-active-wrap-before-position;
|
|
55732
55737
|
width: $tab-active-wrap-before-width;
|
|
55733
|
-
@if ($skin-name == 'Material3') {
|
|
55738
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
55734
55739
|
border-radius: 3px 3px 0 0;
|
|
55735
55740
|
bottom: $tab-active-wrap-before-top;
|
|
55736
55741
|
}
|
|
@@ -82729,8 +82734,8 @@ $grid-header-border-width: 0 !default;
|
|
|
82729
82734
|
$grid-headercell-line-height: 36px !default;
|
|
82730
82735
|
$grid-header-padding: 8px !default;
|
|
82731
82736
|
$grid-header-first-last-cell-padding: 10px !default;
|
|
82732
|
-
$grid-headercelldiv-margin: 0
|
|
82733
|
-
$grid-headercell-div-padding: 0 !default;
|
|
82737
|
+
$grid-headercelldiv-margin: 0 !default;
|
|
82738
|
+
$grid-headercell-div-padding: 0 7px 0 0 !default;
|
|
82734
82739
|
$grid-headecell-span-height: 26px !default;
|
|
82735
82740
|
$grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
|
|
82736
82741
|
$grid-headercelldiv-padding: 0 10px 0 0 !default;
|
|
@@ -85126,6 +85131,12 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
85126
85131
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
85127
85132
|
}
|
|
85128
85133
|
|
|
85134
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
85135
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
85136
|
+
margin-top: -11px;
|
|
85137
|
+
}
|
|
85138
|
+
}
|
|
85139
|
+
|
|
85129
85140
|
&.e-wrap .e-columnmenu,
|
|
85130
85141
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
85131
85142
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -87289,6 +87300,17 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
87289
87300
|
line-height: normal;
|
|
87290
87301
|
}
|
|
87291
87302
|
}
|
|
87303
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
87304
|
+
/* stylelint-disable declaration-no-important */
|
|
87305
|
+
.e-table {
|
|
87306
|
+
border-spacing: 0 !important;
|
|
87307
|
+
}
|
|
87308
|
+
/* stylelint-enable declaration-no-important */
|
|
87309
|
+
|
|
87310
|
+
.e-rowcell {
|
|
87311
|
+
line-height: 1;
|
|
87312
|
+
}
|
|
87313
|
+
}
|
|
87292
87314
|
}
|
|
87293
87315
|
/* stylelint-enable function-url-quotes */
|
|
87294
87316
|
|
|
@@ -130586,6 +130608,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
130586
130608
|
}
|
|
130587
130609
|
|
|
130588
130610
|
.e-virtual-scroll {
|
|
130611
|
+
.e-content-wrap.e-transition,
|
|
130612
|
+
.e-resource-column-wrap.e-transition {
|
|
130613
|
+
overscroll-behavior: none;
|
|
130614
|
+
}
|
|
130615
|
+
|
|
130589
130616
|
&.e-vertical-view,
|
|
130590
130617
|
&.e-month-view {
|
|
130591
130618
|
.e-content-table {
|
|
@@ -2890,6 +2890,11 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
2890
2890
|
}
|
|
2891
2891
|
}
|
|
2892
2892
|
|
|
2893
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2894
|
+
cursor: pointer;
|
|
2895
|
+
pointer-events: auto;
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2893
2898
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2894
2899
|
opacity: .7;
|
|
2895
2900
|
pointer-events: none;
|
|
@@ -41769,7 +41774,7 @@ $tbar-alt-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(0, 0, 0, .12) !def
|
|
|
41769
41774
|
display: $tab-active-wrap-before-display;
|
|
41770
41775
|
position: $tab-active-wrap-before-position;
|
|
41771
41776
|
width: $tab-active-wrap-before-width;
|
|
41772
|
-
@if ($skin-name == 'Material3') {
|
|
41777
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
41773
41778
|
border-radius: 3px 3px 0 0;
|
|
41774
41779
|
bottom: $tab-active-wrap-before-top;
|
|
41775
41780
|
}
|
|
@@ -63764,6 +63769,12 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
63764
63769
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
63765
63770
|
}
|
|
63766
63771
|
|
|
63772
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
63773
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
63774
|
+
margin-top: -11px;
|
|
63775
|
+
}
|
|
63776
|
+
}
|
|
63777
|
+
|
|
63767
63778
|
&.e-wrap .e-columnmenu,
|
|
63768
63779
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
63769
63780
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -65927,6 +65938,17 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
65927
65938
|
line-height: normal;
|
|
65928
65939
|
}
|
|
65929
65940
|
}
|
|
65941
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
65942
|
+
/* stylelint-disable declaration-no-important */
|
|
65943
|
+
.e-table {
|
|
65944
|
+
border-spacing: 0 !important;
|
|
65945
|
+
}
|
|
65946
|
+
/* stylelint-enable declaration-no-important */
|
|
65947
|
+
|
|
65948
|
+
.e-rowcell {
|
|
65949
|
+
line-height: 1;
|
|
65950
|
+
}
|
|
65951
|
+
}
|
|
65930
65952
|
}
|
|
65931
65953
|
/* stylelint-enable function-url-quotes */
|
|
65932
65954
|
|
|
@@ -100818,6 +100840,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
100818
100840
|
}
|
|
100819
100841
|
|
|
100820
100842
|
.e-virtual-scroll {
|
|
100843
|
+
.e-content-wrap.e-transition,
|
|
100844
|
+
.e-resource-column-wrap.e-transition {
|
|
100845
|
+
overscroll-behavior: none;
|
|
100846
|
+
}
|
|
100847
|
+
|
|
100821
100848
|
&.e-vertical-view,
|
|
100822
100849
|
&.e-month-view {
|
|
100823
100850
|
.e-content-table {
|