@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
|
@@ -9854,6 +9854,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9854
9854
|
border-bottom: transparent;
|
|
9855
9855
|
}
|
|
9856
9856
|
}
|
|
9857
|
+
|
|
9858
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9859
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9860
|
+
padding: 0;
|
|
9861
|
+
|
|
9862
|
+
input {
|
|
9863
|
+
padding: 14px 2px 5px 12px;
|
|
9864
|
+
}
|
|
9865
|
+
|
|
9866
|
+
label.e-float-text {
|
|
9867
|
+
padding-left: 12px;
|
|
9868
|
+
}
|
|
9869
|
+
|
|
9870
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9871
|
+
@if $input-skin-name == 'material' {
|
|
9872
|
+
padding-right: 17px;
|
|
9873
|
+
}
|
|
9874
|
+
@else {
|
|
9875
|
+
margin-right: 10px;
|
|
9876
|
+
}
|
|
9877
|
+
}
|
|
9878
|
+
}
|
|
9879
|
+
}
|
|
9857
9880
|
}
|
|
9858
9881
|
|
|
9859
9882
|
|
|
@@ -52103,6 +52126,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52103
52126
|
@else {
|
|
52104
52127
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52105
52128
|
}
|
|
52129
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52130
|
+
.e-tbar-btn-text,
|
|
52131
|
+
.e-icons.e-btn-icon {
|
|
52132
|
+
color: $tbar-default-icon-color;
|
|
52133
|
+
}
|
|
52134
|
+
}
|
|
52106
52135
|
}
|
|
52107
52136
|
|
|
52108
52137
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52126,6 +52155,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52126
52155
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52127
52156
|
border-style: $tbar-border-nav-type;
|
|
52128
52157
|
border-width: $tbar-btn-hover-border-size;
|
|
52158
|
+
|
|
52159
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52160
|
+
.e-tbar-btn-text,
|
|
52161
|
+
.e-icons.e-btn-icon {
|
|
52162
|
+
color: $tbar-btn-text-focus-color;
|
|
52163
|
+
}
|
|
52164
|
+
}
|
|
52129
52165
|
}
|
|
52130
52166
|
|
|
52131
52167
|
&:active {
|
|
@@ -87620,6 +87656,13 @@ $grid-checkmark-color: $grey !default;
|
|
|
87620
87656
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
87621
87657
|
background-color: $grid-hover-bg-color;
|
|
87622
87658
|
}
|
|
87659
|
+
|
|
87660
|
+
&.sf-grid{
|
|
87661
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
87662
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
87663
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
87664
|
+
}
|
|
87665
|
+
}
|
|
87623
87666
|
}
|
|
87624
87667
|
|
|
87625
87668
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90172,6 +90215,18 @@ $grid-checkmark-color: $grey !default;
|
|
|
90172
90215
|
padding-top: 40px;
|
|
90173
90216
|
}
|
|
90174
90217
|
|
|
90218
|
+
& .e-mainfilterdiv {
|
|
90219
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90220
|
+
padding-top: 30px;
|
|
90221
|
+
}
|
|
90222
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90223
|
+
padding-top: 0;
|
|
90224
|
+
}
|
|
90225
|
+
@else {
|
|
90226
|
+
padding-top: 16px;
|
|
90227
|
+
}
|
|
90228
|
+
}
|
|
90229
|
+
|
|
90175
90230
|
& .e-filtersetdiv {
|
|
90176
90231
|
float: right;
|
|
90177
90232
|
margin-right: 1%;
|
|
@@ -133231,6 +133286,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
|
|
|
133231
133286
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133232
133287
|
top: calc(50% + 60px);
|
|
133233
133288
|
}
|
|
133289
|
+
|
|
133290
|
+
.e-image-editor.e-control.e-readonly {
|
|
133291
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133292
|
+
}
|
|
133234
133293
|
}
|
|
133235
133294
|
|
|
133236
133295
|
|
|
@@ -139938,9 +139997,6 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
139938
139997
|
textarea::-webkit-scrollbar {
|
|
139939
139998
|
width: 4px;
|
|
139940
139999
|
}
|
|
139941
|
-
.hide-scrollbar textarea {
|
|
139942
|
-
scrollbar-width: none;
|
|
139943
|
-
}
|
|
139944
140000
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
139945
140001
|
right: unset;
|
|
139946
140002
|
left: 20px;
|
|
@@ -139972,6 +140028,9 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
139972
140028
|
}
|
|
139973
140029
|
}
|
|
139974
140030
|
&:not(.e-footer-template) {
|
|
140031
|
+
.e-textarea {
|
|
140032
|
+
max-height: 280px;
|
|
140033
|
+
}
|
|
139975
140034
|
.e-assist-send {
|
|
139976
140035
|
position: absolute;
|
|
139977
140036
|
right: 20px;
|
|
@@ -8865,6 +8865,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
8865
8865
|
border-bottom: transparent;
|
|
8866
8866
|
}
|
|
8867
8867
|
}
|
|
8868
|
+
|
|
8869
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8870
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
8871
|
+
padding: 0;
|
|
8872
|
+
|
|
8873
|
+
input {
|
|
8874
|
+
padding: 14px 2px 5px 12px;
|
|
8875
|
+
}
|
|
8876
|
+
|
|
8877
|
+
label.e-float-text {
|
|
8878
|
+
padding-left: 12px;
|
|
8879
|
+
}
|
|
8880
|
+
|
|
8881
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
8882
|
+
@if $input-skin-name == 'material' {
|
|
8883
|
+
padding-right: 17px;
|
|
8884
|
+
}
|
|
8885
|
+
@else {
|
|
8886
|
+
margin-right: 10px;
|
|
8887
|
+
}
|
|
8888
|
+
}
|
|
8889
|
+
}
|
|
8890
|
+
}
|
|
8868
8891
|
}
|
|
8869
8892
|
|
|
8870
8893
|
|
|
@@ -37830,6 +37853,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
37830
37853
|
@else {
|
|
37831
37854
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
37832
37855
|
}
|
|
37856
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
37857
|
+
.e-tbar-btn-text,
|
|
37858
|
+
.e-icons.e-btn-icon {
|
|
37859
|
+
color: $tbar-default-icon-color;
|
|
37860
|
+
}
|
|
37861
|
+
}
|
|
37833
37862
|
}
|
|
37834
37863
|
|
|
37835
37864
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -37853,6 +37882,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
37853
37882
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
37854
37883
|
border-style: $tbar-border-nav-type;
|
|
37855
37884
|
border-width: $tbar-btn-hover-border-size;
|
|
37885
|
+
|
|
37886
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
37887
|
+
.e-tbar-btn-text,
|
|
37888
|
+
.e-icons.e-btn-icon {
|
|
37889
|
+
color: $tbar-btn-text-focus-color;
|
|
37890
|
+
}
|
|
37891
|
+
}
|
|
37856
37892
|
}
|
|
37857
37893
|
|
|
37858
37894
|
&:active {
|
|
@@ -65508,6 +65544,13 @@ $grid-checkmark-color: $white !default;
|
|
|
65508
65544
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65509
65545
|
background-color: $grid-hover-bg-color;
|
|
65510
65546
|
}
|
|
65547
|
+
|
|
65548
|
+
&.sf-grid{
|
|
65549
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65550
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65551
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65552
|
+
}
|
|
65553
|
+
}
|
|
65511
65554
|
}
|
|
65512
65555
|
|
|
65513
65556
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102277,6 +102320,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
|
|
|
102277
102320
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102278
102321
|
top: calc(50% + 60px);
|
|
102279
102322
|
}
|
|
102323
|
+
|
|
102324
|
+
.e-image-editor.e-control.e-readonly {
|
|
102325
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102326
|
+
}
|
|
102280
102327
|
}
|
|
102281
102328
|
|
|
102282
102329
|
|
|
@@ -107863,9 +107910,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107863
107910
|
textarea::-webkit-scrollbar {
|
|
107864
107911
|
width: 4px;
|
|
107865
107912
|
}
|
|
107866
|
-
.hide-scrollbar textarea {
|
|
107867
|
-
scrollbar-width: none;
|
|
107868
|
-
}
|
|
107869
107913
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107870
107914
|
right: unset;
|
|
107871
107915
|
left: 20px;
|
|
@@ -107897,6 +107941,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107897
107941
|
}
|
|
107898
107942
|
}
|
|
107899
107943
|
&:not(.e-footer-template) {
|
|
107944
|
+
.e-textarea {
|
|
107945
|
+
max-height: 280px;
|
|
107946
|
+
}
|
|
107900
107947
|
.e-assist-send {
|
|
107901
107948
|
position: absolute;
|
|
107902
107949
|
right: 20px;
|
|
@@ -9699,6 +9699,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9699
9699
|
border-bottom: transparent;
|
|
9700
9700
|
}
|
|
9701
9701
|
}
|
|
9702
|
+
|
|
9703
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9704
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9705
|
+
padding: 0;
|
|
9706
|
+
|
|
9707
|
+
input {
|
|
9708
|
+
padding: 14px 2px 5px 12px;
|
|
9709
|
+
}
|
|
9710
|
+
|
|
9711
|
+
label.e-float-text {
|
|
9712
|
+
padding-left: 12px;
|
|
9713
|
+
}
|
|
9714
|
+
|
|
9715
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9716
|
+
@if $input-skin-name == 'material' {
|
|
9717
|
+
padding-right: 17px;
|
|
9718
|
+
}
|
|
9719
|
+
@else {
|
|
9720
|
+
margin-right: 10px;
|
|
9721
|
+
}
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
}
|
|
9702
9725
|
}
|
|
9703
9726
|
|
|
9704
9727
|
|
|
@@ -52074,6 +52097,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52074
52097
|
@else {
|
|
52075
52098
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52076
52099
|
}
|
|
52100
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52101
|
+
.e-tbar-btn-text,
|
|
52102
|
+
.e-icons.e-btn-icon {
|
|
52103
|
+
color: $tbar-default-icon-color;
|
|
52104
|
+
}
|
|
52105
|
+
}
|
|
52077
52106
|
}
|
|
52078
52107
|
|
|
52079
52108
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52097,6 +52126,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52097
52126
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52098
52127
|
border-style: $tbar-border-nav-type;
|
|
52099
52128
|
border-width: $tbar-btn-hover-border-size;
|
|
52129
|
+
|
|
52130
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52131
|
+
.e-tbar-btn-text,
|
|
52132
|
+
.e-icons.e-btn-icon {
|
|
52133
|
+
color: $tbar-btn-text-focus-color;
|
|
52134
|
+
}
|
|
52135
|
+
}
|
|
52100
52136
|
}
|
|
52101
52137
|
|
|
52102
52138
|
&:active {
|
|
@@ -87712,6 +87748,13 @@ $grid-checkmark-color: $white !default;
|
|
|
87712
87748
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
87713
87749
|
background-color: $grid-hover-bg-color;
|
|
87714
87750
|
}
|
|
87751
|
+
|
|
87752
|
+
&.sf-grid{
|
|
87753
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
87754
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
87755
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
87756
|
+
}
|
|
87757
|
+
}
|
|
87715
87758
|
}
|
|
87716
87759
|
|
|
87717
87760
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90239,6 +90282,18 @@ $grid-checkmark-color: $white !default;
|
|
|
90239
90282
|
padding-top: 40px;
|
|
90240
90283
|
}
|
|
90241
90284
|
|
|
90285
|
+
& .e-mainfilterdiv {
|
|
90286
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90287
|
+
padding-top: 30px;
|
|
90288
|
+
}
|
|
90289
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90290
|
+
padding-top: 0;
|
|
90291
|
+
}
|
|
90292
|
+
@else {
|
|
90293
|
+
padding-top: 16px;
|
|
90294
|
+
}
|
|
90295
|
+
}
|
|
90296
|
+
|
|
90242
90297
|
& .e-filtersetdiv {
|
|
90243
90298
|
float: right;
|
|
90244
90299
|
margin-right: 1%;
|
|
@@ -133465,6 +133520,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
|
|
|
133465
133520
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133466
133521
|
top: calc(50% + 60px);
|
|
133467
133522
|
}
|
|
133523
|
+
|
|
133524
|
+
.e-image-editor.e-control.e-readonly {
|
|
133525
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133526
|
+
}
|
|
133468
133527
|
}
|
|
133469
133528
|
|
|
133470
133529
|
|
|
@@ -140172,9 +140231,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140172
140231
|
textarea::-webkit-scrollbar {
|
|
140173
140232
|
width: 4px;
|
|
140174
140233
|
}
|
|
140175
|
-
.hide-scrollbar textarea {
|
|
140176
|
-
scrollbar-width: none;
|
|
140177
|
-
}
|
|
140178
140234
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140179
140235
|
right: unset;
|
|
140180
140236
|
left: 20px;
|
|
@@ -140206,6 +140262,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140206
140262
|
}
|
|
140207
140263
|
}
|
|
140208
140264
|
&:not(.e-footer-template) {
|
|
140265
|
+
.e-textarea {
|
|
140266
|
+
max-height: 280px;
|
|
140267
|
+
}
|
|
140209
140268
|
.e-assist-send {
|
|
140210
140269
|
position: absolute;
|
|
140211
140270
|
right: 20px;
|
|
@@ -9060,6 +9060,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9060
9060
|
border-bottom: transparent;
|
|
9061
9061
|
}
|
|
9062
9062
|
}
|
|
9063
|
+
|
|
9064
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9065
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9066
|
+
padding: 0;
|
|
9067
|
+
|
|
9068
|
+
input {
|
|
9069
|
+
padding: 14px 2px 5px 12px;
|
|
9070
|
+
}
|
|
9071
|
+
|
|
9072
|
+
label.e-float-text {
|
|
9073
|
+
padding-left: 12px;
|
|
9074
|
+
}
|
|
9075
|
+
|
|
9076
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9077
|
+
@if $input-skin-name == 'material' {
|
|
9078
|
+
padding-right: 17px;
|
|
9079
|
+
}
|
|
9080
|
+
@else {
|
|
9081
|
+
margin-right: 10px;
|
|
9082
|
+
}
|
|
9083
|
+
}
|
|
9084
|
+
}
|
|
9085
|
+
}
|
|
9063
9086
|
}
|
|
9064
9087
|
|
|
9065
9088
|
|
|
@@ -38187,6 +38210,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38187
38210
|
@else {
|
|
38188
38211
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38189
38212
|
}
|
|
38213
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38214
|
+
.e-tbar-btn-text,
|
|
38215
|
+
.e-icons.e-btn-icon {
|
|
38216
|
+
color: $tbar-default-icon-color;
|
|
38217
|
+
}
|
|
38218
|
+
}
|
|
38190
38219
|
}
|
|
38191
38220
|
|
|
38192
38221
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38210,6 +38239,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38210
38239
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38211
38240
|
border-style: $tbar-border-nav-type;
|
|
38212
38241
|
border-width: $tbar-btn-hover-border-size;
|
|
38242
|
+
|
|
38243
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38244
|
+
.e-tbar-btn-text,
|
|
38245
|
+
.e-icons.e-btn-icon {
|
|
38246
|
+
color: $tbar-btn-text-focus-color;
|
|
38247
|
+
}
|
|
38248
|
+
}
|
|
38213
38249
|
}
|
|
38214
38250
|
|
|
38215
38251
|
&:active {
|
|
@@ -65904,6 +65940,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65904
65940
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65905
65941
|
background-color: $grid-hover-bg-color;
|
|
65906
65942
|
}
|
|
65943
|
+
|
|
65944
|
+
&.sf-grid{
|
|
65945
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65946
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65947
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65948
|
+
}
|
|
65949
|
+
}
|
|
65907
65950
|
}
|
|
65908
65951
|
|
|
65909
65952
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102433,6 +102476,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
|
|
|
102433
102476
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102434
102477
|
top: calc(50% + 60px);
|
|
102435
102478
|
}
|
|
102479
|
+
|
|
102480
|
+
.e-image-editor.e-control.e-readonly {
|
|
102481
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102482
|
+
}
|
|
102436
102483
|
}
|
|
102437
102484
|
|
|
102438
102485
|
|
|
@@ -108019,9 +108066,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108019
108066
|
textarea::-webkit-scrollbar {
|
|
108020
108067
|
width: 4px;
|
|
108021
108068
|
}
|
|
108022
|
-
.hide-scrollbar textarea {
|
|
108023
|
-
scrollbar-width: none;
|
|
108024
|
-
}
|
|
108025
108069
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108026
108070
|
right: unset;
|
|
108027
108071
|
left: 20px;
|
|
@@ -108053,6 +108097,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108053
108097
|
}
|
|
108054
108098
|
}
|
|
108055
108099
|
&:not(.e-footer-template) {
|
|
108100
|
+
.e-textarea {
|
|
108101
|
+
max-height: 280px;
|
|
108102
|
+
}
|
|
108056
108103
|
.e-assist-send {
|
|
108057
108104
|
position: absolute;
|
|
108058
108105
|
right: 20px;
|
|
@@ -9894,6 +9894,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9894
9894
|
border-bottom: transparent;
|
|
9895
9895
|
}
|
|
9896
9896
|
}
|
|
9897
|
+
|
|
9898
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9899
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9900
|
+
padding: 0;
|
|
9901
|
+
|
|
9902
|
+
input {
|
|
9903
|
+
padding: 14px 2px 5px 12px;
|
|
9904
|
+
}
|
|
9905
|
+
|
|
9906
|
+
label.e-float-text {
|
|
9907
|
+
padding-left: 12px;
|
|
9908
|
+
}
|
|
9909
|
+
|
|
9910
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9911
|
+
@if $input-skin-name == 'material' {
|
|
9912
|
+
padding-right: 17px;
|
|
9913
|
+
}
|
|
9914
|
+
@else {
|
|
9915
|
+
margin-right: 10px;
|
|
9916
|
+
}
|
|
9917
|
+
}
|
|
9918
|
+
}
|
|
9919
|
+
}
|
|
9897
9920
|
}
|
|
9898
9921
|
|
|
9899
9922
|
|
|
@@ -52431,6 +52454,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52431
52454
|
@else {
|
|
52432
52455
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52433
52456
|
}
|
|
52457
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52458
|
+
.e-tbar-btn-text,
|
|
52459
|
+
.e-icons.e-btn-icon {
|
|
52460
|
+
color: $tbar-default-icon-color;
|
|
52461
|
+
}
|
|
52462
|
+
}
|
|
52434
52463
|
}
|
|
52435
52464
|
|
|
52436
52465
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52454,6 +52483,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52454
52483
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52455
52484
|
border-style: $tbar-border-nav-type;
|
|
52456
52485
|
border-width: $tbar-btn-hover-border-size;
|
|
52486
|
+
|
|
52487
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52488
|
+
.e-tbar-btn-text,
|
|
52489
|
+
.e-icons.e-btn-icon {
|
|
52490
|
+
color: $tbar-btn-text-focus-color;
|
|
52491
|
+
}
|
|
52492
|
+
}
|
|
52457
52493
|
}
|
|
52458
52494
|
|
|
52459
52495
|
&:active {
|
|
@@ -88108,6 +88144,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88108
88144
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88109
88145
|
background-color: $grid-hover-bg-color;
|
|
88110
88146
|
}
|
|
88147
|
+
|
|
88148
|
+
&.sf-grid{
|
|
88149
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88150
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88151
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88152
|
+
}
|
|
88153
|
+
}
|
|
88111
88154
|
}
|
|
88112
88155
|
|
|
88113
88156
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90649,6 +90692,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90649
90692
|
padding-top: 40px;
|
|
90650
90693
|
}
|
|
90651
90694
|
|
|
90695
|
+
& .e-mainfilterdiv {
|
|
90696
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90697
|
+
padding-top: 30px;
|
|
90698
|
+
}
|
|
90699
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90700
|
+
padding-top: 0;
|
|
90701
|
+
}
|
|
90702
|
+
@else {
|
|
90703
|
+
padding-top: 16px;
|
|
90704
|
+
}
|
|
90705
|
+
}
|
|
90706
|
+
|
|
90652
90707
|
& .e-filtersetdiv {
|
|
90653
90708
|
float: right;
|
|
90654
90709
|
margin-right: 1%;
|
|
@@ -133621,6 +133676,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
|
|
|
133621
133676
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133622
133677
|
top: calc(50% + 60px);
|
|
133623
133678
|
}
|
|
133679
|
+
|
|
133680
|
+
.e-image-editor.e-control.e-readonly {
|
|
133681
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133682
|
+
}
|
|
133624
133683
|
}
|
|
133625
133684
|
|
|
133626
133685
|
|
|
@@ -140328,9 +140387,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140328
140387
|
textarea::-webkit-scrollbar {
|
|
140329
140388
|
width: 4px;
|
|
140330
140389
|
}
|
|
140331
|
-
.hide-scrollbar textarea {
|
|
140332
|
-
scrollbar-width: none;
|
|
140333
|
-
}
|
|
140334
140390
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140335
140391
|
right: unset;
|
|
140336
140392
|
left: 20px;
|
|
@@ -140362,6 +140418,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140362
140418
|
}
|
|
140363
140419
|
}
|
|
140364
140420
|
&:not(.e-footer-template) {
|
|
140421
|
+
.e-textarea {
|
|
140422
|
+
max-height: 280px;
|
|
140423
|
+
}
|
|
140365
140424
|
.e-assist-send {
|
|
140366
140425
|
position: absolute;
|
|
140367
140426
|
right: 20px;
|
|
@@ -9059,6 +9059,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9059
9059
|
border-bottom: transparent;
|
|
9060
9060
|
}
|
|
9061
9061
|
}
|
|
9062
|
+
|
|
9063
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9064
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9065
|
+
padding: 0;
|
|
9066
|
+
|
|
9067
|
+
input {
|
|
9068
|
+
padding: 14px 2px 5px 12px;
|
|
9069
|
+
}
|
|
9070
|
+
|
|
9071
|
+
label.e-float-text {
|
|
9072
|
+
padding-left: 12px;
|
|
9073
|
+
}
|
|
9074
|
+
|
|
9075
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9076
|
+
@if $input-skin-name == 'material' {
|
|
9077
|
+
padding-right: 17px;
|
|
9078
|
+
}
|
|
9079
|
+
@else {
|
|
9080
|
+
margin-right: 10px;
|
|
9081
|
+
}
|
|
9082
|
+
}
|
|
9083
|
+
}
|
|
9084
|
+
}
|
|
9062
9085
|
}
|
|
9063
9086
|
|
|
9064
9087
|
|
|
@@ -38186,6 +38209,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38186
38209
|
@else {
|
|
38187
38210
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38188
38211
|
}
|
|
38212
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38213
|
+
.e-tbar-btn-text,
|
|
38214
|
+
.e-icons.e-btn-icon {
|
|
38215
|
+
color: $tbar-default-icon-color;
|
|
38216
|
+
}
|
|
38217
|
+
}
|
|
38189
38218
|
}
|
|
38190
38219
|
|
|
38191
38220
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38209,6 +38238,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38209
38238
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38210
38239
|
border-style: $tbar-border-nav-type;
|
|
38211
38240
|
border-width: $tbar-btn-hover-border-size;
|
|
38241
|
+
|
|
38242
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38243
|
+
.e-tbar-btn-text,
|
|
38244
|
+
.e-icons.e-btn-icon {
|
|
38245
|
+
color: $tbar-btn-text-focus-color;
|
|
38246
|
+
}
|
|
38247
|
+
}
|
|
38212
38248
|
}
|
|
38213
38249
|
|
|
38214
38250
|
&:active {
|
|
@@ -65903,6 +65939,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65903
65939
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65904
65940
|
background-color: $grid-hover-bg-color;
|
|
65905
65941
|
}
|
|
65942
|
+
|
|
65943
|
+
&.sf-grid{
|
|
65944
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65945
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65946
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65947
|
+
}
|
|
65948
|
+
}
|
|
65906
65949
|
}
|
|
65907
65950
|
|
|
65908
65951
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102432,6 +102475,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
|
|
|
102432
102475
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102433
102476
|
top: calc(50% + 60px);
|
|
102434
102477
|
}
|
|
102478
|
+
|
|
102479
|
+
.e-image-editor.e-control.e-readonly {
|
|
102480
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102481
|
+
}
|
|
102435
102482
|
}
|
|
102436
102483
|
|
|
102437
102484
|
|
|
@@ -108018,9 +108065,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108018
108065
|
textarea::-webkit-scrollbar {
|
|
108019
108066
|
width: 4px;
|
|
108020
108067
|
}
|
|
108021
|
-
.hide-scrollbar textarea {
|
|
108022
|
-
scrollbar-width: none;
|
|
108023
|
-
}
|
|
108024
108068
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108025
108069
|
right: unset;
|
|
108026
108070
|
left: 20px;
|
|
@@ -108052,6 +108096,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108052
108096
|
}
|
|
108053
108097
|
}
|
|
108054
108098
|
&:not(.e-footer-template) {
|
|
108099
|
+
.e-textarea {
|
|
108100
|
+
max-height: 280px;
|
|
108101
|
+
}
|
|
108055
108102
|
.e-assist-send {
|
|
108056
108103
|
position: absolute;
|
|
108057
108104
|
right: 20px;
|