@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
package/SCSS-Themes/fluent2.scss
CHANGED
|
@@ -4818,6 +4818,11 @@ $ddl-list-disable-item-color: $flyout-text-color-disabled !default;
|
|
|
4818
4818
|
}
|
|
4819
4819
|
}
|
|
4820
4820
|
|
|
4821
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
4822
|
+
cursor: pointer;
|
|
4823
|
+
pointer-events: auto;
|
|
4824
|
+
}
|
|
4825
|
+
|
|
4821
4826
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
4822
4827
|
opacity: .7;
|
|
4823
4828
|
pointer-events: none;
|
|
@@ -55738,9 +55743,9 @@ $tab-close-icon-size: $text-sm !default;
|
|
|
55738
55743
|
$tab-big-close-icon-size: $text-sm !default;
|
|
55739
55744
|
$tab-nrml-close-icon-size: $text-xs !default;
|
|
55740
55745
|
$tab-mob-close-icon-size: $text-xxs !default;
|
|
55741
|
-
$tab-close-icon-minwidth:
|
|
55746
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
55742
55747
|
$tab-big-close-icon-margin: 0 8px 0 12px !default;
|
|
55743
|
-
$tab-nrml-close-icon-margin: 0
|
|
55748
|
+
$tab-nrml-close-icon-margin: 0 0 0 8px !default;
|
|
55744
55749
|
$tab-mob-close-icon-margin: 0 0 0 14px !default;
|
|
55745
55750
|
$tab-rtl-mob-close-icon-margin: 0 14px 0 0 !default;
|
|
55746
55751
|
$tab-rtl-big-close-icon-margin: 0 12px 0 0 !default;
|
|
@@ -58448,7 +58453,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
58448
58453
|
display: $tab-active-wrap-before-display;
|
|
58449
58454
|
position: $tab-active-wrap-before-position;
|
|
58450
58455
|
width: $tab-active-wrap-before-width;
|
|
58451
|
-
@if ($skin-name == 'Material3') {
|
|
58456
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
58452
58457
|
border-radius: 3px 3px 0 0;
|
|
58453
58458
|
bottom: $tab-active-wrap-before-top;
|
|
58454
58459
|
}
|
|
@@ -88233,6 +88238,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88233
88238
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
88234
88239
|
}
|
|
88235
88240
|
|
|
88241
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
88242
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
88243
|
+
margin-top: -11px;
|
|
88244
|
+
}
|
|
88245
|
+
}
|
|
88246
|
+
|
|
88236
88247
|
&.e-wrap .e-columnmenu,
|
|
88237
88248
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
88238
88249
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -90396,6 +90407,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90396
90407
|
line-height: normal;
|
|
90397
90408
|
}
|
|
90398
90409
|
}
|
|
90410
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
90411
|
+
/* stylelint-disable declaration-no-important */
|
|
90412
|
+
.e-table {
|
|
90413
|
+
border-spacing: 0 !important;
|
|
90414
|
+
}
|
|
90415
|
+
/* stylelint-enable declaration-no-important */
|
|
90416
|
+
|
|
90417
|
+
.e-rowcell {
|
|
90418
|
+
line-height: 1;
|
|
90419
|
+
}
|
|
90420
|
+
}
|
|
90399
90421
|
}
|
|
90400
90422
|
/* stylelint-enable function-url-quotes */
|
|
90401
90423
|
|
|
@@ -133748,6 +133770,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
133748
133770
|
}
|
|
133749
133771
|
|
|
133750
133772
|
.e-virtual-scroll {
|
|
133773
|
+
.e-content-wrap.e-transition,
|
|
133774
|
+
.e-resource-column-wrap.e-transition {
|
|
133775
|
+
overscroll-behavior: none;
|
|
133776
|
+
}
|
|
133777
|
+
|
|
133751
133778
|
&.e-vertical-view,
|
|
133752
133779
|
&.e-month-view {
|
|
133753
133780
|
.e-content-table {
|
|
@@ -2597,6 +2597,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
2597
2597
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
2600
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2601
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2602
|
+
margin-top: -11px;
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2600
2606
|
&.e-wrap .e-columnmenu,
|
|
2601
2607
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2602
2608
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4760,6 +4766,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
4760
4766
|
line-height: normal;
|
|
4761
4767
|
}
|
|
4762
4768
|
}
|
|
4769
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4770
|
+
/* stylelint-disable declaration-no-important */
|
|
4771
|
+
.e-table {
|
|
4772
|
+
border-spacing: 0 !important;
|
|
4773
|
+
}
|
|
4774
|
+
/* stylelint-enable declaration-no-important */
|
|
4775
|
+
|
|
4776
|
+
.e-rowcell {
|
|
4777
|
+
line-height: 1;
|
|
4778
|
+
}
|
|
4779
|
+
}
|
|
4763
4780
|
}
|
|
4764
4781
|
/* stylelint-enable function-url-quotes */
|
|
4765
4782
|
|
|
@@ -2597,6 +2597,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
2597
2597
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
2600
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2601
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2602
|
+
margin-top: -11px;
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2600
2606
|
&.e-wrap .e-columnmenu,
|
|
2601
2607
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2602
2608
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4760,6 +4766,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
4760
4766
|
line-height: normal;
|
|
4761
4767
|
}
|
|
4762
4768
|
}
|
|
4769
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4770
|
+
/* stylelint-disable declaration-no-important */
|
|
4771
|
+
.e-table {
|
|
4772
|
+
border-spacing: 0 !important;
|
|
4773
|
+
}
|
|
4774
|
+
/* stylelint-enable declaration-no-important */
|
|
4775
|
+
|
|
4776
|
+
.e-rowcell {
|
|
4777
|
+
line-height: 1;
|
|
4778
|
+
}
|
|
4779
|
+
}
|
|
4763
4780
|
}
|
|
4764
4781
|
/* stylelint-enable function-url-quotes */
|
|
4765
4782
|
|
|
@@ -2597,6 +2597,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
2597
2597
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
2600
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2601
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2602
|
+
margin-top: -11px;
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2600
2606
|
&.e-wrap .e-columnmenu,
|
|
2601
2607
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2602
2608
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4760,6 +4766,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
4760
4766
|
line-height: normal;
|
|
4761
4767
|
}
|
|
4762
4768
|
}
|
|
4769
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4770
|
+
/* stylelint-disable declaration-no-important */
|
|
4771
|
+
.e-table {
|
|
4772
|
+
border-spacing: 0 !important;
|
|
4773
|
+
}
|
|
4774
|
+
/* stylelint-enable declaration-no-important */
|
|
4775
|
+
|
|
4776
|
+
.e-rowcell {
|
|
4777
|
+
line-height: 1;
|
|
4778
|
+
}
|
|
4779
|
+
}
|
|
4763
4780
|
}
|
|
4764
4781
|
/* stylelint-enable function-url-quotes */
|
|
4765
4782
|
|
|
@@ -2597,6 +2597,12 @@ $grid-checkmark-color: $primary !default;
|
|
|
2597
2597
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
2600
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
2601
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
2602
|
+
margin-top: -11px;
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2600
2606
|
&.e-wrap .e-columnmenu,
|
|
2601
2607
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
2602
2608
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -4760,6 +4766,17 @@ $grid-checkmark-color: $primary !default;
|
|
|
4760
4766
|
line-height: normal;
|
|
4761
4767
|
}
|
|
4762
4768
|
}
|
|
4769
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
4770
|
+
/* stylelint-disable declaration-no-important */
|
|
4771
|
+
.e-table {
|
|
4772
|
+
border-spacing: 0 !important;
|
|
4773
|
+
}
|
|
4774
|
+
/* stylelint-enable declaration-no-important */
|
|
4775
|
+
|
|
4776
|
+
.e-rowcell {
|
|
4777
|
+
line-height: 1;
|
|
4778
|
+
}
|
|
4779
|
+
}
|
|
4763
4780
|
}
|
|
4764
4781
|
/* stylelint-enable function-url-quotes */
|
|
4765
4782
|
|
|
@@ -2588,6 +2588,12 @@ $grid-checkmark-color: $grey-light-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: $grey-light-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: $grey-light-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: $grey-light-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
|
|
|
@@ -2585,6 +2585,12 @@ $grid-checkmark-color: $grey !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: $grey !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: $grey !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: $grey !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
|
|
|
@@ -2592,6 +2592,12 @@ $grid-checkmark-color: $white !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: $white !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: $white !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: $white !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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -195,7 +195,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
195
195
|
$grid-header-bg-color: $content-bg-color-alt1 !default;
|
|
196
196
|
$grid-header-color: $content-text-color !default;
|
|
197
197
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
198
|
-
$grid-headercelldiv-margin: -7px
|
|
198
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
199
199
|
$grid-icon-font-size: 14px !default;
|
|
200
200
|
$grid-border-size: 1px !default;
|
|
201
201
|
$grid-header-padding: 8px !default;
|
|
@@ -349,7 +349,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
349
349
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
350
350
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
351
351
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
352
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
352
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
353
353
|
$grid-group-text-width: auto !default;
|
|
354
354
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
355
355
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -195,7 +195,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
195
195
|
$grid-header-bg-color: $content-bg-color-alt1 !default;
|
|
196
196
|
$grid-header-color: $content-text-color !default;
|
|
197
197
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
198
|
-
$grid-headercelldiv-margin: -7px
|
|
198
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
199
199
|
$grid-icon-font-size: 14px !default;
|
|
200
200
|
$grid-border-size: 1px !default;
|
|
201
201
|
$grid-header-padding: 8px !default;
|
|
@@ -349,7 +349,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
349
349
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
350
350
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
351
351
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
352
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
352
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
353
353
|
$grid-group-text-width: auto !default;
|
|
354
354
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
355
355
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -195,7 +195,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
195
195
|
$grid-header-bg-color: $content-bg-color-alt1 !default;
|
|
196
196
|
$grid-header-color: $content-text-color !default;
|
|
197
197
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
198
|
-
$grid-headercelldiv-margin: -7px
|
|
198
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
199
199
|
$grid-icon-font-size: 14px !default;
|
|
200
200
|
$grid-border-size: 1px !default;
|
|
201
201
|
$grid-header-padding: 8px !default;
|
|
@@ -349,7 +349,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
349
349
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
350
350
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
351
351
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
352
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
352
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
353
353
|
$grid-group-text-width: auto !default;
|
|
354
354
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
355
355
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|
|
@@ -195,7 +195,7 @@ $grid-header-first-last-cell-padding: 8px !default;
|
|
|
195
195
|
$grid-header-bg-color: $content-bg-color-alt1 !default;
|
|
196
196
|
$grid-header-color: $content-text-color !default;
|
|
197
197
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
198
|
-
$grid-headercelldiv-margin: -7px
|
|
198
|
+
$grid-headercelldiv-margin: -7px -7px -7px -8px !default;
|
|
199
199
|
$grid-icon-font-size: 14px !default;
|
|
200
200
|
$grid-border-size: 1px !default;
|
|
201
201
|
$grid-header-padding: 8px !default;
|
|
@@ -349,7 +349,7 @@ $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
349
349
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
350
350
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
351
351
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
352
|
-
$grid-headercell-div-padding: 0 .4em !default;
|
|
352
|
+
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
353
353
|
$grid-group-text-width: auto !default;
|
|
354
354
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
355
355
|
$grid-group-caption-font-size: $text-sm !default;
|
|
@@ -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
|
|