@syncfusion/blazor-themes 28.2.4 → 28.2.6
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 +12 -3
- package/Compiled-Themes/bds-dark.css +16 -3
- package/Compiled-Themes/bds-lite.css +12 -3
- package/Compiled-Themes/bds.css +16 -3
- package/Compiled-Themes/bootstrap-dark-lite.css +12 -3
- package/Compiled-Themes/bootstrap-dark.css +16 -3
- package/Compiled-Themes/bootstrap-lite.css +12 -3
- package/Compiled-Themes/bootstrap.css +16 -3
- package/Compiled-Themes/bootstrap4-lite.css +12 -3
- package/Compiled-Themes/bootstrap4.css +16 -3
- package/Compiled-Themes/bootstrap5-dark-lite.css +12 -3
- package/Compiled-Themes/bootstrap5-dark.css +16 -3
- package/Compiled-Themes/bootstrap5-lite.css +12 -3
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +30 -13
- package/Compiled-Themes/bootstrap5.3-dark.css +34 -13
- package/Compiled-Themes/bootstrap5.3-lite.css +37 -20
- package/Compiled-Themes/bootstrap5.3.css +41 -20
- package/Compiled-Themes/bootstrap5.css +16 -3
- package/Compiled-Themes/fabric-dark-lite.css +12 -3
- package/Compiled-Themes/fabric-dark.css +16 -3
- package/Compiled-Themes/fabric-lite.css +12 -3
- package/Compiled-Themes/fabric.css +16 -3
- package/Compiled-Themes/fluent-dark-lite.css +12 -3
- package/Compiled-Themes/fluent-dark.css +16 -3
- package/Compiled-Themes/fluent-lite.css +12 -3
- package/Compiled-Themes/fluent.css +16 -3
- package/Compiled-Themes/fluent2-dark-lite.css +16 -7
- package/Compiled-Themes/fluent2-dark.css +20 -7
- package/Compiled-Themes/fluent2-highcontrast-lite.css +16 -7
- package/Compiled-Themes/fluent2-highcontrast.css +20 -7
- package/Compiled-Themes/fluent2-lite.css +16 -7
- package/Compiled-Themes/fluent2.css +20 -7
- package/Compiled-Themes/highcontrast-lite.css +12 -3
- package/Compiled-Themes/highcontrast.css +16 -3
- package/Compiled-Themes/material-dark-lite.css +25 -3
- package/Compiled-Themes/material-dark.css +29 -3
- package/Compiled-Themes/material-lite.css +25 -3
- package/Compiled-Themes/material.css +29 -3
- package/Compiled-Themes/material3-dark-lite.css +25 -3
- package/Compiled-Themes/material3-dark.css +29 -3
- package/Compiled-Themes/material3-lite.css +25 -3
- package/Compiled-Themes/material3.css +29 -3
- package/Compiled-Themes/tailwind-dark-lite.css +12 -3
- package/Compiled-Themes/tailwind-dark.css +16 -3
- package/Compiled-Themes/tailwind-lite.css +12 -3
- package/Compiled-Themes/tailwind.css +16 -3
- package/Compiled-Themes/tailwind3-dark-lite.css +12 -3
- package/Compiled-Themes/tailwind3-dark.css +16 -3
- package/Compiled-Themes/tailwind3-lite.css +12 -3
- package/Compiled-Themes/tailwind3.css +16 -3
- package/SCSS-Themes/base/bootstrap5.3-dark-lite.scss +7 -7
- package/SCSS-Themes/base/bootstrap5.3-dark.scss +7 -7
- package/SCSS-Themes/base/bootstrap5.3-lite.scss +14 -14
- package/SCSS-Themes/base/bootstrap5.3.scss +14 -14
- package/SCSS-Themes/bds-dark-lite.scss +50 -3
- package/SCSS-Themes/bds-dark.scss +62 -3
- package/SCSS-Themes/bds-lite.scss +50 -3
- package/SCSS-Themes/bds.scss +62 -3
- package/SCSS-Themes/bootstrap-dark-lite.scss +50 -3
- package/SCSS-Themes/bootstrap-dark.scss +62 -3
- package/SCSS-Themes/bootstrap-lite.scss +50 -3
- package/SCSS-Themes/bootstrap.scss +62 -3
- package/SCSS-Themes/bootstrap4-lite.scss +50 -3
- package/SCSS-Themes/bootstrap4.scss +62 -3
- package/SCSS-Themes/bootstrap5-dark-lite.scss +50 -3
- package/SCSS-Themes/bootstrap5-dark.scss +62 -3
- package/SCSS-Themes/bootstrap5-lite.scss +50 -3
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +59 -12
- package/SCSS-Themes/bootstrap5.3-dark.scss +71 -12
- package/SCSS-Themes/bootstrap5.3-lite.scss +66 -19
- package/SCSS-Themes/bootstrap5.3.scss +78 -19
- package/SCSS-Themes/bootstrap5.scss +62 -3
- package/SCSS-Themes/fabric-dark-lite.scss +50 -3
- package/SCSS-Themes/fabric-dark.scss +62 -3
- package/SCSS-Themes/fabric-lite.scss +50 -3
- package/SCSS-Themes/fabric.scss +62 -3
- package/SCSS-Themes/fluent-dark-lite.scss +50 -3
- package/SCSS-Themes/fluent-dark.scss +62 -3
- package/SCSS-Themes/fluent-lite.scss +50 -3
- package/SCSS-Themes/fluent.scss +62 -3
- package/SCSS-Themes/fluent2-dark-lite.scss +53 -6
- package/SCSS-Themes/fluent2-dark.scss +65 -6
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +53 -6
- package/SCSS-Themes/fluent2-highcontrast.scss +65 -6
- package/SCSS-Themes/fluent2-lite.scss +53 -6
- package/SCSS-Themes/fluent2.scss +65 -6
- package/SCSS-Themes/grids/grid/bds-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bds-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bds-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bds.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +19 -0
- package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fabric-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fabric.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2.scss +19 -0
- package/SCSS-Themes/grids/grid/highcontrast-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +19 -0
- package/SCSS-Themes/grids/grid/material-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/material-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material.scss +19 -0
- package/SCSS-Themes/grids/grid/material3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/material3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material3.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind3.scss +19 -0
- package/SCSS-Themes/highcontrast-lite.scss +50 -3
- package/SCSS-Themes/highcontrast.scss +62 -3
- package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
- package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bds.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
- package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
- package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material.scss +23 -0
- package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material3.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3.scss +3 -3
- package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
- package/SCSS-Themes/material-dark-lite.scss +50 -3
- package/SCSS-Themes/material-dark.scss +62 -3
- package/SCSS-Themes/material-lite.scss +50 -3
- package/SCSS-Themes/material.scss +62 -3
- package/SCSS-Themes/material3-dark-lite.scss +50 -3
- package/SCSS-Themes/material3-dark.scss +62 -3
- package/SCSS-Themes/material3-lite.scss +50 -3
- package/SCSS-Themes/material3.scss +62 -3
- package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark-lite.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-lite.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2.scss +2 -2
- package/SCSS-Themes/tailwind-dark-lite.scss +50 -3
- package/SCSS-Themes/tailwind-dark.scss +62 -3
- package/SCSS-Themes/tailwind-lite.scss +50 -3
- package/SCSS-Themes/tailwind.scss +62 -3
- package/SCSS-Themes/tailwind3-dark-lite.scss +50 -3
- package/SCSS-Themes/tailwind3-dark.scss +62 -3
- package/SCSS-Themes/tailwind3-lite.scss +50 -3
- package/SCSS-Themes/tailwind3.scss +62 -3
- package/package.json +1 -1
|
@@ -5565,6 +5565,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5565
5565
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5566
5566
|
background-color: $grid-hover-bg-color;
|
|
5567
5567
|
}
|
|
5568
|
+
|
|
5569
|
+
&.sf-grid{
|
|
5570
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5571
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5572
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5573
|
+
}
|
|
5574
|
+
}
|
|
5568
5575
|
}
|
|
5569
5576
|
|
|
5570
5577
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8112,6 +8119,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
8112
8119
|
padding-top: 40px;
|
|
8113
8120
|
}
|
|
8114
8121
|
|
|
8122
|
+
& .e-mainfilterdiv {
|
|
8123
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8124
|
+
padding-top: 30px;
|
|
8125
|
+
}
|
|
8126
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8127
|
+
padding-top: 0;
|
|
8128
|
+
}
|
|
8129
|
+
@else {
|
|
8130
|
+
padding-top: 16px;
|
|
8131
|
+
}
|
|
8132
|
+
}
|
|
8133
|
+
|
|
8115
8134
|
& .e-filtersetdiv {
|
|
8116
8135
|
float: right;
|
|
8117
8136
|
margin-right: 1%;
|
|
@@ -5565,6 +5565,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5565
5565
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5566
5566
|
background-color: $grid-hover-bg-color;
|
|
5567
5567
|
}
|
|
5568
|
+
|
|
5569
|
+
&.sf-grid{
|
|
5570
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5571
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5572
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5573
|
+
}
|
|
5574
|
+
}
|
|
5568
5575
|
}
|
|
5569
5576
|
|
|
5570
5577
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5565,6 +5565,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5565
5565
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5566
5566
|
background-color: $grid-hover-bg-color;
|
|
5567
5567
|
}
|
|
5568
|
+
|
|
5569
|
+
&.sf-grid{
|
|
5570
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5571
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5572
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5573
|
+
}
|
|
5574
|
+
}
|
|
5568
5575
|
}
|
|
5569
5576
|
|
|
5570
5577
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8112,6 +8119,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
8112
8119
|
padding-top: 40px;
|
|
8113
8120
|
}
|
|
8114
8121
|
|
|
8122
|
+
& .e-mainfilterdiv {
|
|
8123
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8124
|
+
padding-top: 30px;
|
|
8125
|
+
}
|
|
8126
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8127
|
+
padding-top: 0;
|
|
8128
|
+
}
|
|
8129
|
+
@else {
|
|
8130
|
+
padding-top: 16px;
|
|
8131
|
+
}
|
|
8132
|
+
}
|
|
8133
|
+
|
|
8115
8134
|
& .e-filtersetdiv {
|
|
8116
8135
|
float: right;
|
|
8117
8136
|
margin-right: 1%;
|
|
@@ -5549,6 +5549,13 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
5549
5549
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5550
5550
|
background-color: $grid-hover-bg-color;
|
|
5551
5551
|
}
|
|
5552
|
+
|
|
5553
|
+
&.sf-grid{
|
|
5554
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5555
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5556
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5552
5559
|
}
|
|
5553
5560
|
|
|
5554
5561
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5549,6 +5549,13 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
5549
5549
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5550
5550
|
background-color: $grid-hover-bg-color;
|
|
5551
5551
|
}
|
|
5552
|
+
|
|
5553
|
+
&.sf-grid{
|
|
5554
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5555
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5556
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5552
5559
|
}
|
|
5553
5560
|
|
|
5554
5561
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8095,6 +8102,18 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
8095
8102
|
padding-top: 40px;
|
|
8096
8103
|
}
|
|
8097
8104
|
|
|
8105
|
+
& .e-mainfilterdiv {
|
|
8106
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8107
|
+
padding-top: 30px;
|
|
8108
|
+
}
|
|
8109
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8110
|
+
padding-top: 0;
|
|
8111
|
+
}
|
|
8112
|
+
@else {
|
|
8113
|
+
padding-top: 16px;
|
|
8114
|
+
}
|
|
8115
|
+
}
|
|
8116
|
+
|
|
8098
8117
|
& .e-filtersetdiv {
|
|
8099
8118
|
float: right;
|
|
8100
8119
|
margin-right: 1%;
|
|
@@ -5550,6 +5550,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
5550
5550
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5551
5551
|
background-color: $grid-hover-bg-color;
|
|
5552
5552
|
}
|
|
5553
|
+
|
|
5554
|
+
&.sf-grid{
|
|
5555
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5556
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5557
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5558
|
+
}
|
|
5559
|
+
}
|
|
5553
5560
|
}
|
|
5554
5561
|
|
|
5555
5562
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5550,6 +5550,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
5550
5550
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5551
5551
|
background-color: $grid-hover-bg-color;
|
|
5552
5552
|
}
|
|
5553
|
+
|
|
5554
|
+
&.sf-grid{
|
|
5555
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5556
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5557
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5558
|
+
}
|
|
5559
|
+
}
|
|
5553
5560
|
}
|
|
5554
5561
|
|
|
5555
5562
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8101,6 +8108,18 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
8101
8108
|
padding-top: 40px;
|
|
8102
8109
|
}
|
|
8103
8110
|
|
|
8111
|
+
& .e-mainfilterdiv {
|
|
8112
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8113
|
+
padding-top: 30px;
|
|
8114
|
+
}
|
|
8115
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8116
|
+
padding-top: 0;
|
|
8117
|
+
}
|
|
8118
|
+
@else {
|
|
8119
|
+
padding-top: 16px;
|
|
8120
|
+
}
|
|
8121
|
+
}
|
|
8122
|
+
|
|
8104
8123
|
& .e-filtersetdiv {
|
|
8105
8124
|
float: right;
|
|
8106
8125
|
margin-right: 1%;
|
|
@@ -5549,6 +5549,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
5549
5549
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5550
5550
|
background-color: $grid-hover-bg-color;
|
|
5551
5551
|
}
|
|
5552
|
+
|
|
5553
|
+
&.sf-grid{
|
|
5554
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5555
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5556
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5552
5559
|
}
|
|
5553
5560
|
|
|
5554
5561
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5549,6 +5549,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
5549
5549
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5550
5550
|
background-color: $grid-hover-bg-color;
|
|
5551
5551
|
}
|
|
5552
|
+
|
|
5553
|
+
&.sf-grid{
|
|
5554
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5555
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5556
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5552
5559
|
}
|
|
5553
5560
|
|
|
5554
5561
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8100,6 +8107,18 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
8100
8107
|
padding-top: 40px;
|
|
8101
8108
|
}
|
|
8102
8109
|
|
|
8110
|
+
& .e-mainfilterdiv {
|
|
8111
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8112
|
+
padding-top: 30px;
|
|
8113
|
+
}
|
|
8114
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8115
|
+
padding-top: 0;
|
|
8116
|
+
}
|
|
8117
|
+
@else {
|
|
8118
|
+
padding-top: 16px;
|
|
8119
|
+
}
|
|
8120
|
+
}
|
|
8121
|
+
|
|
8103
8122
|
& .e-filtersetdiv {
|
|
8104
8123
|
float: right;
|
|
8105
8124
|
margin-right: 1%;
|
|
@@ -5553,6 +5553,13 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
5553
5553
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5554
5554
|
background-color: $grid-hover-bg-color;
|
|
5555
5555
|
}
|
|
5556
|
+
|
|
5557
|
+
&.sf-grid{
|
|
5558
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5560
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5561
|
+
}
|
|
5562
|
+
}
|
|
5556
5563
|
}
|
|
5557
5564
|
|
|
5558
5565
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5553,6 +5553,13 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
5553
5553
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5554
5554
|
background-color: $grid-hover-bg-color;
|
|
5555
5555
|
}
|
|
5556
|
+
|
|
5557
|
+
&.sf-grid{
|
|
5558
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5560
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5561
|
+
}
|
|
5562
|
+
}
|
|
5556
5563
|
}
|
|
5557
5564
|
|
|
5558
5565
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8098,6 +8105,18 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
8098
8105
|
padding-top: 40px;
|
|
8099
8106
|
}
|
|
8100
8107
|
|
|
8108
|
+
& .e-mainfilterdiv {
|
|
8109
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8110
|
+
padding-top: 30px;
|
|
8111
|
+
}
|
|
8112
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8113
|
+
padding-top: 0;
|
|
8114
|
+
}
|
|
8115
|
+
@else {
|
|
8116
|
+
padding-top: 16px;
|
|
8117
|
+
}
|
|
8118
|
+
}
|
|
8119
|
+
|
|
8101
8120
|
& .e-filtersetdiv {
|
|
8102
8121
|
float: right;
|
|
8103
8122
|
margin-right: 1%;
|
|
@@ -5553,6 +5553,13 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
5553
5553
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5554
5554
|
background-color: $grid-hover-bg-color;
|
|
5555
5555
|
}
|
|
5556
|
+
|
|
5557
|
+
&.sf-grid{
|
|
5558
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5560
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5561
|
+
}
|
|
5562
|
+
}
|
|
5556
5563
|
}
|
|
5557
5564
|
|
|
5558
5565
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5553,6 +5553,13 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
5553
5553
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5554
5554
|
background-color: $grid-hover-bg-color;
|
|
5555
5555
|
}
|
|
5556
|
+
|
|
5557
|
+
&.sf-grid{
|
|
5558
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5560
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5561
|
+
}
|
|
5562
|
+
}
|
|
5556
5563
|
}
|
|
5557
5564
|
|
|
5558
5565
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8098,6 +8105,18 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
8098
8105
|
padding-top: 40px;
|
|
8099
8106
|
}
|
|
8100
8107
|
|
|
8108
|
+
& .e-mainfilterdiv {
|
|
8109
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8110
|
+
padding-top: 30px;
|
|
8111
|
+
}
|
|
8112
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8113
|
+
padding-top: 0;
|
|
8114
|
+
}
|
|
8115
|
+
@else {
|
|
8116
|
+
padding-top: 16px;
|
|
8117
|
+
}
|
|
8118
|
+
}
|
|
8119
|
+
|
|
8101
8120
|
& .e-filtersetdiv {
|
|
8102
8121
|
float: right;
|
|
8103
8122
|
margin-right: 1%;
|
|
@@ -5558,6 +5558,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5558
5558
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5559
5559
|
background-color: $grid-hover-bg-color;
|
|
5560
5560
|
}
|
|
5561
|
+
|
|
5562
|
+
&.sf-grid{
|
|
5563
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5564
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5565
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5561
5568
|
}
|
|
5562
5569
|
|
|
5563
5570
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5558,6 +5558,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5558
5558
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5559
5559
|
background-color: $grid-hover-bg-color;
|
|
5560
5560
|
}
|
|
5561
|
+
|
|
5562
|
+
&.sf-grid{
|
|
5563
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5564
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5565
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5561
5568
|
}
|
|
5562
5569
|
|
|
5563
5570
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8103,6 +8110,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
8103
8110
|
padding-top: 40px;
|
|
8104
8111
|
}
|
|
8105
8112
|
|
|
8113
|
+
& .e-mainfilterdiv {
|
|
8114
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8115
|
+
padding-top: 30px;
|
|
8116
|
+
}
|
|
8117
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8118
|
+
padding-top: 0;
|
|
8119
|
+
}
|
|
8120
|
+
@else {
|
|
8121
|
+
padding-top: 16px;
|
|
8122
|
+
}
|
|
8123
|
+
}
|
|
8124
|
+
|
|
8106
8125
|
& .e-filtersetdiv {
|
|
8107
8126
|
float: right;
|
|
8108
8127
|
margin-right: 1%;
|
|
@@ -5558,6 +5558,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5558
5558
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5559
5559
|
background-color: $grid-hover-bg-color;
|
|
5560
5560
|
}
|
|
5561
|
+
|
|
5562
|
+
&.sf-grid{
|
|
5563
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5564
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5565
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5561
5568
|
}
|
|
5562
5569
|
|
|
5563
5570
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5558,6 +5558,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5558
5558
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5559
5559
|
background-color: $grid-hover-bg-color;
|
|
5560
5560
|
}
|
|
5561
|
+
|
|
5562
|
+
&.sf-grid{
|
|
5563
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5564
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5565
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5561
5568
|
}
|
|
5562
5569
|
|
|
5563
5570
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8103,6 +8110,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
8103
8110
|
padding-top: 40px;
|
|
8104
8111
|
}
|
|
8105
8112
|
|
|
8113
|
+
& .e-mainfilterdiv {
|
|
8114
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8115
|
+
padding-top: 30px;
|
|
8116
|
+
}
|
|
8117
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8118
|
+
padding-top: 0;
|
|
8119
|
+
}
|
|
8120
|
+
@else {
|
|
8121
|
+
padding-top: 16px;
|
|
8122
|
+
}
|
|
8123
|
+
}
|
|
8124
|
+
|
|
8106
8125
|
& .e-filtersetdiv {
|
|
8107
8126
|
float: right;
|
|
8108
8127
|
margin-right: 1%;
|
|
@@ -5554,6 +5554,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5554
5554
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5555
5555
|
background-color: $grid-hover-bg-color;
|
|
5556
5556
|
}
|
|
5557
|
+
|
|
5558
|
+
&.sf-grid{
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5560
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5561
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5562
|
+
}
|
|
5563
|
+
}
|
|
5557
5564
|
}
|
|
5558
5565
|
|
|
5559
5566
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5554,6 +5554,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5554
5554
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5555
5555
|
background-color: $grid-hover-bg-color;
|
|
5556
5556
|
}
|
|
5557
|
+
|
|
5558
|
+
&.sf-grid{
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5560
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5561
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5562
|
+
}
|
|
5563
|
+
}
|
|
5557
5564
|
}
|
|
5558
5565
|
|
|
5559
5566
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8098,6 +8105,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
8098
8105
|
padding-top: 40px;
|
|
8099
8106
|
}
|
|
8100
8107
|
|
|
8108
|
+
& .e-mainfilterdiv {
|
|
8109
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8110
|
+
padding-top: 30px;
|
|
8111
|
+
}
|
|
8112
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8113
|
+
padding-top: 0;
|
|
8114
|
+
}
|
|
8115
|
+
@else {
|
|
8116
|
+
padding-top: 16px;
|
|
8117
|
+
}
|
|
8118
|
+
}
|
|
8119
|
+
|
|
8101
8120
|
& .e-filtersetdiv {
|
|
8102
8121
|
float: right;
|
|
8103
8122
|
margin-right: 1%;
|
|
@@ -5554,6 +5554,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5554
5554
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5555
5555
|
background-color: $grid-hover-bg-color;
|
|
5556
5556
|
}
|
|
5557
|
+
|
|
5558
|
+
&.sf-grid{
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5560
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5561
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5562
|
+
}
|
|
5563
|
+
}
|
|
5557
5564
|
}
|
|
5558
5565
|
|
|
5559
5566
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5554,6 +5554,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
5554
5554
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5555
5555
|
background-color: $grid-hover-bg-color;
|
|
5556
5556
|
}
|
|
5557
|
+
|
|
5558
|
+
&.sf-grid{
|
|
5559
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5560
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5561
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5562
|
+
}
|
|
5563
|
+
}
|
|
5557
5564
|
}
|
|
5558
5565
|
|
|
5559
5566
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8098,6 +8105,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
8098
8105
|
padding-top: 40px;
|
|
8099
8106
|
}
|
|
8100
8107
|
|
|
8108
|
+
& .e-mainfilterdiv {
|
|
8109
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8110
|
+
padding-top: 30px;
|
|
8111
|
+
}
|
|
8112
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8113
|
+
padding-top: 0;
|
|
8114
|
+
}
|
|
8115
|
+
@else {
|
|
8116
|
+
padding-top: 16px;
|
|
8117
|
+
}
|
|
8118
|
+
}
|
|
8119
|
+
|
|
8101
8120
|
& .e-filtersetdiv {
|
|
8102
8121
|
float: right;
|
|
8103
8122
|
margin-right: 1%;
|
|
@@ -9001,6 +9001,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9001
9001
|
border-bottom: transparent;
|
|
9002
9002
|
}
|
|
9003
9003
|
}
|
|
9004
|
+
|
|
9005
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9006
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9007
|
+
padding: 0;
|
|
9008
|
+
|
|
9009
|
+
input {
|
|
9010
|
+
padding: 14px 2px 5px 12px;
|
|
9011
|
+
}
|
|
9012
|
+
|
|
9013
|
+
label.e-float-text {
|
|
9014
|
+
padding-left: 12px;
|
|
9015
|
+
}
|
|
9016
|
+
|
|
9017
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9018
|
+
@if $input-skin-name == 'material' {
|
|
9019
|
+
padding-right: 17px;
|
|
9020
|
+
}
|
|
9021
|
+
@else {
|
|
9022
|
+
margin-right: 10px;
|
|
9023
|
+
}
|
|
9024
|
+
}
|
|
9025
|
+
}
|
|
9026
|
+
}
|
|
9004
9027
|
}
|
|
9005
9028
|
|
|
9006
9029
|
|
|
@@ -37857,6 +37880,12 @@ $tbar-popup-btn-hover-border-size: 2px !default;
|
|
|
37857
37880
|
@else {
|
|
37858
37881
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
37859
37882
|
}
|
|
37883
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
37884
|
+
.e-tbar-btn-text,
|
|
37885
|
+
.e-icons.e-btn-icon {
|
|
37886
|
+
color: $tbar-default-icon-color;
|
|
37887
|
+
}
|
|
37888
|
+
}
|
|
37860
37889
|
}
|
|
37861
37890
|
|
|
37862
37891
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -37880,6 +37909,13 @@ $tbar-popup-btn-hover-border-size: 2px !default;
|
|
|
37880
37909
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
37881
37910
|
border-style: $tbar-border-nav-type;
|
|
37882
37911
|
border-width: $tbar-btn-hover-border-size;
|
|
37912
|
+
|
|
37913
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
37914
|
+
.e-tbar-btn-text,
|
|
37915
|
+
.e-icons.e-btn-icon {
|
|
37916
|
+
color: $tbar-btn-text-focus-color;
|
|
37917
|
+
}
|
|
37918
|
+
}
|
|
37883
37919
|
}
|
|
37884
37920
|
|
|
37885
37921
|
&:active {
|
|
@@ -65573,6 +65609,13 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
65573
65609
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65574
65610
|
background-color: $grid-hover-bg-color;
|
|
65575
65611
|
}
|
|
65612
|
+
|
|
65613
|
+
&.sf-grid{
|
|
65614
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65615
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65616
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65617
|
+
}
|
|
65618
|
+
}
|
|
65576
65619
|
}
|
|
65577
65620
|
|
|
65578
65621
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102089,6 +102132,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
|
|
|
102089
102132
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102090
102133
|
top: calc(50% + 60px);
|
|
102091
102134
|
}
|
|
102135
|
+
|
|
102136
|
+
.e-image-editor.e-control.e-readonly {
|
|
102137
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102138
|
+
}
|
|
102092
102139
|
}
|
|
102093
102140
|
|
|
102094
102141
|
|
|
@@ -107676,9 +107723,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107676
107723
|
textarea::-webkit-scrollbar {
|
|
107677
107724
|
width: 4px;
|
|
107678
107725
|
}
|
|
107679
|
-
.hide-scrollbar textarea {
|
|
107680
|
-
scrollbar-width: none;
|
|
107681
|
-
}
|
|
107682
107726
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107683
107727
|
right: unset;
|
|
107684
107728
|
left: 20px;
|
|
@@ -107710,6 +107754,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107710
107754
|
}
|
|
107711
107755
|
}
|
|
107712
107756
|
&:not(.e-footer-template) {
|
|
107757
|
+
.e-textarea {
|
|
107758
|
+
max-height: 280px;
|
|
107759
|
+
}
|
|
107713
107760
|
.e-assist-send {
|
|
107714
107761
|
position: absolute;
|
|
107715
107762
|
right: 20px;
|