@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
|
@@ -11335,6 +11335,29 @@ $textarea-float-top: -28px !default;
|
|
|
11335
11335
|
border-bottom: transparent;
|
|
11336
11336
|
}
|
|
11337
11337
|
}
|
|
11338
|
+
|
|
11339
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
11340
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
11341
|
+
padding: 0;
|
|
11342
|
+
|
|
11343
|
+
input {
|
|
11344
|
+
padding: 14px 2px 5px 12px;
|
|
11345
|
+
}
|
|
11346
|
+
|
|
11347
|
+
label.e-float-text {
|
|
11348
|
+
padding-left: 12px;
|
|
11349
|
+
}
|
|
11350
|
+
|
|
11351
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
11352
|
+
@if $input-skin-name == 'material' {
|
|
11353
|
+
padding-right: 17px;
|
|
11354
|
+
}
|
|
11355
|
+
@else {
|
|
11356
|
+
margin-right: 10px;
|
|
11357
|
+
}
|
|
11358
|
+
}
|
|
11359
|
+
}
|
|
11360
|
+
}
|
|
11338
11361
|
}
|
|
11339
11362
|
|
|
11340
11363
|
|
|
@@ -54054,6 +54077,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54054
54077
|
@else {
|
|
54055
54078
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
54056
54079
|
}
|
|
54080
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54081
|
+
.e-tbar-btn-text,
|
|
54082
|
+
.e-icons.e-btn-icon {
|
|
54083
|
+
color: $tbar-default-icon-color;
|
|
54084
|
+
}
|
|
54085
|
+
}
|
|
54057
54086
|
}
|
|
54058
54087
|
|
|
54059
54088
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -54077,6 +54106,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54077
54106
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
54078
54107
|
border-style: $tbar-border-nav-type;
|
|
54079
54108
|
border-width: $tbar-btn-hover-border-size;
|
|
54109
|
+
|
|
54110
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54111
|
+
.e-tbar-btn-text,
|
|
54112
|
+
.e-icons.e-btn-icon {
|
|
54113
|
+
color: $tbar-btn-text-focus-color;
|
|
54114
|
+
}
|
|
54115
|
+
}
|
|
54080
54116
|
}
|
|
54081
54117
|
|
|
54082
54118
|
&:active {
|
|
@@ -90122,6 +90158,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90122
90158
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90123
90159
|
background-color: $grid-hover-bg-color;
|
|
90124
90160
|
}
|
|
90161
|
+
|
|
90162
|
+
&.sf-grid{
|
|
90163
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90164
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90165
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90166
|
+
}
|
|
90167
|
+
}
|
|
90125
90168
|
}
|
|
90126
90169
|
|
|
90127
90170
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92669,6 +92712,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
92669
92712
|
padding-top: 40px;
|
|
92670
92713
|
}
|
|
92671
92714
|
|
|
92715
|
+
& .e-mainfilterdiv {
|
|
92716
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92717
|
+
padding-top: 30px;
|
|
92718
|
+
}
|
|
92719
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92720
|
+
padding-top: 0;
|
|
92721
|
+
}
|
|
92722
|
+
@else {
|
|
92723
|
+
padding-top: 16px;
|
|
92724
|
+
}
|
|
92725
|
+
}
|
|
92726
|
+
|
|
92672
92727
|
& .e-filtersetdiv {
|
|
92673
92728
|
float: right;
|
|
92674
92729
|
margin-right: 1%;
|
|
@@ -107846,7 +107901,7 @@ $kanban-color-card-border-left: 2px solid !default;
|
|
|
107846
107901
|
$kanban-color-card-hover-border: $kanban-card-border !default;
|
|
107847
107902
|
$kanban-color-card-hover-border-left: 2px solid !default;
|
|
107848
107903
|
$kanban-color-card-hover-box-shadow: $shadow-lg !default;
|
|
107849
|
-
$kanban-color-card-focus-border: $
|
|
107904
|
+
$kanban-color-card-focus-border: 1px solid $primary !default;
|
|
107850
107905
|
$kanban-color-card-focus-border-left: 2px solid !default;
|
|
107851
107906
|
$kanban-color-card-tags-padding: 0 18px 0 18px !default;
|
|
107852
107907
|
$kanban-card-tags-padding: 12px 18px 0 !default;
|
|
@@ -128485,7 +128540,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
128485
128540
|
|
|
128486
128541
|
|
|
128487
128542
|
$recurrence-label-bottom: 7px !default;
|
|
128488
|
-
$recurrence-month-label-bottom:
|
|
128543
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
128489
128544
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
128490
128545
|
$recurrence-week-label-bottom: 10px !default;
|
|
128491
128546
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -128496,7 +128551,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
128496
128551
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
128497
128552
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
128498
128553
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
128499
|
-
$recurrence-week-position-min-width:
|
|
128554
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
128500
128555
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
128501
128556
|
|
|
128502
128557
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -135676,6 +135731,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
135676
135731
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
135677
135732
|
top: calc(50% + 60px);
|
|
135678
135733
|
}
|
|
135734
|
+
|
|
135735
|
+
.e-image-editor.e-control.e-readonly {
|
|
135736
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
135737
|
+
}
|
|
135679
135738
|
}
|
|
135680
135739
|
|
|
135681
135740
|
|
|
@@ -142406,9 +142465,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142406
142465
|
textarea::-webkit-scrollbar {
|
|
142407
142466
|
width: 4px;
|
|
142408
142467
|
}
|
|
142409
|
-
.hide-scrollbar textarea {
|
|
142410
|
-
scrollbar-width: none;
|
|
142411
|
-
}
|
|
142412
142468
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
142413
142469
|
right: unset;
|
|
142414
142470
|
left: 20px;
|
|
@@ -142440,6 +142496,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142440
142496
|
}
|
|
142441
142497
|
}
|
|
142442
142498
|
&:not(.e-footer-template) {
|
|
142499
|
+
.e-textarea {
|
|
142500
|
+
max-height: 280px;
|
|
142501
|
+
}
|
|
142443
142502
|
.e-assist-send {
|
|
142444
142503
|
position: absolute;
|
|
142445
142504
|
right: 20px;
|
|
@@ -10501,6 +10501,29 @@ $textarea-float-top: -28px !default;
|
|
|
10501
10501
|
border-bottom: transparent;
|
|
10502
10502
|
}
|
|
10503
10503
|
}
|
|
10504
|
+
|
|
10505
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10506
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10507
|
+
padding: 0;
|
|
10508
|
+
|
|
10509
|
+
input {
|
|
10510
|
+
padding: 14px 2px 5px 12px;
|
|
10511
|
+
}
|
|
10512
|
+
|
|
10513
|
+
label.e-float-text {
|
|
10514
|
+
padding-left: 12px;
|
|
10515
|
+
}
|
|
10516
|
+
|
|
10517
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10518
|
+
@if $input-skin-name == 'material' {
|
|
10519
|
+
padding-right: 17px;
|
|
10520
|
+
}
|
|
10521
|
+
@else {
|
|
10522
|
+
margin-right: 10px;
|
|
10523
|
+
}
|
|
10524
|
+
}
|
|
10525
|
+
}
|
|
10526
|
+
}
|
|
10504
10527
|
}
|
|
10505
10528
|
|
|
10506
10529
|
|
|
@@ -39810,6 +39833,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39810
39833
|
@else {
|
|
39811
39834
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
39812
39835
|
}
|
|
39836
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39837
|
+
.e-tbar-btn-text,
|
|
39838
|
+
.e-icons.e-btn-icon {
|
|
39839
|
+
color: $tbar-default-icon-color;
|
|
39840
|
+
}
|
|
39841
|
+
}
|
|
39813
39842
|
}
|
|
39814
39843
|
|
|
39815
39844
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -39833,6 +39862,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39833
39862
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
39834
39863
|
border-style: $tbar-border-nav-type;
|
|
39835
39864
|
border-width: $tbar-btn-hover-border-size;
|
|
39865
|
+
|
|
39866
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39867
|
+
.e-tbar-btn-text,
|
|
39868
|
+
.e-icons.e-btn-icon {
|
|
39869
|
+
color: $tbar-btn-text-focus-color;
|
|
39870
|
+
}
|
|
39871
|
+
}
|
|
39836
39872
|
}
|
|
39837
39873
|
|
|
39838
39874
|
&:active {
|
|
@@ -67918,6 +67954,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67918
67954
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67919
67955
|
background-color: $grid-hover-bg-color;
|
|
67920
67956
|
}
|
|
67957
|
+
|
|
67958
|
+
&.sf-grid{
|
|
67959
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67960
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67961
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67962
|
+
}
|
|
67963
|
+
}
|
|
67921
67964
|
}
|
|
67922
67965
|
|
|
67923
67966
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -80681,7 +80724,7 @@ $kanban-color-card-border-left: 2px solid !default;
|
|
|
80681
80724
|
$kanban-color-card-hover-border: $kanban-card-border !default;
|
|
80682
80725
|
$kanban-color-card-hover-border-left: 2px solid !default;
|
|
80683
80726
|
$kanban-color-card-hover-box-shadow: $shadow-lg !default;
|
|
80684
|
-
$kanban-color-card-focus-border: $
|
|
80727
|
+
$kanban-color-card-focus-border: 1px solid $primary !default;
|
|
80685
80728
|
$kanban-color-card-focus-border-left: 2px solid !default;
|
|
80686
80729
|
$kanban-color-card-tags-padding: 0 18px 0 18px !default;
|
|
80687
80730
|
$kanban-card-tags-padding: 12px 18px 0 !default;
|
|
@@ -98240,7 +98283,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
98240
98283
|
|
|
98241
98284
|
|
|
98242
98285
|
$recurrence-label-bottom: 7px !default;
|
|
98243
|
-
$recurrence-month-label-bottom:
|
|
98286
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
98244
98287
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
98245
98288
|
$recurrence-week-label-bottom: 10px !default;
|
|
98246
98289
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -98251,7 +98294,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
98251
98294
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
98252
98295
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
98253
98296
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
98254
|
-
$recurrence-week-position-min-width:
|
|
98297
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
98255
98298
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
98256
98299
|
|
|
98257
98300
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -104488,6 +104531,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
104488
104531
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
104489
104532
|
top: calc(50% + 60px);
|
|
104490
104533
|
}
|
|
104534
|
+
|
|
104535
|
+
.e-image-editor.e-control.e-readonly {
|
|
104536
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
104537
|
+
}
|
|
104491
104538
|
}
|
|
104492
104539
|
|
|
104493
104540
|
|
|
@@ -110097,9 +110144,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110097
110144
|
textarea::-webkit-scrollbar {
|
|
110098
110145
|
width: 4px;
|
|
110099
110146
|
}
|
|
110100
|
-
.hide-scrollbar textarea {
|
|
110101
|
-
scrollbar-width: none;
|
|
110102
|
-
}
|
|
110103
110147
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
110104
110148
|
right: unset;
|
|
110105
110149
|
left: 20px;
|
|
@@ -110131,6 +110175,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110131
110175
|
}
|
|
110132
110176
|
}
|
|
110133
110177
|
&:not(.e-footer-template) {
|
|
110178
|
+
.e-textarea {
|
|
110179
|
+
max-height: 280px;
|
|
110180
|
+
}
|
|
110134
110181
|
.e-assist-send {
|
|
110135
110182
|
position: absolute;
|
|
110136
110183
|
right: 20px;
|
|
@@ -11335,6 +11335,29 @@ $textarea-float-top: -28px !default;
|
|
|
11335
11335
|
border-bottom: transparent;
|
|
11336
11336
|
}
|
|
11337
11337
|
}
|
|
11338
|
+
|
|
11339
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
11340
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
11341
|
+
padding: 0;
|
|
11342
|
+
|
|
11343
|
+
input {
|
|
11344
|
+
padding: 14px 2px 5px 12px;
|
|
11345
|
+
}
|
|
11346
|
+
|
|
11347
|
+
label.e-float-text {
|
|
11348
|
+
padding-left: 12px;
|
|
11349
|
+
}
|
|
11350
|
+
|
|
11351
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
11352
|
+
@if $input-skin-name == 'material' {
|
|
11353
|
+
padding-right: 17px;
|
|
11354
|
+
}
|
|
11355
|
+
@else {
|
|
11356
|
+
margin-right: 10px;
|
|
11357
|
+
}
|
|
11358
|
+
}
|
|
11359
|
+
}
|
|
11360
|
+
}
|
|
11338
11361
|
}
|
|
11339
11362
|
|
|
11340
11363
|
|
|
@@ -54054,6 +54077,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54054
54077
|
@else {
|
|
54055
54078
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
54056
54079
|
}
|
|
54080
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54081
|
+
.e-tbar-btn-text,
|
|
54082
|
+
.e-icons.e-btn-icon {
|
|
54083
|
+
color: $tbar-default-icon-color;
|
|
54084
|
+
}
|
|
54085
|
+
}
|
|
54057
54086
|
}
|
|
54058
54087
|
|
|
54059
54088
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -54077,6 +54106,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54077
54106
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
54078
54107
|
border-style: $tbar-border-nav-type;
|
|
54079
54108
|
border-width: $tbar-btn-hover-border-size;
|
|
54109
|
+
|
|
54110
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54111
|
+
.e-tbar-btn-text,
|
|
54112
|
+
.e-icons.e-btn-icon {
|
|
54113
|
+
color: $tbar-btn-text-focus-color;
|
|
54114
|
+
}
|
|
54115
|
+
}
|
|
54080
54116
|
}
|
|
54081
54117
|
|
|
54082
54118
|
&:active {
|
|
@@ -90122,6 +90158,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90122
90158
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90123
90159
|
background-color: $grid-hover-bg-color;
|
|
90124
90160
|
}
|
|
90161
|
+
|
|
90162
|
+
&.sf-grid{
|
|
90163
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90164
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90165
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90166
|
+
}
|
|
90167
|
+
}
|
|
90125
90168
|
}
|
|
90126
90169
|
|
|
90127
90170
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92669,6 +92712,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
92669
92712
|
padding-top: 40px;
|
|
92670
92713
|
}
|
|
92671
92714
|
|
|
92715
|
+
& .e-mainfilterdiv {
|
|
92716
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92717
|
+
padding-top: 30px;
|
|
92718
|
+
}
|
|
92719
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92720
|
+
padding-top: 0;
|
|
92721
|
+
}
|
|
92722
|
+
@else {
|
|
92723
|
+
padding-top: 16px;
|
|
92724
|
+
}
|
|
92725
|
+
}
|
|
92726
|
+
|
|
92672
92727
|
& .e-filtersetdiv {
|
|
92673
92728
|
float: right;
|
|
92674
92729
|
margin-right: 1%;
|
|
@@ -107846,7 +107901,7 @@ $kanban-color-card-border-left: 2px solid !default;
|
|
|
107846
107901
|
$kanban-color-card-hover-border: $kanban-card-border !default;
|
|
107847
107902
|
$kanban-color-card-hover-border-left: 2px solid !default;
|
|
107848
107903
|
$kanban-color-card-hover-box-shadow: $shadow-lg !default;
|
|
107849
|
-
$kanban-color-card-focus-border: $
|
|
107904
|
+
$kanban-color-card-focus-border: 1px solid $primary !default;
|
|
107850
107905
|
$kanban-color-card-focus-border-left: 2px solid !default;
|
|
107851
107906
|
$kanban-color-card-tags-padding: 0 18px 0 18px !default;
|
|
107852
107907
|
$kanban-card-tags-padding: 12px 18px 0 !default;
|
|
@@ -128485,7 +128540,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
128485
128540
|
|
|
128486
128541
|
|
|
128487
128542
|
$recurrence-label-bottom: 7px !default;
|
|
128488
|
-
$recurrence-month-label-bottom:
|
|
128543
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
128489
128544
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
128490
128545
|
$recurrence-week-label-bottom: 10px !default;
|
|
128491
128546
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -128496,7 +128551,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
128496
128551
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
128497
128552
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
128498
128553
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
128499
|
-
$recurrence-week-position-min-width:
|
|
128554
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
128500
128555
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
128501
128556
|
|
|
128502
128557
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -135676,6 +135731,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
135676
135731
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
135677
135732
|
top: calc(50% + 60px);
|
|
135678
135733
|
}
|
|
135734
|
+
|
|
135735
|
+
.e-image-editor.e-control.e-readonly {
|
|
135736
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
135737
|
+
}
|
|
135679
135738
|
}
|
|
135680
135739
|
|
|
135681
135740
|
|
|
@@ -142406,9 +142465,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142406
142465
|
textarea::-webkit-scrollbar {
|
|
142407
142466
|
width: 4px;
|
|
142408
142467
|
}
|
|
142409
|
-
.hide-scrollbar textarea {
|
|
142410
|
-
scrollbar-width: none;
|
|
142411
|
-
}
|
|
142412
142468
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
142413
142469
|
right: unset;
|
|
142414
142470
|
left: 20px;
|
|
@@ -142440,6 +142496,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142440
142496
|
}
|
|
142441
142497
|
}
|
|
142442
142498
|
&:not(.e-footer-template) {
|
|
142499
|
+
.e-textarea {
|
|
142500
|
+
max-height: 280px;
|
|
142501
|
+
}
|
|
142443
142502
|
.e-assist-send {
|
|
142444
142503
|
position: absolute;
|
|
142445
142504
|
right: 20px;
|
|
@@ -11273,6 +11273,29 @@ $textarea-float-top: -28px !default;
|
|
|
11273
11273
|
border-bottom: transparent;
|
|
11274
11274
|
}
|
|
11275
11275
|
}
|
|
11276
|
+
|
|
11277
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
11278
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
11279
|
+
padding: 0;
|
|
11280
|
+
|
|
11281
|
+
input {
|
|
11282
|
+
padding: 14px 2px 5px 12px;
|
|
11283
|
+
}
|
|
11284
|
+
|
|
11285
|
+
label.e-float-text {
|
|
11286
|
+
padding-left: 12px;
|
|
11287
|
+
}
|
|
11288
|
+
|
|
11289
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
11290
|
+
@if $input-skin-name == 'material' {
|
|
11291
|
+
padding-right: 17px;
|
|
11292
|
+
}
|
|
11293
|
+
@else {
|
|
11294
|
+
margin-right: 10px;
|
|
11295
|
+
}
|
|
11296
|
+
}
|
|
11297
|
+
}
|
|
11298
|
+
}
|
|
11276
11299
|
}
|
|
11277
11300
|
|
|
11278
11301
|
|
|
@@ -40582,6 +40605,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
40582
40605
|
@else {
|
|
40583
40606
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
40584
40607
|
}
|
|
40608
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
40609
|
+
.e-tbar-btn-text,
|
|
40610
|
+
.e-icons.e-btn-icon {
|
|
40611
|
+
color: $tbar-default-icon-color;
|
|
40612
|
+
}
|
|
40613
|
+
}
|
|
40585
40614
|
}
|
|
40586
40615
|
|
|
40587
40616
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -40605,6 +40634,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
40605
40634
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
40606
40635
|
border-style: $tbar-border-nav-type;
|
|
40607
40636
|
border-width: $tbar-btn-hover-border-size;
|
|
40637
|
+
|
|
40638
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
40639
|
+
.e-tbar-btn-text,
|
|
40640
|
+
.e-icons.e-btn-icon {
|
|
40641
|
+
color: $tbar-btn-text-focus-color;
|
|
40642
|
+
}
|
|
40643
|
+
}
|
|
40608
40644
|
}
|
|
40609
40645
|
|
|
40610
40646
|
&:active {
|
|
@@ -68690,6 +68726,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
68690
68726
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
68691
68727
|
background-color: $grid-hover-bg-color;
|
|
68692
68728
|
}
|
|
68729
|
+
|
|
68730
|
+
&.sf-grid{
|
|
68731
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
68732
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
68733
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
68734
|
+
}
|
|
68735
|
+
}
|
|
68693
68736
|
}
|
|
68694
68737
|
|
|
68695
68738
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -81453,7 +81496,7 @@ $kanban-color-card-border-left: 2px solid !default;
|
|
|
81453
81496
|
$kanban-color-card-hover-border: $kanban-card-border !default;
|
|
81454
81497
|
$kanban-color-card-hover-border-left: 2px solid !default;
|
|
81455
81498
|
$kanban-color-card-hover-box-shadow: $shadow-lg !default;
|
|
81456
|
-
$kanban-color-card-focus-border: $
|
|
81499
|
+
$kanban-color-card-focus-border: 1px solid $primary !default;
|
|
81457
81500
|
$kanban-color-card-focus-border-left: 2px solid !default;
|
|
81458
81501
|
$kanban-color-card-tags-padding: 0 18px 0 18px !default;
|
|
81459
81502
|
$kanban-card-tags-padding: 12px 18px 0 !default;
|
|
@@ -99012,7 +99055,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
99012
99055
|
|
|
99013
99056
|
|
|
99014
99057
|
$recurrence-label-bottom: 7px !default;
|
|
99015
|
-
$recurrence-month-label-bottom:
|
|
99058
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
99016
99059
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
99017
99060
|
$recurrence-week-label-bottom: 10px !default;
|
|
99018
99061
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -99023,7 +99066,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
99023
99066
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
99024
99067
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
99025
99068
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
99026
|
-
$recurrence-week-position-min-width:
|
|
99069
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
99027
99070
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
99028
99071
|
|
|
99029
99072
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -105260,6 +105303,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
105260
105303
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
105261
105304
|
top: calc(50% + 60px);
|
|
105262
105305
|
}
|
|
105306
|
+
|
|
105307
|
+
.e-image-editor.e-control.e-readonly {
|
|
105308
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
105309
|
+
}
|
|
105263
105310
|
}
|
|
105264
105311
|
|
|
105265
105312
|
|
|
@@ -110869,9 +110916,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110869
110916
|
textarea::-webkit-scrollbar {
|
|
110870
110917
|
width: 4px;
|
|
110871
110918
|
}
|
|
110872
|
-
.hide-scrollbar textarea {
|
|
110873
|
-
scrollbar-width: none;
|
|
110874
|
-
}
|
|
110875
110919
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
110876
110920
|
right: unset;
|
|
110877
110921
|
left: 20px;
|
|
@@ -110903,6 +110947,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110903
110947
|
}
|
|
110904
110948
|
}
|
|
110905
110949
|
&:not(.e-footer-template) {
|
|
110950
|
+
.e-textarea {
|
|
110951
|
+
max-height: 280px;
|
|
110952
|
+
}
|
|
110906
110953
|
.e-assist-send {
|
|
110907
110954
|
position: absolute;
|
|
110908
110955
|
right: 20px;
|
package/SCSS-Themes/fluent2.scss
CHANGED
|
@@ -12107,6 +12107,29 @@ $textarea-float-top: -28px !default;
|
|
|
12107
12107
|
border-bottom: transparent;
|
|
12108
12108
|
}
|
|
12109
12109
|
}
|
|
12110
|
+
|
|
12111
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
12112
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
12113
|
+
padding: 0;
|
|
12114
|
+
|
|
12115
|
+
input {
|
|
12116
|
+
padding: 14px 2px 5px 12px;
|
|
12117
|
+
}
|
|
12118
|
+
|
|
12119
|
+
label.e-float-text {
|
|
12120
|
+
padding-left: 12px;
|
|
12121
|
+
}
|
|
12122
|
+
|
|
12123
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
12124
|
+
@if $input-skin-name == 'material' {
|
|
12125
|
+
padding-right: 17px;
|
|
12126
|
+
}
|
|
12127
|
+
@else {
|
|
12128
|
+
margin-right: 10px;
|
|
12129
|
+
}
|
|
12130
|
+
}
|
|
12131
|
+
}
|
|
12132
|
+
}
|
|
12110
12133
|
}
|
|
12111
12134
|
|
|
12112
12135
|
|
|
@@ -54826,6 +54849,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54826
54849
|
@else {
|
|
54827
54850
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
54828
54851
|
}
|
|
54852
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54853
|
+
.e-tbar-btn-text,
|
|
54854
|
+
.e-icons.e-btn-icon {
|
|
54855
|
+
color: $tbar-default-icon-color;
|
|
54856
|
+
}
|
|
54857
|
+
}
|
|
54829
54858
|
}
|
|
54830
54859
|
|
|
54831
54860
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -54849,6 +54878,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54849
54878
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
54850
54879
|
border-style: $tbar-border-nav-type;
|
|
54851
54880
|
border-width: $tbar-btn-hover-border-size;
|
|
54881
|
+
|
|
54882
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54883
|
+
.e-tbar-btn-text,
|
|
54884
|
+
.e-icons.e-btn-icon {
|
|
54885
|
+
color: $tbar-btn-text-focus-color;
|
|
54886
|
+
}
|
|
54887
|
+
}
|
|
54852
54888
|
}
|
|
54853
54889
|
|
|
54854
54890
|
&:active {
|
|
@@ -90894,6 +90930,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90894
90930
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90895
90931
|
background-color: $grid-hover-bg-color;
|
|
90896
90932
|
}
|
|
90933
|
+
|
|
90934
|
+
&.sf-grid{
|
|
90935
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90936
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90937
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90938
|
+
}
|
|
90939
|
+
}
|
|
90897
90940
|
}
|
|
90898
90941
|
|
|
90899
90942
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -93441,6 +93484,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
93441
93484
|
padding-top: 40px;
|
|
93442
93485
|
}
|
|
93443
93486
|
|
|
93487
|
+
& .e-mainfilterdiv {
|
|
93488
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
93489
|
+
padding-top: 30px;
|
|
93490
|
+
}
|
|
93491
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
93492
|
+
padding-top: 0;
|
|
93493
|
+
}
|
|
93494
|
+
@else {
|
|
93495
|
+
padding-top: 16px;
|
|
93496
|
+
}
|
|
93497
|
+
}
|
|
93498
|
+
|
|
93444
93499
|
& .e-filtersetdiv {
|
|
93445
93500
|
float: right;
|
|
93446
93501
|
margin-right: 1%;
|
|
@@ -108618,7 +108673,7 @@ $kanban-color-card-border-left: 2px solid !default;
|
|
|
108618
108673
|
$kanban-color-card-hover-border: $kanban-card-border !default;
|
|
108619
108674
|
$kanban-color-card-hover-border-left: 2px solid !default;
|
|
108620
108675
|
$kanban-color-card-hover-box-shadow: $shadow-lg !default;
|
|
108621
|
-
$kanban-color-card-focus-border: $
|
|
108676
|
+
$kanban-color-card-focus-border: 1px solid $primary !default;
|
|
108622
108677
|
$kanban-color-card-focus-border-left: 2px solid !default;
|
|
108623
108678
|
$kanban-color-card-tags-padding: 0 18px 0 18px !default;
|
|
108624
108679
|
$kanban-card-tags-padding: 12px 18px 0 !default;
|
|
@@ -129257,7 +129312,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
129257
129312
|
|
|
129258
129313
|
|
|
129259
129314
|
$recurrence-label-bottom: 7px !default;
|
|
129260
|
-
$recurrence-month-label-bottom:
|
|
129315
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
129261
129316
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
129262
129317
|
$recurrence-week-label-bottom: 10px !default;
|
|
129263
129318
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -129268,7 +129323,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
129268
129323
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
129269
129324
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
129270
129325
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
129271
|
-
$recurrence-week-position-min-width:
|
|
129326
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
129272
129327
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
129273
129328
|
|
|
129274
129329
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -136448,6 +136503,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
136448
136503
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
136449
136504
|
top: calc(50% + 60px);
|
|
136450
136505
|
}
|
|
136506
|
+
|
|
136507
|
+
.e-image-editor.e-control.e-readonly {
|
|
136508
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
136509
|
+
}
|
|
136451
136510
|
}
|
|
136452
136511
|
|
|
136453
136512
|
|
|
@@ -143178,9 +143237,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
143178
143237
|
textarea::-webkit-scrollbar {
|
|
143179
143238
|
width: 4px;
|
|
143180
143239
|
}
|
|
143181
|
-
.hide-scrollbar textarea {
|
|
143182
|
-
scrollbar-width: none;
|
|
143183
|
-
}
|
|
143184
143240
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
143185
143241
|
right: unset;
|
|
143186
143242
|
left: 20px;
|
|
@@ -143212,6 +143268,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
143212
143268
|
}
|
|
143213
143269
|
}
|
|
143214
143270
|
&:not(.e-footer-template) {
|
|
143271
|
+
.e-textarea {
|
|
143272
|
+
max-height: 280px;
|
|
143273
|
+
}
|
|
143215
143274
|
.e-assist-send {
|
|
143216
143275
|
position: absolute;
|
|
143217
143276
|
right: 20px;
|
|
@@ -5563,6 +5563,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
5563
5563
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5564
5564
|
background-color: $grid-hover-bg-color;
|
|
5565
5565
|
}
|
|
5566
|
+
|
|
5567
|
+
&.sf-grid{
|
|
5568
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5569
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5570
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5566
5573
|
}
|
|
5567
5574
|
|
|
5568
5575
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|