@syncfusion/blazor-themes 28.2.5 → 28.2.7
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 +24 -5
- package/Compiled-Themes/bds-dark.css +38 -7
- package/Compiled-Themes/bds-lite.css +24 -5
- package/Compiled-Themes/bds.css +38 -7
- package/Compiled-Themes/bootstrap-dark-lite.css +22 -3
- package/Compiled-Themes/bootstrap-dark.css +41 -3
- package/Compiled-Themes/bootstrap-lite.css +22 -3
- package/Compiled-Themes/bootstrap.css +41 -3
- package/Compiled-Themes/bootstrap4-lite.css +23 -4
- package/Compiled-Themes/bootstrap4.css +43 -5
- package/Compiled-Themes/bootstrap5-dark-lite.css +23 -4
- package/Compiled-Themes/bootstrap5-dark.css +36 -5
- package/Compiled-Themes/bootstrap5-lite.css +23 -4
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +33 -14
- package/Compiled-Themes/bootstrap5.3-dark.css +53 -15
- package/Compiled-Themes/bootstrap5.3-lite.css +40 -21
- package/Compiled-Themes/bootstrap5.3.css +60 -22
- package/Compiled-Themes/bootstrap5.css +36 -5
- package/Compiled-Themes/fabric-dark-lite.css +22 -3
- package/Compiled-Themes/fabric-dark.css +44 -6
- package/Compiled-Themes/fabric-lite.css +22 -3
- package/Compiled-Themes/fabric.css +44 -6
- package/Compiled-Themes/fluent-dark-lite.css +23 -4
- package/Compiled-Themes/fluent-dark.css +36 -5
- package/Compiled-Themes/fluent-lite.css +23 -4
- package/Compiled-Themes/fluent.css +36 -5
- package/Compiled-Themes/fluent2-dark-lite.css +27 -8
- package/Compiled-Themes/fluent2-dark.css +47 -9
- package/Compiled-Themes/fluent2-highcontrast-lite.css +27 -8
- package/Compiled-Themes/fluent2-highcontrast.css +47 -9
- package/Compiled-Themes/fluent2-lite.css +27 -8
- package/Compiled-Themes/fluent2.css +47 -9
- package/Compiled-Themes/highcontrast-lite.css +23 -4
- package/Compiled-Themes/highcontrast.css +43 -5
- package/Compiled-Themes/material-dark-lite.css +23 -4
- package/Compiled-Themes/material-dark.css +43 -5
- package/Compiled-Themes/material-lite.css +24 -5
- package/Compiled-Themes/material.css +44 -6
- package/Compiled-Themes/material3-dark-lite.css +25 -6
- package/Compiled-Themes/material3-dark.css +45 -7
- package/Compiled-Themes/material3-lite.css +25 -6
- package/Compiled-Themes/material3.css +45 -7
- package/Compiled-Themes/tailwind-dark-lite.css +24 -5
- package/Compiled-Themes/tailwind-dark.css +38 -7
- package/Compiled-Themes/tailwind-lite.css +24 -5
- package/Compiled-Themes/tailwind.css +38 -7
- package/Compiled-Themes/tailwind3-dark-lite.css +21 -3
- package/Compiled-Themes/tailwind3-dark.css +41 -4
- package/Compiled-Themes/tailwind3-lite.css +21 -3
- package/Compiled-Themes/tailwind3.css +41 -4
- 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 +38 -11
- package/SCSS-Themes/bds-dark.scss +62 -23
- package/SCSS-Themes/bds-lite.scss +38 -11
- package/SCSS-Themes/bds.scss +62 -23
- package/SCSS-Themes/bootstrap-dark-lite.scss +35 -8
- package/SCSS-Themes/bootstrap-dark.scss +59 -20
- package/SCSS-Themes/bootstrap-lite.scss +36 -8
- package/SCSS-Themes/bootstrap.scss +60 -20
- package/SCSS-Themes/bootstrap4-lite.scss +37 -10
- package/SCSS-Themes/bootstrap4.scss +61 -22
- package/SCSS-Themes/bootstrap5-dark-lite.scss +36 -10
- package/SCSS-Themes/bootstrap5-dark.scss +60 -22
- package/SCSS-Themes/bootstrap5-lite.scss +36 -10
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +45 -19
- package/SCSS-Themes/bootstrap5.3-dark.scss +69 -31
- package/SCSS-Themes/bootstrap5.3-lite.scss +52 -26
- package/SCSS-Themes/bootstrap5.3.scss +76 -38
- package/SCSS-Themes/bootstrap5.scss +60 -22
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/bds.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-lite.scss +19 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +31 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast-lite.scss +19 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +31 -18
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/material-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark-lite.scss +20 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +32 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-lite.scss +20 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +32 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark-lite.scss +18 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark.scss +30 -18
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-lite.scss +18 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3.scss +30 -18
- package/SCSS-Themes/fabric-dark-lite.scss +37 -10
- package/SCSS-Themes/fabric-dark.scss +61 -22
- package/SCSS-Themes/fabric-lite.scss +37 -10
- package/SCSS-Themes/fabric.scss +61 -22
- package/SCSS-Themes/fluent-dark-lite.scss +36 -10
- package/SCSS-Themes/fluent-dark.scss +60 -22
- package/SCSS-Themes/fluent-lite.scss +36 -10
- package/SCSS-Themes/fluent.scss +60 -22
- package/SCSS-Themes/fluent2-dark-lite.scss +40 -13
- package/SCSS-Themes/fluent2-dark.scss +64 -25
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +40 -13
- package/SCSS-Themes/fluent2-highcontrast.scss +64 -25
- package/SCSS-Themes/fluent2-lite.scss +40 -13
- package/SCSS-Themes/fluent2.scss +64 -25
- 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 +37 -10
- package/SCSS-Themes/highcontrast.scss +61 -22
- 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/material-dark-lite.scss +37 -10
- package/SCSS-Themes/material-dark.scss +61 -22
- package/SCSS-Themes/material-lite.scss +37 -10
- package/SCSS-Themes/material.scss +61 -22
- package/SCSS-Themes/material3-dark-lite.scss +38 -11
- package/SCSS-Themes/material3-dark.scss +62 -23
- package/SCSS-Themes/material3-lite.scss +38 -11
- package/SCSS-Themes/material3.scss +62 -23
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3.scss +7 -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 +37 -11
- package/SCSS-Themes/tailwind-dark.scss +61 -23
- package/SCSS-Themes/tailwind-lite.scss +37 -11
- package/SCSS-Themes/tailwind.scss +61 -23
- package/SCSS-Themes/tailwind3-dark-lite.scss +35 -9
- package/SCSS-Themes/tailwind3-dark.scss +59 -21
- package/SCSS-Themes/tailwind3-lite.scss +35 -9
- package/SCSS-Themes/tailwind3.scss +59 -21
- package/package.json +1 -1
|
@@ -24325,7 +24325,7 @@ ejs-sidebar {
|
|
|
24325
24325
|
display: block;
|
|
24326
24326
|
overflow: hidden;
|
|
24327
24327
|
position: relative;
|
|
24328
|
-
text-indent:
|
|
24328
|
+
text-indent: 33px;
|
|
24329
24329
|
white-space: nowrap;
|
|
24330
24330
|
width: 100%;
|
|
24331
24331
|
padding: 8px 12px;
|
|
@@ -24336,6 +24336,7 @@ ejs-sidebar {
|
|
|
24336
24336
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
24337
24337
|
position: relative;
|
|
24338
24338
|
text-indent: 0;
|
|
24339
|
+
bottom: 1px;
|
|
24339
24340
|
}
|
|
24340
24341
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
24341
24342
|
margin-top: -3px;
|
|
@@ -24445,6 +24446,12 @@ ejs-sidebar {
|
|
|
24445
24446
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
24446
24447
|
padding: 0 14px 0 0;
|
|
24447
24448
|
}
|
|
24449
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
24450
|
+
text-indent: 33px;
|
|
24451
|
+
}
|
|
24452
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
24453
|
+
margin: 0 12px;
|
|
24454
|
+
}
|
|
24448
24455
|
|
|
24449
24456
|
.e-ddt-icon-hide {
|
|
24450
24457
|
display: none;
|
|
@@ -36001,6 +36008,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
36001
36008
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
36002
36009
|
background-color: #f3f2f1;
|
|
36003
36010
|
}
|
|
36011
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
36012
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
36013
|
+
background-color: #f3f2f1;
|
|
36014
|
+
}
|
|
36004
36015
|
|
|
36005
36016
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
36006
36017
|
background-color: #f3f2f1;
|
|
@@ -63038,6 +63049,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63038
63049
|
border-radius: 0 0 2px 2px;
|
|
63039
63050
|
}
|
|
63040
63051
|
|
|
63052
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
63053
|
+
border: 0;
|
|
63054
|
+
height: 0;
|
|
63055
|
+
padding: 0;
|
|
63056
|
+
visibility: hidden;
|
|
63057
|
+
width: 0;
|
|
63058
|
+
}
|
|
63059
|
+
|
|
63041
63060
|
.e-multicolumn-grid.e-grid {
|
|
63042
63061
|
border-width: 1px;
|
|
63043
63062
|
border-radius: 2px;
|
|
@@ -63489,9 +63508,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63489
63508
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63490
63509
|
width: 4px;
|
|
63491
63510
|
}
|
|
63492
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63493
|
-
scrollbar-width: none;
|
|
63494
|
-
}
|
|
63495
63511
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63496
63512
|
right: unset;
|
|
63497
63513
|
left: 20px;
|
|
@@ -63504,6 +63520,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63504
63520
|
padding-left: 35px;
|
|
63505
63521
|
padding-right: unset;
|
|
63506
63522
|
}
|
|
63523
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63524
|
+
max-height: 280px;
|
|
63525
|
+
}
|
|
63507
63526
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63508
63527
|
position: absolute;
|
|
63509
63528
|
right: 20px;
|
|
@@ -32604,7 +32604,7 @@ ejs-sidebar {
|
|
|
32604
32604
|
display: block;
|
|
32605
32605
|
overflow: hidden;
|
|
32606
32606
|
position: relative;
|
|
32607
|
-
text-indent:
|
|
32607
|
+
text-indent: 33px;
|
|
32608
32608
|
white-space: nowrap;
|
|
32609
32609
|
width: 100%;
|
|
32610
32610
|
padding: 8px 12px;
|
|
@@ -32615,6 +32615,7 @@ ejs-sidebar {
|
|
|
32615
32615
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
32616
32616
|
position: relative;
|
|
32617
32617
|
text-indent: 0;
|
|
32618
|
+
bottom: 1px;
|
|
32618
32619
|
}
|
|
32619
32620
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
32620
32621
|
margin-top: -3px;
|
|
@@ -32724,6 +32725,12 @@ ejs-sidebar {
|
|
|
32724
32725
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
32725
32726
|
padding: 0 14px 0 0;
|
|
32726
32727
|
}
|
|
32728
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
32729
|
+
text-indent: 33px;
|
|
32730
|
+
}
|
|
32731
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
32732
|
+
margin: 0 12px;
|
|
32733
|
+
}
|
|
32727
32734
|
|
|
32728
32735
|
.e-ddt-icon-hide {
|
|
32729
32736
|
display: none;
|
|
@@ -32846,7 +32853,7 @@ ejs-sidebar {
|
|
|
32846
32853
|
}
|
|
32847
32854
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
32848
32855
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
32849
|
-
text-indent:
|
|
32856
|
+
text-indent: 40px;
|
|
32850
32857
|
padding: 10px 16px;
|
|
32851
32858
|
}
|
|
32852
32859
|
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
@@ -32891,6 +32898,14 @@ ejs-sidebar {
|
|
|
32891
32898
|
left: 38px;
|
|
32892
32899
|
right: auto;
|
|
32893
32900
|
}
|
|
32901
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
32902
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
32903
|
+
text-indent: 40px;
|
|
32904
|
+
}
|
|
32905
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
32906
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
32907
|
+
margin: 0 16px;
|
|
32908
|
+
}
|
|
32894
32909
|
|
|
32895
32910
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
32896
32911
|
line-height: 30px;
|
|
@@ -46095,6 +46110,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
46095
46110
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
46096
46111
|
background-color: #f3f2f1;
|
|
46097
46112
|
}
|
|
46113
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
46114
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
46115
|
+
background-color: #f3f2f1;
|
|
46116
|
+
}
|
|
46098
46117
|
|
|
46099
46118
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
46100
46119
|
background-color: #f3f2f1;
|
|
@@ -47762,6 +47781,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47762
47781
|
text-align: center;
|
|
47763
47782
|
padding-top: 40px;
|
|
47764
47783
|
}
|
|
47784
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47785
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47786
|
+
padding-top: 16px;
|
|
47787
|
+
}
|
|
47765
47788
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47766
47789
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47767
47790
|
float: right;
|
|
@@ -80713,6 +80736,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80713
80736
|
border-radius: 0 0 2px 2px;
|
|
80714
80737
|
}
|
|
80715
80738
|
|
|
80739
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
80740
|
+
border: 0;
|
|
80741
|
+
height: 0;
|
|
80742
|
+
padding: 0;
|
|
80743
|
+
visibility: hidden;
|
|
80744
|
+
width: 0;
|
|
80745
|
+
}
|
|
80746
|
+
|
|
80716
80747
|
.e-multicolumn-grid.e-grid {
|
|
80717
80748
|
border-width: 1px;
|
|
80718
80749
|
border-radius: 2px;
|
|
@@ -81215,9 +81246,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81215
81246
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
81216
81247
|
width: 4px;
|
|
81217
81248
|
}
|
|
81218
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
81219
|
-
scrollbar-width: none;
|
|
81220
|
-
}
|
|
81221
81249
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
81222
81250
|
right: unset;
|
|
81223
81251
|
left: 20px;
|
|
@@ -81230,6 +81258,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81230
81258
|
padding-left: 35px;
|
|
81231
81259
|
padding-right: unset;
|
|
81232
81260
|
}
|
|
81261
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
81262
|
+
max-height: 280px;
|
|
81263
|
+
}
|
|
81233
81264
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
81234
81265
|
position: absolute;
|
|
81235
81266
|
right: 20px;
|
|
@@ -27504,7 +27504,7 @@ ejs-sidebar {
|
|
|
27504
27504
|
line-height: 22px;
|
|
27505
27505
|
overflow: hidden;
|
|
27506
27506
|
position: relative;
|
|
27507
|
-
text-indent:
|
|
27507
|
+
text-indent: 26px;
|
|
27508
27508
|
white-space: nowrap;
|
|
27509
27509
|
width: 100%;
|
|
27510
27510
|
padding: 8px 12px;
|
|
@@ -27515,11 +27515,12 @@ ejs-sidebar {
|
|
|
27515
27515
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
27516
27516
|
position: relative;
|
|
27517
27517
|
text-indent: 0;
|
|
27518
|
+
bottom: 2px;
|
|
27518
27519
|
}
|
|
27519
27520
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
27520
27521
|
font-family: inherit;
|
|
27521
27522
|
font-size: 14px;
|
|
27522
|
-
margin: 0
|
|
27523
|
+
margin: 0 4px;
|
|
27523
27524
|
}
|
|
27524
27525
|
.e-ddt.e-popup .e-filter-wrap {
|
|
27525
27526
|
border-top-width: 0;
|
|
@@ -27610,6 +27611,12 @@ ejs-sidebar {
|
|
|
27610
27611
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
27611
27612
|
padding: 0 14px 0 0;
|
|
27612
27613
|
}
|
|
27614
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
27615
|
+
text-indent: 17px;
|
|
27616
|
+
}
|
|
27617
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
27618
|
+
margin: 0 12px;
|
|
27619
|
+
}
|
|
27613
27620
|
|
|
27614
27621
|
.e-ddt-icon-hide {
|
|
27615
27622
|
display: none;
|
|
@@ -39346,6 +39353,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
39346
39353
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
39347
39354
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
39348
39355
|
}
|
|
39356
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
39357
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
39358
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
39359
|
+
}
|
|
39349
39360
|
|
|
39350
39361
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
39351
39362
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -58705,7 +58716,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58705
58716
|
width: 100%;
|
|
58706
58717
|
}
|
|
58707
58718
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
58708
|
-
min-width:
|
|
58719
|
+
min-width: 100px;
|
|
58709
58720
|
position: relative;
|
|
58710
58721
|
right: 20px;
|
|
58711
58722
|
}
|
|
@@ -58818,7 +58829,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58818
58829
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
58819
58830
|
font-size: 12px;
|
|
58820
58831
|
font-weight: 600;
|
|
58821
|
-
margin-bottom:
|
|
58832
|
+
margin-bottom: 3px;
|
|
58822
58833
|
padding-right: 16px;
|
|
58823
58834
|
}
|
|
58824
58835
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -58935,7 +58946,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58935
58946
|
}
|
|
58936
58947
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
58937
58948
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
58938
|
-
margin-bottom:
|
|
58949
|
+
margin-bottom: 3px;
|
|
58939
58950
|
}
|
|
58940
58951
|
.e-recurrenceeditor .e-editor > div {
|
|
58941
58952
|
margin-top: 20px;
|
|
@@ -66827,6 +66838,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
66827
66838
|
border-radius: 0 0 4px 4px;
|
|
66828
66839
|
}
|
|
66829
66840
|
|
|
66841
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
66842
|
+
border: 0;
|
|
66843
|
+
height: 0;
|
|
66844
|
+
padding: 0;
|
|
66845
|
+
visibility: hidden;
|
|
66846
|
+
width: 0;
|
|
66847
|
+
}
|
|
66848
|
+
|
|
66830
66849
|
.e-multicolumn-grid.e-grid {
|
|
66831
66850
|
border-width: 1px;
|
|
66832
66851
|
border-radius: 4px;
|
|
@@ -67278,9 +67297,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67278
67297
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67279
67298
|
width: 4px;
|
|
67280
67299
|
}
|
|
67281
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67282
|
-
scrollbar-width: none;
|
|
67283
|
-
}
|
|
67284
67300
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67285
67301
|
right: unset;
|
|
67286
67302
|
left: 20px;
|
|
@@ -67293,6 +67309,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67293
67309
|
padding-left: 35px;
|
|
67294
67310
|
padding-right: unset;
|
|
67295
67311
|
}
|
|
67312
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
67313
|
+
max-height: 280px;
|
|
67314
|
+
}
|
|
67296
67315
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67297
67316
|
position: absolute;
|
|
67298
67317
|
right: 20px;
|
|
@@ -38054,7 +38054,7 @@ ejs-sidebar {
|
|
|
38054
38054
|
line-height: 22px;
|
|
38055
38055
|
overflow: hidden;
|
|
38056
38056
|
position: relative;
|
|
38057
|
-
text-indent:
|
|
38057
|
+
text-indent: 26px;
|
|
38058
38058
|
white-space: nowrap;
|
|
38059
38059
|
width: 100%;
|
|
38060
38060
|
padding: 8px 12px;
|
|
@@ -38065,11 +38065,12 @@ ejs-sidebar {
|
|
|
38065
38065
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
38066
38066
|
position: relative;
|
|
38067
38067
|
text-indent: 0;
|
|
38068
|
+
bottom: 2px;
|
|
38068
38069
|
}
|
|
38069
38070
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
38070
38071
|
font-family: inherit;
|
|
38071
38072
|
font-size: 14px;
|
|
38072
|
-
margin: 0
|
|
38073
|
+
margin: 0 4px;
|
|
38073
38074
|
}
|
|
38074
38075
|
.e-ddt.e-popup .e-filter-wrap {
|
|
38075
38076
|
border-top-width: 0;
|
|
@@ -38160,6 +38161,12 @@ ejs-sidebar {
|
|
|
38160
38161
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
38161
38162
|
padding: 0 14px 0 0;
|
|
38162
38163
|
}
|
|
38164
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
38165
|
+
text-indent: 17px;
|
|
38166
|
+
}
|
|
38167
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
38168
|
+
margin: 0 12px;
|
|
38169
|
+
}
|
|
38163
38170
|
|
|
38164
38171
|
.e-ddt-icon-hide {
|
|
38165
38172
|
display: none;
|
|
@@ -38264,7 +38271,14 @@ ejs-sidebar {
|
|
|
38264
38271
|
}
|
|
38265
38272
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
38266
38273
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
38267
|
-
text-indent:
|
|
38274
|
+
text-indent: 42px;
|
|
38275
|
+
padding: 0 8px;
|
|
38276
|
+
}
|
|
38277
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
38278
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
38279
|
+
font-size: 16px;
|
|
38280
|
+
line-height: 24px;
|
|
38281
|
+
margin: 0 8px;
|
|
38268
38282
|
}
|
|
38269
38283
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
38270
38284
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
@@ -38291,6 +38305,14 @@ ejs-sidebar {
|
|
|
38291
38305
|
left: 38px;
|
|
38292
38306
|
right: auto;
|
|
38293
38307
|
}
|
|
38308
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
38309
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
38310
|
+
text-indent: 41px;
|
|
38311
|
+
}
|
|
38312
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
38313
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
38314
|
+
margin: 0 8px;
|
|
38315
|
+
}
|
|
38294
38316
|
|
|
38295
38317
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
38296
38318
|
line-height: 30px;
|
|
@@ -51637,6 +51659,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51637
51659
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
51638
51660
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
51639
51661
|
}
|
|
51662
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
51663
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
51664
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
51665
|
+
}
|
|
51640
51666
|
|
|
51641
51667
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
51642
51668
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -53321,6 +53347,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
53321
53347
|
text-align: center;
|
|
53322
53348
|
padding-top: 40px;
|
|
53323
53349
|
}
|
|
53350
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
53351
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
53352
|
+
padding-top: 16px;
|
|
53353
|
+
}
|
|
53324
53354
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
53325
53355
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
53326
53356
|
float: right;
|
|
@@ -76793,7 +76823,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76793
76823
|
width: 100%;
|
|
76794
76824
|
}
|
|
76795
76825
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
76796
|
-
min-width:
|
|
76826
|
+
min-width: 100px;
|
|
76797
76827
|
position: relative;
|
|
76798
76828
|
right: 20px;
|
|
76799
76829
|
}
|
|
@@ -76906,7 +76936,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76906
76936
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
76907
76937
|
font-size: 12px;
|
|
76908
76938
|
font-weight: 600;
|
|
76909
|
-
margin-bottom:
|
|
76939
|
+
margin-bottom: 3px;
|
|
76910
76940
|
padding-right: 16px;
|
|
76911
76941
|
}
|
|
76912
76942
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -77023,7 +77053,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77023
77053
|
}
|
|
77024
77054
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
77025
77055
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
77026
|
-
margin-bottom:
|
|
77056
|
+
margin-bottom: 3px;
|
|
77027
77057
|
}
|
|
77028
77058
|
.e-recurrenceeditor .e-editor > div {
|
|
77029
77059
|
margin-top: 20px;
|
|
@@ -86767,6 +86797,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
86767
86797
|
border-radius: 0 0 4px 4px;
|
|
86768
86798
|
}
|
|
86769
86799
|
|
|
86800
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
86801
|
+
border: 0;
|
|
86802
|
+
height: 0;
|
|
86803
|
+
padding: 0;
|
|
86804
|
+
visibility: hidden;
|
|
86805
|
+
width: 0;
|
|
86806
|
+
}
|
|
86807
|
+
|
|
86770
86808
|
.e-multicolumn-grid.e-grid {
|
|
86771
86809
|
border-width: 1px;
|
|
86772
86810
|
border-radius: 4px;
|
|
@@ -87269,9 +87307,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87269
87307
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
87270
87308
|
width: 4px;
|
|
87271
87309
|
}
|
|
87272
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
87273
|
-
scrollbar-width: none;
|
|
87274
|
-
}
|
|
87275
87310
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
87276
87311
|
right: unset;
|
|
87277
87312
|
left: 20px;
|
|
@@ -87284,6 +87319,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87284
87319
|
padding-left: 35px;
|
|
87285
87320
|
padding-right: unset;
|
|
87286
87321
|
}
|
|
87322
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
87323
|
+
max-height: 280px;
|
|
87324
|
+
}
|
|
87287
87325
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
87288
87326
|
position: absolute;
|
|
87289
87327
|
right: 20px;
|
|
@@ -27512,7 +27512,7 @@ ejs-sidebar {
|
|
|
27512
27512
|
line-height: 22px;
|
|
27513
27513
|
overflow: hidden;
|
|
27514
27514
|
position: relative;
|
|
27515
|
-
text-indent:
|
|
27515
|
+
text-indent: 26px;
|
|
27516
27516
|
white-space: nowrap;
|
|
27517
27517
|
width: 100%;
|
|
27518
27518
|
padding: 8px 12px;
|
|
@@ -27523,11 +27523,12 @@ ejs-sidebar {
|
|
|
27523
27523
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
27524
27524
|
position: relative;
|
|
27525
27525
|
text-indent: 0;
|
|
27526
|
+
bottom: 2px;
|
|
27526
27527
|
}
|
|
27527
27528
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
27528
27529
|
font-family: inherit;
|
|
27529
27530
|
font-size: 14px;
|
|
27530
|
-
margin: 0
|
|
27531
|
+
margin: 0 4px;
|
|
27531
27532
|
}
|
|
27532
27533
|
.e-ddt.e-popup .e-filter-wrap {
|
|
27533
27534
|
border-top-width: 0;
|
|
@@ -27618,6 +27619,12 @@ ejs-sidebar {
|
|
|
27618
27619
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
27619
27620
|
padding: 0 14px 0 0;
|
|
27620
27621
|
}
|
|
27622
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
27623
|
+
text-indent: 17px;
|
|
27624
|
+
}
|
|
27625
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
27626
|
+
margin: 0 12px;
|
|
27627
|
+
}
|
|
27621
27628
|
|
|
27622
27629
|
.e-ddt-icon-hide {
|
|
27623
27630
|
display: none;
|
|
@@ -39357,6 +39364,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
39357
39364
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
39358
39365
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
39359
39366
|
}
|
|
39367
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
39368
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
39369
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
39370
|
+
}
|
|
39360
39371
|
|
|
39361
39372
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
39362
39373
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -58721,7 +58732,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58721
58732
|
width: 100%;
|
|
58722
58733
|
}
|
|
58723
58734
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
58724
|
-
min-width:
|
|
58735
|
+
min-width: 100px;
|
|
58725
58736
|
position: relative;
|
|
58726
58737
|
right: 20px;
|
|
58727
58738
|
}
|
|
@@ -58834,7 +58845,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58834
58845
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
58835
58846
|
font-size: 12px;
|
|
58836
58847
|
font-weight: 600;
|
|
58837
|
-
margin-bottom:
|
|
58848
|
+
margin-bottom: 3px;
|
|
58838
58849
|
padding-right: 16px;
|
|
58839
58850
|
}
|
|
58840
58851
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -58951,7 +58962,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
58951
58962
|
}
|
|
58952
58963
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
58953
58964
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
58954
|
-
margin-bottom:
|
|
58965
|
+
margin-bottom: 3px;
|
|
58955
58966
|
}
|
|
58956
58967
|
.e-recurrenceeditor .e-editor > div {
|
|
58957
58968
|
margin-top: 20px;
|
|
@@ -66844,6 +66855,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
66844
66855
|
border-radius: 0 0 4px 4px;
|
|
66845
66856
|
}
|
|
66846
66857
|
|
|
66858
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
66859
|
+
border: 0;
|
|
66860
|
+
height: 0;
|
|
66861
|
+
padding: 0;
|
|
66862
|
+
visibility: hidden;
|
|
66863
|
+
width: 0;
|
|
66864
|
+
}
|
|
66865
|
+
|
|
66847
66866
|
.e-multicolumn-grid.e-grid {
|
|
66848
66867
|
border-width: 1px;
|
|
66849
66868
|
border-radius: 4px;
|
|
@@ -67295,9 +67314,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67295
67314
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67296
67315
|
width: 4px;
|
|
67297
67316
|
}
|
|
67298
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67299
|
-
scrollbar-width: none;
|
|
67300
|
-
}
|
|
67301
67317
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67302
67318
|
right: unset;
|
|
67303
67319
|
left: 20px;
|
|
@@ -67310,6 +67326,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67310
67326
|
padding-left: 35px;
|
|
67311
67327
|
padding-right: unset;
|
|
67312
67328
|
}
|
|
67329
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
67330
|
+
max-height: 280px;
|
|
67331
|
+
}
|
|
67313
67332
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67314
67333
|
position: absolute;
|
|
67315
67334
|
right: 20px;
|
|
@@ -38062,7 +38062,7 @@ ejs-sidebar {
|
|
|
38062
38062
|
line-height: 22px;
|
|
38063
38063
|
overflow: hidden;
|
|
38064
38064
|
position: relative;
|
|
38065
|
-
text-indent:
|
|
38065
|
+
text-indent: 26px;
|
|
38066
38066
|
white-space: nowrap;
|
|
38067
38067
|
width: 100%;
|
|
38068
38068
|
padding: 8px 12px;
|
|
@@ -38073,11 +38073,12 @@ ejs-sidebar {
|
|
|
38073
38073
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
38074
38074
|
position: relative;
|
|
38075
38075
|
text-indent: 0;
|
|
38076
|
+
bottom: 2px;
|
|
38076
38077
|
}
|
|
38077
38078
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
38078
38079
|
font-family: inherit;
|
|
38079
38080
|
font-size: 14px;
|
|
38080
|
-
margin: 0
|
|
38081
|
+
margin: 0 4px;
|
|
38081
38082
|
}
|
|
38082
38083
|
.e-ddt.e-popup .e-filter-wrap {
|
|
38083
38084
|
border-top-width: 0;
|
|
@@ -38168,6 +38169,12 @@ ejs-sidebar {
|
|
|
38168
38169
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
38169
38170
|
padding: 0 14px 0 0;
|
|
38170
38171
|
}
|
|
38172
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
38173
|
+
text-indent: 17px;
|
|
38174
|
+
}
|
|
38175
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
38176
|
+
margin: 0 12px;
|
|
38177
|
+
}
|
|
38171
38178
|
|
|
38172
38179
|
.e-ddt-icon-hide {
|
|
38173
38180
|
display: none;
|
|
@@ -38274,7 +38281,14 @@ ejs-sidebar {
|
|
|
38274
38281
|
}
|
|
38275
38282
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
38276
38283
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
38277
|
-
text-indent:
|
|
38284
|
+
text-indent: 42px;
|
|
38285
|
+
padding: 0 8px;
|
|
38286
|
+
}
|
|
38287
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
38288
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
38289
|
+
font-size: 16px;
|
|
38290
|
+
line-height: 24px;
|
|
38291
|
+
margin: 0 8px;
|
|
38278
38292
|
}
|
|
38279
38293
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
38280
38294
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
@@ -38301,6 +38315,14 @@ ejs-sidebar {
|
|
|
38301
38315
|
left: 38px;
|
|
38302
38316
|
right: auto;
|
|
38303
38317
|
}
|
|
38318
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
38319
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
38320
|
+
text-indent: 41px;
|
|
38321
|
+
}
|
|
38322
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
38323
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
38324
|
+
margin: 0 8px;
|
|
38325
|
+
}
|
|
38304
38326
|
|
|
38305
38327
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
38306
38328
|
line-height: 30px;
|
|
@@ -51648,6 +51670,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51648
51670
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
51649
51671
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
51650
51672
|
}
|
|
51673
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
51674
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
51675
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
51676
|
+
}
|
|
51651
51677
|
|
|
51652
51678
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
51653
51679
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -53332,6 +53358,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
53332
53358
|
text-align: center;
|
|
53333
53359
|
padding-top: 40px;
|
|
53334
53360
|
}
|
|
53361
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
53362
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
53363
|
+
padding-top: 16px;
|
|
53364
|
+
}
|
|
53335
53365
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
53336
53366
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
53337
53367
|
float: right;
|
|
@@ -76809,7 +76839,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76809
76839
|
width: 100%;
|
|
76810
76840
|
}
|
|
76811
76841
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
76812
|
-
min-width:
|
|
76842
|
+
min-width: 100px;
|
|
76813
76843
|
position: relative;
|
|
76814
76844
|
right: 20px;
|
|
76815
76845
|
}
|
|
@@ -76922,7 +76952,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
76922
76952
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
76923
76953
|
font-size: 12px;
|
|
76924
76954
|
font-weight: 600;
|
|
76925
|
-
margin-bottom:
|
|
76955
|
+
margin-bottom: 3px;
|
|
76926
76956
|
padding-right: 16px;
|
|
76927
76957
|
}
|
|
76928
76958
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -77039,7 +77069,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77039
77069
|
}
|
|
77040
77070
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
77041
77071
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
77042
|
-
margin-bottom:
|
|
77072
|
+
margin-bottom: 3px;
|
|
77043
77073
|
}
|
|
77044
77074
|
.e-recurrenceeditor .e-editor > div {
|
|
77045
77075
|
margin-top: 20px;
|
|
@@ -86784,6 +86814,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
86784
86814
|
border-radius: 0 0 4px 4px;
|
|
86785
86815
|
}
|
|
86786
86816
|
|
|
86817
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
86818
|
+
border: 0;
|
|
86819
|
+
height: 0;
|
|
86820
|
+
padding: 0;
|
|
86821
|
+
visibility: hidden;
|
|
86822
|
+
width: 0;
|
|
86823
|
+
}
|
|
86824
|
+
|
|
86787
86825
|
.e-multicolumn-grid.e-grid {
|
|
86788
86826
|
border-width: 1px;
|
|
86789
86827
|
border-radius: 4px;
|
|
@@ -87286,9 +87324,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87286
87324
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
87287
87325
|
width: 4px;
|
|
87288
87326
|
}
|
|
87289
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
87290
|
-
scrollbar-width: none;
|
|
87291
|
-
}
|
|
87292
87327
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
87293
87328
|
right: unset;
|
|
87294
87329
|
left: 20px;
|
|
@@ -87301,6 +87336,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87301
87336
|
padding-left: 35px;
|
|
87302
87337
|
padding-right: unset;
|
|
87303
87338
|
}
|
|
87339
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
87340
|
+
max-height: 280px;
|
|
87341
|
+
}
|
|
87304
87342
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
87305
87343
|
position: absolute;
|
|
87306
87344
|
right: 20px;
|