@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
|
@@ -10719,6 +10719,29 @@ $input-error-text-color:$danger !default;
|
|
|
10719
10719
|
border-bottom: transparent;
|
|
10720
10720
|
}
|
|
10721
10721
|
}
|
|
10722
|
+
|
|
10723
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10724
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10725
|
+
padding: 0;
|
|
10726
|
+
|
|
10727
|
+
input {
|
|
10728
|
+
padding: 14px 2px 5px 12px;
|
|
10729
|
+
}
|
|
10730
|
+
|
|
10731
|
+
label.e-float-text {
|
|
10732
|
+
padding-left: 12px;
|
|
10733
|
+
}
|
|
10734
|
+
|
|
10735
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10736
|
+
@if $input-skin-name == 'material' {
|
|
10737
|
+
padding-right: 17px;
|
|
10738
|
+
}
|
|
10739
|
+
@else {
|
|
10740
|
+
margin-right: 10px;
|
|
10741
|
+
}
|
|
10742
|
+
}
|
|
10743
|
+
}
|
|
10744
|
+
}
|
|
10722
10745
|
}
|
|
10723
10746
|
|
|
10724
10747
|
|
|
@@ -53617,6 +53640,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
53617
53640
|
@else {
|
|
53618
53641
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
53619
53642
|
}
|
|
53643
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
53644
|
+
.e-tbar-btn-text,
|
|
53645
|
+
.e-icons.e-btn-icon {
|
|
53646
|
+
color: $tbar-default-icon-color;
|
|
53647
|
+
}
|
|
53648
|
+
}
|
|
53620
53649
|
}
|
|
53621
53650
|
|
|
53622
53651
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -53640,6 +53669,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
53640
53669
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
53641
53670
|
border-style: $tbar-border-nav-type;
|
|
53642
53671
|
border-width: $tbar-btn-hover-border-size;
|
|
53672
|
+
|
|
53673
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
53674
|
+
.e-tbar-btn-text,
|
|
53675
|
+
.e-icons.e-btn-icon {
|
|
53676
|
+
color: $tbar-btn-text-focus-color;
|
|
53677
|
+
}
|
|
53678
|
+
}
|
|
53643
53679
|
}
|
|
53644
53680
|
|
|
53645
53681
|
&:active {
|
|
@@ -89380,6 +89416,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
89380
89416
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
89381
89417
|
background-color: $grid-hover-bg-color;
|
|
89382
89418
|
}
|
|
89419
|
+
|
|
89420
|
+
&.sf-grid{
|
|
89421
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
89422
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
89423
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
89424
|
+
}
|
|
89425
|
+
}
|
|
89383
89426
|
}
|
|
89384
89427
|
|
|
89385
89428
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -91924,6 +91967,18 @@ $grid-checkmark-color: $primary !default;
|
|
|
91924
91967
|
padding-top: 40px;
|
|
91925
91968
|
}
|
|
91926
91969
|
|
|
91970
|
+
& .e-mainfilterdiv {
|
|
91971
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
91972
|
+
padding-top: 30px;
|
|
91973
|
+
}
|
|
91974
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
91975
|
+
padding-top: 0;
|
|
91976
|
+
}
|
|
91977
|
+
@else {
|
|
91978
|
+
padding-top: 16px;
|
|
91979
|
+
}
|
|
91980
|
+
}
|
|
91981
|
+
|
|
91927
91982
|
& .e-filtersetdiv {
|
|
91928
91983
|
float: right;
|
|
91929
91984
|
margin-right: 1%;
|
|
@@ -134900,6 +134955,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
134900
134955
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
134901
134956
|
top: calc(50% + 60px);
|
|
134902
134957
|
}
|
|
134958
|
+
|
|
134959
|
+
.e-image-editor.e-control.e-readonly {
|
|
134960
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
134961
|
+
}
|
|
134903
134962
|
}
|
|
134904
134963
|
|
|
134905
134964
|
|
|
@@ -141625,9 +141684,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141625
141684
|
textarea::-webkit-scrollbar {
|
|
141626
141685
|
width: 4px;
|
|
141627
141686
|
}
|
|
141628
|
-
.hide-scrollbar textarea {
|
|
141629
|
-
scrollbar-width: none;
|
|
141630
|
-
}
|
|
141631
141687
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
141632
141688
|
right: unset;
|
|
141633
141689
|
left: 20px;
|
|
@@ -141659,6 +141715,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141659
141715
|
}
|
|
141660
141716
|
}
|
|
141661
141717
|
&:not(.e-footer-template) {
|
|
141718
|
+
.e-textarea {
|
|
141719
|
+
max-height: 280px;
|
|
141720
|
+
}
|
|
141662
141721
|
.e-assist-send {
|
|
141663
141722
|
position: absolute;
|
|
141664
141723
|
right: 20px;
|
|
@@ -10180,6 +10180,29 @@ $input-error-text-color:$danger !default;
|
|
|
10180
10180
|
border-bottom: transparent;
|
|
10181
10181
|
}
|
|
10182
10182
|
}
|
|
10183
|
+
|
|
10184
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10185
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10186
|
+
padding: 0;
|
|
10187
|
+
|
|
10188
|
+
input {
|
|
10189
|
+
padding: 14px 2px 5px 12px;
|
|
10190
|
+
}
|
|
10191
|
+
|
|
10192
|
+
label.e-float-text {
|
|
10193
|
+
padding-left: 12px;
|
|
10194
|
+
}
|
|
10195
|
+
|
|
10196
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10197
|
+
@if $input-skin-name == 'material' {
|
|
10198
|
+
padding-right: 17px;
|
|
10199
|
+
}
|
|
10200
|
+
@else {
|
|
10201
|
+
margin-right: 10px;
|
|
10202
|
+
}
|
|
10203
|
+
}
|
|
10204
|
+
}
|
|
10205
|
+
}
|
|
10183
10206
|
}
|
|
10184
10207
|
|
|
10185
10208
|
|
|
@@ -39668,6 +39691,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39668
39691
|
@else {
|
|
39669
39692
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
39670
39693
|
}
|
|
39694
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39695
|
+
.e-tbar-btn-text,
|
|
39696
|
+
.e-icons.e-btn-icon {
|
|
39697
|
+
color: $tbar-default-icon-color;
|
|
39698
|
+
}
|
|
39699
|
+
}
|
|
39671
39700
|
}
|
|
39672
39701
|
|
|
39673
39702
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -39691,6 +39720,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39691
39720
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
39692
39721
|
border-style: $tbar-border-nav-type;
|
|
39693
39722
|
border-width: $tbar-btn-hover-border-size;
|
|
39723
|
+
|
|
39724
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39725
|
+
.e-tbar-btn-text,
|
|
39726
|
+
.e-icons.e-btn-icon {
|
|
39727
|
+
color: $tbar-btn-text-focus-color;
|
|
39728
|
+
}
|
|
39729
|
+
}
|
|
39694
39730
|
}
|
|
39695
39731
|
|
|
39696
39732
|
&:active {
|
|
@@ -67471,6 +67507,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
67471
67507
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67472
67508
|
background-color: $grid-hover-bg-color;
|
|
67473
67509
|
}
|
|
67510
|
+
|
|
67511
|
+
&.sf-grid{
|
|
67512
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67513
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67514
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67515
|
+
}
|
|
67516
|
+
}
|
|
67474
67517
|
}
|
|
67475
67518
|
|
|
67476
67519
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -104007,6 +104050,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
104007
104050
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
104008
104051
|
top: calc(50% + 60px);
|
|
104009
104052
|
}
|
|
104053
|
+
|
|
104054
|
+
.e-image-editor.e-control.e-readonly {
|
|
104055
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
104056
|
+
}
|
|
104010
104057
|
}
|
|
104011
104058
|
|
|
104012
104059
|
|
|
@@ -109611,9 +109658,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109611
109658
|
textarea::-webkit-scrollbar {
|
|
109612
109659
|
width: 4px;
|
|
109613
109660
|
}
|
|
109614
|
-
.hide-scrollbar textarea {
|
|
109615
|
-
scrollbar-width: none;
|
|
109616
|
-
}
|
|
109617
109661
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
109618
109662
|
right: unset;
|
|
109619
109663
|
left: 20px;
|
|
@@ -109645,6 +109689,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109645
109689
|
}
|
|
109646
109690
|
}
|
|
109647
109691
|
&:not(.e-footer-template) {
|
|
109692
|
+
.e-textarea {
|
|
109693
|
+
max-height: 280px;
|
|
109694
|
+
}
|
|
109648
109695
|
.e-assist-send {
|
|
109649
109696
|
position: absolute;
|
|
109650
109697
|
right: 20px;
|
package/SCSS-Themes/bds.scss
CHANGED
|
@@ -11014,6 +11014,29 @@ $input-error-text-color:$danger !default;
|
|
|
11014
11014
|
border-bottom: transparent;
|
|
11015
11015
|
}
|
|
11016
11016
|
}
|
|
11017
|
+
|
|
11018
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
11019
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
11020
|
+
padding: 0;
|
|
11021
|
+
|
|
11022
|
+
input {
|
|
11023
|
+
padding: 14px 2px 5px 12px;
|
|
11024
|
+
}
|
|
11025
|
+
|
|
11026
|
+
label.e-float-text {
|
|
11027
|
+
padding-left: 12px;
|
|
11028
|
+
}
|
|
11029
|
+
|
|
11030
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
11031
|
+
@if $input-skin-name == 'material' {
|
|
11032
|
+
padding-right: 17px;
|
|
11033
|
+
}
|
|
11034
|
+
@else {
|
|
11035
|
+
margin-right: 10px;
|
|
11036
|
+
}
|
|
11037
|
+
}
|
|
11038
|
+
}
|
|
11039
|
+
}
|
|
11017
11040
|
}
|
|
11018
11041
|
|
|
11019
11042
|
|
|
@@ -53912,6 +53935,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
53912
53935
|
@else {
|
|
53913
53936
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
53914
53937
|
}
|
|
53938
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
53939
|
+
.e-tbar-btn-text,
|
|
53940
|
+
.e-icons.e-btn-icon {
|
|
53941
|
+
color: $tbar-default-icon-color;
|
|
53942
|
+
}
|
|
53943
|
+
}
|
|
53915
53944
|
}
|
|
53916
53945
|
|
|
53917
53946
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -53935,6 +53964,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
53935
53964
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
53936
53965
|
border-style: $tbar-border-nav-type;
|
|
53937
53966
|
border-width: $tbar-btn-hover-border-size;
|
|
53967
|
+
|
|
53968
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
53969
|
+
.e-tbar-btn-text,
|
|
53970
|
+
.e-icons.e-btn-icon {
|
|
53971
|
+
color: $tbar-btn-text-focus-color;
|
|
53972
|
+
}
|
|
53973
|
+
}
|
|
53938
53974
|
}
|
|
53939
53975
|
|
|
53940
53976
|
&:active {
|
|
@@ -89675,6 +89711,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
89675
89711
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
89676
89712
|
background-color: $grid-hover-bg-color;
|
|
89677
89713
|
}
|
|
89714
|
+
|
|
89715
|
+
&.sf-grid{
|
|
89716
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
89717
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
89718
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
89719
|
+
}
|
|
89720
|
+
}
|
|
89678
89721
|
}
|
|
89679
89722
|
|
|
89680
89723
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92219,6 +92262,18 @@ $grid-checkmark-color: $primary !default;
|
|
|
92219
92262
|
padding-top: 40px;
|
|
92220
92263
|
}
|
|
92221
92264
|
|
|
92265
|
+
& .e-mainfilterdiv {
|
|
92266
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92267
|
+
padding-top: 30px;
|
|
92268
|
+
}
|
|
92269
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92270
|
+
padding-top: 0;
|
|
92271
|
+
}
|
|
92272
|
+
@else {
|
|
92273
|
+
padding-top: 16px;
|
|
92274
|
+
}
|
|
92275
|
+
}
|
|
92276
|
+
|
|
92222
92277
|
& .e-filtersetdiv {
|
|
92223
92278
|
float: right;
|
|
92224
92279
|
margin-right: 1%;
|
|
@@ -135195,6 +135250,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
135195
135250
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
135196
135251
|
top: calc(50% + 60px);
|
|
135197
135252
|
}
|
|
135253
|
+
|
|
135254
|
+
.e-image-editor.e-control.e-readonly {
|
|
135255
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
135256
|
+
}
|
|
135198
135257
|
}
|
|
135199
135258
|
|
|
135200
135259
|
|
|
@@ -141920,9 +141979,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141920
141979
|
textarea::-webkit-scrollbar {
|
|
141921
141980
|
width: 4px;
|
|
141922
141981
|
}
|
|
141923
|
-
.hide-scrollbar textarea {
|
|
141924
|
-
scrollbar-width: none;
|
|
141925
|
-
}
|
|
141926
141982
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
141927
141983
|
right: unset;
|
|
141928
141984
|
left: 20px;
|
|
@@ -141954,6 +142010,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141954
142010
|
}
|
|
141955
142011
|
}
|
|
141956
142012
|
&:not(.e-footer-template) {
|
|
142013
|
+
.e-textarea {
|
|
142014
|
+
max-height: 280px;
|
|
142015
|
+
}
|
|
141957
142016
|
.e-assist-send {
|
|
141958
142017
|
position: absolute;
|
|
141959
142018
|
right: 20px;
|
|
@@ -9035,6 +9035,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9035
9035
|
border-bottom: transparent;
|
|
9036
9036
|
}
|
|
9037
9037
|
}
|
|
9038
|
+
|
|
9039
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9040
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9041
|
+
padding: 0;
|
|
9042
|
+
|
|
9043
|
+
input {
|
|
9044
|
+
padding: 14px 2px 5px 12px;
|
|
9045
|
+
}
|
|
9046
|
+
|
|
9047
|
+
label.e-float-text {
|
|
9048
|
+
padding-left: 12px;
|
|
9049
|
+
}
|
|
9050
|
+
|
|
9051
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9052
|
+
@if $input-skin-name == 'material' {
|
|
9053
|
+
padding-right: 17px;
|
|
9054
|
+
}
|
|
9055
|
+
@else {
|
|
9056
|
+
margin-right: 10px;
|
|
9057
|
+
}
|
|
9058
|
+
}
|
|
9059
|
+
}
|
|
9060
|
+
}
|
|
9038
9061
|
}
|
|
9039
9062
|
|
|
9040
9063
|
|
|
@@ -38085,6 +38108,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38085
38108
|
@else {
|
|
38086
38109
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38087
38110
|
}
|
|
38111
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38112
|
+
.e-tbar-btn-text,
|
|
38113
|
+
.e-icons.e-btn-icon {
|
|
38114
|
+
color: $tbar-default-icon-color;
|
|
38115
|
+
}
|
|
38116
|
+
}
|
|
38088
38117
|
}
|
|
38089
38118
|
|
|
38090
38119
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38108,6 +38137,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38108
38137
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38109
38138
|
border-style: $tbar-border-nav-type;
|
|
38110
38139
|
border-width: $tbar-btn-hover-border-size;
|
|
38140
|
+
|
|
38141
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38142
|
+
.e-tbar-btn-text,
|
|
38143
|
+
.e-icons.e-btn-icon {
|
|
38144
|
+
color: $tbar-btn-text-focus-color;
|
|
38145
|
+
}
|
|
38146
|
+
}
|
|
38111
38147
|
}
|
|
38112
38148
|
|
|
38113
38149
|
&:active {
|
|
@@ -65657,6 +65693,13 @@ $grid-checkmark-color: $grey-light-font !default;
|
|
|
65657
65693
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65658
65694
|
background-color: $grid-hover-bg-color;
|
|
65659
65695
|
}
|
|
65696
|
+
|
|
65697
|
+
&.sf-grid{
|
|
65698
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65699
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65700
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65701
|
+
}
|
|
65702
|
+
}
|
|
65660
65703
|
}
|
|
65661
65704
|
|
|
65662
65705
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102224,6 +102267,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
|
|
|
102224
102267
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102225
102268
|
top: calc(50% + 60px);
|
|
102226
102269
|
}
|
|
102270
|
+
|
|
102271
|
+
.e-image-editor.e-control.e-readonly {
|
|
102272
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102273
|
+
}
|
|
102227
102274
|
}
|
|
102228
102275
|
|
|
102229
102276
|
|
|
@@ -107810,9 +107857,6 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
107810
107857
|
textarea::-webkit-scrollbar {
|
|
107811
107858
|
width: 4px;
|
|
107812
107859
|
}
|
|
107813
|
-
.hide-scrollbar textarea {
|
|
107814
|
-
scrollbar-width: none;
|
|
107815
|
-
}
|
|
107816
107860
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107817
107861
|
right: unset;
|
|
107818
107862
|
left: 20px;
|
|
@@ -107844,6 +107888,9 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
107844
107888
|
}
|
|
107845
107889
|
}
|
|
107846
107890
|
&:not(.e-footer-template) {
|
|
107891
|
+
.e-textarea {
|
|
107892
|
+
max-height: 280px;
|
|
107893
|
+
}
|
|
107847
107894
|
.e-assist-send {
|
|
107848
107895
|
position: absolute;
|
|
107849
107896
|
right: 20px;
|
|
@@ -9869,6 +9869,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9869
9869
|
border-bottom: transparent;
|
|
9870
9870
|
}
|
|
9871
9871
|
}
|
|
9872
|
+
|
|
9873
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9874
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9875
|
+
padding: 0;
|
|
9876
|
+
|
|
9877
|
+
input {
|
|
9878
|
+
padding: 14px 2px 5px 12px;
|
|
9879
|
+
}
|
|
9880
|
+
|
|
9881
|
+
label.e-float-text {
|
|
9882
|
+
padding-left: 12px;
|
|
9883
|
+
}
|
|
9884
|
+
|
|
9885
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9886
|
+
@if $input-skin-name == 'material' {
|
|
9887
|
+
padding-right: 17px;
|
|
9888
|
+
}
|
|
9889
|
+
@else {
|
|
9890
|
+
margin-right: 10px;
|
|
9891
|
+
}
|
|
9892
|
+
}
|
|
9893
|
+
}
|
|
9894
|
+
}
|
|
9872
9895
|
}
|
|
9873
9896
|
|
|
9874
9897
|
|
|
@@ -52329,6 +52352,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52329
52352
|
@else {
|
|
52330
52353
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52331
52354
|
}
|
|
52355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52356
|
+
.e-tbar-btn-text,
|
|
52357
|
+
.e-icons.e-btn-icon {
|
|
52358
|
+
color: $tbar-default-icon-color;
|
|
52359
|
+
}
|
|
52360
|
+
}
|
|
52332
52361
|
}
|
|
52333
52362
|
|
|
52334
52363
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52352,6 +52381,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52352
52381
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52353
52382
|
border-style: $tbar-border-nav-type;
|
|
52354
52383
|
border-width: $tbar-btn-hover-border-size;
|
|
52384
|
+
|
|
52385
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52386
|
+
.e-tbar-btn-text,
|
|
52387
|
+
.e-icons.e-btn-icon {
|
|
52388
|
+
color: $tbar-btn-text-focus-color;
|
|
52389
|
+
}
|
|
52390
|
+
}
|
|
52355
52391
|
}
|
|
52356
52392
|
|
|
52357
52393
|
&:active {
|
|
@@ -87861,6 +87897,13 @@ $grid-checkmark-color: $grey-light-font !default;
|
|
|
87861
87897
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
87862
87898
|
background-color: $grid-hover-bg-color;
|
|
87863
87899
|
}
|
|
87900
|
+
|
|
87901
|
+
&.sf-grid{
|
|
87902
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
87903
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
87904
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
87905
|
+
}
|
|
87906
|
+
}
|
|
87864
87907
|
}
|
|
87865
87908
|
|
|
87866
87909
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90413,6 +90456,18 @@ $grid-checkmark-color: $grey-light-font !default;
|
|
|
90413
90456
|
padding-top: 40px;
|
|
90414
90457
|
}
|
|
90415
90458
|
|
|
90459
|
+
& .e-mainfilterdiv {
|
|
90460
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90461
|
+
padding-top: 30px;
|
|
90462
|
+
}
|
|
90463
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90464
|
+
padding-top: 0;
|
|
90465
|
+
}
|
|
90466
|
+
@else {
|
|
90467
|
+
padding-top: 16px;
|
|
90468
|
+
}
|
|
90469
|
+
}
|
|
90470
|
+
|
|
90416
90471
|
& .e-filtersetdiv {
|
|
90417
90472
|
float: right;
|
|
90418
90473
|
margin-right: 1%;
|
|
@@ -133412,6 +133467,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
|
|
|
133412
133467
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133413
133468
|
top: calc(50% + 60px);
|
|
133414
133469
|
}
|
|
133470
|
+
|
|
133471
|
+
.e-image-editor.e-control.e-readonly {
|
|
133472
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133473
|
+
}
|
|
133415
133474
|
}
|
|
133416
133475
|
|
|
133417
133476
|
|
|
@@ -140119,9 +140178,6 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
140119
140178
|
textarea::-webkit-scrollbar {
|
|
140120
140179
|
width: 4px;
|
|
140121
140180
|
}
|
|
140122
|
-
.hide-scrollbar textarea {
|
|
140123
|
-
scrollbar-width: none;
|
|
140124
|
-
}
|
|
140125
140181
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140126
140182
|
right: unset;
|
|
140127
140183
|
left: 20px;
|
|
@@ -140153,6 +140209,9 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
140153
140209
|
}
|
|
140154
140210
|
}
|
|
140155
140211
|
&:not(.e-footer-template) {
|
|
140212
|
+
.e-textarea {
|
|
140213
|
+
max-height: 280px;
|
|
140214
|
+
}
|
|
140156
140215
|
.e-assist-send {
|
|
140157
140216
|
position: absolute;
|
|
140158
140217
|
right: 20px;
|
|
@@ -9020,6 +9020,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9020
9020
|
border-bottom: transparent;
|
|
9021
9021
|
}
|
|
9022
9022
|
}
|
|
9023
|
+
|
|
9024
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9025
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9026
|
+
padding: 0;
|
|
9027
|
+
|
|
9028
|
+
input {
|
|
9029
|
+
padding: 14px 2px 5px 12px;
|
|
9030
|
+
}
|
|
9031
|
+
|
|
9032
|
+
label.e-float-text {
|
|
9033
|
+
padding-left: 12px;
|
|
9034
|
+
}
|
|
9035
|
+
|
|
9036
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9037
|
+
@if $input-skin-name == 'material' {
|
|
9038
|
+
padding-right: 17px;
|
|
9039
|
+
}
|
|
9040
|
+
@else {
|
|
9041
|
+
margin-right: 10px;
|
|
9042
|
+
}
|
|
9043
|
+
}
|
|
9044
|
+
}
|
|
9045
|
+
}
|
|
9023
9046
|
}
|
|
9024
9047
|
|
|
9025
9048
|
|
|
@@ -37859,6 +37882,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
37859
37882
|
@else {
|
|
37860
37883
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
37861
37884
|
}
|
|
37885
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
37886
|
+
.e-tbar-btn-text,
|
|
37887
|
+
.e-icons.e-btn-icon {
|
|
37888
|
+
color: $tbar-default-icon-color;
|
|
37889
|
+
}
|
|
37890
|
+
}
|
|
37862
37891
|
}
|
|
37863
37892
|
|
|
37864
37893
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -37882,6 +37911,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
37882
37911
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
37883
37912
|
border-style: $tbar-border-nav-type;
|
|
37884
37913
|
border-width: $tbar-btn-hover-border-size;
|
|
37914
|
+
|
|
37915
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
37916
|
+
.e-tbar-btn-text,
|
|
37917
|
+
.e-icons.e-btn-icon {
|
|
37918
|
+
color: $tbar-btn-text-focus-color;
|
|
37919
|
+
}
|
|
37920
|
+
}
|
|
37885
37921
|
}
|
|
37886
37922
|
|
|
37887
37923
|
&:active {
|
|
@@ -65416,6 +65452,13 @@ $grid-checkmark-color: $grey !default;
|
|
|
65416
65452
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65417
65453
|
background-color: $grid-hover-bg-color;
|
|
65418
65454
|
}
|
|
65455
|
+
|
|
65456
|
+
&.sf-grid{
|
|
65457
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65458
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65459
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65460
|
+
}
|
|
65461
|
+
}
|
|
65419
65462
|
}
|
|
65420
65463
|
|
|
65421
65464
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102043,6 +102086,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
|
|
|
102043
102086
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102044
102087
|
top: calc(50% + 60px);
|
|
102045
102088
|
}
|
|
102089
|
+
|
|
102090
|
+
.e-image-editor.e-control.e-readonly {
|
|
102091
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102092
|
+
}
|
|
102046
102093
|
}
|
|
102047
102094
|
|
|
102048
102095
|
|
|
@@ -107629,9 +107676,6 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
107629
107676
|
textarea::-webkit-scrollbar {
|
|
107630
107677
|
width: 4px;
|
|
107631
107678
|
}
|
|
107632
|
-
.hide-scrollbar textarea {
|
|
107633
|
-
scrollbar-width: none;
|
|
107634
|
-
}
|
|
107635
107679
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107636
107680
|
right: unset;
|
|
107637
107681
|
left: 20px;
|
|
@@ -107663,6 +107707,9 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
107663
107707
|
}
|
|
107664
107708
|
}
|
|
107665
107709
|
&:not(.e-footer-template) {
|
|
107710
|
+
.e-textarea {
|
|
107711
|
+
max-height: 280px;
|
|
107712
|
+
}
|
|
107666
107713
|
.e-assist-send {
|
|
107667
107714
|
position: absolute;
|
|
107668
107715
|
right: 20px;
|