@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
|
@@ -236,13 +236,13 @@
|
|
|
236
236
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt1);
|
|
237
237
|
--color-sf-appbar-color-alt1: var(--color-sf-content-text-color);
|
|
238
238
|
--color-sf-appbar-border-color-alt1: var(--color-sf-appbar-bg-color-alt1);
|
|
239
|
-
--color-sf-appbar-hover-bg-color-alt1:
|
|
239
|
+
--color-sf-appbar-hover-bg-color-alt1: transparent;
|
|
240
240
|
|
|
241
241
|
//dark
|
|
242
242
|
--color-sf-appbar-bg-color-alt2: #212529;
|
|
243
243
|
--color-sf-appbar-color-alt2: #fff;
|
|
244
244
|
--color-sf-appbar-border-color-alt2: var(--color-sf-appbar-bg-color-alt2);
|
|
245
|
-
--color-sf-appbar-hover-bg-color-alt2:
|
|
245
|
+
--color-sf-appbar-hover-bg-color-alt2: transparent;
|
|
246
246
|
|
|
247
247
|
//diagram Palette color
|
|
248
248
|
--color-sf-diagram-palette-background: #fff;
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
--color-sf-msg-bg-color: #e2e3e5;
|
|
264
264
|
--color-sf-msg-border-color: #c4c8cb;
|
|
265
265
|
--color-sf-msg-color-alt1: var(--color-sf-msg-color);
|
|
266
|
-
--color-sf-msg-bg-color-alt1:
|
|
266
|
+
--color-sf-msg-bg-color-alt1: transparent;
|
|
267
267
|
--color-sf-msg-border-color-alt1: var(--color-sf-msg-border-color);
|
|
268
268
|
--color-sf-msg-color-alt2: #fff;
|
|
269
269
|
--color-sf-msg-bg-color-alt2: #6c757d;
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
--color-sf-msg-danger-bg-color: #f8d7da;
|
|
281
281
|
--color-sf-msg-danger-border-color: #f1aeb5;
|
|
282
282
|
--color-sf-msg-danger-color-alt1: var(--color-sf-msg-danger-color);
|
|
283
|
-
--color-sf-msg-danger-bg-color-alt1:
|
|
283
|
+
--color-sf-msg-danger-bg-color-alt1: transparent;
|
|
284
284
|
--color-sf-msg-danger-border-color-alt1: var(--color-sf-msg-danger-border-color);
|
|
285
285
|
--color-sf-msg-danger-color-alt2: #fff;
|
|
286
286
|
--color-sf-msg-danger-bg-color-alt2: #dc3545;
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
--color-sf-msg-success-bg-color: #d1e7dd;
|
|
298
298
|
--color-sf-msg-success-border-color: #a3cfbb;
|
|
299
299
|
--color-sf-msg-success-color-alt1: var(--color-sf-msg-success-color);
|
|
300
|
-
--color-sf-msg-success-bg-color-alt1:
|
|
300
|
+
--color-sf-msg-success-bg-color-alt1: transparent;
|
|
301
301
|
--color-sf-msg-success-border-color-alt1: var(--color-sf-msg-success-border-color);
|
|
302
302
|
--color-sf-msg-success-color-alt2: #fff;
|
|
303
303
|
--color-sf-msg-success-bg-color-alt2: #198754;
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
--color-sf-msg-warning-bg-color: #fff3cd;
|
|
315
315
|
--color-sf-msg-warning-border-color: #ffe69c;
|
|
316
316
|
--color-sf-msg-warning-color-alt1: var(--color-sf-msg-warning-color);
|
|
317
|
-
--color-sf-msg-warning-bg-color-alt1:
|
|
317
|
+
--color-sf-msg-warning-bg-color-alt1: transparent;
|
|
318
318
|
--color-sf-msg-warning-border-color-alt1: var(--color-sf-msg-warning-border-color);
|
|
319
319
|
--color-sf-msg-warning-color-alt2: #212529;
|
|
320
320
|
--color-sf-msg-warning-bg-color-alt2: #ffc107;
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
--color-sf-msg-info-bg-color: #cff4fc;
|
|
332
332
|
--color-sf-msg-info-border-color: #9eeaf9;
|
|
333
333
|
--color-sf-msg-info-color-alt1: var(--color-sf-msg-info-color);
|
|
334
|
-
--color-sf-msg-info-bg-color-alt1:
|
|
334
|
+
--color-sf-msg-info-bg-color-alt1: transparent;
|
|
335
335
|
--color-sf-msg-info-border-color-alt1: var(--color-sf-msg-info-border-color);
|
|
336
336
|
--color-sf-msg-info-color-alt2: #212529;
|
|
337
337
|
--color-sf-msg-info-bg-color-alt2: #0dcaf0;
|
|
@@ -584,13 +584,13 @@
|
|
|
584
584
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt1);
|
|
585
585
|
--color-sf-appbar-color-alt1: var(--color-sf-content-text-color);
|
|
586
586
|
--color-sf-appbar-border-color-alt1: var(--color-sf-appbar-bg-color-alt1);
|
|
587
|
-
--color-sf-appbar-hover-bg-color-alt1:
|
|
587
|
+
--color-sf-appbar-hover-bg-color-alt1: transparent;
|
|
588
588
|
|
|
589
589
|
//dark
|
|
590
590
|
--color-sf-appbar-bg-color-alt2: #dee2e6;
|
|
591
591
|
--color-sf-appbar-color-alt2: #212529;
|
|
592
592
|
--color-sf-appbar-border-color-alt2: var(--color-sf-appbar-bg-color-alt2);
|
|
593
|
-
--color-sf-appbar-hover-bg-color-alt2:
|
|
593
|
+
--color-sf-appbar-hover-bg-color-alt2: transparent;
|
|
594
594
|
|
|
595
595
|
//diagram Palette color
|
|
596
596
|
--color-sf-diagram-palette-background: #dee2e6;
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
--color-sf-msg-bg-color: #161719;
|
|
611
611
|
--color-sf-msg-border-color: #41464b;
|
|
612
612
|
--color-sf-msg-color-alt1: var(--color-sf-msg-color);
|
|
613
|
-
--color-sf-msg-bg-color-alt1:
|
|
613
|
+
--color-sf-msg-bg-color-alt1: transparent;
|
|
614
614
|
--color-sf-msg-border-color-alt1: var(--color-sf-msg-border-color);
|
|
615
615
|
--color-sf-msg-color-alt2: #fff;
|
|
616
616
|
--color-sf-msg-bg-color-alt2: #6c757d;
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
--color-sf-msg-danger-bg-color: #2c0b0e;
|
|
628
628
|
--color-sf-msg-danger-border-color: #842029;
|
|
629
629
|
--color-sf-msg-danger-color-alt1: var(--color-sf-msg-danger-color);
|
|
630
|
-
--color-sf-msg-danger-bg-color-alt1:
|
|
630
|
+
--color-sf-msg-danger-bg-color-alt1: transparent;
|
|
631
631
|
--color-sf-msg-danger-border-color-alt1: var(--color-sf-msg-danger-border-color);
|
|
632
632
|
--color-sf-msg-danger-color-alt2: #fff;
|
|
633
633
|
--color-sf-msg-danger-bg-color-alt2: #dc3545;
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
--color-sf-msg-success-bg-color: #051b11;
|
|
645
645
|
--color-sf-msg-success-border-color: #0f5132;
|
|
646
646
|
--color-sf-msg-success-color-alt1: var(--color-sf-msg-success-color);
|
|
647
|
-
--color-sf-msg-success-bg-color-alt1:
|
|
647
|
+
--color-sf-msg-success-bg-color-alt1: transparent;
|
|
648
648
|
--color-sf-msg-success-border-color-alt1: var(--color-sf-msg-success-border-color);
|
|
649
649
|
--color-sf-msg-success-color-alt2: #fff;
|
|
650
650
|
--color-sf-msg-success-bg-color-alt2: #198754;
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
--color-sf-msg-warning-bg-color: #332701;
|
|
662
662
|
--color-sf-msg-warning-border-color: #997404;
|
|
663
663
|
--color-sf-msg-warning-color-alt1: var(--color-sf-msg-warning-color);
|
|
664
|
-
--color-sf-msg-warning-bg-color-alt1:
|
|
664
|
+
--color-sf-msg-warning-bg-color-alt1: transparent;
|
|
665
665
|
--color-sf-msg-warning-border-color-alt1: var(--color-sf-msg-warning-border-color);
|
|
666
666
|
--color-sf-msg-warning-color-alt2: #212529;
|
|
667
667
|
--color-sf-msg-warning-bg-color-alt2: #ffc107;
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
--color-sf-msg-info-bg-color: #032830;
|
|
679
679
|
--color-sf-msg-info-border-color: #087990;
|
|
680
680
|
--color-sf-msg-info-color-alt1: var(--color-sf-msg-info-color);
|
|
681
|
-
--color-sf-msg-info-bg-color-alt1:
|
|
681
|
+
--color-sf-msg-info-bg-color-alt1: transparent;
|
|
682
682
|
--color-sf-msg-info-border-color-alt1: var(--color-sf-msg-info-border-color);
|
|
683
683
|
--color-sf-msg-info-color-alt2: #212529;
|
|
684
684
|
--color-sf-msg-info-bg-color-alt2: #0dcaf0;
|
|
@@ -64321,8 +64321,11 @@ $ddt-select-all-padding: 0 8px !default;
|
|
|
64321
64321
|
$ddt-big-select-all-padding: 3px 12px !default;
|
|
64322
64322
|
$ddt-select-all-height: 34px !default;
|
|
64323
64323
|
$ddt-select-all-checkbox-margin: 0 8px !default;
|
|
64324
|
-
$ddt-select-all-
|
|
64325
|
-
$ddt-select-all-
|
|
64324
|
+
$ddt-rtl-select-all-checkbox-margin: 0 8px !default;
|
|
64325
|
+
$ddt-select-all-text-indent: 36px !default;
|
|
64326
|
+
$ddt-rtl-select-all-text-indent: 41px !default;
|
|
64327
|
+
$ddt-select-all-bigger-text-indent: 28px !default;
|
|
64328
|
+
$ddt-rtl-select-all-bigger-text-indent: 28px !default;
|
|
64326
64329
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
64327
64330
|
$ddt-popup-radius: 4px !default;
|
|
64328
64331
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -64343,6 +64346,11 @@ $ddt-overflow-count-padding: 5px 4px !default;
|
|
|
64343
64346
|
$ddt-delim-padding : 5px 8px !default;
|
|
64344
64347
|
$ddt-delim-bigger-padding: 6px 12px !default;
|
|
64345
64348
|
$ddt-remains-count-padding-top: 0 !default;
|
|
64349
|
+
$ddt-select-all-font-size: 14px !default;
|
|
64350
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
64351
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
64352
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
64353
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
64346
64354
|
|
|
64347
64355
|
// color variables
|
|
64348
64356
|
$ddt-chip-bg-color: $secondary-bg-color !default;
|
|
@@ -64917,10 +64925,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64917
64925
|
.e-checkbox-wrapper {
|
|
64918
64926
|
position: relative;
|
|
64919
64927
|
text-indent: 0;
|
|
64920
|
-
|
|
64921
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
64922
|
-
bottom: 2px;
|
|
64923
|
-
}
|
|
64928
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
64924
64929
|
|
|
64925
64930
|
.e-frame {
|
|
64926
64931
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -64931,7 +64936,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64931
64936
|
|
|
64932
64937
|
.e-all-text {
|
|
64933
64938
|
font-family: inherit;
|
|
64934
|
-
font-size:
|
|
64939
|
+
font-size: $ddt-select-all-font-size;
|
|
64935
64940
|
margin: $ddt-select-all-checkbox-margin;
|
|
64936
64941
|
@if $ddt-skin-name == 'tailwind' {
|
|
64937
64942
|
line-height: $ddt-select-all-height;
|
|
@@ -65284,6 +65289,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
65284
65289
|
.e-treeview .e-list-item .e-ul {
|
|
65285
65290
|
padding: 0 14px 0 0;
|
|
65286
65291
|
}
|
|
65292
|
+
|
|
65293
|
+
.e-selectall-parent {
|
|
65294
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
65295
|
+
.e-all-text {
|
|
65296
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
65297
|
+
}
|
|
65298
|
+
}
|
|
65287
65299
|
}
|
|
65288
65300
|
}
|
|
65289
65301
|
}
|
|
@@ -65828,19 +65840,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
65828
65840
|
|
|
65829
65841
|
.e-selectall-parent {
|
|
65830
65842
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
65831
|
-
|
|
65832
|
-
padding: $ddt-big-select-all-padding;
|
|
65843
|
+
padding: $ddt-big-select-all-padding;
|
|
65833
65844
|
|
|
65834
|
-
|
|
65835
|
-
|
|
65836
|
-
|
|
65837
|
-
|
|
65838
|
-
margin: 0 12px;
|
|
65839
|
-
}
|
|
65840
|
-
@else {
|
|
65841
|
-
margin: 0 16px;
|
|
65842
|
-
}
|
|
65843
|
-
}
|
|
65845
|
+
.e-all-text {
|
|
65846
|
+
font-size: $ddt-big-select-all-font-size;
|
|
65847
|
+
line-height: 24px;
|
|
65848
|
+
margin: $ddt-big-select-all-text-margin;
|
|
65844
65849
|
}
|
|
65845
65850
|
}
|
|
65846
65851
|
|
|
@@ -65996,6 +66001,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
65996
66001
|
right: auto;
|
|
65997
66002
|
}
|
|
65998
66003
|
}
|
|
66004
|
+
|
|
66005
|
+
.e-selectall-parent {
|
|
66006
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
66007
|
+
.e-all-text {
|
|
66008
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
66009
|
+
}
|
|
66010
|
+
}
|
|
65999
66011
|
}
|
|
66000
66012
|
}
|
|
66001
66013
|
}
|
|
@@ -89286,6 +89298,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
89286
89298
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
89287
89299
|
background-color: $grid-hover-bg-color;
|
|
89288
89300
|
}
|
|
89301
|
+
|
|
89302
|
+
&.sf-grid{
|
|
89303
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
89304
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
89305
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
89306
|
+
}
|
|
89307
|
+
}
|
|
89289
89308
|
}
|
|
89290
89309
|
|
|
89291
89310
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -91827,6 +91846,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
91827
91846
|
padding-top: 40px;
|
|
91828
91847
|
}
|
|
91829
91848
|
|
|
91849
|
+
& .e-mainfilterdiv {
|
|
91850
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
91851
|
+
padding-top: 30px;
|
|
91852
|
+
}
|
|
91853
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
91854
|
+
padding-top: 0;
|
|
91855
|
+
}
|
|
91856
|
+
@else {
|
|
91857
|
+
padding-top: 16px;
|
|
91858
|
+
}
|
|
91859
|
+
}
|
|
91860
|
+
|
|
91830
91861
|
& .e-filtersetdiv {
|
|
91831
91862
|
float: right;
|
|
91832
91863
|
margin-right: 1%;
|
|
@@ -109686,13 +109717,13 @@ $pv-comment-title-padding-top: 7px !default;
|
|
|
109686
109717
|
$pv-signature-footer-color: $content-bg-color-alt2 !default;
|
|
109687
109718
|
$pv-signature-border-color: 1px dotted $content-bg-color-alt2 !default;
|
|
109688
109719
|
$pv-signature-color: $primary !default;
|
|
109689
|
-
$pv-form-checkbox-border-color: $black !default;
|
|
109720
|
+
$pv-form-checkbox-border-color: rgba($black) !default;
|
|
109690
109721
|
$pv-form-field-size: 0 !default;
|
|
109691
109722
|
$pv-form-field-radiobutton-border: 5px solid $white !default;
|
|
109692
109723
|
$pv-form-field-radiobutton-box-shadow: 0 0 0 1px $black !default;
|
|
109693
109724
|
$pv-form-field-li-background-color: $primary !default;
|
|
109694
109725
|
$pv-form-field-checkbox-container: 1px solid $black !default;
|
|
109695
|
-
$pv-form-field-checkbox-checked: solid $black !default;
|
|
109726
|
+
$pv-form-field-checkbox-checked: solid rgba($black) !default;
|
|
109696
109727
|
$pv-form-field-checkbox-border-width: 3px !default;
|
|
109697
109728
|
$pv-form-field-property-header-font-size: 20px !default;
|
|
109698
109729
|
$pv-form-field-property-header-font-weight: 500 !default;
|
|
@@ -140948,6 +140979,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
140948
140979
|
align-items: center;
|
|
140949
140980
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
140950
140981
|
}
|
|
140982
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
140983
|
+
border: 0;
|
|
140984
|
+
height: 0;
|
|
140985
|
+
padding: 0;
|
|
140986
|
+
visibility: hidden;
|
|
140987
|
+
width: 0;
|
|
140988
|
+
}
|
|
140951
140989
|
.e-multicolumn-grid.e-grid {
|
|
140952
140990
|
border-width: $grid-border-width;
|
|
140953
140991
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -141503,9 +141541,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141503
141541
|
textarea::-webkit-scrollbar {
|
|
141504
141542
|
width: 4px;
|
|
141505
141543
|
}
|
|
141506
|
-
.hide-scrollbar textarea {
|
|
141507
|
-
scrollbar-width: none;
|
|
141508
|
-
}
|
|
141509
141544
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
141510
141545
|
right: unset;
|
|
141511
141546
|
left: 20px;
|
|
@@ -141537,6 +141572,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141537
141572
|
}
|
|
141538
141573
|
}
|
|
141539
141574
|
&:not(.e-footer-template) {
|
|
141575
|
+
.e-textarea {
|
|
141576
|
+
max-height: 280px;
|
|
141577
|
+
}
|
|
141540
141578
|
.e-assist-send {
|
|
141541
141579
|
position: absolute;
|
|
141542
141580
|
right: 20px;
|
|
@@ -63212,8 +63212,11 @@ $ddt-select-all-padding: 0 8px !default;
|
|
|
63212
63212
|
$ddt-big-select-all-padding: 3px 12px !default;
|
|
63213
63213
|
$ddt-select-all-height: 34px !default;
|
|
63214
63214
|
$ddt-select-all-checkbox-margin: 0 8px !default;
|
|
63215
|
-
$ddt-select-all-
|
|
63216
|
-
$ddt-select-all-
|
|
63215
|
+
$ddt-rtl-select-all-checkbox-margin: 0 8px !default;
|
|
63216
|
+
$ddt-select-all-text-indent: 32px !default;
|
|
63217
|
+
$ddt-rtl-select-all-text-indent: 32px !default;
|
|
63218
|
+
$ddt-select-all-bigger-text-indent: 41px !default;
|
|
63219
|
+
$ddt-rtl-select-all-bigger-text-indent: 40px !default;
|
|
63217
63220
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
63218
63221
|
$ddt-popup-radius: 4px !default;
|
|
63219
63222
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -63234,6 +63237,11 @@ $ddt-overflow-count-padding: 5px 4px !default;
|
|
|
63234
63237
|
$ddt-delim-padding : 0 8px !default;
|
|
63235
63238
|
$ddt-delim-bigger-padding: 0 12px !default;
|
|
63236
63239
|
$ddt-remains-count-padding-top: 0 !default;
|
|
63240
|
+
$ddt-select-all-font-size: 14px !default;
|
|
63241
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
63242
|
+
$ddt-big-select-all-text-margin: 0 12px !default;
|
|
63243
|
+
$ddt-rtl-big-select-all-text-margin: 0 12px !default;
|
|
63244
|
+
$ddt-select-all-checkbox-bottom: 0 !default;
|
|
63237
63245
|
|
|
63238
63246
|
// color variables
|
|
63239
63247
|
$ddt-chip-bg-color: $secondary-bg-color !default;
|
|
@@ -63807,10 +63815,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63807
63815
|
.e-checkbox-wrapper {
|
|
63808
63816
|
position: relative;
|
|
63809
63817
|
text-indent: 0;
|
|
63810
|
-
|
|
63811
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
63812
|
-
bottom: 2px;
|
|
63813
|
-
}
|
|
63818
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
63814
63819
|
|
|
63815
63820
|
.e-frame {
|
|
63816
63821
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -63821,7 +63826,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63821
63826
|
|
|
63822
63827
|
.e-all-text {
|
|
63823
63828
|
font-family: inherit;
|
|
63824
|
-
font-size:
|
|
63829
|
+
font-size: $ddt-select-all-font-size;
|
|
63825
63830
|
margin: $ddt-select-all-checkbox-margin;
|
|
63826
63831
|
@if $ddt-skin-name == 'tailwind' {
|
|
63827
63832
|
line-height: $ddt-select-all-height;
|
|
@@ -64174,6 +64179,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64174
64179
|
.e-treeview .e-list-item .e-ul {
|
|
64175
64180
|
padding: 0 14px 0 0;
|
|
64176
64181
|
}
|
|
64182
|
+
|
|
64183
|
+
.e-selectall-parent {
|
|
64184
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
64185
|
+
.e-all-text {
|
|
64186
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
64187
|
+
}
|
|
64188
|
+
}
|
|
64177
64189
|
}
|
|
64178
64190
|
}
|
|
64179
64191
|
}
|
|
@@ -64718,19 +64730,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64718
64730
|
|
|
64719
64731
|
.e-selectall-parent {
|
|
64720
64732
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
64721
|
-
|
|
64722
|
-
padding: $ddt-big-select-all-padding;
|
|
64733
|
+
padding: $ddt-big-select-all-padding;
|
|
64723
64734
|
|
|
64724
|
-
|
|
64725
|
-
|
|
64726
|
-
|
|
64727
|
-
|
|
64728
|
-
margin: 0 12px;
|
|
64729
|
-
}
|
|
64730
|
-
@else {
|
|
64731
|
-
margin: 0 16px;
|
|
64732
|
-
}
|
|
64733
|
-
}
|
|
64735
|
+
.e-all-text {
|
|
64736
|
+
font-size: $ddt-big-select-all-font-size;
|
|
64737
|
+
line-height: 24px;
|
|
64738
|
+
margin: $ddt-big-select-all-text-margin;
|
|
64734
64739
|
}
|
|
64735
64740
|
}
|
|
64736
64741
|
|
|
@@ -64886,6 +64891,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64886
64891
|
right: auto;
|
|
64887
64892
|
}
|
|
64888
64893
|
}
|
|
64894
|
+
|
|
64895
|
+
.e-selectall-parent {
|
|
64896
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
64897
|
+
.e-all-text {
|
|
64898
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
64899
|
+
}
|
|
64900
|
+
}
|
|
64889
64901
|
}
|
|
64890
64902
|
}
|
|
64891
64903
|
}
|
|
@@ -88143,6 +88155,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88143
88155
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88144
88156
|
background-color: $grid-hover-bg-color;
|
|
88145
88157
|
}
|
|
88158
|
+
|
|
88159
|
+
&.sf-grid{
|
|
88160
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88161
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88162
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88163
|
+
}
|
|
88164
|
+
}
|
|
88146
88165
|
}
|
|
88147
88166
|
|
|
88148
88167
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90684,6 +90703,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90684
90703
|
padding-top: 40px;
|
|
90685
90704
|
}
|
|
90686
90705
|
|
|
90706
|
+
& .e-mainfilterdiv {
|
|
90707
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90708
|
+
padding-top: 30px;
|
|
90709
|
+
}
|
|
90710
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90711
|
+
padding-top: 0;
|
|
90712
|
+
}
|
|
90713
|
+
@else {
|
|
90714
|
+
padding-top: 16px;
|
|
90715
|
+
}
|
|
90716
|
+
}
|
|
90717
|
+
|
|
90687
90718
|
& .e-filtersetdiv {
|
|
90688
90719
|
float: right;
|
|
90689
90720
|
margin-right: 1%;
|
|
@@ -139812,6 +139843,13 @@ $nodata-border-color: $border-light !default;
|
|
|
139812
139843
|
align-items: center;
|
|
139813
139844
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
139814
139845
|
}
|
|
139846
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
139847
|
+
border: 0;
|
|
139848
|
+
height: 0;
|
|
139849
|
+
padding: 0;
|
|
139850
|
+
visibility: hidden;
|
|
139851
|
+
width: 0;
|
|
139852
|
+
}
|
|
139815
139853
|
.e-multicolumn-grid.e-grid {
|
|
139816
139854
|
border-width: $grid-border-width;
|
|
139817
139855
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -140367,9 +140405,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140367
140405
|
textarea::-webkit-scrollbar {
|
|
140368
140406
|
width: 4px;
|
|
140369
140407
|
}
|
|
140370
|
-
.hide-scrollbar textarea {
|
|
140371
|
-
scrollbar-width: none;
|
|
140372
|
-
}
|
|
140373
140408
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140374
140409
|
right: unset;
|
|
140375
140410
|
left: 20px;
|
|
@@ -140401,6 +140436,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140401
140436
|
}
|
|
140402
140437
|
}
|
|
140403
140438
|
&:not(.e-footer-template) {
|
|
140439
|
+
.e-textarea {
|
|
140440
|
+
max-height: 280px;
|
|
140441
|
+
}
|
|
140404
140442
|
.e-assist-send {
|
|
140405
140443
|
position: absolute;
|
|
140406
140444
|
right: 20px;
|
|
@@ -103,7 +103,7 @@ $de-toggle-btn-outline: $neutral-light 0 solid !default;
|
|
|
103
103
|
$de-toggle-btn-border: none !default;
|
|
104
104
|
$de-panel-border: $neutral-quintenaryalt !default;
|
|
105
105
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
106
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
106
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
107
107
|
$de-font-color: $neutral-light-font !default;
|
|
108
108
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
109
109
|
$de-hover-bg: #414040 !default;
|
|
@@ -116,7 +116,7 @@ $de-border-size-button-width: 100px !default;
|
|
|
116
116
|
$de-ctnr-separator-clr: $neutral-quintenaryalt;
|
|
117
117
|
$de-list-hover-bg: $neutral-lighter !default;
|
|
118
118
|
$de-pane-margin-right: 12px;
|
|
119
|
-
$de-pane-margin-right-big:
|
|
119
|
+
$de-pane-margin-right-big: 15px;
|
|
120
120
|
$de-left-panel-width: 149px;
|
|
121
121
|
$de-left-panel-width-big: $de-left-panel-width;
|
|
122
122
|
$de-right-panel-width: 75px;
|
|
@@ -103,7 +103,7 @@ $de-toggle-btn-outline: $neutral-light 0 solid !default;
|
|
|
103
103
|
$de-toggle-btn-border: none !default;
|
|
104
104
|
$de-panel-border: $neutral-quintenaryalt !default;
|
|
105
105
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
106
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
106
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
107
107
|
$de-font-color: $neutral-light-font !default;
|
|
108
108
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
109
109
|
$de-hover-bg: #414040 !default;
|
|
@@ -116,7 +116,7 @@ $de-border-size-button-width: 100px !default;
|
|
|
116
116
|
$de-ctnr-separator-clr: $neutral-quintenaryalt;
|
|
117
117
|
$de-list-hover-bg: $neutral-lighter !default;
|
|
118
118
|
$de-pane-margin-right: 12px;
|
|
119
|
-
$de-pane-margin-right-big:
|
|
119
|
+
$de-pane-margin-right-big: 15px;
|
|
120
120
|
$de-left-panel-width: 149px;
|
|
121
121
|
$de-left-panel-width-big: $de-left-panel-width;
|
|
122
122
|
$de-right-panel-width: 75px;
|
|
@@ -103,7 +103,7 @@ $de-toggle-btn-outline: $neutral-light 0 solid !default;
|
|
|
103
103
|
$de-toggle-btn-border: none !default;
|
|
104
104
|
$de-panel-border: $neutral-quintenaryalt !default;
|
|
105
105
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
106
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
106
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
107
107
|
$de-font-color: $neutral-light-font !default;
|
|
108
108
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
109
109
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -116,7 +116,7 @@ $de-border-size-button-width: 100px !default;
|
|
|
116
116
|
$de-ctnr-separator-clr: $neutral-quintenaryalt;
|
|
117
117
|
$de-list-hover-bg: $neutral-lighter !default;
|
|
118
118
|
$de-pane-margin-right: 12px;
|
|
119
|
-
$de-pane-margin-right-big:
|
|
119
|
+
$de-pane-margin-right-big: 15px;
|
|
120
120
|
$de-left-panel-width: 149px;
|
|
121
121
|
$de-left-panel-width-big: $de-left-panel-width;
|
|
122
122
|
$de-right-panel-width: 75px;
|
|
@@ -103,7 +103,7 @@ $de-toggle-btn-outline: $neutral-light 0 solid !default;
|
|
|
103
103
|
$de-toggle-btn-border: none !default;
|
|
104
104
|
$de-panel-border: $neutral-quintenaryalt !default;
|
|
105
105
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
106
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
106
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
107
107
|
$de-font-color: $neutral-light-font !default;
|
|
108
108
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
109
109
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -116,7 +116,7 @@ $de-border-size-button-width: 100px !default;
|
|
|
116
116
|
$de-ctnr-separator-clr: $neutral-quintenaryalt;
|
|
117
117
|
$de-list-hover-bg: $neutral-lighter !default;
|
|
118
118
|
$de-pane-margin-right: 12px;
|
|
119
|
-
$de-pane-margin-right-big:
|
|
119
|
+
$de-pane-margin-right-big: 15px;
|
|
120
120
|
$de-left-panel-width: 149px;
|
|
121
121
|
$de-left-panel-width-big: $de-left-panel-width;
|
|
122
122
|
$de-right-panel-width: 75px;
|
|
@@ -103,7 +103,7 @@ $de-toggle-btn-outline: $content-font 0 solid !default;
|
|
|
103
103
|
$de-toggle-btn-border: none !default;
|
|
104
104
|
$de-panel-border: $bg-base-100 !default;
|
|
105
105
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
106
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
106
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
107
107
|
$de-font-color: $content-font !default;
|
|
108
108
|
$de-hover-clr: 1px solid #ff8c00;
|
|
109
109
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -103,7 +103,7 @@ $de-toggle-btn-outline: $content-font 0 solid !default;
|
|
|
103
103
|
$de-toggle-btn-border: none !default;
|
|
104
104
|
$de-panel-border: $bg-base-100 !default;
|
|
105
105
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
106
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
106
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
107
107
|
$de-font-color: $content-font !default;
|
|
108
108
|
$de-hover-clr: 1px solid #ff8c00;
|
|
109
109
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -104,8 +104,8 @@ $de-toggle-btn-outline: $grey-50 0 solid !default;
|
|
|
104
104
|
$de-toggle-btn-border: none !default;
|
|
105
105
|
$de-panel-border: $grey-700 !default;
|
|
106
106
|
$de-panel-btn-bg-clr: '' !default;
|
|
107
|
-
$de-page-no-width-spellout: calc(100% -
|
|
108
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
107
|
+
$de-page-no-width-spellout: calc(100% - 146px) !default;
|
|
108
|
+
$de-page-no-width-spellout-big: calc(100% - 164px) !default;
|
|
109
109
|
$de-font-color: $grey-dark-font !default;
|
|
110
110
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
111
111
|
$de-hover-bg: rgba(255, 255, 255, .1) !default;
|
|
@@ -104,8 +104,8 @@ $de-toggle-btn-outline: $grey-50 0 solid !default;
|
|
|
104
104
|
$de-toggle-btn-border: none !default;
|
|
105
105
|
$de-panel-border: $grey-700 !default;
|
|
106
106
|
$de-panel-btn-bg-clr: '' !default;
|
|
107
|
-
$de-page-no-width-spellout: calc(100% -
|
|
108
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
107
|
+
$de-page-no-width-spellout: calc(100% - 146px) !default;
|
|
108
|
+
$de-page-no-width-spellout-big: calc(100% - 164px) !default;
|
|
109
109
|
$de-font-color: $grey-dark-font !default;
|
|
110
110
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
111
111
|
$de-hover-bg: rgba(255, 255, 255, .1) !default;
|
|
@@ -104,8 +104,8 @@ $de-toggle-btn-outline: $grey-50 0 solid !default;
|
|
|
104
104
|
$de-toggle-btn-border: none !default;
|
|
105
105
|
$de-panel-border: $grey-200 !default;
|
|
106
106
|
$de-panel-btn-bg-clr: #eee !default;
|
|
107
|
-
$de-page-no-width-spellout: calc(100% -
|
|
108
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
107
|
+
$de-page-no-width-spellout: calc(100% - 146px) !default;
|
|
108
|
+
$de-page-no-width-spellout-big: calc(100% - 164px) !default;
|
|
109
109
|
$de-font-color: $grey-light-font !default;
|
|
110
110
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
111
111
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -104,8 +104,8 @@ $de-toggle-btn-outline: $grey-50 0 solid !default;
|
|
|
104
104
|
$de-toggle-btn-border: none !default;
|
|
105
105
|
$de-panel-border: $grey-200 !default;
|
|
106
106
|
$de-panel-btn-bg-clr: #eee !default;
|
|
107
|
-
$de-page-no-width-spellout: calc(100% -
|
|
108
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
107
|
+
$de-page-no-width-spellout: calc(100% - 146px) !default;
|
|
108
|
+
$de-page-no-width-spellout-big: calc(100% - 164px) !default;
|
|
109
109
|
$de-font-color: $grey-light-font !default;
|
|
110
110
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
111
111
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -91,7 +91,7 @@ $de-border-size-button-width-bg: 100px !default;
|
|
|
91
91
|
$de-border-size-button-height: 32px !default;
|
|
92
92
|
$de-border-size-button-width: 104px !default;
|
|
93
93
|
$de-list-hover-bg: rgba($primary) !default;
|
|
94
|
-
$de-pane-margin-right:
|
|
94
|
+
$de-pane-margin-right: 9px;
|
|
95
95
|
$de-pane-margin-right-big: 16px;
|
|
96
96
|
$de-left-panel-width: 151px;
|
|
97
97
|
$de-left-panel-width-big: 169px;
|
|
@@ -91,7 +91,7 @@ $de-border-size-button-width-bg: 100px !default;
|
|
|
91
91
|
$de-border-size-button-height: 32px !default;
|
|
92
92
|
$de-border-size-button-width: 104px !default;
|
|
93
93
|
$de-list-hover-bg: rgba($primary) !default;
|
|
94
|
-
$de-pane-margin-right:
|
|
94
|
+
$de-pane-margin-right: 9px;
|
|
95
95
|
$de-pane-margin-right-big: 16px;
|
|
96
96
|
$de-left-panel-width: 151px;
|
|
97
97
|
$de-left-panel-width-big: 169px;
|
|
@@ -91,7 +91,7 @@ $de-border-size-button-width-bg: 100px !default;
|
|
|
91
91
|
$de-border-size-button-height: 32px !default;
|
|
92
92
|
$de-border-size-button-width: 104px !default;
|
|
93
93
|
$de-list-hover-bg: rgba($primary) !default;
|
|
94
|
-
$de-pane-margin-right:
|
|
94
|
+
$de-pane-margin-right: 9px;
|
|
95
95
|
$de-pane-margin-right-big: 16px;
|
|
96
96
|
$de-left-panel-width: 151px;
|
|
97
97
|
$de-left-panel-width-big: 169px;
|
|
@@ -91,7 +91,7 @@ $de-border-size-button-width-bg: 100px !default;
|
|
|
91
91
|
$de-border-size-button-height: 32px !default;
|
|
92
92
|
$de-border-size-button-width: 104px !default;
|
|
93
93
|
$de-list-hover-bg: rgba($primary) !default;
|
|
94
|
-
$de-pane-margin-right:
|
|
94
|
+
$de-pane-margin-right: 9px;
|
|
95
95
|
$de-pane-margin-right-big: 16px;
|
|
96
96
|
$de-left-panel-width: 151px;
|
|
97
97
|
$de-left-panel-width-big: 169px;
|