@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
|
@@ -9500,6 +9500,29 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
9500
9500
|
border-bottom: transparent;
|
|
9501
9501
|
}
|
|
9502
9502
|
}
|
|
9503
|
+
|
|
9504
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9505
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9506
|
+
padding: 0;
|
|
9507
|
+
|
|
9508
|
+
input {
|
|
9509
|
+
padding: 14px 2px 5px 12px;
|
|
9510
|
+
}
|
|
9511
|
+
|
|
9512
|
+
label.e-float-text {
|
|
9513
|
+
padding-left: 12px;
|
|
9514
|
+
}
|
|
9515
|
+
|
|
9516
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9517
|
+
@if $input-skin-name == 'material' {
|
|
9518
|
+
padding-right: 17px;
|
|
9519
|
+
}
|
|
9520
|
+
@else {
|
|
9521
|
+
margin-right: 10px;
|
|
9522
|
+
}
|
|
9523
|
+
}
|
|
9524
|
+
}
|
|
9525
|
+
}
|
|
9503
9526
|
}
|
|
9504
9527
|
|
|
9505
9528
|
|
|
@@ -38350,6 +38373,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38350
38373
|
@else {
|
|
38351
38374
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38352
38375
|
}
|
|
38376
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38377
|
+
.e-tbar-btn-text,
|
|
38378
|
+
.e-icons.e-btn-icon {
|
|
38379
|
+
color: $tbar-default-icon-color;
|
|
38380
|
+
}
|
|
38381
|
+
}
|
|
38353
38382
|
}
|
|
38354
38383
|
|
|
38355
38384
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38373,6 +38402,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38373
38402
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38374
38403
|
border-style: $tbar-border-nav-type;
|
|
38375
38404
|
border-width: $tbar-btn-hover-border-size;
|
|
38405
|
+
|
|
38406
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38407
|
+
.e-tbar-btn-text,
|
|
38408
|
+
.e-icons.e-btn-icon {
|
|
38409
|
+
color: $tbar-btn-text-focus-color;
|
|
38410
|
+
}
|
|
38411
|
+
}
|
|
38376
38412
|
}
|
|
38377
38413
|
|
|
38378
38414
|
&:active {
|
|
@@ -66380,6 +66416,13 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
66380
66416
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
66381
66417
|
background-color: $grid-hover-bg-color;
|
|
66382
66418
|
}
|
|
66419
|
+
|
|
66420
|
+
&.sf-grid{
|
|
66421
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
66422
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
66423
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
66424
|
+
}
|
|
66425
|
+
}
|
|
66383
66426
|
}
|
|
66384
66427
|
|
|
66385
66428
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102922,6 +102965,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
102922
102965
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102923
102966
|
top: calc(50% + 60px);
|
|
102924
102967
|
}
|
|
102968
|
+
|
|
102969
|
+
.e-image-editor.e-control.e-readonly {
|
|
102970
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102971
|
+
}
|
|
102925
102972
|
}
|
|
102926
102973
|
|
|
102927
102974
|
|
|
@@ -108514,9 +108561,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108514
108561
|
textarea::-webkit-scrollbar {
|
|
108515
108562
|
width: 4px;
|
|
108516
108563
|
}
|
|
108517
|
-
.hide-scrollbar textarea {
|
|
108518
|
-
scrollbar-width: none;
|
|
108519
|
-
}
|
|
108520
108564
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108521
108565
|
right: unset;
|
|
108522
108566
|
left: 20px;
|
|
@@ -108548,6 +108592,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108548
108592
|
}
|
|
108549
108593
|
}
|
|
108550
108594
|
&:not(.e-footer-template) {
|
|
108595
|
+
.e-textarea {
|
|
108596
|
+
max-height: 280px;
|
|
108597
|
+
}
|
|
108551
108598
|
.e-assist-send {
|
|
108552
108599
|
position: absolute;
|
|
108553
108600
|
right: 20px;
|
|
@@ -10334,6 +10334,29 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
10334
10334
|
border-bottom: transparent;
|
|
10335
10335
|
}
|
|
10336
10336
|
}
|
|
10337
|
+
|
|
10338
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10339
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10340
|
+
padding: 0;
|
|
10341
|
+
|
|
10342
|
+
input {
|
|
10343
|
+
padding: 14px 2px 5px 12px;
|
|
10344
|
+
}
|
|
10345
|
+
|
|
10346
|
+
label.e-float-text {
|
|
10347
|
+
padding-left: 12px;
|
|
10348
|
+
}
|
|
10349
|
+
|
|
10350
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10351
|
+
@if $input-skin-name == 'material' {
|
|
10352
|
+
padding-right: 17px;
|
|
10353
|
+
}
|
|
10354
|
+
@else {
|
|
10355
|
+
margin-right: 10px;
|
|
10356
|
+
}
|
|
10357
|
+
}
|
|
10358
|
+
}
|
|
10359
|
+
}
|
|
10337
10360
|
}
|
|
10338
10361
|
|
|
10339
10362
|
|
|
@@ -52594,6 +52617,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52594
52617
|
@else {
|
|
52595
52618
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52596
52619
|
}
|
|
52620
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52621
|
+
.e-tbar-btn-text,
|
|
52622
|
+
.e-icons.e-btn-icon {
|
|
52623
|
+
color: $tbar-default-icon-color;
|
|
52624
|
+
}
|
|
52625
|
+
}
|
|
52597
52626
|
}
|
|
52598
52627
|
|
|
52599
52628
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52617,6 +52646,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52617
52646
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52618
52647
|
border-style: $tbar-border-nav-type;
|
|
52619
52648
|
border-width: $tbar-btn-hover-border-size;
|
|
52649
|
+
|
|
52650
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52651
|
+
.e-tbar-btn-text,
|
|
52652
|
+
.e-icons.e-btn-icon {
|
|
52653
|
+
color: $tbar-btn-text-focus-color;
|
|
52654
|
+
}
|
|
52655
|
+
}
|
|
52620
52656
|
}
|
|
52621
52657
|
|
|
52622
52658
|
&:active {
|
|
@@ -88584,6 +88620,13 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
88584
88620
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88585
88621
|
background-color: $grid-hover-bg-color;
|
|
88586
88622
|
}
|
|
88623
|
+
|
|
88624
|
+
&.sf-grid{
|
|
88625
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88626
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88627
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88628
|
+
}
|
|
88629
|
+
}
|
|
88587
88630
|
}
|
|
88588
88631
|
|
|
88589
88632
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -91129,6 +91172,18 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
|
|
|
91129
91172
|
padding-top: 40px;
|
|
91130
91173
|
}
|
|
91131
91174
|
|
|
91175
|
+
& .e-mainfilterdiv {
|
|
91176
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
91177
|
+
padding-top: 30px;
|
|
91178
|
+
}
|
|
91179
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
91180
|
+
padding-top: 0;
|
|
91181
|
+
}
|
|
91182
|
+
@else {
|
|
91183
|
+
padding-top: 16px;
|
|
91184
|
+
}
|
|
91185
|
+
}
|
|
91186
|
+
|
|
91132
91187
|
& .e-filtersetdiv {
|
|
91133
91188
|
float: right;
|
|
91134
91189
|
margin-right: 1%;
|
|
@@ -134110,6 +134165,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
134110
134165
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
134111
134166
|
top: calc(50% + 60px);
|
|
134112
134167
|
}
|
|
134168
|
+
|
|
134169
|
+
.e-image-editor.e-control.e-readonly {
|
|
134170
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
134171
|
+
}
|
|
134113
134172
|
}
|
|
134114
134173
|
|
|
134115
134174
|
|
|
@@ -140823,9 +140882,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140823
140882
|
textarea::-webkit-scrollbar {
|
|
140824
140883
|
width: 4px;
|
|
140825
140884
|
}
|
|
140826
|
-
.hide-scrollbar textarea {
|
|
140827
|
-
scrollbar-width: none;
|
|
140828
|
-
}
|
|
140829
140885
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140830
140886
|
right: unset;
|
|
140831
140887
|
left: 20px;
|
|
@@ -140857,6 +140913,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140857
140913
|
}
|
|
140858
140914
|
}
|
|
140859
140915
|
&:not(.e-footer-template) {
|
|
140916
|
+
.e-textarea {
|
|
140917
|
+
max-height: 280px;
|
|
140918
|
+
}
|
|
140860
140919
|
.e-assist-send {
|
|
140861
140920
|
position: absolute;
|
|
140862
140921
|
right: 20px;
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1318,6 +1318,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1318
1318
|
@else {
|
|
1319
1319
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1320
1320
|
}
|
|
1321
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1322
|
+
.e-tbar-btn-text,
|
|
1323
|
+
.e-icons.e-btn-icon {
|
|
1324
|
+
color: $tbar-default-icon-color;
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1321
1327
|
}
|
|
1322
1328
|
|
|
1323
1329
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1341,6 +1347,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1341
1347
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1342
1348
|
border-style: $tbar-border-nav-type;
|
|
1343
1349
|
border-width: $tbar-btn-hover-border-size;
|
|
1350
|
+
|
|
1351
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1352
|
+
.e-tbar-btn-text,
|
|
1353
|
+
.e-icons.e-btn-icon {
|
|
1354
|
+
color: $tbar-btn-text-focus-color;
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1344
1357
|
}
|
|
1345
1358
|
|
|
1346
1359
|
&:active {
|
|
@@ -1318,6 +1318,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1318
1318
|
@else {
|
|
1319
1319
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1320
1320
|
}
|
|
1321
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1322
|
+
.e-tbar-btn-text,
|
|
1323
|
+
.e-icons.e-btn-icon {
|
|
1324
|
+
color: $tbar-default-icon-color;
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1321
1327
|
}
|
|
1322
1328
|
|
|
1323
1329
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1341,6 +1347,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1341
1347
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1342
1348
|
border-style: $tbar-border-nav-type;
|
|
1343
1349
|
border-width: $tbar-btn-hover-border-size;
|
|
1350
|
+
|
|
1351
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1352
|
+
.e-tbar-btn-text,
|
|
1353
|
+
.e-icons.e-btn-icon {
|
|
1354
|
+
color: $tbar-btn-text-focus-color;
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1344
1357
|
}
|
|
1345
1358
|
|
|
1346
1359
|
&:active {
|
|
@@ -1328,6 +1328,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1328
1328
|
@else {
|
|
1329
1329
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1330
1330
|
}
|
|
1331
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1332
|
+
.e-tbar-btn-text,
|
|
1333
|
+
.e-icons.e-btn-icon {
|
|
1334
|
+
color: $tbar-default-icon-color;
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1331
1337
|
}
|
|
1332
1338
|
|
|
1333
1339
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1351,6 +1357,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1351
1357
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1352
1358
|
border-style: $tbar-border-nav-type;
|
|
1353
1359
|
border-width: $tbar-btn-hover-border-size;
|
|
1360
|
+
|
|
1361
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1362
|
+
.e-tbar-btn-text,
|
|
1363
|
+
.e-icons.e-btn-icon {
|
|
1364
|
+
color: $tbar-btn-text-focus-color;
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1354
1367
|
}
|
|
1355
1368
|
|
|
1356
1369
|
&:active {
|
|
@@ -1328,6 +1328,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1328
1328
|
@else {
|
|
1329
1329
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1330
1330
|
}
|
|
1331
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1332
|
+
.e-tbar-btn-text,
|
|
1333
|
+
.e-icons.e-btn-icon {
|
|
1334
|
+
color: $tbar-default-icon-color;
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1331
1337
|
}
|
|
1332
1338
|
|
|
1333
1339
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1351,6 +1357,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1351
1357
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1352
1358
|
border-style: $tbar-border-nav-type;
|
|
1353
1359
|
border-width: $tbar-btn-hover-border-size;
|
|
1360
|
+
|
|
1361
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1362
|
+
.e-tbar-btn-text,
|
|
1363
|
+
.e-icons.e-btn-icon {
|
|
1364
|
+
color: $tbar-btn-text-focus-color;
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1354
1367
|
}
|
|
1355
1368
|
|
|
1356
1369
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|
|
@@ -1323,6 +1323,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1323
1323
|
@else {
|
|
1324
1324
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1325
1325
|
}
|
|
1326
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1327
|
+
.e-tbar-btn-text,
|
|
1328
|
+
.e-icons.e-btn-icon {
|
|
1329
|
+
color: $tbar-default-icon-color;
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1326
1332
|
}
|
|
1327
1333
|
|
|
1328
1334
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1346,6 +1352,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1346
1352
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1347
1353
|
border-style: $tbar-border-nav-type;
|
|
1348
1354
|
border-width: $tbar-btn-hover-border-size;
|
|
1355
|
+
|
|
1356
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1357
|
+
.e-tbar-btn-text,
|
|
1358
|
+
.e-icons.e-btn-icon {
|
|
1359
|
+
color: $tbar-btn-text-focus-color;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1349
1362
|
}
|
|
1350
1363
|
|
|
1351
1364
|
&:active {
|