@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
|
@@ -2475,6 +2475,11 @@ $schedule-tbar-border-hover-color: color.adjust($gray-600, $lightness: -12.5%) !
|
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-virtual-scroll {
|
|
2478
|
+
.e-content-wrap.e-transition,
|
|
2479
|
+
.e-resource-column-wrap.e-transition {
|
|
2480
|
+
overscroll-behavior: none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2478
2483
|
&.e-vertical-view,
|
|
2479
2484
|
&.e-month-view {
|
|
2480
2485
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2471,6 +2471,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.e-virtual-scroll {
|
|
2474
|
+
.e-content-wrap.e-transition,
|
|
2475
|
+
.e-resource-column-wrap.e-transition {
|
|
2476
|
+
overscroll-behavior: none;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2474
2479
|
&.e-vertical-view,
|
|
2475
2480
|
&.e-month-view {
|
|
2476
2481
|
.e-content-table {
|
|
@@ -2471,6 +2471,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.e-virtual-scroll {
|
|
2474
|
+
.e-content-wrap.e-transition,
|
|
2475
|
+
.e-resource-column-wrap.e-transition {
|
|
2476
|
+
overscroll-behavior: none;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2474
2479
|
&.e-vertical-view,
|
|
2475
2480
|
&.e-month-view {
|
|
2476
2481
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2472,6 +2472,11 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
2472
2472
|
}
|
|
2473
2473
|
|
|
2474
2474
|
.e-virtual-scroll {
|
|
2475
|
+
.e-content-wrap.e-transition,
|
|
2476
|
+
.e-resource-column-wrap.e-transition {
|
|
2477
|
+
overscroll-behavior: none;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2475
2480
|
&.e-vertical-view,
|
|
2476
2481
|
&.e-month-view {
|
|
2477
2482
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2473,6 +2473,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
.e-virtual-scroll {
|
|
2476
|
+
.e-content-wrap.e-transition,
|
|
2477
|
+
.e-resource-column-wrap.e-transition {
|
|
2478
|
+
overscroll-behavior: none;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2476
2481
|
&.e-vertical-view,
|
|
2477
2482
|
&.e-month-view {
|
|
2478
2483
|
.e-content-table {
|
|
@@ -2470,6 +2470,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
2472
|
.e-virtual-scroll {
|
|
2473
|
+
.e-content-wrap.e-transition,
|
|
2474
|
+
.e-resource-column-wrap.e-transition {
|
|
2475
|
+
overscroll-behavior: none;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2473
2478
|
&.e-vertical-view,
|
|
2474
2479
|
&.e-month-view {
|
|
2475
2480
|
.e-content-table {
|
|
@@ -2470,6 +2470,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
2472
|
.e-virtual-scroll {
|
|
2473
|
+
.e-content-wrap.e-transition,
|
|
2474
|
+
.e-resource-column-wrap.e-transition {
|
|
2475
|
+
overscroll-behavior: none;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2473
2478
|
&.e-vertical-view,
|
|
2474
2479
|
&.e-month-view {
|
|
2475
2480
|
.e-content-table {
|
|
@@ -2470,6 +2470,11 @@ $schedule-tree-content-color: $shadow;
|
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
2472
|
.e-virtual-scroll {
|
|
2473
|
+
.e-content-wrap.e-transition,
|
|
2474
|
+
.e-resource-column-wrap.e-transition {
|
|
2475
|
+
overscroll-behavior: none;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2473
2478
|
&.e-vertical-view,
|
|
2474
2479
|
&.e-month-view {
|
|
2475
2480
|
.e-content-table {
|
|
@@ -2470,6 +2470,11 @@ $schedule-tree-content-color: $shadow;
|
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
2472
|
.e-virtual-scroll {
|
|
2473
|
+
.e-content-wrap.e-transition,
|
|
2474
|
+
.e-resource-column-wrap.e-transition {
|
|
2475
|
+
overscroll-behavior: none;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2473
2478
|
&.e-vertical-view,
|
|
2474
2479
|
&.e-month-view {
|
|
2475
2480
|
.e-content-table {
|
|
@@ -196,7 +196,7 @@ $schedule-tbar-btn-bgr-minheight: 18px !default;
|
|
|
196
196
|
$schedule-tbar-btn-bgr-minwidth: 18px !default;
|
|
197
197
|
$schedule-tbar-btn-bgr-padding: 0 8px !default;
|
|
198
198
|
$schedule-tbar-btn-icn-bgr-padding: 0 !default;
|
|
199
|
-
$schedule-tbar-btn-icn-right-bgr-padding:
|
|
199
|
+
$schedule-tbar-btn-icn-right-bgr-padding: 7px 0 !default;
|
|
200
200
|
$schedule-tbar-right-items-btn-border: 1px solid rgba($border-light) !default;
|
|
201
201
|
$schedule-tbar-right-items-btn-border-radius: 20px !default;
|
|
202
202
|
$schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
|
|
@@ -2475,6 +2475,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-virtual-scroll {
|
|
2478
|
+
.e-content-wrap.e-transition,
|
|
2479
|
+
.e-resource-column-wrap.e-transition {
|
|
2480
|
+
overscroll-behavior: none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2478
2483
|
&.e-vertical-view,
|
|
2479
2484
|
&.e-month-view {
|
|
2480
2485
|
.e-content-table {
|
|
@@ -196,7 +196,7 @@ $schedule-tbar-btn-bgr-minheight: 18px !default;
|
|
|
196
196
|
$schedule-tbar-btn-bgr-minwidth: 18px !default;
|
|
197
197
|
$schedule-tbar-btn-bgr-padding: 0 8px !default;
|
|
198
198
|
$schedule-tbar-btn-icn-bgr-padding: 0 !default;
|
|
199
|
-
$schedule-tbar-btn-icn-right-bgr-padding:
|
|
199
|
+
$schedule-tbar-btn-icn-right-bgr-padding: 7px 0 !default;
|
|
200
200
|
$schedule-tbar-right-items-btn-border: 1px solid rgba($border-light) !default;
|
|
201
201
|
$schedule-tbar-right-items-btn-border-radius: 20px !default;
|
|
202
202
|
$schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
|
|
@@ -2475,6 +2475,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-virtual-scroll {
|
|
2478
|
+
.e-content-wrap.e-transition,
|
|
2479
|
+
.e-resource-column-wrap.e-transition {
|
|
2480
|
+
overscroll-behavior: none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2478
2483
|
&.e-vertical-view,
|
|
2479
2484
|
&.e-month-view {
|
|
2480
2485
|
.e-content-table {
|
|
@@ -196,7 +196,7 @@ $schedule-tbar-btn-bgr-minheight: 18px !default;
|
|
|
196
196
|
$schedule-tbar-btn-bgr-minwidth: 18px !default;
|
|
197
197
|
$schedule-tbar-btn-bgr-padding: 0 8px !default;
|
|
198
198
|
$schedule-tbar-btn-icn-bgr-padding: 0 !default;
|
|
199
|
-
$schedule-tbar-btn-icn-right-bgr-padding:
|
|
199
|
+
$schedule-tbar-btn-icn-right-bgr-padding: 7px 0 !default;
|
|
200
200
|
$schedule-tbar-right-items-btn-border: 1px solid rgba($border-light) !default;
|
|
201
201
|
$schedule-tbar-right-items-btn-border-radius: 20px !default;
|
|
202
202
|
$schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
|
|
@@ -2475,6 +2475,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-virtual-scroll {
|
|
2478
|
+
.e-content-wrap.e-transition,
|
|
2479
|
+
.e-resource-column-wrap.e-transition {
|
|
2480
|
+
overscroll-behavior: none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2478
2483
|
&.e-vertical-view,
|
|
2479
2484
|
&.e-month-view {
|
|
2480
2485
|
.e-content-table {
|
|
@@ -196,7 +196,7 @@ $schedule-tbar-btn-bgr-minheight: 18px !default;
|
|
|
196
196
|
$schedule-tbar-btn-bgr-minwidth: 18px !default;
|
|
197
197
|
$schedule-tbar-btn-bgr-padding: 0 8px !default;
|
|
198
198
|
$schedule-tbar-btn-icn-bgr-padding: 0 !default;
|
|
199
|
-
$schedule-tbar-btn-icn-right-bgr-padding:
|
|
199
|
+
$schedule-tbar-btn-icn-right-bgr-padding: 7px 0 !default;
|
|
200
200
|
$schedule-tbar-right-items-btn-border: 1px solid rgba($border-light) !default;
|
|
201
201
|
$schedule-tbar-right-items-btn-border-radius: 20px !default;
|
|
202
202
|
$schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
|
|
@@ -2475,6 +2475,11 @@ $schedule-bgr-calendar-width: 345px !default;
|
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
2477
|
.e-virtual-scroll {
|
|
2478
|
+
.e-content-wrap.e-transition,
|
|
2479
|
+
.e-resource-column-wrap.e-transition {
|
|
2480
|
+
overscroll-behavior: none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2478
2483
|
&.e-vertical-view,
|
|
2479
2484
|
&.e-month-view {
|
|
2480
2485
|
.e-content-table {
|
|
@@ -2471,6 +2471,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.e-virtual-scroll {
|
|
2474
|
+
.e-content-wrap.e-transition,
|
|
2475
|
+
.e-resource-column-wrap.e-transition {
|
|
2476
|
+
overscroll-behavior: none;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2474
2479
|
&.e-vertical-view,
|
|
2475
2480
|
&.e-month-view {
|
|
2476
2481
|
.e-content-table {
|
|
@@ -2471,6 +2471,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.e-virtual-scroll {
|
|
2474
|
+
.e-content-wrap.e-transition,
|
|
2475
|
+
.e-resource-column-wrap.e-transition {
|
|
2476
|
+
overscroll-behavior: none;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2474
2479
|
&.e-vertical-view,
|
|
2475
2480
|
&.e-month-view {
|
|
2476
2481
|
.e-content-table {
|
|
@@ -2471,6 +2471,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.e-virtual-scroll {
|
|
2474
|
+
.e-content-wrap.e-transition,
|
|
2475
|
+
.e-resource-column-wrap.e-transition {
|
|
2476
|
+
overscroll-behavior: none;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2474
2479
|
&.e-vertical-view,
|
|
2475
2480
|
&.e-month-view {
|
|
2476
2481
|
.e-content-table {
|
|
@@ -2471,6 +2471,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.e-virtual-scroll {
|
|
2474
|
+
.e-content-wrap.e-transition,
|
|
2475
|
+
.e-resource-column-wrap.e-transition {
|
|
2476
|
+
overscroll-behavior: none;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2474
2479
|
&.e-vertical-view,
|
|
2475
2480
|
&.e-month-view {
|
|
2476
2481
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2476,6 +2476,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-virtual-scroll {
|
|
2479
|
+
.e-content-wrap.e-transition,
|
|
2480
|
+
.e-resource-column-wrap.e-transition {
|
|
2481
|
+
overscroll-behavior: none;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2479
2484
|
&.e-vertical-view,
|
|
2480
2485
|
&.e-month-view {
|
|
2481
2486
|
.e-content-table {
|
|
@@ -2852,6 +2852,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2852
2852
|
}
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
2856
|
+
cursor: pointer;
|
|
2857
|
+
pointer-events: auto;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2855
2860
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
2856
2861
|
opacity: .7;
|
|
2857
2862
|
pointer-events: none;
|
|
@@ -41337,7 +41342,7 @@ $tab-fill-background-disable-text-color: $tab-disable-text-color !default;
|
|
|
41337
41342
|
display: $tab-active-wrap-before-display;
|
|
41338
41343
|
position: $tab-active-wrap-before-position;
|
|
41339
41344
|
width: $tab-active-wrap-before-width;
|
|
41340
|
-
@if ($skin-name == 'Material3') {
|
|
41345
|
+
@if ($skin-name == 'Material3' or $skin-name == 'tailwind3') {
|
|
41341
41346
|
border-radius: 3px 3px 0 0;
|
|
41342
41347
|
bottom: $tab-active-wrap-before-top;
|
|
41343
41348
|
}
|
|
@@ -63090,6 +63095,12 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
63090
63095
|
@include grid-margin-padding($grid-column-menu-margin, $grid-column-menu-padding);
|
|
63091
63096
|
}
|
|
63092
63097
|
|
|
63098
|
+
.e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
63099
|
+
@if $grid-skin == 'bootstrap5.3' or $grid-skin == 'bootstrap5' {
|
|
63100
|
+
margin-top: -11px;
|
|
63101
|
+
}
|
|
63102
|
+
}
|
|
63103
|
+
|
|
63093
63104
|
&.e-wrap .e-columnmenu,
|
|
63094
63105
|
&.e-wrap &.e-rtl .e-columnmenu {
|
|
63095
63106
|
@if $grid-skin == 'material' or $grid-skin == 'material3' {
|
|
@@ -65253,6 +65264,17 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65253
65264
|
line-height: normal;
|
|
65254
65265
|
}
|
|
65255
65266
|
}
|
|
65267
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
65268
|
+
/* stylelint-disable declaration-no-important */
|
|
65269
|
+
.e-table {
|
|
65270
|
+
border-spacing: 0 !important;
|
|
65271
|
+
}
|
|
65272
|
+
/* stylelint-enable declaration-no-important */
|
|
65273
|
+
|
|
65274
|
+
.e-rowcell {
|
|
65275
|
+
line-height: 1;
|
|
65276
|
+
}
|
|
65277
|
+
}
|
|
65256
65278
|
}
|
|
65257
65279
|
/* stylelint-enable function-url-quotes */
|
|
65258
65280
|
|
|
@@ -100101,6 +100123,11 @@ $schedule-bgr-calendar-width: 350px !default;
|
|
|
100101
100123
|
}
|
|
100102
100124
|
|
|
100103
100125
|
.e-virtual-scroll {
|
|
100126
|
+
.e-content-wrap.e-transition,
|
|
100127
|
+
.e-resource-column-wrap.e-transition {
|
|
100128
|
+
overscroll-behavior: none;
|
|
100129
|
+
}
|
|
100130
|
+
|
|
100104
100131
|
&.e-vertical-view,
|
|
100105
100132
|
&.e-month-view {
|
|
100106
100133
|
.e-content-table {
|