@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
|
@@ -8273,6 +8273,19 @@ textarea.e-outline,
|
|
|
8273
8273
|
border-bottom: transparent;
|
|
8274
8274
|
}
|
|
8275
8275
|
|
|
8276
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
8277
|
+
padding: 0;
|
|
8278
|
+
}
|
|
8279
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
8280
|
+
padding: 14px 2px 5px 12px;
|
|
8281
|
+
}
|
|
8282
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
8283
|
+
padding-left: 12px;
|
|
8284
|
+
}
|
|
8285
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
8286
|
+
padding-right: 17px;
|
|
8287
|
+
}
|
|
8288
|
+
|
|
8276
8289
|
/* stylelint-disable-line no-empty-source */
|
|
8277
8290
|
/*! input theme */
|
|
8278
8291
|
input.e-input,
|
|
@@ -54451,6 +54464,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54451
54464
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
54452
54465
|
background-color: rgb(89, 86, 86);
|
|
54453
54466
|
}
|
|
54467
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
54468
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
54469
|
+
background-color: #424242;
|
|
54470
|
+
}
|
|
54454
54471
|
|
|
54455
54472
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
54456
54473
|
background-color: rgb(89, 86, 86);
|
|
@@ -56056,6 +56073,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
56056
56073
|
text-align: center;
|
|
56057
56074
|
padding-top: 40px;
|
|
56058
56075
|
}
|
|
56076
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
56077
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
56078
|
+
padding-top: 30px;
|
|
56079
|
+
}
|
|
56059
56080
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
56060
56081
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
56061
56082
|
float: right;
|
|
@@ -83880,6 +83901,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
83880
83901
|
top: calc(50% + 60px);
|
|
83881
83902
|
}
|
|
83882
83903
|
|
|
83904
|
+
.e-image-editor.e-control.e-readonly {
|
|
83905
|
+
opacity: 1 !important;
|
|
83906
|
+
/* stylelint-disable-line declaration-no-important */
|
|
83907
|
+
}
|
|
83908
|
+
|
|
83883
83909
|
.e-image-editor {
|
|
83884
83910
|
background: #292929;
|
|
83885
83911
|
}
|
|
@@ -88957,9 +88983,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88957
88983
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
88958
88984
|
width: 4px;
|
|
88959
88985
|
}
|
|
88960
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
88961
|
-
scrollbar-width: none;
|
|
88962
|
-
}
|
|
88963
88986
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
88964
88987
|
right: unset;
|
|
88965
88988
|
left: 20px;
|
|
@@ -88982,6 +89005,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88982
89005
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
88983
89006
|
padding: 4px 8px 4px 12px;
|
|
88984
89007
|
}
|
|
89008
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
89009
|
+
max-height: 280px;
|
|
89010
|
+
}
|
|
88985
89011
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
88986
89012
|
position: absolute;
|
|
88987
89013
|
right: 20px;
|
|
@@ -8098,6 +8098,19 @@ textarea.e-outline,
|
|
|
8098
8098
|
border-bottom: transparent;
|
|
8099
8099
|
}
|
|
8100
8100
|
|
|
8101
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
8102
|
+
padding: 0;
|
|
8103
|
+
}
|
|
8104
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
8105
|
+
padding: 14px 2px 5px 12px;
|
|
8106
|
+
}
|
|
8107
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
8108
|
+
padding-left: 12px;
|
|
8109
|
+
}
|
|
8110
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
8111
|
+
padding-right: 17px;
|
|
8112
|
+
}
|
|
8113
|
+
|
|
8101
8114
|
/* stylelint-disable-line no-empty-source */
|
|
8102
8115
|
/*! input theme */
|
|
8103
8116
|
input.e-input,
|
|
@@ -40715,6 +40728,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40715
40728
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40716
40729
|
background-color: #eee;
|
|
40717
40730
|
}
|
|
40731
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40732
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40733
|
+
background-color: #fafafa;
|
|
40734
|
+
}
|
|
40718
40735
|
|
|
40719
40736
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40720
40737
|
background-color: #eee;
|
|
@@ -64005,6 +64022,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
64005
64022
|
top: calc(50% + 60px);
|
|
64006
64023
|
}
|
|
64007
64024
|
|
|
64025
|
+
.e-image-editor.e-control.e-readonly {
|
|
64026
|
+
opacity: 1 !important;
|
|
64027
|
+
/* stylelint-disable-line declaration-no-important */
|
|
64028
|
+
}
|
|
64029
|
+
|
|
64008
64030
|
.e-image-editor {
|
|
64009
64031
|
background: #eee;
|
|
64010
64032
|
}
|
|
@@ -67969,9 +67991,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67969
67991
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67970
67992
|
width: 4px;
|
|
67971
67993
|
}
|
|
67972
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67973
|
-
scrollbar-width: none;
|
|
67974
|
-
}
|
|
67975
67994
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67976
67995
|
right: unset;
|
|
67977
67996
|
left: 20px;
|
|
@@ -67994,6 +68013,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67994
68013
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
67995
68014
|
padding: 4px 8px 4px 12px;
|
|
67996
68015
|
}
|
|
68016
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
68017
|
+
max-height: 280px;
|
|
68018
|
+
}
|
|
67997
68019
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67998
68020
|
position: absolute;
|
|
67999
68021
|
right: 20px;
|
|
@@ -8300,6 +8300,19 @@ textarea.e-outline,
|
|
|
8300
8300
|
border-bottom: transparent;
|
|
8301
8301
|
}
|
|
8302
8302
|
|
|
8303
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
8304
|
+
padding: 0;
|
|
8305
|
+
}
|
|
8306
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
8307
|
+
padding: 14px 2px 5px 12px;
|
|
8308
|
+
}
|
|
8309
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
8310
|
+
padding-left: 12px;
|
|
8311
|
+
}
|
|
8312
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
8313
|
+
padding-right: 17px;
|
|
8314
|
+
}
|
|
8315
|
+
|
|
8303
8316
|
/* stylelint-disable-line no-empty-source */
|
|
8304
8317
|
/*! input theme */
|
|
8305
8318
|
input.e-input,
|
|
@@ -54539,6 +54552,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54539
54552
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
54540
54553
|
background-color: #eee;
|
|
54541
54554
|
}
|
|
54555
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
54556
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
54557
|
+
background-color: #fafafa;
|
|
54558
|
+
}
|
|
54542
54559
|
|
|
54543
54560
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
54544
54561
|
background-color: #eee;
|
|
@@ -56144,6 +56161,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
56144
56161
|
text-align: center;
|
|
56145
56162
|
padding-top: 40px;
|
|
56146
56163
|
}
|
|
56164
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
56165
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
56166
|
+
padding-top: 30px;
|
|
56167
|
+
}
|
|
56147
56168
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
56148
56169
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
56149
56170
|
float: right;
|
|
@@ -84087,6 +84108,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
84087
84108
|
top: calc(50% + 60px);
|
|
84088
84109
|
}
|
|
84089
84110
|
|
|
84111
|
+
.e-image-editor.e-control.e-readonly {
|
|
84112
|
+
opacity: 1 !important;
|
|
84113
|
+
/* stylelint-disable-line declaration-no-important */
|
|
84114
|
+
}
|
|
84115
|
+
|
|
84090
84116
|
.e-image-editor {
|
|
84091
84117
|
background: #eee;
|
|
84092
84118
|
}
|
|
@@ -89174,9 +89200,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
89174
89200
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
89175
89201
|
width: 4px;
|
|
89176
89202
|
}
|
|
89177
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
89178
|
-
scrollbar-width: none;
|
|
89179
|
-
}
|
|
89180
89203
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
89181
89204
|
right: unset;
|
|
89182
89205
|
left: 20px;
|
|
@@ -89199,6 +89222,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
89199
89222
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
89200
89223
|
padding: 4px 8px 4px 12px;
|
|
89201
89224
|
}
|
|
89225
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
89226
|
+
max-height: 280px;
|
|
89227
|
+
}
|
|
89202
89228
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
89203
89229
|
position: absolute;
|
|
89204
89230
|
right: 20px;
|
|
@@ -7324,6 +7324,19 @@ textarea.e-outline,
|
|
|
7324
7324
|
border-width: 0 0 1px 0;
|
|
7325
7325
|
}
|
|
7326
7326
|
|
|
7327
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
7328
|
+
padding: 0;
|
|
7329
|
+
}
|
|
7330
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
7331
|
+
padding: 14px 2px 5px 12px;
|
|
7332
|
+
}
|
|
7333
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
7334
|
+
padding-left: 12px;
|
|
7335
|
+
}
|
|
7336
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
7337
|
+
margin-right: 10px;
|
|
7338
|
+
}
|
|
7339
|
+
|
|
7327
7340
|
/* stylelint-disable-line no-empty-source */
|
|
7328
7341
|
/*! input theme */
|
|
7329
7342
|
input.e-input,
|
|
@@ -40504,6 +40517,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40504
40517
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40505
40518
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
40506
40519
|
}
|
|
40520
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40521
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40522
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
40523
|
+
}
|
|
40507
40524
|
|
|
40508
40525
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40509
40526
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -64154,6 +64171,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
64154
64171
|
top: calc(50% + 60px);
|
|
64155
64172
|
}
|
|
64156
64173
|
|
|
64174
|
+
.e-image-editor.e-control.e-readonly {
|
|
64175
|
+
opacity: 1 !important;
|
|
64176
|
+
/* stylelint-disable-line declaration-no-important */
|
|
64177
|
+
}
|
|
64178
|
+
|
|
64157
64179
|
.e-image-editor {
|
|
64158
64180
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
64159
64181
|
}
|
|
@@ -68134,9 +68156,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68134
68156
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
68135
68157
|
width: 4px;
|
|
68136
68158
|
}
|
|
68137
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
68138
|
-
scrollbar-width: none;
|
|
68139
|
-
}
|
|
68140
68159
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
68141
68160
|
right: unset;
|
|
68142
68161
|
left: 20px;
|
|
@@ -68159,6 +68178,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68159
68178
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
68160
68179
|
padding: 4px 8px 4px 12px;
|
|
68161
68180
|
}
|
|
68181
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
68182
|
+
max-height: 280px;
|
|
68183
|
+
}
|
|
68162
68184
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
68163
68185
|
position: absolute;
|
|
68164
68186
|
right: 20px;
|
|
@@ -7530,6 +7530,19 @@ textarea.e-outline,
|
|
|
7530
7530
|
border-width: 0 0 1px 0;
|
|
7531
7531
|
}
|
|
7532
7532
|
|
|
7533
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
7534
|
+
padding: 0;
|
|
7535
|
+
}
|
|
7536
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
7537
|
+
padding: 14px 2px 5px 12px;
|
|
7538
|
+
}
|
|
7539
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
7540
|
+
padding-left: 12px;
|
|
7541
|
+
}
|
|
7542
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
7543
|
+
margin-right: 10px;
|
|
7544
|
+
}
|
|
7545
|
+
|
|
7533
7546
|
/* stylelint-disable-line no-empty-source */
|
|
7534
7547
|
/*! input theme */
|
|
7535
7548
|
input.e-input,
|
|
@@ -54863,6 +54876,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54863
54876
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
54864
54877
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
54865
54878
|
}
|
|
54879
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
54880
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
54881
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
54882
|
+
}
|
|
54866
54883
|
|
|
54867
54884
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
54868
54885
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -56650,6 +56667,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
56650
56667
|
text-align: center;
|
|
56651
56668
|
padding-top: 40px;
|
|
56652
56669
|
}
|
|
56670
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
56671
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
56672
|
+
padding-top: 0;
|
|
56673
|
+
}
|
|
56653
56674
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
56654
56675
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
56655
56676
|
float: right;
|
|
@@ -85028,6 +85049,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
85028
85049
|
top: calc(50% + 60px);
|
|
85029
85050
|
}
|
|
85030
85051
|
|
|
85052
|
+
.e-image-editor.e-control.e-readonly {
|
|
85053
|
+
opacity: 1 !important;
|
|
85054
|
+
/* stylelint-disable-line declaration-no-important */
|
|
85055
|
+
}
|
|
85056
|
+
|
|
85031
85057
|
.e-image-editor {
|
|
85032
85058
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
85033
85059
|
}
|
|
@@ -90137,9 +90163,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
90137
90163
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
90138
90164
|
width: 4px;
|
|
90139
90165
|
}
|
|
90140
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
90141
|
-
scrollbar-width: none;
|
|
90142
|
-
}
|
|
90143
90166
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
90144
90167
|
right: unset;
|
|
90145
90168
|
left: 20px;
|
|
@@ -90162,6 +90185,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
90162
90185
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
90163
90186
|
padding: 4px 8px 4px 12px;
|
|
90164
90187
|
}
|
|
90188
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
90189
|
+
max-height: 280px;
|
|
90190
|
+
}
|
|
90165
90191
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
90166
90192
|
position: absolute;
|
|
90167
90193
|
right: 20px;
|
|
@@ -7380,6 +7380,19 @@ textarea.e-outline,
|
|
|
7380
7380
|
border-width: 0 0 1px 0;
|
|
7381
7381
|
}
|
|
7382
7382
|
|
|
7383
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
7384
|
+
padding: 0;
|
|
7385
|
+
}
|
|
7386
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
7387
|
+
padding: 14px 2px 5px 12px;
|
|
7388
|
+
}
|
|
7389
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
7390
|
+
padding-left: 12px;
|
|
7391
|
+
}
|
|
7392
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
7393
|
+
margin-right: 10px;
|
|
7394
|
+
}
|
|
7395
|
+
|
|
7383
7396
|
/* stylelint-disable-line no-empty-source */
|
|
7384
7397
|
/*! input theme */
|
|
7385
7398
|
input.e-input,
|
|
@@ -40553,6 +40566,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40553
40566
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40554
40567
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
40555
40568
|
}
|
|
40569
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40570
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40571
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
40572
|
+
}
|
|
40556
40573
|
|
|
40557
40574
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40558
40575
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -64201,6 +64218,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
64201
64218
|
top: calc(50% + 60px);
|
|
64202
64219
|
}
|
|
64203
64220
|
|
|
64221
|
+
.e-image-editor.e-control.e-readonly {
|
|
64222
|
+
opacity: 1 !important;
|
|
64223
|
+
/* stylelint-disable-line declaration-no-important */
|
|
64224
|
+
}
|
|
64225
|
+
|
|
64204
64226
|
.e-image-editor {
|
|
64205
64227
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
64206
64228
|
}
|
|
@@ -68181,9 +68203,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68181
68203
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
68182
68204
|
width: 4px;
|
|
68183
68205
|
}
|
|
68184
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
68185
|
-
scrollbar-width: none;
|
|
68186
|
-
}
|
|
68187
68206
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
68188
68207
|
right: unset;
|
|
68189
68208
|
left: 20px;
|
|
@@ -68206,6 +68225,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68206
68225
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
68207
68226
|
padding: 4px 8px 4px 12px;
|
|
68208
68227
|
}
|
|
68228
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
68229
|
+
max-height: 280px;
|
|
68230
|
+
}
|
|
68209
68231
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
68210
68232
|
position: absolute;
|
|
68211
68233
|
right: 20px;
|
|
@@ -7586,6 +7586,19 @@ textarea.e-outline,
|
|
|
7586
7586
|
border-width: 0 0 1px 0;
|
|
7587
7587
|
}
|
|
7588
7588
|
|
|
7589
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
7590
|
+
padding: 0;
|
|
7591
|
+
}
|
|
7592
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
7593
|
+
padding: 14px 2px 5px 12px;
|
|
7594
|
+
}
|
|
7595
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
7596
|
+
padding-left: 12px;
|
|
7597
|
+
}
|
|
7598
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
7599
|
+
margin-right: 10px;
|
|
7600
|
+
}
|
|
7601
|
+
|
|
7589
7602
|
/* stylelint-disable-line no-empty-source */
|
|
7590
7603
|
/*! input theme */
|
|
7591
7604
|
input.e-input,
|
|
@@ -54912,6 +54925,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54912
54925
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
54913
54926
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
54914
54927
|
}
|
|
54928
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
54929
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
54930
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
54931
|
+
}
|
|
54915
54932
|
|
|
54916
54933
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
54917
54934
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.05), rgba(var(--color-sf-on-surface), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -56695,6 +56712,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
56695
56712
|
text-align: center;
|
|
56696
56713
|
padding-top: 40px;
|
|
56697
56714
|
}
|
|
56715
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
56716
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
56717
|
+
padding-top: 0;
|
|
56718
|
+
}
|
|
56698
56719
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
56699
56720
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
56700
56721
|
float: right;
|
|
@@ -85071,6 +85092,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
85071
85092
|
top: calc(50% + 60px);
|
|
85072
85093
|
}
|
|
85073
85094
|
|
|
85095
|
+
.e-image-editor.e-control.e-readonly {
|
|
85096
|
+
opacity: 1 !important;
|
|
85097
|
+
/* stylelint-disable-line declaration-no-important */
|
|
85098
|
+
}
|
|
85099
|
+
|
|
85074
85100
|
.e-image-editor {
|
|
85075
85101
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
85076
85102
|
}
|
|
@@ -90180,9 +90206,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
90180
90206
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
90181
90207
|
width: 4px;
|
|
90182
90208
|
}
|
|
90183
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
90184
|
-
scrollbar-width: none;
|
|
90185
|
-
}
|
|
90186
90209
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
90187
90210
|
right: unset;
|
|
90188
90211
|
left: 20px;
|
|
@@ -90205,6 +90228,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
90205
90228
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
90206
90229
|
padding: 4px 8px 4px 12px;
|
|
90207
90230
|
}
|
|
90231
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
90232
|
+
max-height: 280px;
|
|
90233
|
+
}
|
|
90208
90234
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
90209
90235
|
position: absolute;
|
|
90210
90236
|
right: 20px;
|
|
@@ -35571,6 +35571,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
35571
35571
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
35572
35572
|
background-color: #4b5563;
|
|
35573
35573
|
}
|
|
35574
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
35575
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
35576
|
+
background-color: #232e3e;
|
|
35577
|
+
}
|
|
35574
35578
|
|
|
35575
35579
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
35576
35580
|
background-color: #4b5563;
|
|
@@ -59031,6 +59035,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59031
59035
|
top: calc(50% + 60px);
|
|
59032
59036
|
}
|
|
59033
59037
|
|
|
59038
|
+
.e-image-editor.e-control.e-readonly {
|
|
59039
|
+
opacity: 1 !important;
|
|
59040
|
+
/* stylelint-disable-line declaration-no-important */
|
|
59041
|
+
}
|
|
59042
|
+
|
|
59034
59043
|
.e-image-editor {
|
|
59035
59044
|
background: #4b5563;
|
|
59036
59045
|
}
|
|
@@ -63036,9 +63045,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63036
63045
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63037
63046
|
width: 4px;
|
|
63038
63047
|
}
|
|
63039
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63040
|
-
scrollbar-width: none;
|
|
63041
|
-
}
|
|
63042
63048
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63043
63049
|
right: unset;
|
|
63044
63050
|
left: 20px;
|
|
@@ -63051,6 +63057,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63051
63057
|
padding-left: 35px;
|
|
63052
63058
|
padding-right: unset;
|
|
63053
63059
|
}
|
|
63060
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63061
|
+
max-height: 280px;
|
|
63062
|
+
}
|
|
63054
63063
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63055
63064
|
position: absolute;
|
|
63056
63065
|
right: 20px;
|
|
@@ -46055,6 +46055,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
46055
46055
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
46056
46056
|
background-color: #4b5563;
|
|
46057
46057
|
}
|
|
46058
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
46059
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
46060
|
+
background-color: #232e3e;
|
|
46061
|
+
}
|
|
46058
46062
|
|
|
46059
46063
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
46060
46064
|
background-color: #4b5563;
|
|
@@ -47714,6 +47718,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47714
47718
|
text-align: center;
|
|
47715
47719
|
padding-top: 40px;
|
|
47716
47720
|
}
|
|
47721
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47722
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47723
|
+
padding-top: 16px;
|
|
47724
|
+
}
|
|
47717
47725
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47718
47726
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47719
47727
|
float: right;
|
|
@@ -75945,6 +75953,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
75945
75953
|
top: calc(50% + 60px);
|
|
75946
75954
|
}
|
|
75947
75955
|
|
|
75956
|
+
.e-image-editor.e-control.e-readonly {
|
|
75957
|
+
opacity: 1 !important;
|
|
75958
|
+
/* stylelint-disable-line declaration-no-important */
|
|
75959
|
+
}
|
|
75960
|
+
|
|
75948
75961
|
.e-image-editor {
|
|
75949
75962
|
background: #4b5563;
|
|
75950
75963
|
}
|
|
@@ -81062,9 +81075,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81062
81075
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
81063
81076
|
width: 4px;
|
|
81064
81077
|
}
|
|
81065
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
81066
|
-
scrollbar-width: none;
|
|
81067
|
-
}
|
|
81068
81078
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
81069
81079
|
right: unset;
|
|
81070
81080
|
left: 20px;
|
|
@@ -81077,6 +81087,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81077
81087
|
padding-left: 35px;
|
|
81078
81088
|
padding-right: unset;
|
|
81079
81089
|
}
|
|
81090
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
81091
|
+
max-height: 280px;
|
|
81092
|
+
}
|
|
81080
81093
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
81081
81094
|
position: absolute;
|
|
81082
81095
|
right: 20px;
|
|
@@ -35571,6 +35571,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
35571
35571
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
35572
35572
|
background-color: #f3f4f6;
|
|
35573
35573
|
}
|
|
35574
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
35575
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
35576
|
+
background-color: #f9fafb;
|
|
35577
|
+
}
|
|
35574
35578
|
|
|
35575
35579
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
35576
35580
|
background-color: #f3f4f6;
|
|
@@ -59031,6 +59035,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59031
59035
|
top: calc(50% + 60px);
|
|
59032
59036
|
}
|
|
59033
59037
|
|
|
59038
|
+
.e-image-editor.e-control.e-readonly {
|
|
59039
|
+
opacity: 1 !important;
|
|
59040
|
+
/* stylelint-disable-line declaration-no-important */
|
|
59041
|
+
}
|
|
59042
|
+
|
|
59034
59043
|
.e-image-editor {
|
|
59035
59044
|
background: #e5e7eb;
|
|
59036
59045
|
}
|
|
@@ -63036,9 +63045,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63036
63045
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63037
63046
|
width: 4px;
|
|
63038
63047
|
}
|
|
63039
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63040
|
-
scrollbar-width: none;
|
|
63041
|
-
}
|
|
63042
63048
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63043
63049
|
right: unset;
|
|
63044
63050
|
left: 20px;
|
|
@@ -63051,6 +63057,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63051
63057
|
padding-left: 35px;
|
|
63052
63058
|
padding-right: unset;
|
|
63053
63059
|
}
|
|
63060
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63061
|
+
max-height: 280px;
|
|
63062
|
+
}
|
|
63054
63063
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63055
63064
|
position: absolute;
|
|
63056
63065
|
right: 20px;
|
|
@@ -46055,6 +46055,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
46055
46055
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
46056
46056
|
background-color: #f3f4f6;
|
|
46057
46057
|
}
|
|
46058
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
46059
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
46060
|
+
background-color: #f9fafb;
|
|
46061
|
+
}
|
|
46058
46062
|
|
|
46059
46063
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
46060
46064
|
background-color: #f3f4f6;
|
|
@@ -47714,6 +47718,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47714
47718
|
text-align: center;
|
|
47715
47719
|
padding-top: 40px;
|
|
47716
47720
|
}
|
|
47721
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47722
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47723
|
+
padding-top: 16px;
|
|
47724
|
+
}
|
|
47717
47725
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47718
47726
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47719
47727
|
float: right;
|
|
@@ -75945,6 +75953,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
75945
75953
|
top: calc(50% + 60px);
|
|
75946
75954
|
}
|
|
75947
75955
|
|
|
75956
|
+
.e-image-editor.e-control.e-readonly {
|
|
75957
|
+
opacity: 1 !important;
|
|
75958
|
+
/* stylelint-disable-line declaration-no-important */
|
|
75959
|
+
}
|
|
75960
|
+
|
|
75948
75961
|
.e-image-editor {
|
|
75949
75962
|
background: #e5e7eb;
|
|
75950
75963
|
}
|
|
@@ -81062,9 +81075,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81062
81075
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
81063
81076
|
width: 4px;
|
|
81064
81077
|
}
|
|
81065
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
81066
|
-
scrollbar-width: none;
|
|
81067
|
-
}
|
|
81068
81078
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
81069
81079
|
right: unset;
|
|
81070
81080
|
left: 20px;
|
|
@@ -81077,6 +81087,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81077
81087
|
padding-left: 35px;
|
|
81078
81088
|
padding-right: unset;
|
|
81079
81089
|
}
|
|
81090
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
81091
|
+
max-height: 280px;
|
|
81092
|
+
}
|
|
81080
81093
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
81081
81094
|
position: absolute;
|
|
81082
81095
|
right: 20px;
|