@syncfusion/blazor-themes 26.1.42 → 26.2.5
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/SCSS-Themes/base/fluent2-dark.scss +2 -2
- package/SCSS-Themes/base/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/base/fluent2.scss +15 -13
- package/SCSS-Themes/bds-dark.scss +244 -67
- package/SCSS-Themes/bds.scss +244 -67
- package/SCSS-Themes/bootstrap-dark.scss +244 -67
- package/SCSS-Themes/bootstrap.scss +250 -73
- package/SCSS-Themes/bootstrap4.scss +250 -73
- package/SCSS-Themes/bootstrap5-dark.scss +252 -75
- package/SCSS-Themes/bootstrap5.scss +252 -75
- package/SCSS-Themes/buttons/button/bds-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bds.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap4.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2.scss +2 -2
- package/SCSS-Themes/buttons/button/highcontrast.scss +2 -2
- package/SCSS-Themes/buttons/button/material-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material.scss +2 -2
- package/SCSS-Themes/buttons/button/material3-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material3.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind.scss +2 -2
- package/SCSS-Themes/buttons/speed-dial/bds-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bds.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap4.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/highcontrast.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind.scss +1 -0
- package/SCSS-Themes/dropdowns/list-box/bds-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bds.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +17 -13
- package/SCSS-Themes/dropdowns/multi-select/material.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +244 -67
- package/SCSS-Themes/fabric.scss +247 -70
- package/SCSS-Themes/fluent-dark.scss +250 -73
- package/SCSS-Themes/fluent.scss +250 -73
- package/SCSS-Themes/fluent2-dark.scss +260 -83
- package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/fluent2.scss +273 -94
- package/SCSS-Themes/grids/grid/bds-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bds.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -18
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -18
- package/SCSS-Themes/grids/grid/fabric-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/fabric.scss +18 -13
- package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +27 -22
- package/SCSS-Themes/grids/grid/fluent2.scss +27 -22
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -17
- package/SCSS-Themes/grids/grid/material-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/material.scss +16 -11
- package/SCSS-Themes/grids/grid/material3-dark.scss +20 -15
- package/SCSS-Themes/grids/grid/material3.scss +20 -15
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +24 -19
- package/SCSS-Themes/grids/grid/tailwind.scss +24 -19
- package/SCSS-Themes/highcontrast.scss +251 -74
- package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bds.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +50 -1
- package/SCSS-Themes/inputs/input/bds-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bds.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap4.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2.scss +45 -21
- package/SCSS-Themes/inputs/input/highcontrast.scss +45 -21
- package/SCSS-Themes/inputs/input/material-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material.scss +45 -21
- package/SCSS-Themes/inputs/input/material3-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material3.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind.scss +45 -21
- package/SCSS-Themes/inputs/otp-input/bds-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bds.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap4.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/highcontrast.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind.scss +1 -1
- package/SCSS-Themes/material-dark.scss +244 -67
- package/SCSS-Themes/material.scss +246 -69
- package/SCSS-Themes/material3-dark.scss +249 -72
- package/SCSS-Themes/material3.scss +249 -72
- package/SCSS-Themes/navigations/breadcrumb/bds-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bds.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap4.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/highcontrast.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind.scss +4 -2
- package/SCSS-Themes/navigations/treeview/bds-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bds.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2.scss +2 -2
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind.scss +2 -2
- package/SCSS-Themes/notifications/message/fluent2-dark.scss +2 -2
- package/SCSS-Themes/notifications/message/fluent2.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +56 -10
- package/SCSS-Themes/popups/dialog/bds-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bds.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap4.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2.scss +6 -0
- package/SCSS-Themes/popups/dialog/highcontrast.scss +6 -0
- package/SCSS-Themes/popups/dialog/material-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind.scss +6 -0
- package/SCSS-Themes/querybuilder/query-builder/bds-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bds.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +1 -1
- package/SCSS-Themes/ribbon/ribbon/bds-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bds.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +38 -4
- package/SCSS-Themes/splitbuttons/drop-down-button/bds-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bds.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +6 -0
- package/SCSS-Themes/tailwind-dark.scss +253 -76
- package/SCSS-Themes/tailwind.scss +253 -76
- package/package.json +1 -1
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -6555,7 +6555,11 @@ $float-label-rtl-value: -10px !default;
|
|
|
6555
6555
|
.e-input-group.e-input-focus input.e-input,
|
|
6556
6556
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6557
6557
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6558
|
-
.e-float-input.e-input-focus input
|
|
6558
|
+
.e-float-input.e-input-focus input {
|
|
6559
|
+
padding-left: $input-text-indent;
|
|
6560
|
+
text-indent: 0;
|
|
6561
|
+
}
|
|
6562
|
+
|
|
6559
6563
|
textarea.e-input#{$css},
|
|
6560
6564
|
.e-input-group textarea.e-input,
|
|
6561
6565
|
.e-input-group textarea,
|
|
@@ -6569,7 +6573,12 @@ $float-label-rtl-value: -10px !default;
|
|
|
6569
6573
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6570
6574
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6571
6575
|
.e-float-input textarea:focus {
|
|
6572
|
-
|
|
6576
|
+
@if $input-skin-name == 'fluent2' {
|
|
6577
|
+
padding-left: 12px;
|
|
6578
|
+
}
|
|
6579
|
+
@else {
|
|
6580
|
+
padding-left: $input-text-indent;
|
|
6581
|
+
}
|
|
6573
6582
|
text-indent: 0;
|
|
6574
6583
|
}
|
|
6575
6584
|
|
|
@@ -6896,7 +6905,12 @@ $float-label-rtl-value: -10px !default;
|
|
|
6896
6905
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6897
6906
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6898
6907
|
.e-bigger .e-float-input textarea:focus {
|
|
6899
|
-
|
|
6908
|
+
@if $input-skin-name == 'fluent2' {
|
|
6909
|
+
padding: $textarea-bigger-padding;
|
|
6910
|
+
}
|
|
6911
|
+
@else {
|
|
6912
|
+
padding-left: $input-bigger-text-indent;
|
|
6913
|
+
}
|
|
6900
6914
|
text-indent: 0;
|
|
6901
6915
|
}
|
|
6902
6916
|
|
|
@@ -7796,18 +7810,18 @@ $float-label-rtl-value: -10px !default;
|
|
|
7796
7810
|
}
|
|
7797
7811
|
}
|
|
7798
7812
|
|
|
7799
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7800
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7801
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7802
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7803
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7804
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7805
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7806
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7807
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7808
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7809
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7810
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7813
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7814
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7815
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7816
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7817
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7818
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7819
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7820
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7821
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7822
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7823
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7824
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
7811
7825
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7812
7826
|
border-bottom-width: $input-group-border-width-hover;
|
|
7813
7827
|
}
|
|
@@ -14962,7 +14976,7 @@ $float-label-rtl-value: -10px !default;
|
|
|
14962
14976
|
border-color: $input-box-border-color;
|
|
14963
14977
|
}
|
|
14964
14978
|
|
|
14965
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14979
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14966
14980
|
@if $input-skin-name == 'fluent2' {
|
|
14967
14981
|
padding-bottom: 0;
|
|
14968
14982
|
}
|
|
@@ -14997,6 +15011,20 @@ $float-label-rtl-value: -10px !default;
|
|
|
14997
15011
|
}
|
|
14998
15012
|
}
|
|
14999
15013
|
|
|
15014
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15015
|
+
@if $input-skin-name == 'fluent2' {
|
|
15016
|
+
border-bottom-color: $input-active-border-color;
|
|
15017
|
+
padding-bottom: 4px;
|
|
15018
|
+
border-bottom-width: 0;
|
|
15019
|
+
}
|
|
15020
|
+
}
|
|
15021
|
+
|
|
15022
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15023
|
+
@if $input-skin-name == 'fluent2' {
|
|
15024
|
+
padding-bottom: 6px;
|
|
15025
|
+
}
|
|
15026
|
+
}
|
|
15027
|
+
|
|
15000
15028
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
15001
15029
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
15002
15030
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15112,15 +15140,11 @@ $float-label-rtl-value: -10px !default;
|
|
|
15112
15140
|
@if $input-skin-name == 'bootstrap4' {
|
|
15113
15141
|
transition: $input-transition-shadow;
|
|
15114
15142
|
}
|
|
15115
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15143
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15116
15144
|
border-color: $input-group-border-color-focus;
|
|
15117
15145
|
border-radius: $input-groupo-focus-border-radius;
|
|
15118
15146
|
box-shadow: $input-group-focus-box-shadow;
|
|
15119
15147
|
}
|
|
15120
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15121
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15122
|
-
border-width: 2px;
|
|
15123
|
-
}
|
|
15124
15148
|
}
|
|
15125
15149
|
|
|
15126
15150
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19602,9 +19626,11 @@ $breadcrumb-item-active-bg-color: $content-bg-color-alt4 !default;
|
|
|
19602
19626
|
&:focus-visible {
|
|
19603
19627
|
@if $skin-name == 'fluent2' {
|
|
19604
19628
|
box-shadow: $secondary-shadow-focus;
|
|
19629
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19605
19630
|
|
|
19606
|
-
& .e-breadcrumb-icon
|
|
19607
|
-
|
|
19631
|
+
& .e-breadcrumb-icon,
|
|
19632
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19633
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19608
19634
|
}
|
|
19609
19635
|
}
|
|
19610
19636
|
}
|
|
@@ -22917,7 +22943,7 @@ $btn-warning-focus-box-shadow: $shadow-none !default;
|
|
|
22917
22943
|
@if $skin-name == 'fluent2' {
|
|
22918
22944
|
background: transparent;
|
|
22919
22945
|
border-color: $secondary-border-color-hover;
|
|
22920
|
-
color: $secondary-text-color-
|
|
22946
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22921
22947
|
}
|
|
22922
22948
|
|
|
22923
22949
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22950,7 +22976,7 @@ $btn-warning-focus-box-shadow: $shadow-none !default;
|
|
|
22950
22976
|
@include outline-active;
|
|
22951
22977
|
@if $skin-name == 'fluent2' {
|
|
22952
22978
|
background: transparent;
|
|
22953
|
-
color: $secondary-text-color-
|
|
22979
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22954
22980
|
outline: 2px solid;
|
|
22955
22981
|
outline-offset: -2px;
|
|
22956
22982
|
}
|
|
@@ -23855,6 +23881,7 @@ $sd-active-font-color: $secondary-text-color-pressed !default;
|
|
|
23855
23881
|
font-size: 12px;
|
|
23856
23882
|
line-height: 16px;
|
|
23857
23883
|
padding: 8px 16px;
|
|
23884
|
+
box-sizing: content-box;
|
|
23858
23885
|
}
|
|
23859
23886
|
}
|
|
23860
23887
|
}
|
|
@@ -29918,6 +29945,12 @@ $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
|
29918
29945
|
background: $drop-down-btn-li-bgcolor;
|
|
29919
29946
|
}
|
|
29920
29947
|
color: $drop-down-btn-li-selection-font-color;
|
|
29948
|
+
& .e-menu-icon,
|
|
29949
|
+
& .e-menu-url {
|
|
29950
|
+
@if $skin-name == 'fluent2' {
|
|
29951
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29952
|
+
}
|
|
29953
|
+
}
|
|
29921
29954
|
}
|
|
29922
29955
|
|
|
29923
29956
|
&:active,
|
|
@@ -44940,6 +44973,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44940
44973
|
box-sizing: border-box;
|
|
44941
44974
|
}
|
|
44942
44975
|
|
|
44976
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44977
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44978
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44979
|
+
}
|
|
44980
|
+
}
|
|
44981
|
+
|
|
44943
44982
|
|
|
44944
44983
|
@include export-module('dialog-theme') {
|
|
44945
44984
|
.e-dialog {
|
|
@@ -54944,8 +54983,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
54944
54983
|
|
|
54945
54984
|
.e-list-item {
|
|
54946
54985
|
|
|
54947
|
-
div.e-icons.e-icon-expandable::before,
|
|
54948
|
-
div.e-icons.e-icon-collapsible::before {
|
|
54986
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
54987
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
54949
54988
|
content: '\e75c';
|
|
54950
54989
|
}
|
|
54951
54990
|
}
|
|
@@ -62433,19 +62472,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
|
|
|
62433
62472
|
text-align: center;
|
|
62434
62473
|
}
|
|
62435
62474
|
|
|
62436
|
-
&:not(.e-list-template) .e-list-item,
|
|
62437
|
-
.e-list-nrt,
|
|
62438
|
-
.e-selectall-parent {
|
|
62439
|
-
height: $listbox-item-height;
|
|
62440
|
-
line-height: $listbox-item-line-height;
|
|
62441
|
-
padding: $listbox-item-padding;
|
|
62442
|
-
position: relative;
|
|
62443
|
-
@if $skin-name == 'fluent2' {
|
|
62444
|
-
font-size: 14px;
|
|
62445
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62446
|
-
}
|
|
62447
|
-
}
|
|
62448
|
-
|
|
62449
62475
|
.e-list-parent {
|
|
62450
62476
|
height: 100%;
|
|
62451
62477
|
min-height: $listbox-item-height;
|
|
@@ -62947,6 +62973,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
|
|
|
62947
62973
|
}
|
|
62948
62974
|
}
|
|
62949
62975
|
|
|
62976
|
+
.e-listbox-wrapper,
|
|
62977
|
+
.e-listbox-container,
|
|
62978
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62979
|
+
&:not(.e-list-template) .e-list-item,
|
|
62980
|
+
.e-list-nrt,
|
|
62981
|
+
.e-selectall-parent {
|
|
62982
|
+
height: $listbox-item-height;
|
|
62983
|
+
line-height: $listbox-item-line-height;
|
|
62984
|
+
padding: $listbox-item-padding;
|
|
62985
|
+
position: relative;
|
|
62986
|
+
@if $skin-name == 'fluent2' {
|
|
62987
|
+
font-size: 14px;
|
|
62988
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62989
|
+
}
|
|
62990
|
+
}
|
|
62991
|
+
}
|
|
62992
|
+
|
|
62950
62993
|
|
|
62951
62994
|
@mixin avatar {
|
|
62952
62995
|
height: $listbox-template-avatar-size;
|
|
@@ -74962,7 +75005,7 @@ $grid-columnchooser-ul-margin: 13px 0 !default;
|
|
|
74962
75005
|
$grid-column-chooser-dlg-footer-padding: 8px !default;
|
|
74963
75006
|
$grid-rtl-bigger-sortnumber-margin: 2px 0 0 -2px !default;
|
|
74964
75007
|
$grid-rtl-bigger-sortnumber-withfilter-margin: 2px 0 0 12px !default;
|
|
74965
|
-
$grid-rtl-bigger-rightalign-sortnumber-margin: 2px 0 0
|
|
75008
|
+
$grid-rtl-bigger-rightalign-sortnumber-margin: 2px 0 0 8px !default;
|
|
74966
75009
|
$grid-rtl-group-text-marign-right: 0 !default;
|
|
74967
75010
|
$grid-rtl-group-text-margin-right: 0 !default;
|
|
74968
75011
|
$grid-rtl-textwrap-srotnumber-margin: 3px 5px 0 12px !default;
|
|
@@ -75099,7 +75142,7 @@ $grid-sortdiv-width: 16px !default;
|
|
|
75099
75142
|
$grid-sortdiv-height: 16px !default;
|
|
75100
75143
|
$grid-sortnumber-margin: 2px 8px 0 8px !default;
|
|
75101
75144
|
$grid-fltr-sortnumber-margin: $grid-sortnumber-margin !default;
|
|
75102
|
-
$grid-fltr-sortnumber-rightalign-margin: 2px 8px 0
|
|
75145
|
+
$grid-fltr-sortnumber-rightalign-margin: 2px 8px 0 8px !default;
|
|
75103
75146
|
$grid-sortnumber-rightalign-margin: 2px 8px 0 8px !default;
|
|
75104
75147
|
$grid-sortnumer-line-height: 16px !default;
|
|
75105
75148
|
$grid-bigger-sortnumer-line-height: $grid-sortnumer-line-height !default;
|
|
@@ -75158,7 +75201,7 @@ $grid-rtl-headercelldiv-padding: 0 .4em 0 1.8em !default;
|
|
|
75158
75201
|
$grid-rtl-headercelldiv-chkbox-padding: 0 4px 0 .35em !default;
|
|
75159
75202
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 4px 0 .3em !default;
|
|
75160
75203
|
$grid-ungroup-rtl-padding-right: -11px !default;
|
|
75161
|
-
$grid-headercelldiv-padding: 0
|
|
75204
|
+
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75162
75205
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75163
75206
|
$grid-headercell-div-padding: 0 1.8em 0 .4em !default;
|
|
75164
75207
|
$grid-group-text-width: auto !default;
|
|
@@ -75308,10 +75351,10 @@ $grid-rowcell-wrap-height: 21px !default;
|
|
|
75308
75351
|
$grid-rowcell-autofill-top-height: 19px !default;
|
|
75309
75352
|
$grid-rowcell-autofill-top-bottom-height: 17px !default;
|
|
75310
75353
|
$grid-rowcell-wrap-max-height: 36px !default;
|
|
75311
|
-
$grid-bigger-fltr-sortnumber-rightalign-margin: 2px 4px 0 -
|
|
75354
|
+
$grid-bigger-fltr-sortnumber-rightalign-margin: 2px 4px 0 -2px !default;
|
|
75312
75355
|
$grid-bigger-sortnumber-rightalign-margin: 2px 4px 0 2px !default;
|
|
75313
75356
|
$grid-bigger-columnmenu-bottom: 13px !default;
|
|
75314
|
-
$grid-bigger-sortnumber-margin: 2px
|
|
75357
|
+
$grid-bigger-sortnumber-margin: 2px 1px 1px 2px !default;
|
|
75315
75358
|
$grid-bigger-fltr-sortnumber-margin: $grid-bigger-sortnumber-margin !default;
|
|
75316
75359
|
$grid-rtl-searchclear: 0 !default;
|
|
75317
75360
|
$grid-column-chosser-searchdiv-top: -48px !default;
|
|
@@ -75389,7 +75432,7 @@ $grid-responsive-apply-btn-top: 5px !default;
|
|
|
75389
75432
|
$grid-responsive-column-menu-icon-margin-top: 4px !default;
|
|
75390
75433
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
75391
75434
|
$grid-rtl-filtermenudiv-left-align-margin: -10px !default;
|
|
75392
|
-
$grid-rtl-sort-num-left-align-margin: 2px -2px 0
|
|
75435
|
+
$grid-rtl-sort-num-left-align-margin: 2px -2px 0 0 !default;
|
|
75393
75436
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
75394
75437
|
$grid-header-text-transform: none !default;
|
|
75395
75438
|
$grid-headerclone-font-size: $grid-content-font-size !default;
|
|
@@ -75963,7 +76006,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
75963
76006
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75964
76007
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75965
76008
|
@if $grid-skin == 'tailwind' {
|
|
75966
|
-
margin-left:
|
|
76009
|
+
margin-left: 0;
|
|
75967
76010
|
}
|
|
75968
76011
|
}
|
|
75969
76012
|
|
|
@@ -77304,8 +77347,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77304
77347
|
user-select: none;
|
|
77305
77348
|
}
|
|
77306
77349
|
|
|
77307
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
77350
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
77351
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
77352
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
77308
77353
|
padding: 0 .4em ;
|
|
77354
|
+
@if $grid-skin == 'material' {
|
|
77355
|
+
padding: $grid-headercell-div-padding;
|
|
77356
|
+
}
|
|
77309
77357
|
@if $grid-skin == 'fabric' {
|
|
77310
77358
|
padding: 0 1px 0;
|
|
77311
77359
|
}
|
|
@@ -77757,7 +77805,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77757
77805
|
}
|
|
77758
77806
|
|
|
77759
77807
|
&.e-default:not(.e-rtl) tr {
|
|
77760
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77808
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77761
77809
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77762
77810
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77763
77811
|
border-left-width: 0;
|
|
@@ -77815,9 +77863,6 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77815
77863
|
right: 2px;
|
|
77816
77864
|
}
|
|
77817
77865
|
}
|
|
77818
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77819
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77820
|
-
}
|
|
77821
77866
|
|
|
77822
77867
|
.e-sortfilterdiv {
|
|
77823
77868
|
float: right;
|
|
@@ -77864,7 +77909,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77864
77909
|
}
|
|
77865
77910
|
|
|
77866
77911
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77867
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77912
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77868
77913
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77869
77914
|
.e-headercelldiv,
|
|
77870
77915
|
.e-stackedheadercelldiv {
|
|
@@ -78197,7 +78242,10 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
78197
78242
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
78198
78243
|
border-top-width: 1px;
|
|
78199
78244
|
margin-top: 0;
|
|
78200
|
-
overflow-x:
|
|
78245
|
+
overflow-x: auto;
|
|
78246
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
78247
|
+
white-space: nowrap;
|
|
78248
|
+
}
|
|
78201
78249
|
}
|
|
78202
78250
|
|
|
78203
78251
|
@if $grid-skin == 'fluent2' {
|
|
@@ -79272,7 +79320,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
79272
79320
|
}
|
|
79273
79321
|
|
|
79274
79322
|
& .e-headercelldiv {
|
|
79275
|
-
padding: 0
|
|
79323
|
+
padding: 0 25px 0 .7em;
|
|
79276
79324
|
|
|
79277
79325
|
& .e-sortnumber {
|
|
79278
79326
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -79466,7 +79514,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
79466
79514
|
}
|
|
79467
79515
|
|
|
79468
79516
|
&.e-default {
|
|
79469
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
79517
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
79470
79518
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
79471
79519
|
border-left: 0;
|
|
79472
79520
|
}
|
|
@@ -99312,14 +99360,14 @@ $lg-desktop: 1399.98;
|
|
|
99312
99360
|
}
|
|
99313
99361
|
|
|
99314
99362
|
.e-pv-diagram-resize-handle{
|
|
99315
|
-
@if $theme-name == 'fluent2' {
|
|
99363
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99316
99364
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
99317
99365
|
}
|
|
99318
99366
|
}
|
|
99319
99367
|
|
|
99320
99368
|
.e-pv-diagram-border,
|
|
99321
99369
|
.e-pv-diagram-resize-handle {
|
|
99322
|
-
@if $theme-name=='fluent2' {
|
|
99370
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99323
99371
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
99324
99372
|
}
|
|
99325
99373
|
}
|
|
@@ -100994,6 +101042,15 @@ $lg-desktop: 1399.98;
|
|
|
100994
101042
|
}
|
|
100995
101043
|
}
|
|
100996
101044
|
|
|
101045
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
101046
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
101047
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
101048
|
+
}
|
|
101049
|
+
@if $theme-name == 'bootstrap5' {
|
|
101050
|
+
color: $pv-item-selection-color;
|
|
101051
|
+
}
|
|
101052
|
+
}
|
|
101053
|
+
|
|
100997
101054
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100998
101055
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100999
101056
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -101205,6 +101262,17 @@ $lg-desktop: 1399.98;
|
|
|
101205
101262
|
|
|
101206
101263
|
.e-pv-search-input-mobile {
|
|
101207
101264
|
height: $pv-search-input-height;
|
|
101265
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
101266
|
+
}
|
|
101267
|
+
|
|
101268
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
101269
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
101270
|
+
margin-left: 3px;
|
|
101271
|
+
}
|
|
101272
|
+
|
|
101273
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child,
|
|
101274
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child {
|
|
101275
|
+
margin-right: 3px;
|
|
101208
101276
|
}
|
|
101209
101277
|
|
|
101210
101278
|
.e-pv-match-case-container {
|
|
@@ -101302,13 +101370,11 @@ $lg-desktop: 1399.98;
|
|
|
101302
101370
|
}
|
|
101303
101371
|
|
|
101304
101372
|
.e-pv-notification-popup {
|
|
101305
|
-
height: $pv-notification-popup-height;
|
|
101306
101373
|
margin: 0 10px;
|
|
101307
101374
|
max-width: $pv-notification-popup-width;
|
|
101308
101375
|
}
|
|
101309
101376
|
|
|
101310
101377
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
101311
|
-
height: $pv-notification-popup-height-large-content;
|
|
101312
101378
|
max-width: $pv-notification-popup-width-large-content;
|
|
101313
101379
|
}
|
|
101314
101380
|
|
|
@@ -101714,6 +101780,13 @@ $lg-desktop: 1399.98;
|
|
|
101714
101780
|
}
|
|
101715
101781
|
}
|
|
101716
101782
|
|
|
101783
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101784
|
+
@if $skin-name == 'fluent2' {
|
|
101785
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101786
|
+
color: $pv-icon-color;
|
|
101787
|
+
}
|
|
101788
|
+
}
|
|
101789
|
+
|
|
101717
101790
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
101718
101791
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
101719
101792
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101875,6 +101948,7 @@ $lg-desktop: 1399.98;
|
|
|
101875
101948
|
line-height: $pv-prop-color-picker-line-height;
|
|
101876
101949
|
@if ($skin-name == 'bootstrap5') {
|
|
101877
101950
|
background: $transparent;
|
|
101951
|
+
border: 1px solid $border-light;
|
|
101878
101952
|
border-radius: 4px;
|
|
101879
101953
|
box-sizing: border-box;
|
|
101880
101954
|
color: $content-text-color;
|
|
@@ -102104,6 +102178,9 @@ $lg-desktop: 1399.98;
|
|
|
102104
102178
|
@if $skin-name == 'FluentUI' {
|
|
102105
102179
|
margin-left: 195px;
|
|
102106
102180
|
}
|
|
102181
|
+
@if ($skin-name == 'bootstrap5') {
|
|
102182
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
102183
|
+
}
|
|
102107
102184
|
}
|
|
102108
102185
|
|
|
102109
102186
|
.e-pv-properties-line-start,
|
|
@@ -102433,11 +102510,21 @@ $lg-desktop: 1399.98;
|
|
|
102433
102510
|
}
|
|
102434
102511
|
|
|
102435
102512
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
102436
|
-
@if $skin-name == 'bootstrap5' {
|
|
102513
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
102437
102514
|
background: $secondary-bg-color-pressed;
|
|
102438
102515
|
}
|
|
102439
102516
|
}
|
|
102440
102517
|
|
|
102518
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
102519
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
102520
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
102521
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
102522
|
+
}
|
|
102523
|
+
@if $theme-name == 'bootstrap5' {
|
|
102524
|
+
color: $pv-item-selection-color;
|
|
102525
|
+
}
|
|
102526
|
+
}
|
|
102527
|
+
|
|
102441
102528
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
102442
102529
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
102443
102530
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -102533,7 +102620,7 @@ $lg-desktop: 1399.98;
|
|
|
102533
102620
|
|
|
102534
102621
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
102535
102622
|
@if $theme-name == 'fluent2' {
|
|
102536
|
-
|
|
102623
|
+
color: var(--color-sf-secondary-text-color);
|
|
102537
102624
|
}
|
|
102538
102625
|
}
|
|
102539
102626
|
|
|
@@ -102879,7 +102966,7 @@ $lg-desktop: 1399.98;
|
|
|
102879
102966
|
}
|
|
102880
102967
|
|
|
102881
102968
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102882
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102969
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102883
102970
|
background-color: $pv-save-button-bg-color;
|
|
102884
102971
|
border-radius: 2px;
|
|
102885
102972
|
color: $pv-save-button-color;
|
|
@@ -102989,6 +103076,9 @@ $lg-desktop: 1399.98;
|
|
|
102989
103076
|
@if $skin-name == 'bootstrap4' {
|
|
102990
103077
|
color: $pv-title-close-color;
|
|
102991
103078
|
}
|
|
103079
|
+
@if $skin-name == 'fluent2' {
|
|
103080
|
+
color: var(--color-sf-secondary-text-color);
|
|
103081
|
+
}
|
|
102992
103082
|
height: $pv-title-close-height;
|
|
102993
103083
|
position: $pv-title-close-position;
|
|
102994
103084
|
right: 11px;
|
|
@@ -103286,7 +103376,7 @@ $lg-desktop: 1399.98;
|
|
|
103286
103376
|
|
|
103287
103377
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
103288
103378
|
background: transparent;
|
|
103289
|
-
width: 229px;
|
|
103379
|
+
max-width: 229px;
|
|
103290
103380
|
}
|
|
103291
103381
|
|
|
103292
103382
|
.e-pv-status-div {
|
|
@@ -103302,7 +103392,7 @@ $lg-desktop: 1399.98;
|
|
|
103302
103392
|
}
|
|
103303
103393
|
|
|
103304
103394
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
103305
|
-
@if $skin-name != 'bootstrap5' {
|
|
103395
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
103306
103396
|
caret-color: $pv-comment-text-cursor-color;
|
|
103307
103397
|
}
|
|
103308
103398
|
}
|
|
@@ -103422,10 +103512,14 @@ $lg-desktop: 1399.98;
|
|
|
103422
103512
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
103423
103513
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
103424
103514
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
|
|
103425
|
-
@if $skin-name != 'bootstrap5' {
|
|
103515
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
103426
103516
|
background: $pv-signature-footer-color;
|
|
103427
103517
|
border-color: $pv-signature-footer-color;
|
|
103428
103518
|
}
|
|
103519
|
+
@else if ($skin-name == 'fluent2'){
|
|
103520
|
+
background: $pv-item-selection-background-color;
|
|
103521
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
103522
|
+
}
|
|
103429
103523
|
@else {
|
|
103430
103524
|
background: $secondary-bg-color-pressed;
|
|
103431
103525
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -115391,7 +115485,7 @@ $qryblr-drag-icon-color: $secondary-text-color !default;
|
|
|
115391
115485
|
.e-query-builder .e-btn.e-round.e-small {
|
|
115392
115486
|
@if $theme-name == 'fluent2' {
|
|
115393
115487
|
&:hover {
|
|
115394
|
-
background:
|
|
115488
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
115395
115489
|
}
|
|
115396
115490
|
|
|
115397
115491
|
&:focus {
|
|
@@ -121563,6 +121657,12 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
121563
121657
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
121564
121658
|
}
|
|
121565
121659
|
}
|
|
121660
|
+
|
|
121661
|
+
@if $skin-name == 'fluent2' {
|
|
121662
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121663
|
+
padding-left: 16px;
|
|
121664
|
+
}
|
|
121665
|
+
}
|
|
121566
121666
|
}
|
|
121567
121667
|
|
|
121568
121668
|
.e-image-editor {
|
|
@@ -121869,6 +121969,16 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
121869
121969
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121870
121970
|
}
|
|
121871
121971
|
}
|
|
121972
|
+
|
|
121973
|
+
@if $skin-name == 'fluent2' {
|
|
121974
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121975
|
+
padding-left: 14px;
|
|
121976
|
+
}
|
|
121977
|
+
& .e-dropdown-btn,
|
|
121978
|
+
& .e-dropdown-btn span {
|
|
121979
|
+
font-weight: normal;
|
|
121980
|
+
}
|
|
121981
|
+
}
|
|
121872
121982
|
}
|
|
121873
121983
|
|
|
121874
121984
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -122339,10 +122449,13 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
122339
122449
|
background: inherit;
|
|
122340
122450
|
border: none;
|
|
122341
122451
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
122342
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
122452
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
122343
122453
|
background: $tbar-default-bg;
|
|
122344
122454
|
color: $tbar-default-icon-color;
|
|
122345
122455
|
}
|
|
122456
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
122457
|
+
border: 2px solid #000;
|
|
122458
|
+
}
|
|
122346
122459
|
@if $skin-name == 'Material3' {
|
|
122347
122460
|
box-shadow: none;
|
|
122348
122461
|
}
|
|
@@ -122361,6 +122474,36 @@ $image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
|
122361
122474
|
background: $btn-focus-bgcolor;
|
|
122362
122475
|
box-shadow: none;
|
|
122363
122476
|
color: $btn-focus-color;
|
|
122477
|
+
@if $skin-name == 'FluentUI' {
|
|
122478
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122479
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
122480
|
+
}
|
|
122481
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
122482
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122483
|
+
}
|
|
122484
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
122485
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122486
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
122487
|
+
}
|
|
122488
|
+
@else if $skin-name == 'bootstrap4' {
|
|
122489
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
122490
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
122491
|
+
}
|
|
122492
|
+
@else if $skin-name == 'bootstrap5' {
|
|
122493
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
122494
|
+
}
|
|
122495
|
+
@else if $skin-name == 'Material3' {
|
|
122496
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
122497
|
+
}
|
|
122498
|
+
@else if $skin-name == 'tailwind' {
|
|
122499
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
122500
|
+
}
|
|
122501
|
+
}
|
|
122502
|
+
|
|
122503
|
+
&:focus-visible {
|
|
122504
|
+
@if $skin-name == 'fluent2' {
|
|
122505
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
122506
|
+
}
|
|
122364
122507
|
}
|
|
122365
122508
|
|
|
122366
122509
|
&:active {
|
|
@@ -124546,7 +124689,7 @@ $otp-input-disabled-border-color: $border-disabled !default;
|
|
|
124546
124689
|
}
|
|
124547
124690
|
&.e-outline {
|
|
124548
124691
|
.e-otp-input-field {
|
|
124549
|
-
border:
|
|
124692
|
+
border: 1px solid $otp-input-border-color;
|
|
124550
124693
|
}
|
|
124551
124694
|
}
|
|
124552
124695
|
&.e-outline,
|
|
@@ -124665,17 +124808,20 @@ $ribbon-large-items-btn-height: 18px !default;
|
|
|
124665
124808
|
$ribbon-large-items-icon-size: $text-2xl !default;
|
|
124666
124809
|
$ribbon-large-items-max-width: 10ch !default;
|
|
124667
124810
|
$ribbon-large-items-btn-gap: 4px !default;
|
|
124811
|
+
$ribbon-large-items-min-width-height: 24px !default;
|
|
124668
124812
|
$ribbon-items-border: none !default;
|
|
124669
124813
|
$ribbon-items-border-radius: 2px !default;
|
|
124670
124814
|
$ribbon-items-font-weight: $font-weight-normal !default;
|
|
124671
124815
|
$ribbon-items-btn-size: $text-xs !default;
|
|
124672
124816
|
$ribbon-items-label-size: $text-sm !default;
|
|
124673
124817
|
$ribbon-items-btn-icon-size: $text-sm !default;
|
|
124818
|
+
$ribbon-overflow-items-min-width-height: $ribbon-items-btn-icon-size !default;
|
|
124674
124819
|
$ribbon-items-caret-icon-size: $text-sm !default;
|
|
124675
124820
|
$ribbon-items-margin: 5px !default;
|
|
124676
124821
|
$ribbon-checkbox-margin: 9px 0 9px 12px !default;
|
|
124677
124822
|
$ribbon-rtl-checkbox-margin: 9px 12px 9px 0 !default;
|
|
124678
124823
|
$ribbon-items-height: 18px !default;
|
|
124824
|
+
$ribbon-items-min-width-height: 16px !default;
|
|
124679
124825
|
$ribbon-items-checkbox-size: $text-xs !default;
|
|
124680
124826
|
$ribbon-items-checkbox-padding: 0 5px !default;
|
|
124681
124827
|
$ribbon-input-group-height: 26px !default;
|
|
@@ -124810,6 +124956,8 @@ $ribbon-bigger-large-items-icon-size: $text-4xl !default;
|
|
|
124810
124956
|
$ribbon-bigger-large-items-btn-padding: 0 5px !default;
|
|
124811
124957
|
$ribbon-bigger-large-items-btn-size: $text-sm !default;
|
|
124812
124958
|
$ribbon-bigger-large-items-btn-height: 125% !default;
|
|
124959
|
+
$ribbon-bigger-large-items-min-width-height: 32px !default;
|
|
124960
|
+
$ribbon-bigger-items-min-width-height: 20px;
|
|
124813
124961
|
$ribbon-bigger-large-items-btn-gap: 8px !default;
|
|
124814
124962
|
$ribbon-bigger-items-padding: 2px !default;
|
|
124815
124963
|
$ribbon-bigger-items-btn-size: $text-sm !default;
|
|
@@ -124818,6 +124966,7 @@ $ribbon-bigger-items-height: 125% !default;
|
|
|
124818
124966
|
$ribbon-bigger-items-icon-height: 20px !default;
|
|
124819
124967
|
$ribbon-bigger-items-icon-size: $text-xl !default;
|
|
124820
124968
|
$ribbon-bigger-items-btn-icon-size: $text-xl !default;
|
|
124969
|
+
$ribbon-bigger-overflow-items-min-width-height: $ribbon-bigger-items-btn-icon-size !default;
|
|
124821
124970
|
$ribbon-bigger-items-margin: 7px !default;
|
|
124822
124971
|
$ribbon-bigger-checkbox-margin: 11px 0 11px 16px !default;
|
|
124823
124972
|
$ribbon-bigger-rtl-checkbox-margin: 11px 16px 11px 0 !default;
|
|
@@ -125036,6 +125185,14 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125036
125185
|
line-height: $line-height;
|
|
125037
125186
|
}
|
|
125038
125187
|
|
|
125188
|
+
@mixin ribbon-items-icon-images($items-size) {
|
|
125189
|
+
min-height: $items-size;
|
|
125190
|
+
min-width: $items-size;
|
|
125191
|
+
background-repeat: no-repeat;
|
|
125192
|
+
background-size: contain;
|
|
125193
|
+
background-position: center;
|
|
125194
|
+
}
|
|
125195
|
+
|
|
125039
125196
|
@mixin ribbon-font-props($font-size, $line-height) {
|
|
125040
125197
|
font-size: $font-size;
|
|
125041
125198
|
line-height: $line-height;
|
|
@@ -125704,6 +125861,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125704
125861
|
}
|
|
125705
125862
|
|
|
125706
125863
|
.e-btn-icon:not(.e-caret) {
|
|
125864
|
+
@include ribbon-items-icon-images($ribbon-large-items-min-width-height);
|
|
125707
125865
|
font-size: $ribbon-large-items-icon-size;
|
|
125708
125866
|
font-weight: $ribbon-items-font-weight;
|
|
125709
125867
|
padding: $ribbon-large-items-icon-padding;
|
|
@@ -125822,6 +125980,9 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125822
125980
|
.e-btn-icon {
|
|
125823
125981
|
@include ribbon-font-props(16px, 16px);
|
|
125824
125982
|
margin: $ribbon-items-margin;
|
|
125983
|
+
&:not(.e-caret) {
|
|
125984
|
+
@include ribbon-items-icon-images($ribbon-items-min-width-height);
|
|
125985
|
+
}
|
|
125825
125986
|
}
|
|
125826
125987
|
}
|
|
125827
125988
|
|
|
@@ -125963,6 +126124,13 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125963
126124
|
width: 100%;
|
|
125964
126125
|
height: $ribbon-medium-item-height;
|
|
125965
126126
|
|
|
126127
|
+
.e-btn .e-btn-icon {
|
|
126128
|
+
&:not(.e-caret) {
|
|
126129
|
+
min-width: $ribbon-overflow-items-min-width-height;
|
|
126130
|
+
min-height: $ribbon-overflow-items-min-width-height;
|
|
126131
|
+
}
|
|
126132
|
+
}
|
|
126133
|
+
|
|
125966
126134
|
.e-btn .e-btn-icon.e-icon-left {
|
|
125967
126135
|
margin: 0;
|
|
125968
126136
|
}
|
|
@@ -126001,7 +126169,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126001
126169
|
|
|
126002
126170
|
&.e-ribbon-medium-item {
|
|
126003
126171
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126004
|
-
|
|
126172
|
+
margin: $ribbon-button-icon-padding;
|
|
126005
126173
|
}
|
|
126006
126174
|
|
|
126007
126175
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126040,7 +126208,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126040
126208
|
|
|
126041
126209
|
&.e-ribbon-medium-item {
|
|
126042
126210
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126043
|
-
|
|
126211
|
+
margin: $ribbon-rtl-button-icon-padding;
|
|
126044
126212
|
}
|
|
126045
126213
|
|
|
126046
126214
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126492,6 +126660,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126492
126660
|
max-width: $ribbon-bigger-large-items-max-width;
|
|
126493
126661
|
|
|
126494
126662
|
.e-btn-icon:not(.e-caret) {
|
|
126663
|
+
@include ribbon-items-icon-images($ribbon-bigger-large-items-min-width-height);
|
|
126495
126664
|
font-size: $ribbon-bigger-large-items-icon-size;
|
|
126496
126665
|
padding: $ribbon-bigger-large-items-icon-padding;
|
|
126497
126666
|
}
|
|
@@ -126522,6 +126691,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126522
126691
|
.e-btn-icon {
|
|
126523
126692
|
@include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
|
|
126524
126693
|
margin: $ribbon-bigger-items-margin;
|
|
126694
|
+
&:not(.e-caret) {
|
|
126695
|
+
min-width: $ribbon-bigger-items-min-width-height;
|
|
126696
|
+
min-height: $ribbon-bigger-items-min-width-height;
|
|
126697
|
+
}
|
|
126525
126698
|
}
|
|
126526
126699
|
}
|
|
126527
126700
|
|
|
@@ -126578,6 +126751,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126578
126751
|
}
|
|
126579
126752
|
.e-btn .e-btn-icon {
|
|
126580
126753
|
font-size: $ribbon-bigger-items-btn-icon-size;
|
|
126754
|
+
&:not(.e-caret) {
|
|
126755
|
+
min-width: $ribbon-bigger-overflow-items-min-width-height;
|
|
126756
|
+
min-height: $ribbon-bigger-overflow-items-min-width-height;
|
|
126757
|
+
}
|
|
126581
126758
|
&.e-icon-left {
|
|
126582
126759
|
margin: 0;
|
|
126583
126760
|
}
|
|
@@ -126614,7 +126791,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126614
126791
|
|
|
126615
126792
|
&.e-ribbon-medium-item {
|
|
126616
126793
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126617
|
-
|
|
126794
|
+
margin: $ribbon-bigger-button-icon-padding;
|
|
126618
126795
|
}
|
|
126619
126796
|
|
|
126620
126797
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126650,7 +126827,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126650
126827
|
|
|
126651
126828
|
&.e-ribbon-medium-item {
|
|
126652
126829
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126653
|
-
|
|
126830
|
+
margin: $ribbon-bigger-rtl-button-icon-padding;
|
|
126654
126831
|
}
|
|
126655
126832
|
|
|
126656
126833
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|