@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
|
@@ -6489,7 +6489,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
6489
6489
|
.e-input-group.e-input-focus input.e-input,
|
|
6490
6490
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6491
6491
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6492
|
-
.e-float-input.e-input-focus input
|
|
6492
|
+
.e-float-input.e-input-focus input {
|
|
6493
|
+
padding-left: $input-text-indent;
|
|
6494
|
+
text-indent: 0;
|
|
6495
|
+
}
|
|
6496
|
+
|
|
6493
6497
|
textarea.e-input#{$css},
|
|
6494
6498
|
.e-input-group textarea.e-input,
|
|
6495
6499
|
.e-input-group textarea,
|
|
@@ -6503,7 +6507,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6503
6507
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6504
6508
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6505
6509
|
.e-float-input textarea:focus {
|
|
6506
|
-
|
|
6510
|
+
@if $input-skin-name == 'fluent2' {
|
|
6511
|
+
padding-left: 12px;
|
|
6512
|
+
}
|
|
6513
|
+
@else {
|
|
6514
|
+
padding-left: $input-text-indent;
|
|
6515
|
+
}
|
|
6507
6516
|
text-indent: 0;
|
|
6508
6517
|
}
|
|
6509
6518
|
|
|
@@ -6830,7 +6839,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6830
6839
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6831
6840
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6832
6841
|
.e-bigger .e-float-input textarea:focus {
|
|
6833
|
-
|
|
6842
|
+
@if $input-skin-name == 'fluent2' {
|
|
6843
|
+
padding: $textarea-bigger-padding;
|
|
6844
|
+
}
|
|
6845
|
+
@else {
|
|
6846
|
+
padding-left: $input-bigger-text-indent;
|
|
6847
|
+
}
|
|
6834
6848
|
text-indent: 0;
|
|
6835
6849
|
}
|
|
6836
6850
|
|
|
@@ -7730,18 +7744,18 @@ $float-label-rtl-value: -7px !default;
|
|
|
7730
7744
|
}
|
|
7731
7745
|
}
|
|
7732
7746
|
|
|
7733
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7734
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7735
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7736
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7737
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7738
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7739
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7740
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7741
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7742
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7743
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7744
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7747
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7748
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7749
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7750
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7751
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7752
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7753
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7754
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7755
|
+
.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]),
|
|
7756
|
+
.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]),
|
|
7757
|
+
.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]),
|
|
7758
|
+
.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]) {
|
|
7745
7759
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7746
7760
|
border-bottom-width: $input-group-border-width-hover;
|
|
7747
7761
|
}
|
|
@@ -14896,7 +14910,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
14896
14910
|
border-color: $input-box-border-color;
|
|
14897
14911
|
}
|
|
14898
14912
|
|
|
14899
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14913
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14900
14914
|
@if $input-skin-name == 'fluent2' {
|
|
14901
14915
|
padding-bottom: 0;
|
|
14902
14916
|
}
|
|
@@ -14931,6 +14945,20 @@ $float-label-rtl-value: -7px !default;
|
|
|
14931
14945
|
}
|
|
14932
14946
|
}
|
|
14933
14947
|
|
|
14948
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14949
|
+
@if $input-skin-name == 'fluent2' {
|
|
14950
|
+
border-bottom-color: $input-active-border-color;
|
|
14951
|
+
padding-bottom: 4px;
|
|
14952
|
+
border-bottom-width: 0;
|
|
14953
|
+
}
|
|
14954
|
+
}
|
|
14955
|
+
|
|
14956
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14957
|
+
@if $input-skin-name == 'fluent2' {
|
|
14958
|
+
padding-bottom: 6px;
|
|
14959
|
+
}
|
|
14960
|
+
}
|
|
14961
|
+
|
|
14934
14962
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
14935
14963
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
14936
14964
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15046,15 +15074,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
15046
15074
|
@if $input-skin-name == 'bootstrap4' {
|
|
15047
15075
|
transition: $input-transition-shadow;
|
|
15048
15076
|
}
|
|
15049
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15077
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15050
15078
|
border-color: $input-group-border-color-focus;
|
|
15051
15079
|
border-radius: $input-groupo-focus-border-radius;
|
|
15052
15080
|
box-shadow: $input-group-focus-box-shadow;
|
|
15053
15081
|
}
|
|
15054
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15055
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15056
|
-
border-width: 2px;
|
|
15057
|
-
}
|
|
15058
15082
|
}
|
|
15059
15083
|
|
|
15060
15084
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19465,9 +19489,11 @@ $breadcrumb-popup-item-hover-outline: 1px solid $border-default !default;
|
|
|
19465
19489
|
&:focus-visible {
|
|
19466
19490
|
@if $skin-name == 'fluent2' {
|
|
19467
19491
|
box-shadow: $secondary-shadow-focus;
|
|
19492
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19468
19493
|
|
|
19469
|
-
& .e-breadcrumb-icon
|
|
19470
|
-
|
|
19494
|
+
& .e-breadcrumb-icon,
|
|
19495
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19496
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19471
19497
|
}
|
|
19472
19498
|
}
|
|
19473
19499
|
}
|
|
@@ -22736,7 +22762,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22736
22762
|
@if $skin-name == 'fluent2' {
|
|
22737
22763
|
background: transparent;
|
|
22738
22764
|
border-color: $secondary-border-color-hover;
|
|
22739
|
-
color: $secondary-text-color-
|
|
22765
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22740
22766
|
}
|
|
22741
22767
|
|
|
22742
22768
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22769,7 +22795,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22769
22795
|
@include outline-active;
|
|
22770
22796
|
@if $skin-name == 'fluent2' {
|
|
22771
22797
|
background: transparent;
|
|
22772
|
-
color: $secondary-text-color-
|
|
22798
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22773
22799
|
outline: 2px solid;
|
|
22774
22800
|
outline-offset: -2px;
|
|
22775
22801
|
}
|
|
@@ -23674,6 +23700,7 @@ $sd-active-font-color: $selection-font !default;
|
|
|
23674
23700
|
font-size: 12px;
|
|
23675
23701
|
line-height: 16px;
|
|
23676
23702
|
padding: 8px 16px;
|
|
23703
|
+
box-sizing: content-box;
|
|
23677
23704
|
}
|
|
23678
23705
|
}
|
|
23679
23706
|
}
|
|
@@ -29639,6 +29666,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
|
29639
29666
|
background: $drop-down-btn-li-bgcolor;
|
|
29640
29667
|
}
|
|
29641
29668
|
color: $drop-down-btn-li-selection-font-color;
|
|
29669
|
+
& .e-menu-icon,
|
|
29670
|
+
& .e-menu-url {
|
|
29671
|
+
@if $skin-name == 'fluent2' {
|
|
29672
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29673
|
+
}
|
|
29674
|
+
}
|
|
29642
29675
|
}
|
|
29643
29676
|
|
|
29644
29677
|
&:active,
|
|
@@ -44533,6 +44566,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44533
44566
|
box-sizing: border-box;
|
|
44534
44567
|
}
|
|
44535
44568
|
|
|
44569
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44570
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44571
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44572
|
+
}
|
|
44573
|
+
}
|
|
44574
|
+
|
|
44536
44575
|
|
|
44537
44576
|
@include export-module('dialog-theme') {
|
|
44538
44577
|
.e-dialog {
|
|
@@ -54551,8 +54590,8 @@ $ripple-width: 32px !default;
|
|
|
54551
54590
|
|
|
54552
54591
|
.e-list-item {
|
|
54553
54592
|
|
|
54554
|
-
div.e-icons.e-icon-expandable::before,
|
|
54555
|
-
div.e-icons.e-icon-collapsible::before {
|
|
54593
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
54594
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
54556
54595
|
content: '\e22e';
|
|
54557
54596
|
}
|
|
54558
54597
|
}
|
|
@@ -62069,19 +62108,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62069
62108
|
text-align: center;
|
|
62070
62109
|
}
|
|
62071
62110
|
|
|
62072
|
-
&:not(.e-list-template) .e-list-item,
|
|
62073
|
-
.e-list-nrt,
|
|
62074
|
-
.e-selectall-parent {
|
|
62075
|
-
height: $listbox-item-height;
|
|
62076
|
-
line-height: $listbox-item-line-height;
|
|
62077
|
-
padding: $listbox-item-padding;
|
|
62078
|
-
position: relative;
|
|
62079
|
-
@if $skin-name == 'fluent2' {
|
|
62080
|
-
font-size: 14px;
|
|
62081
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62082
|
-
}
|
|
62083
|
-
}
|
|
62084
|
-
|
|
62085
62111
|
.e-list-parent {
|
|
62086
62112
|
height: 100%;
|
|
62087
62113
|
min-height: $listbox-item-height;
|
|
@@ -62583,6 +62609,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62583
62609
|
}
|
|
62584
62610
|
}
|
|
62585
62611
|
|
|
62612
|
+
.e-listbox-wrapper,
|
|
62613
|
+
.e-listbox-container,
|
|
62614
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62615
|
+
&:not(.e-list-template) .e-list-item,
|
|
62616
|
+
.e-list-nrt,
|
|
62617
|
+
.e-selectall-parent {
|
|
62618
|
+
height: $listbox-item-height;
|
|
62619
|
+
line-height: $listbox-item-line-height;
|
|
62620
|
+
padding: $listbox-item-padding;
|
|
62621
|
+
position: relative;
|
|
62622
|
+
@if $skin-name == 'fluent2' {
|
|
62623
|
+
font-size: 14px;
|
|
62624
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62625
|
+
}
|
|
62626
|
+
}
|
|
62627
|
+
}
|
|
62628
|
+
|
|
62586
62629
|
|
|
62587
62630
|
@mixin avatar {
|
|
62588
62631
|
height: $listbox-template-avatar-size;
|
|
@@ -74402,7 +74445,7 @@ $grid-filtercell-both-border-width: 1px 0 0 1px !default;
|
|
|
74402
74445
|
$grid-indentcell-border-width: 0 1px 0 0 !default;
|
|
74403
74446
|
$grid-headercelldiv-line-height: 29px !default;
|
|
74404
74447
|
$grid-bigger-headercelldiv-line-height: $grid-headercelldiv-line-height !default;
|
|
74405
|
-
$grid-rtl-headercelldiv-padding: 0 .6em 0 .
|
|
74448
|
+
$grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
|
|
74406
74449
|
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 0 !default;
|
|
74407
74450
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 0 0 .2em !default;
|
|
74408
74451
|
$grid-td-checkbox-margin-top: 5px !default;
|
|
@@ -74503,7 +74546,7 @@ $grid-headercell-line-height: 36px !default;
|
|
|
74503
74546
|
$grid-header-padding: 8px !default;
|
|
74504
74547
|
$grid-header-first-last-cell-padding: 10px !default;
|
|
74505
74548
|
$grid-headercelldiv-margin: 0 !default;
|
|
74506
|
-
$grid-headercell-div-padding: 0
|
|
74549
|
+
$grid-headercell-div-padding: 0 !default;
|
|
74507
74550
|
$grid-headecell-span-height: 26px !default;
|
|
74508
74551
|
$grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
|
|
74509
74552
|
$grid-headercelldiv-padding: 0 10px 0 0 !default;
|
|
@@ -74619,12 +74662,12 @@ $grid-bigger-columnchooser-content-padding: 25px 25px 5px 12px !default;
|
|
|
74619
74662
|
$grid-bigger-columnchooser-content-margin: 30px 0 20px !default;
|
|
74620
74663
|
$grid-bigger-cc-checkbox-padding-left: 13px !default;
|
|
74621
74664
|
$grid-bigger-searchdiv-padding-left: 7px !default;
|
|
74622
|
-
$grid-fltr-rtl-sortnumber-margin: 8px 0 0
|
|
74665
|
+
$grid-fltr-rtl-sortnumber-margin: 8px 0 0 8px !default;
|
|
74623
74666
|
$grid-rtl-sortnumber-margin: $grid-fltr-rtl-sortnumber-margin !default;
|
|
74624
|
-
$grid-rtl-bigger-sortnumber-margin: 7px 0 0
|
|
74667
|
+
$grid-rtl-bigger-sortnumber-margin: 7px 0 0 3px !default;
|
|
74625
74668
|
$grid-rtl-bigger-sortnumber-withfilter-margin: $grid-rtl-bigger-sortnumber-margin !default;
|
|
74626
|
-
$grid-rtl-bigger-rightalign-sortnumber-margin: 7px 0 0
|
|
74627
|
-
$grid-fltr-rtl-sortnumber-rightalign-margin: 7px 0 0
|
|
74669
|
+
$grid-rtl-bigger-rightalign-sortnumber-margin: 7px 0 0 5px !default;
|
|
74670
|
+
$grid-fltr-rtl-sortnumber-rightalign-margin: 7px 0 0 12px !default;
|
|
74628
74671
|
$grid-rtl-sortnumber-rightalign-margin: $grid-fltr-rtl-sortnumber-rightalign-margin !default;
|
|
74629
74672
|
$grid-rtl-headercell-border-width: 0 !default;
|
|
74630
74673
|
$grid-rtl-th-firstcell-border-left: 0 !default;
|
|
@@ -74915,7 +74958,7 @@ $grid-responsive-apply-btn-top: 3px !default;
|
|
|
74915
74958
|
$grid-responsive-column-menu-icon-margin-top: 4px !default;
|
|
74916
74959
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
74917
74960
|
$grid-rtl-filtermenudiv-left-align-margin: -5px !default;
|
|
74918
|
-
$grid-rtl-sort-num-left-align-margin: 7px -2px 0
|
|
74961
|
+
$grid-rtl-sort-num-left-align-margin: 7px -2px 0 0 !default;
|
|
74919
74962
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
74920
74963
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
74921
74964
|
$grid-reorderarrow-margin-top: -5px !default;
|
|
@@ -75490,7 +75533,7 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
75490
75533
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75491
75534
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75492
75535
|
@if $grid-skin == 'tailwind' {
|
|
75493
|
-
margin-left:
|
|
75536
|
+
margin-left: 0;
|
|
75494
75537
|
}
|
|
75495
75538
|
}
|
|
75496
75539
|
|
|
@@ -76831,8 +76874,13 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
76831
76874
|
user-select: none;
|
|
76832
76875
|
}
|
|
76833
76876
|
|
|
76834
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
76877
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76878
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76879
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
76835
76880
|
padding: 0 .4em ;
|
|
76881
|
+
@if $grid-skin == 'material' {
|
|
76882
|
+
padding: $grid-headercell-div-padding;
|
|
76883
|
+
}
|
|
76836
76884
|
@if $grid-skin == 'fabric' {
|
|
76837
76885
|
padding: 0 1px 0;
|
|
76838
76886
|
}
|
|
@@ -77284,7 +77332,7 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
77284
77332
|
}
|
|
77285
77333
|
|
|
77286
77334
|
&.e-default:not(.e-rtl) tr {
|
|
77287
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77335
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77288
77336
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77289
77337
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77290
77338
|
border-left-width: 0;
|
|
@@ -77342,9 +77390,6 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
77342
77390
|
right: 2px;
|
|
77343
77391
|
}
|
|
77344
77392
|
}
|
|
77345
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77346
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77347
|
-
}
|
|
77348
77393
|
|
|
77349
77394
|
.e-sortfilterdiv {
|
|
77350
77395
|
float: right;
|
|
@@ -77391,7 +77436,7 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
77391
77436
|
}
|
|
77392
77437
|
|
|
77393
77438
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77394
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77439
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77395
77440
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77396
77441
|
.e-headercelldiv,
|
|
77397
77442
|
.e-stackedheadercelldiv {
|
|
@@ -77724,7 +77769,10 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
77724
77769
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
77725
77770
|
border-top-width: 1px;
|
|
77726
77771
|
margin-top: 0;
|
|
77727
|
-
overflow-x:
|
|
77772
|
+
overflow-x: auto;
|
|
77773
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
77774
|
+
white-space: nowrap;
|
|
77775
|
+
}
|
|
77728
77776
|
}
|
|
77729
77777
|
|
|
77730
77778
|
@if $grid-skin == 'fluent2' {
|
|
@@ -78799,7 +78847,7 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
78799
78847
|
}
|
|
78800
78848
|
|
|
78801
78849
|
& .e-headercelldiv {
|
|
78802
|
-
padding: 0
|
|
78850
|
+
padding: 0 25px 0 .7em;
|
|
78803
78851
|
|
|
78804
78852
|
& .e-sortnumber {
|
|
78805
78853
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -78993,7 +79041,7 @@ $grid-checkmark-color: $selection-font !default;
|
|
|
78993
79041
|
}
|
|
78994
79042
|
|
|
78995
79043
|
&.e-default {
|
|
78996
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
79044
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
78997
79045
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
78998
79046
|
border-left: 0;
|
|
78999
79047
|
}
|
|
@@ -98820,14 +98868,14 @@ $lg-desktop: 1399.98;
|
|
|
98820
98868
|
}
|
|
98821
98869
|
|
|
98822
98870
|
.e-pv-diagram-resize-handle{
|
|
98823
|
-
@if $theme-name == 'fluent2' {
|
|
98871
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98824
98872
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
98825
98873
|
}
|
|
98826
98874
|
}
|
|
98827
98875
|
|
|
98828
98876
|
.e-pv-diagram-border,
|
|
98829
98877
|
.e-pv-diagram-resize-handle {
|
|
98830
|
-
@if $theme-name=='fluent2' {
|
|
98878
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98831
98879
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
98832
98880
|
}
|
|
98833
98881
|
}
|
|
@@ -100502,6 +100550,15 @@ $lg-desktop: 1399.98;
|
|
|
100502
100550
|
}
|
|
100503
100551
|
}
|
|
100504
100552
|
|
|
100553
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
100554
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
100555
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
100556
|
+
}
|
|
100557
|
+
@if $theme-name == 'bootstrap5' {
|
|
100558
|
+
color: $pv-item-selection-color;
|
|
100559
|
+
}
|
|
100560
|
+
}
|
|
100561
|
+
|
|
100505
100562
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100506
100563
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100507
100564
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -100713,6 +100770,17 @@ $lg-desktop: 1399.98;
|
|
|
100713
100770
|
|
|
100714
100771
|
.e-pv-search-input-mobile {
|
|
100715
100772
|
height: $pv-search-input-height;
|
|
100773
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
100774
|
+
}
|
|
100775
|
+
|
|
100776
|
+
.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,
|
|
100777
|
+
.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 {
|
|
100778
|
+
margin-left: 3px;
|
|
100779
|
+
}
|
|
100780
|
+
|
|
100781
|
+
.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,
|
|
100782
|
+
.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 {
|
|
100783
|
+
margin-right: 3px;
|
|
100716
100784
|
}
|
|
100717
100785
|
|
|
100718
100786
|
.e-pv-match-case-container {
|
|
@@ -100810,13 +100878,11 @@ $lg-desktop: 1399.98;
|
|
|
100810
100878
|
}
|
|
100811
100879
|
|
|
100812
100880
|
.e-pv-notification-popup {
|
|
100813
|
-
height: $pv-notification-popup-height;
|
|
100814
100881
|
margin: 0 10px;
|
|
100815
100882
|
max-width: $pv-notification-popup-width;
|
|
100816
100883
|
}
|
|
100817
100884
|
|
|
100818
100885
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
100819
|
-
height: $pv-notification-popup-height-large-content;
|
|
100820
100886
|
max-width: $pv-notification-popup-width-large-content;
|
|
100821
100887
|
}
|
|
100822
100888
|
|
|
@@ -101222,6 +101288,13 @@ $lg-desktop: 1399.98;
|
|
|
101222
101288
|
}
|
|
101223
101289
|
}
|
|
101224
101290
|
|
|
101291
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101292
|
+
@if $skin-name == 'fluent2' {
|
|
101293
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101294
|
+
color: $pv-icon-color;
|
|
101295
|
+
}
|
|
101296
|
+
}
|
|
101297
|
+
|
|
101225
101298
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
101226
101299
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
101227
101300
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101383,6 +101456,7 @@ $lg-desktop: 1399.98;
|
|
|
101383
101456
|
line-height: $pv-prop-color-picker-line-height;
|
|
101384
101457
|
@if ($skin-name == 'bootstrap5') {
|
|
101385
101458
|
background: $transparent;
|
|
101459
|
+
border: 1px solid $border-light;
|
|
101386
101460
|
border-radius: 4px;
|
|
101387
101461
|
box-sizing: border-box;
|
|
101388
101462
|
color: $content-text-color;
|
|
@@ -101612,6 +101686,9 @@ $lg-desktop: 1399.98;
|
|
|
101612
101686
|
@if $skin-name == 'FluentUI' {
|
|
101613
101687
|
margin-left: 195px;
|
|
101614
101688
|
}
|
|
101689
|
+
@if ($skin-name == 'bootstrap5') {
|
|
101690
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
101691
|
+
}
|
|
101615
101692
|
}
|
|
101616
101693
|
|
|
101617
101694
|
.e-pv-properties-line-start,
|
|
@@ -101941,11 +102018,21 @@ $lg-desktop: 1399.98;
|
|
|
101941
102018
|
}
|
|
101942
102019
|
|
|
101943
102020
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
101944
|
-
@if $skin-name == 'bootstrap5' {
|
|
102021
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
101945
102022
|
background: $secondary-bg-color-pressed;
|
|
101946
102023
|
}
|
|
101947
102024
|
}
|
|
101948
102025
|
|
|
102026
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
102027
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
102028
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
102029
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
102030
|
+
}
|
|
102031
|
+
@if $theme-name == 'bootstrap5' {
|
|
102032
|
+
color: $pv-item-selection-color;
|
|
102033
|
+
}
|
|
102034
|
+
}
|
|
102035
|
+
|
|
101949
102036
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
101950
102037
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
101951
102038
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -102041,7 +102128,7 @@ $lg-desktop: 1399.98;
|
|
|
102041
102128
|
|
|
102042
102129
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
102043
102130
|
@if $theme-name == 'fluent2' {
|
|
102044
|
-
|
|
102131
|
+
color: var(--color-sf-secondary-text-color);
|
|
102045
102132
|
}
|
|
102046
102133
|
}
|
|
102047
102134
|
|
|
@@ -102387,7 +102474,7 @@ $lg-desktop: 1399.98;
|
|
|
102387
102474
|
}
|
|
102388
102475
|
|
|
102389
102476
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102390
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102477
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102391
102478
|
background-color: $pv-save-button-bg-color;
|
|
102392
102479
|
border-radius: 2px;
|
|
102393
102480
|
color: $pv-save-button-color;
|
|
@@ -102497,6 +102584,9 @@ $lg-desktop: 1399.98;
|
|
|
102497
102584
|
@if $skin-name == 'bootstrap4' {
|
|
102498
102585
|
color: $pv-title-close-color;
|
|
102499
102586
|
}
|
|
102587
|
+
@if $skin-name == 'fluent2' {
|
|
102588
|
+
color: var(--color-sf-secondary-text-color);
|
|
102589
|
+
}
|
|
102500
102590
|
height: $pv-title-close-height;
|
|
102501
102591
|
position: $pv-title-close-position;
|
|
102502
102592
|
right: 11px;
|
|
@@ -102794,7 +102884,7 @@ $lg-desktop: 1399.98;
|
|
|
102794
102884
|
|
|
102795
102885
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
102796
102886
|
background: transparent;
|
|
102797
|
-
width: 229px;
|
|
102887
|
+
max-width: 229px;
|
|
102798
102888
|
}
|
|
102799
102889
|
|
|
102800
102890
|
.e-pv-status-div {
|
|
@@ -102810,7 +102900,7 @@ $lg-desktop: 1399.98;
|
|
|
102810
102900
|
}
|
|
102811
102901
|
|
|
102812
102902
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
102813
|
-
@if $skin-name != 'bootstrap5' {
|
|
102903
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
102814
102904
|
caret-color: $pv-comment-text-cursor-color;
|
|
102815
102905
|
}
|
|
102816
102906
|
}
|
|
@@ -102930,10 +103020,14 @@ $lg-desktop: 1399.98;
|
|
|
102930
103020
|
.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,
|
|
102931
103021
|
.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,
|
|
102932
103022
|
.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 {
|
|
102933
|
-
@if $skin-name != 'bootstrap5' {
|
|
103023
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
102934
103024
|
background: $pv-signature-footer-color;
|
|
102935
103025
|
border-color: $pv-signature-footer-color;
|
|
102936
103026
|
}
|
|
103027
|
+
@else if ($skin-name == 'fluent2'){
|
|
103028
|
+
background: $pv-item-selection-background-color;
|
|
103029
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
103030
|
+
}
|
|
102937
103031
|
@else {
|
|
102938
103032
|
background: $secondary-bg-color-pressed;
|
|
102939
103033
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -114875,7 +114969,7 @@ $qryblr-drag-icon-color: $content-font !default;
|
|
|
114875
114969
|
.e-query-builder .e-btn.e-round.e-small {
|
|
114876
114970
|
@if $theme-name == 'fluent2' {
|
|
114877
114971
|
&:hover {
|
|
114878
|
-
background:
|
|
114972
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
114879
114973
|
}
|
|
114880
114974
|
|
|
114881
114975
|
&:focus {
|
|
@@ -121045,6 +121139,12 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
121045
121139
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
121046
121140
|
}
|
|
121047
121141
|
}
|
|
121142
|
+
|
|
121143
|
+
@if $skin-name == 'fluent2' {
|
|
121144
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121145
|
+
padding-left: 16px;
|
|
121146
|
+
}
|
|
121147
|
+
}
|
|
121048
121148
|
}
|
|
121049
121149
|
|
|
121050
121150
|
.e-image-editor {
|
|
@@ -121351,6 +121451,16 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
121351
121451
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121352
121452
|
}
|
|
121353
121453
|
}
|
|
121454
|
+
|
|
121455
|
+
@if $skin-name == 'fluent2' {
|
|
121456
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121457
|
+
padding-left: 14px;
|
|
121458
|
+
}
|
|
121459
|
+
& .e-dropdown-btn,
|
|
121460
|
+
& .e-dropdown-btn span {
|
|
121461
|
+
font-weight: normal;
|
|
121462
|
+
}
|
|
121463
|
+
}
|
|
121354
121464
|
}
|
|
121355
121465
|
|
|
121356
121466
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -121821,10 +121931,13 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
121821
121931
|
background: inherit;
|
|
121822
121932
|
border: none;
|
|
121823
121933
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
121824
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
121934
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
121825
121935
|
background: $tbar-default-bg;
|
|
121826
121936
|
color: $tbar-default-icon-color;
|
|
121827
121937
|
}
|
|
121938
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121939
|
+
border: 2px solid #000;
|
|
121940
|
+
}
|
|
121828
121941
|
@if $skin-name == 'Material3' {
|
|
121829
121942
|
box-shadow: none;
|
|
121830
121943
|
}
|
|
@@ -121843,6 +121956,36 @@ $image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
|
121843
121956
|
background: $btn-focus-bgcolor;
|
|
121844
121957
|
box-shadow: none;
|
|
121845
121958
|
color: $btn-focus-color;
|
|
121959
|
+
@if $skin-name == 'FluentUI' {
|
|
121960
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121961
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
121962
|
+
}
|
|
121963
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
121964
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121965
|
+
}
|
|
121966
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121967
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121968
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
121969
|
+
}
|
|
121970
|
+
@else if $skin-name == 'bootstrap4' {
|
|
121971
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
121972
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
121973
|
+
}
|
|
121974
|
+
@else if $skin-name == 'bootstrap5' {
|
|
121975
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121976
|
+
}
|
|
121977
|
+
@else if $skin-name == 'Material3' {
|
|
121978
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
121979
|
+
}
|
|
121980
|
+
@else if $skin-name == 'tailwind' {
|
|
121981
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
121982
|
+
}
|
|
121983
|
+
}
|
|
121984
|
+
|
|
121985
|
+
&:focus-visible {
|
|
121986
|
+
@if $skin-name == 'fluent2' {
|
|
121987
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121988
|
+
}
|
|
121846
121989
|
}
|
|
121847
121990
|
|
|
121848
121991
|
&:active {
|
|
@@ -124023,7 +124166,7 @@ $otp-input-disabled-border-color: $disable !default;
|
|
|
124023
124166
|
}
|
|
124024
124167
|
&.e-outline {
|
|
124025
124168
|
.e-otp-input-field {
|
|
124026
|
-
border:
|
|
124169
|
+
border: 1px solid $otp-input-border-color;
|
|
124027
124170
|
}
|
|
124028
124171
|
}
|
|
124029
124172
|
&.e-outline,
|
|
@@ -124142,17 +124285,20 @@ $ribbon-large-items-icon-size: 32px !default;
|
|
|
124142
124285
|
$ribbon-large-items-max-width: 10ch !default;
|
|
124143
124286
|
$ribbon-large-items-icon-padding: 12px 10px 4px !default;
|
|
124144
124287
|
$ribbon-large-items-btn-gap: 8px !default;
|
|
124288
|
+
$ribbon-large-items-min-width-height: 32px !default;
|
|
124145
124289
|
$ribbon-items-border: 2px solid !default;
|
|
124146
124290
|
$ribbon-items-border-radius: unset !default;
|
|
124147
124291
|
$ribbon-items-font-weight: 400 !default;
|
|
124148
124292
|
$ribbon-items-btn-size: 14px !default;
|
|
124149
124293
|
$ribbon-items-label-size: 14px !default;
|
|
124150
124294
|
$ribbon-items-btn-icon-size: 14px !default;
|
|
124295
|
+
$ribbon-overflow-items-min-width-height: $ribbon-items-btn-icon-size !default;
|
|
124151
124296
|
$ribbon-items-caret-icon-size: 14px !default;
|
|
124152
124297
|
$ribbon-items-margin: 10px !default;
|
|
124153
124298
|
$ribbon-checkbox-margin: 9px 0 9px 12px !default;
|
|
124154
124299
|
$ribbon-rtl-checkbox-margin: 9px 12px 9px 0 !default;
|
|
124155
124300
|
$ribbon-items-height: 22px !default;
|
|
124301
|
+
$ribbon-items-min-width-height: 16px !default;
|
|
124156
124302
|
$ribbon-items-checkbox-size: 14px !default;
|
|
124157
124303
|
$ribbon-items-checkbox-padding: 0 10px !default;
|
|
124158
124304
|
$ribbon-input-group-height: 36px !default;
|
|
@@ -124287,6 +124433,8 @@ $ribbon-bigger-large-items-icon-size: 36px !default;
|
|
|
124287
124433
|
$ribbon-bigger-large-items-btn-padding: 0 5px !default;
|
|
124288
124434
|
$ribbon-bigger-large-items-btn-size: 16px !default;
|
|
124289
124435
|
$ribbon-bigger-large-items-btn-height: 24px !default;
|
|
124436
|
+
$ribbon-bigger-large-items-min-width-height: 36px !default;
|
|
124437
|
+
$ribbon-bigger-items-min-width-height: 20px;
|
|
124290
124438
|
$ribbon-bigger-large-items-btn-gap: 8px !default;
|
|
124291
124439
|
$ribbon-bigger-items-padding: 2px !default;
|
|
124292
124440
|
$ribbon-bigger-items-btn-size: 14px !default;
|
|
@@ -124295,6 +124443,7 @@ $ribbon-bigger-items-height: 22px !default;
|
|
|
124295
124443
|
$ribbon-bigger-items-icon-height: 20px !default;
|
|
124296
124444
|
$ribbon-bigger-items-icon-size: 20px !default;
|
|
124297
124445
|
$ribbon-bigger-items-btn-icon-size: 18px !default;
|
|
124446
|
+
$ribbon-bigger-overflow-items-min-width-height: $ribbon-bigger-items-btn-icon-size !default;
|
|
124298
124447
|
$ribbon-bigger-items-margin: 10px !default;
|
|
124299
124448
|
$ribbon-bigger-checkbox-margin: 11px 0 11px 16px !default;
|
|
124300
124449
|
$ribbon-bigger-rtl-checkbox-margin: 11px 16px 11px 0 !default;
|
|
@@ -124513,6 +124662,14 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
124513
124662
|
line-height: $line-height;
|
|
124514
124663
|
}
|
|
124515
124664
|
|
|
124665
|
+
@mixin ribbon-items-icon-images($items-size) {
|
|
124666
|
+
min-height: $items-size;
|
|
124667
|
+
min-width: $items-size;
|
|
124668
|
+
background-repeat: no-repeat;
|
|
124669
|
+
background-size: contain;
|
|
124670
|
+
background-position: center;
|
|
124671
|
+
}
|
|
124672
|
+
|
|
124516
124673
|
@mixin ribbon-font-props($font-size, $line-height) {
|
|
124517
124674
|
font-size: $font-size;
|
|
124518
124675
|
line-height: $line-height;
|
|
@@ -125181,6 +125338,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125181
125338
|
}
|
|
125182
125339
|
|
|
125183
125340
|
.e-btn-icon:not(.e-caret) {
|
|
125341
|
+
@include ribbon-items-icon-images($ribbon-large-items-min-width-height);
|
|
125184
125342
|
font-size: $ribbon-large-items-icon-size;
|
|
125185
125343
|
font-weight: $ribbon-items-font-weight;
|
|
125186
125344
|
padding: $ribbon-large-items-icon-padding;
|
|
@@ -125299,6 +125457,9 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125299
125457
|
.e-btn-icon {
|
|
125300
125458
|
@include ribbon-font-props(16px, 16px);
|
|
125301
125459
|
margin: $ribbon-items-margin;
|
|
125460
|
+
&:not(.e-caret) {
|
|
125461
|
+
@include ribbon-items-icon-images($ribbon-items-min-width-height);
|
|
125462
|
+
}
|
|
125302
125463
|
}
|
|
125303
125464
|
}
|
|
125304
125465
|
|
|
@@ -125440,6 +125601,13 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125440
125601
|
width: 100%;
|
|
125441
125602
|
height: $ribbon-medium-item-height;
|
|
125442
125603
|
|
|
125604
|
+
.e-btn .e-btn-icon {
|
|
125605
|
+
&:not(.e-caret) {
|
|
125606
|
+
min-width: $ribbon-overflow-items-min-width-height;
|
|
125607
|
+
min-height: $ribbon-overflow-items-min-width-height;
|
|
125608
|
+
}
|
|
125609
|
+
}
|
|
125610
|
+
|
|
125443
125611
|
.e-btn .e-btn-icon.e-icon-left {
|
|
125444
125612
|
margin: 0;
|
|
125445
125613
|
}
|
|
@@ -125478,7 +125646,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125478
125646
|
|
|
125479
125647
|
&.e-ribbon-medium-item {
|
|
125480
125648
|
.e-btn .e-btn-icon.e-icon-left {
|
|
125481
|
-
|
|
125649
|
+
margin: $ribbon-button-icon-padding;
|
|
125482
125650
|
}
|
|
125483
125651
|
|
|
125484
125652
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -125517,7 +125685,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125517
125685
|
|
|
125518
125686
|
&.e-ribbon-medium-item {
|
|
125519
125687
|
.e-btn .e-btn-icon.e-icon-left {
|
|
125520
|
-
|
|
125688
|
+
margin: $ribbon-rtl-button-icon-padding;
|
|
125521
125689
|
}
|
|
125522
125690
|
|
|
125523
125691
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -125969,6 +126137,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125969
126137
|
max-width: $ribbon-bigger-large-items-max-width;
|
|
125970
126138
|
|
|
125971
126139
|
.e-btn-icon:not(.e-caret) {
|
|
126140
|
+
@include ribbon-items-icon-images($ribbon-bigger-large-items-min-width-height);
|
|
125972
126141
|
font-size: $ribbon-bigger-large-items-icon-size;
|
|
125973
126142
|
padding: $ribbon-bigger-large-items-icon-padding;
|
|
125974
126143
|
}
|
|
@@ -125999,6 +126168,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125999
126168
|
.e-btn-icon {
|
|
126000
126169
|
@include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
|
|
126001
126170
|
margin: $ribbon-bigger-items-margin;
|
|
126171
|
+
&:not(.e-caret) {
|
|
126172
|
+
min-width: $ribbon-bigger-items-min-width-height;
|
|
126173
|
+
min-height: $ribbon-bigger-items-min-width-height;
|
|
126174
|
+
}
|
|
126002
126175
|
}
|
|
126003
126176
|
}
|
|
126004
126177
|
|
|
@@ -126055,6 +126228,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126055
126228
|
}
|
|
126056
126229
|
.e-btn .e-btn-icon {
|
|
126057
126230
|
font-size: $ribbon-bigger-items-btn-icon-size;
|
|
126231
|
+
&:not(.e-caret) {
|
|
126232
|
+
min-width: $ribbon-bigger-overflow-items-min-width-height;
|
|
126233
|
+
min-height: $ribbon-bigger-overflow-items-min-width-height;
|
|
126234
|
+
}
|
|
126058
126235
|
&.e-icon-left {
|
|
126059
126236
|
margin: 0;
|
|
126060
126237
|
}
|
|
@@ -126091,7 +126268,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126091
126268
|
|
|
126092
126269
|
&.e-ribbon-medium-item {
|
|
126093
126270
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126094
|
-
|
|
126271
|
+
margin: $ribbon-bigger-button-icon-padding;
|
|
126095
126272
|
}
|
|
126096
126273
|
|
|
126097
126274
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126127,7 +126304,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126127
126304
|
|
|
126128
126305
|
&.e-ribbon-medium-item {
|
|
126129
126306
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126130
|
-
|
|
126307
|
+
margin: $ribbon-bigger-rtl-button-icon-padding;
|
|
126131
126308
|
}
|
|
126132
126309
|
|
|
126133
126310
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|