@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
|
@@ -39346,6 +39346,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
39346
39346
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
39347
39347
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
39348
39348
|
}
|
|
39349
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
39350
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
39351
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
39352
|
+
}
|
|
39349
39353
|
|
|
39350
39354
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
39351
39355
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -48095,7 +48099,7 @@ span.e-table-box.e-rbox-select {
|
|
|
48095
48099
|
}
|
|
48096
48100
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
|
|
48097
48101
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
|
|
48098
|
-
border: 1px solid
|
|
48102
|
+
border: 1px solid var(--color-sf-primary);
|
|
48099
48103
|
border-left: 2px solid;
|
|
48100
48104
|
}
|
|
48101
48105
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
|
|
@@ -58705,7 +58709,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58705
58709
|
width: 100%;
|
|
58706
58710
|
}
|
|
58707
58711
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
58708
|
-
min-width:
|
|
58712
|
+
min-width: 100px;
|
|
58709
58713
|
position: relative;
|
|
58710
58714
|
right: 20px;
|
|
58711
58715
|
}
|
|
@@ -58818,7 +58822,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58818
58822
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
58819
58823
|
font-size: 12px;
|
|
58820
58824
|
font-weight: 600;
|
|
58821
|
-
margin-bottom:
|
|
58825
|
+
margin-bottom: 3px;
|
|
58822
58826
|
padding-right: 16px;
|
|
58823
58827
|
}
|
|
58824
58828
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -58935,7 +58939,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58935
58939
|
}
|
|
58936
58940
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
58937
58941
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
58938
|
-
margin-bottom:
|
|
58942
|
+
margin-bottom: 3px;
|
|
58939
58943
|
}
|
|
58940
58944
|
.e-recurrenceeditor .e-editor > div {
|
|
58941
58945
|
margin-top: 20px;
|
|
@@ -63218,6 +63222,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63218
63222
|
top: calc(50% + 60px);
|
|
63219
63223
|
}
|
|
63220
63224
|
|
|
63225
|
+
.e-image-editor.e-control.e-readonly {
|
|
63226
|
+
opacity: 1 !important;
|
|
63227
|
+
/* stylelint-disable-line declaration-no-important */
|
|
63228
|
+
}
|
|
63229
|
+
|
|
63221
63230
|
.e-image-editor {
|
|
63222
63231
|
background: var(--color-sf-content-bg-color-alt1);
|
|
63223
63232
|
}
|
|
@@ -67273,9 +67282,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67273
67282
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67274
67283
|
width: 4px;
|
|
67275
67284
|
}
|
|
67276
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67277
|
-
scrollbar-width: none;
|
|
67278
|
-
}
|
|
67279
67285
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67280
67286
|
right: unset;
|
|
67281
67287
|
left: 20px;
|
|
@@ -67288,6 +67294,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67288
67294
|
padding-left: 35px;
|
|
67289
67295
|
padding-right: unset;
|
|
67290
67296
|
}
|
|
67297
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
67298
|
+
max-height: 280px;
|
|
67299
|
+
}
|
|
67291
67300
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67292
67301
|
position: absolute;
|
|
67293
67302
|
right: 20px;
|
|
@@ -51637,6 +51637,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51637
51637
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
51638
51638
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
51639
51639
|
}
|
|
51640
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
51641
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
51642
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
51643
|
+
}
|
|
51640
51644
|
|
|
51641
51645
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
51642
51646
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -53321,6 +53325,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
53321
53325
|
text-align: center;
|
|
53322
53326
|
padding-top: 40px;
|
|
53323
53327
|
}
|
|
53328
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
53329
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
53330
|
+
padding-top: 16px;
|
|
53331
|
+
}
|
|
53324
53332
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
53325
53333
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
53326
53334
|
float: right;
|
|
@@ -63744,7 +63752,7 @@ span.e-table-box.e-rbox-select {
|
|
|
63744
63752
|
}
|
|
63745
63753
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
|
|
63746
63754
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
|
|
63747
|
-
border: 1px solid
|
|
63755
|
+
border: 1px solid var(--color-sf-primary);
|
|
63748
63756
|
border-left: 2px solid;
|
|
63749
63757
|
}
|
|
63750
63758
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
|
|
@@ -76793,7 +76801,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76793
76801
|
width: 100%;
|
|
76794
76802
|
}
|
|
76795
76803
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
76796
|
-
min-width:
|
|
76804
|
+
min-width: 100px;
|
|
76797
76805
|
position: relative;
|
|
76798
76806
|
right: 20px;
|
|
76799
76807
|
}
|
|
@@ -76906,7 +76914,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76906
76914
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
76907
76915
|
font-size: 12px;
|
|
76908
76916
|
font-weight: 600;
|
|
76909
|
-
margin-bottom:
|
|
76917
|
+
margin-bottom: 3px;
|
|
76910
76918
|
padding-right: 16px;
|
|
76911
76919
|
}
|
|
76912
76920
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -77023,7 +77031,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77023
77031
|
}
|
|
77024
77032
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
77025
77033
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
77026
|
-
margin-bottom:
|
|
77034
|
+
margin-bottom: 3px;
|
|
77027
77035
|
}
|
|
77028
77036
|
.e-recurrenceeditor .e-editor > div {
|
|
77029
77037
|
margin-top: 20px;
|
|
@@ -82052,6 +82060,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
82052
82060
|
top: calc(50% + 60px);
|
|
82053
82061
|
}
|
|
82054
82062
|
|
|
82063
|
+
.e-image-editor.e-control.e-readonly {
|
|
82064
|
+
opacity: 1 !important;
|
|
82065
|
+
/* stylelint-disable-line declaration-no-important */
|
|
82066
|
+
}
|
|
82067
|
+
|
|
82055
82068
|
.e-image-editor {
|
|
82056
82069
|
background: var(--color-sf-content-bg-color-alt1);
|
|
82057
82070
|
}
|
|
@@ -87264,9 +87277,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87264
87277
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
87265
87278
|
width: 4px;
|
|
87266
87279
|
}
|
|
87267
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
87268
|
-
scrollbar-width: none;
|
|
87269
|
-
}
|
|
87270
87280
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
87271
87281
|
right: unset;
|
|
87272
87282
|
left: 20px;
|
|
@@ -87279,6 +87289,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87279
87289
|
padding-left: 35px;
|
|
87280
87290
|
padding-right: unset;
|
|
87281
87291
|
}
|
|
87292
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
87293
|
+
max-height: 280px;
|
|
87294
|
+
}
|
|
87282
87295
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
87283
87296
|
position: absolute;
|
|
87284
87297
|
right: 20px;
|
|
@@ -39357,6 +39357,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
39357
39357
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
39358
39358
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
39359
39359
|
}
|
|
39360
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
39361
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
39362
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
39363
|
+
}
|
|
39360
39364
|
|
|
39361
39365
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
39362
39366
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -48115,7 +48119,7 @@ span.e-table-box.e-rbox-select {
|
|
|
48115
48119
|
}
|
|
48116
48120
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
|
|
48117
48121
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
|
|
48118
|
-
border: 1px solid
|
|
48122
|
+
border: 1px solid var(--color-sf-primary);
|
|
48119
48123
|
border-left: 2px solid;
|
|
48120
48124
|
}
|
|
48121
48125
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
|
|
@@ -58721,7 +58725,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58721
58725
|
width: 100%;
|
|
58722
58726
|
}
|
|
58723
58727
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
58724
|
-
min-width:
|
|
58728
|
+
min-width: 100px;
|
|
58725
58729
|
position: relative;
|
|
58726
58730
|
right: 20px;
|
|
58727
58731
|
}
|
|
@@ -58834,7 +58838,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58834
58838
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
58835
58839
|
font-size: 12px;
|
|
58836
58840
|
font-weight: 600;
|
|
58837
|
-
margin-bottom:
|
|
58841
|
+
margin-bottom: 3px;
|
|
58838
58842
|
padding-right: 16px;
|
|
58839
58843
|
}
|
|
58840
58844
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -58951,7 +58955,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58951
58955
|
}
|
|
58952
58956
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
58953
58957
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
58954
|
-
margin-bottom:
|
|
58958
|
+
margin-bottom: 3px;
|
|
58955
58959
|
}
|
|
58956
58960
|
.e-recurrenceeditor .e-editor > div {
|
|
58957
58961
|
margin-top: 20px;
|
|
@@ -63234,6 +63238,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63234
63238
|
top: calc(50% + 60px);
|
|
63235
63239
|
}
|
|
63236
63240
|
|
|
63241
|
+
.e-image-editor.e-control.e-readonly {
|
|
63242
|
+
opacity: 1 !important;
|
|
63243
|
+
/* stylelint-disable-line declaration-no-important */
|
|
63244
|
+
}
|
|
63245
|
+
|
|
63237
63246
|
.e-image-editor {
|
|
63238
63247
|
background: var(--color-sf-content-bg-color-alt1);
|
|
63239
63248
|
}
|
|
@@ -67290,9 +67299,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67290
67299
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67291
67300
|
width: 4px;
|
|
67292
67301
|
}
|
|
67293
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67294
|
-
scrollbar-width: none;
|
|
67295
|
-
}
|
|
67296
67302
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67297
67303
|
right: unset;
|
|
67298
67304
|
left: 20px;
|
|
@@ -67305,6 +67311,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67305
67311
|
padding-left: 35px;
|
|
67306
67312
|
padding-right: unset;
|
|
67307
67313
|
}
|
|
67314
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
67315
|
+
max-height: 280px;
|
|
67316
|
+
}
|
|
67308
67317
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67309
67318
|
position: absolute;
|
|
67310
67319
|
right: 20px;
|
|
@@ -51648,6 +51648,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51648
51648
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
51649
51649
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
51650
51650
|
}
|
|
51651
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
51652
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
51653
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
51654
|
+
}
|
|
51651
51655
|
|
|
51652
51656
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
51653
51657
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -53332,6 +53336,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
53332
53336
|
text-align: center;
|
|
53333
53337
|
padding-top: 40px;
|
|
53334
53338
|
}
|
|
53339
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
53340
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
53341
|
+
padding-top: 16px;
|
|
53342
|
+
}
|
|
53335
53343
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
53336
53344
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
53337
53345
|
float: right;
|
|
@@ -63764,7 +63772,7 @@ span.e-table-box.e-rbox-select {
|
|
|
63764
63772
|
}
|
|
63765
63773
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
|
|
63766
63774
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
|
|
63767
|
-
border: 1px solid
|
|
63775
|
+
border: 1px solid var(--color-sf-primary);
|
|
63768
63776
|
border-left: 2px solid;
|
|
63769
63777
|
}
|
|
63770
63778
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
|
|
@@ -76809,7 +76817,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76809
76817
|
width: 100%;
|
|
76810
76818
|
}
|
|
76811
76819
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
76812
|
-
min-width:
|
|
76820
|
+
min-width: 100px;
|
|
76813
76821
|
position: relative;
|
|
76814
76822
|
right: 20px;
|
|
76815
76823
|
}
|
|
@@ -76922,7 +76930,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76922
76930
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
76923
76931
|
font-size: 12px;
|
|
76924
76932
|
font-weight: 600;
|
|
76925
|
-
margin-bottom:
|
|
76933
|
+
margin-bottom: 3px;
|
|
76926
76934
|
padding-right: 16px;
|
|
76927
76935
|
}
|
|
76928
76936
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -77039,7 +77047,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77039
77047
|
}
|
|
77040
77048
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
77041
77049
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
77042
|
-
margin-bottom:
|
|
77050
|
+
margin-bottom: 3px;
|
|
77043
77051
|
}
|
|
77044
77052
|
.e-recurrenceeditor .e-editor > div {
|
|
77045
77053
|
margin-top: 20px;
|
|
@@ -82068,6 +82076,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
82068
82076
|
top: calc(50% + 60px);
|
|
82069
82077
|
}
|
|
82070
82078
|
|
|
82079
|
+
.e-image-editor.e-control.e-readonly {
|
|
82080
|
+
opacity: 1 !important;
|
|
82081
|
+
/* stylelint-disable-line declaration-no-important */
|
|
82082
|
+
}
|
|
82083
|
+
|
|
82071
82084
|
.e-image-editor {
|
|
82072
82085
|
background: var(--color-sf-content-bg-color-alt1);
|
|
82073
82086
|
}
|
|
@@ -87281,9 +87294,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87281
87294
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
87282
87295
|
width: 4px;
|
|
87283
87296
|
}
|
|
87284
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
87285
|
-
scrollbar-width: none;
|
|
87286
|
-
}
|
|
87287
87297
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
87288
87298
|
right: unset;
|
|
87289
87299
|
left: 20px;
|
|
@@ -87296,6 +87306,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87296
87306
|
padding-left: 35px;
|
|
87297
87307
|
padding-right: unset;
|
|
87298
87308
|
}
|
|
87309
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
87310
|
+
max-height: 280px;
|
|
87311
|
+
}
|
|
87299
87312
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
87300
87313
|
position: absolute;
|
|
87301
87314
|
right: 20px;
|
|
@@ -40054,6 +40054,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40054
40054
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40055
40055
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
40056
40056
|
}
|
|
40057
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40058
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40059
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
40060
|
+
}
|
|
40057
40061
|
|
|
40058
40062
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40059
40063
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -48803,7 +48807,7 @@ span.e-table-box.e-rbox-select {
|
|
|
48803
48807
|
}
|
|
48804
48808
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
|
|
48805
48809
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
|
|
48806
|
-
border: 1px solid
|
|
48810
|
+
border: 1px solid var(--color-sf-primary);
|
|
48807
48811
|
border-left: 2px solid;
|
|
48808
48812
|
}
|
|
48809
48813
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
|
|
@@ -59437,7 +59441,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59437
59441
|
width: 100%;
|
|
59438
59442
|
}
|
|
59439
59443
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
59440
|
-
min-width:
|
|
59444
|
+
min-width: 100px;
|
|
59441
59445
|
position: relative;
|
|
59442
59446
|
right: 20px;
|
|
59443
59447
|
}
|
|
@@ -59550,7 +59554,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59550
59554
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
59551
59555
|
font-size: 12px;
|
|
59552
59556
|
font-weight: 600;
|
|
59553
|
-
margin-bottom:
|
|
59557
|
+
margin-bottom: 3px;
|
|
59554
59558
|
padding-right: 16px;
|
|
59555
59559
|
}
|
|
59556
59560
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -59667,7 +59671,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59667
59671
|
}
|
|
59668
59672
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
59669
59673
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
59670
|
-
margin-bottom:
|
|
59674
|
+
margin-bottom: 3px;
|
|
59671
59675
|
}
|
|
59672
59676
|
.e-recurrenceeditor .e-editor > div {
|
|
59673
59677
|
margin-top: 20px;
|
|
@@ -63952,6 +63956,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63952
63956
|
top: calc(50% + 60px);
|
|
63953
63957
|
}
|
|
63954
63958
|
|
|
63959
|
+
.e-image-editor.e-control.e-readonly {
|
|
63960
|
+
opacity: 1 !important;
|
|
63961
|
+
/* stylelint-disable-line declaration-no-important */
|
|
63962
|
+
}
|
|
63963
|
+
|
|
63955
63964
|
.e-image-editor {
|
|
63956
63965
|
background: var(--color-sf-content-bg-color-alt1);
|
|
63957
63966
|
}
|
|
@@ -68007,9 +68016,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68007
68016
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
68008
68017
|
width: 4px;
|
|
68009
68018
|
}
|
|
68010
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
68011
|
-
scrollbar-width: none;
|
|
68012
|
-
}
|
|
68013
68019
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
68014
68020
|
right: unset;
|
|
68015
68021
|
left: 20px;
|
|
@@ -68022,6 +68028,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68022
68028
|
padding-left: 35px;
|
|
68023
68029
|
padding-right: unset;
|
|
68024
68030
|
}
|
|
68031
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
68032
|
+
max-height: 280px;
|
|
68033
|
+
}
|
|
68025
68034
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
68026
68035
|
position: absolute;
|
|
68027
68036
|
right: 20px;
|
|
@@ -52345,6 +52345,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
52345
52345
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
52346
52346
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
52347
52347
|
}
|
|
52348
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
52349
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
52350
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
52351
|
+
}
|
|
52348
52352
|
|
|
52349
52353
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
52350
52354
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -54029,6 +54033,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54029
54033
|
text-align: center;
|
|
54030
54034
|
padding-top: 40px;
|
|
54031
54035
|
}
|
|
54036
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
54037
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
54038
|
+
padding-top: 16px;
|
|
54039
|
+
}
|
|
54032
54040
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
54033
54041
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
54034
54042
|
float: right;
|
|
@@ -64452,7 +64460,7 @@ span.e-table-box.e-rbox-select {
|
|
|
64452
64460
|
}
|
|
64453
64461
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
|
|
64454
64462
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
|
|
64455
|
-
border: 1px solid
|
|
64463
|
+
border: 1px solid var(--color-sf-primary);
|
|
64456
64464
|
border-left: 2px solid;
|
|
64457
64465
|
}
|
|
64458
64466
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
|
|
@@ -77563,7 +77571,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77563
77571
|
width: 100%;
|
|
77564
77572
|
}
|
|
77565
77573
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
77566
|
-
min-width:
|
|
77574
|
+
min-width: 100px;
|
|
77567
77575
|
position: relative;
|
|
77568
77576
|
right: 20px;
|
|
77569
77577
|
}
|
|
@@ -77676,7 +77684,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77676
77684
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
77677
77685
|
font-size: 12px;
|
|
77678
77686
|
font-weight: 600;
|
|
77679
|
-
margin-bottom:
|
|
77687
|
+
margin-bottom: 3px;
|
|
77680
77688
|
padding-right: 16px;
|
|
77681
77689
|
}
|
|
77682
77690
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -77793,7 +77801,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77793
77801
|
}
|
|
77794
77802
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
77795
77803
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
77796
|
-
margin-bottom:
|
|
77804
|
+
margin-bottom: 3px;
|
|
77797
77805
|
}
|
|
77798
77806
|
.e-recurrenceeditor .e-editor > div {
|
|
77799
77807
|
margin-top: 20px;
|
|
@@ -82825,6 +82833,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
82825
82833
|
top: calc(50% + 60px);
|
|
82826
82834
|
}
|
|
82827
82835
|
|
|
82836
|
+
.e-image-editor.e-control.e-readonly {
|
|
82837
|
+
opacity: 1 !important;
|
|
82838
|
+
/* stylelint-disable-line declaration-no-important */
|
|
82839
|
+
}
|
|
82840
|
+
|
|
82828
82841
|
.e-image-editor {
|
|
82829
82842
|
background: var(--color-sf-content-bg-color-alt1);
|
|
82830
82843
|
}
|
|
@@ -88037,9 +88050,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88037
88050
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
88038
88051
|
width: 4px;
|
|
88039
88052
|
}
|
|
88040
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
88041
|
-
scrollbar-width: none;
|
|
88042
|
-
}
|
|
88043
88053
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
88044
88054
|
right: unset;
|
|
88045
88055
|
left: 20px;
|
|
@@ -88052,6 +88062,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88052
88062
|
padding-left: 35px;
|
|
88053
88063
|
padding-right: unset;
|
|
88054
88064
|
}
|
|
88065
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
88066
|
+
max-height: 280px;
|
|
88067
|
+
}
|
|
88055
88068
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
88056
88069
|
position: absolute;
|
|
88057
88070
|
right: 20px;
|
|
@@ -36241,6 +36241,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
36241
36241
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
36242
36242
|
background-color: #685708;
|
|
36243
36243
|
}
|
|
36244
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
36245
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
36246
|
+
background-color: #1a1a1a;
|
|
36247
|
+
}
|
|
36244
36248
|
|
|
36245
36249
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
36246
36250
|
background-color: #685708;
|
|
@@ -59566,6 +59570,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59566
59570
|
top: calc(50% + 60px);
|
|
59567
59571
|
}
|
|
59568
59572
|
|
|
59573
|
+
.e-image-editor.e-control.e-readonly {
|
|
59574
|
+
opacity: 1 !important;
|
|
59575
|
+
/* stylelint-disable-line declaration-no-important */
|
|
59576
|
+
}
|
|
59577
|
+
|
|
59569
59578
|
.e-image-editor {
|
|
59570
59579
|
background: #000;
|
|
59571
59580
|
}
|
|
@@ -63541,9 +63550,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63541
63550
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63542
63551
|
width: 4px;
|
|
63543
63552
|
}
|
|
63544
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63545
|
-
scrollbar-width: none;
|
|
63546
|
-
}
|
|
63547
63553
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63548
63554
|
right: unset;
|
|
63549
63555
|
left: 20px;
|
|
@@ -63556,6 +63562,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63556
63562
|
padding-left: 35px;
|
|
63557
63563
|
padding-right: unset;
|
|
63558
63564
|
}
|
|
63565
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63566
|
+
max-height: 280px;
|
|
63567
|
+
}
|
|
63559
63568
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63560
63569
|
position: absolute;
|
|
63561
63570
|
right: 20px;
|
|
@@ -45693,6 +45693,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
45693
45693
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
45694
45694
|
background-color: #685708;
|
|
45695
45695
|
}
|
|
45696
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
45697
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
45698
|
+
background-color: #1a1a1a;
|
|
45699
|
+
}
|
|
45696
45700
|
|
|
45697
45701
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
45698
45702
|
background-color: #685708;
|
|
@@ -47297,6 +47301,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47297
47301
|
text-align: center;
|
|
47298
47302
|
padding-top: 40px;
|
|
47299
47303
|
}
|
|
47304
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47305
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47306
|
+
padding-top: 30px;
|
|
47307
|
+
}
|
|
47300
47308
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47301
47309
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47302
47310
|
float: right;
|
|
@@ -75238,6 +75246,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
75238
75246
|
top: calc(50% + 60px);
|
|
75239
75247
|
}
|
|
75240
75248
|
|
|
75249
|
+
.e-image-editor.e-control.e-readonly {
|
|
75250
|
+
opacity: 1 !important;
|
|
75251
|
+
/* stylelint-disable-line declaration-no-important */
|
|
75252
|
+
}
|
|
75253
|
+
|
|
75241
75254
|
.e-image-editor {
|
|
75242
75255
|
background: #000;
|
|
75243
75256
|
}
|
|
@@ -80325,9 +80338,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80325
80338
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
80326
80339
|
width: 4px;
|
|
80327
80340
|
}
|
|
80328
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
80329
|
-
scrollbar-width: none;
|
|
80330
|
-
}
|
|
80331
80341
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
80332
80342
|
right: unset;
|
|
80333
80343
|
left: 20px;
|
|
@@ -80340,6 +80350,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80340
80350
|
padding-left: 35px;
|
|
80341
80351
|
padding-right: unset;
|
|
80342
80352
|
}
|
|
80353
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
80354
|
+
max-height: 280px;
|
|
80355
|
+
}
|
|
80343
80356
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
80344
80357
|
position: absolute;
|
|
80345
80358
|
right: 20px;
|
|
@@ -8092,6 +8092,19 @@ textarea.e-outline,
|
|
|
8092
8092
|
border-bottom: transparent;
|
|
8093
8093
|
}
|
|
8094
8094
|
|
|
8095
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
8096
|
+
padding: 0;
|
|
8097
|
+
}
|
|
8098
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
|
|
8099
|
+
padding: 14px 2px 5px 12px;
|
|
8100
|
+
}
|
|
8101
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
|
|
8102
|
+
padding-left: 12px;
|
|
8103
|
+
}
|
|
8104
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
|
|
8105
|
+
padding-right: 17px;
|
|
8106
|
+
}
|
|
8107
|
+
|
|
8095
8108
|
/* stylelint-disable-line no-empty-source */
|
|
8096
8109
|
/*! input theme */
|
|
8097
8110
|
input.e-input,
|
|
@@ -40680,6 +40693,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40680
40693
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40681
40694
|
background-color: rgb(89, 86, 86);
|
|
40682
40695
|
}
|
|
40696
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40697
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40698
|
+
background-color: #424242;
|
|
40699
|
+
}
|
|
40683
40700
|
|
|
40684
40701
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40685
40702
|
background-color: rgb(89, 86, 86);
|
|
@@ -63861,6 +63878,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63861
63878
|
top: calc(50% + 60px);
|
|
63862
63879
|
}
|
|
63863
63880
|
|
|
63881
|
+
.e-image-editor.e-control.e-readonly {
|
|
63882
|
+
opacity: 1 !important;
|
|
63883
|
+
/* stylelint-disable-line declaration-no-important */
|
|
63884
|
+
}
|
|
63885
|
+
|
|
63864
63886
|
.e-image-editor {
|
|
63865
63887
|
background: #292929;
|
|
63866
63888
|
}
|
|
@@ -67824,9 +67846,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67824
67846
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67825
67847
|
width: 4px;
|
|
67826
67848
|
}
|
|
67827
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67828
|
-
scrollbar-width: none;
|
|
67829
|
-
}
|
|
67830
67849
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67831
67850
|
right: unset;
|
|
67832
67851
|
left: 20px;
|
|
@@ -67849,6 +67868,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67849
67868
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
67850
67869
|
padding: 4px 8px 4px 12px;
|
|
67851
67870
|
}
|
|
67871
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
67872
|
+
max-height: 280px;
|
|
67873
|
+
}
|
|
67852
67874
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67853
67875
|
position: absolute;
|
|
67854
67876
|
right: 20px;
|