@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
|
@@ -6744,7 +6744,11 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
6744
6744
|
.e-input-group.e-input-focus input.e-input,
|
|
6745
6745
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6746
6746
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6747
|
-
.e-float-input.e-input-focus input
|
|
6747
|
+
.e-float-input.e-input-focus input {
|
|
6748
|
+
padding-left: $input-text-indent;
|
|
6749
|
+
text-indent: 0;
|
|
6750
|
+
}
|
|
6751
|
+
|
|
6748
6752
|
textarea.e-input#{$css},
|
|
6749
6753
|
.e-input-group textarea.e-input,
|
|
6750
6754
|
.e-input-group textarea,
|
|
@@ -6758,7 +6762,12 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
6758
6762
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6759
6763
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6760
6764
|
.e-float-input textarea:focus {
|
|
6761
|
-
|
|
6765
|
+
@if $input-skin-name == 'fluent2' {
|
|
6766
|
+
padding-left: 12px;
|
|
6767
|
+
}
|
|
6768
|
+
@else {
|
|
6769
|
+
padding-left: $input-text-indent;
|
|
6770
|
+
}
|
|
6762
6771
|
text-indent: 0;
|
|
6763
6772
|
}
|
|
6764
6773
|
|
|
@@ -7085,7 +7094,12 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
7085
7094
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
7086
7095
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
7087
7096
|
.e-bigger .e-float-input textarea:focus {
|
|
7088
|
-
|
|
7097
|
+
@if $input-skin-name == 'fluent2' {
|
|
7098
|
+
padding: $textarea-bigger-padding;
|
|
7099
|
+
}
|
|
7100
|
+
@else {
|
|
7101
|
+
padding-left: $input-bigger-text-indent;
|
|
7102
|
+
}
|
|
7089
7103
|
text-indent: 0;
|
|
7090
7104
|
}
|
|
7091
7105
|
|
|
@@ -7985,18 +7999,18 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
7985
7999
|
}
|
|
7986
8000
|
}
|
|
7987
8001
|
|
|
7988
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7989
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7990
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7991
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7992
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7993
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7994
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7995
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7996
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7997
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7998
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7999
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
8002
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
8003
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
8004
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
8005
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
8006
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
8007
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
8008
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
8009
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
8010
|
+
.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]),
|
|
8011
|
+
.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]),
|
|
8012
|
+
.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]),
|
|
8013
|
+
.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]) {
|
|
8000
8014
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8001
8015
|
border-bottom-width: $input-group-border-width-hover;
|
|
8002
8016
|
}
|
|
@@ -15151,7 +15165,7 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
15151
15165
|
border-color: $input-box-border-color;
|
|
15152
15166
|
}
|
|
15153
15167
|
|
|
15154
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15168
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
15155
15169
|
@if $input-skin-name == 'fluent2' {
|
|
15156
15170
|
padding-bottom: 0;
|
|
15157
15171
|
}
|
|
@@ -15186,6 +15200,20 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
15186
15200
|
}
|
|
15187
15201
|
}
|
|
15188
15202
|
|
|
15203
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15204
|
+
@if $input-skin-name == 'fluent2' {
|
|
15205
|
+
border-bottom-color: $input-active-border-color;
|
|
15206
|
+
padding-bottom: 4px;
|
|
15207
|
+
border-bottom-width: 0;
|
|
15208
|
+
}
|
|
15209
|
+
}
|
|
15210
|
+
|
|
15211
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15212
|
+
@if $input-skin-name == 'fluent2' {
|
|
15213
|
+
padding-bottom: 6px;
|
|
15214
|
+
}
|
|
15215
|
+
}
|
|
15216
|
+
|
|
15189
15217
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
15190
15218
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
15191
15219
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15301,15 +15329,11 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
15301
15329
|
@if $input-skin-name == 'bootstrap4' {
|
|
15302
15330
|
transition: $input-transition-shadow;
|
|
15303
15331
|
}
|
|
15304
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15332
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15305
15333
|
border-color: $input-group-border-color-focus;
|
|
15306
15334
|
border-radius: $input-groupo-focus-border-radius;
|
|
15307
15335
|
box-shadow: $input-group-focus-box-shadow;
|
|
15308
15336
|
}
|
|
15309
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15310
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15311
|
-
border-width: 2px;
|
|
15312
|
-
}
|
|
15313
15337
|
}
|
|
15314
15338
|
|
|
15315
15339
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19721,9 +19745,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid rgba($grey-light-font, .12) !defau
|
|
|
19721
19745
|
&:focus-visible {
|
|
19722
19746
|
@if $skin-name == 'fluent2' {
|
|
19723
19747
|
box-shadow: $secondary-shadow-focus;
|
|
19748
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19724
19749
|
|
|
19725
|
-
& .e-breadcrumb-icon
|
|
19726
|
-
|
|
19750
|
+
& .e-breadcrumb-icon,
|
|
19751
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19752
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19727
19753
|
}
|
|
19728
19754
|
}
|
|
19729
19755
|
}
|
|
@@ -22982,7 +23008,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22982
23008
|
@if $skin-name == 'fluent2' {
|
|
22983
23009
|
background: transparent;
|
|
22984
23010
|
border-color: $secondary-border-color-hover;
|
|
22985
|
-
color: $secondary-text-color-
|
|
23011
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22986
23012
|
}
|
|
22987
23013
|
|
|
22988
23014
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -23015,7 +23041,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
23015
23041
|
@include outline-active;
|
|
23016
23042
|
@if $skin-name == 'fluent2' {
|
|
23017
23043
|
background: transparent;
|
|
23018
|
-
color: $secondary-text-color-
|
|
23044
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
23019
23045
|
outline: 2px solid;
|
|
23020
23046
|
outline-offset: -2px;
|
|
23021
23047
|
}
|
|
@@ -23919,6 +23945,7 @@ $sd-active-font-color: $base-font !default;
|
|
|
23919
23945
|
font-size: 12px;
|
|
23920
23946
|
line-height: 16px;
|
|
23921
23947
|
padding: 8px 16px;
|
|
23948
|
+
box-sizing: content-box;
|
|
23922
23949
|
}
|
|
23923
23950
|
}
|
|
23924
23951
|
}
|
|
@@ -29883,6 +29910,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
|
29883
29910
|
background: $drop-down-btn-li-bgcolor;
|
|
29884
29911
|
}
|
|
29885
29912
|
color: $drop-down-btn-li-selection-font-color;
|
|
29913
|
+
& .e-menu-icon,
|
|
29914
|
+
& .e-menu-url {
|
|
29915
|
+
@if $skin-name == 'fluent2' {
|
|
29916
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29917
|
+
}
|
|
29918
|
+
}
|
|
29886
29919
|
}
|
|
29887
29920
|
|
|
29888
29921
|
&:active,
|
|
@@ -44921,6 +44954,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44921
44954
|
box-sizing: border-box;
|
|
44922
44955
|
}
|
|
44923
44956
|
|
|
44957
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44958
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44959
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44960
|
+
}
|
|
44961
|
+
}
|
|
44962
|
+
|
|
44924
44963
|
|
|
44925
44964
|
@include export-module('dialog-theme') {
|
|
44926
44965
|
.e-dialog {
|
|
@@ -54968,8 +55007,8 @@ $ripple-width: 32px !default;
|
|
|
54968
55007
|
|
|
54969
55008
|
.e-list-item {
|
|
54970
55009
|
|
|
54971
|
-
div.e-icons.e-icon-expandable::before,
|
|
54972
|
-
div.e-icons.e-icon-collapsible::before {
|
|
55010
|
+
div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
|
|
55011
|
+
div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
|
|
54973
55012
|
content: '\e22f';
|
|
54974
55013
|
}
|
|
54975
55014
|
}
|
|
@@ -59269,7 +59308,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
59269
59308
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
59270
59309
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
59271
59310
|
$ddl-input-text-indent: 0 !default;
|
|
59272
|
-
$ddl-input-placeholder-padding:
|
|
59311
|
+
$ddl-input-placeholder-padding: 0 !default;
|
|
59273
59312
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
59274
59313
|
$ddl-popup-active-focus-bg-color: $grey-300 !default;
|
|
59275
59314
|
$ddl-popup-active-focus-font-color: $accent !default;
|
|
@@ -63076,19 +63115,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
|
|
|
63076
63115
|
text-align: center;
|
|
63077
63116
|
}
|
|
63078
63117
|
|
|
63079
|
-
&:not(.e-list-template) .e-list-item,
|
|
63080
|
-
.e-list-nrt,
|
|
63081
|
-
.e-selectall-parent {
|
|
63082
|
-
height: $listbox-item-height;
|
|
63083
|
-
line-height: $listbox-item-line-height;
|
|
63084
|
-
padding: $listbox-item-padding;
|
|
63085
|
-
position: relative;
|
|
63086
|
-
@if $skin-name == 'fluent2' {
|
|
63087
|
-
font-size: 14px;
|
|
63088
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
63089
|
-
}
|
|
63090
|
-
}
|
|
63091
|
-
|
|
63092
63118
|
.e-list-parent {
|
|
63093
63119
|
height: 100%;
|
|
63094
63120
|
min-height: $listbox-item-height;
|
|
@@ -63590,6 +63616,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
|
|
|
63590
63616
|
}
|
|
63591
63617
|
}
|
|
63592
63618
|
|
|
63619
|
+
.e-listbox-wrapper,
|
|
63620
|
+
.e-listbox-container,
|
|
63621
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
63622
|
+
&:not(.e-list-template) .e-list-item,
|
|
63623
|
+
.e-list-nrt,
|
|
63624
|
+
.e-selectall-parent {
|
|
63625
|
+
height: $listbox-item-height;
|
|
63626
|
+
line-height: $listbox-item-line-height;
|
|
63627
|
+
padding: $listbox-item-padding;
|
|
63628
|
+
position: relative;
|
|
63629
|
+
@if $skin-name == 'fluent2' {
|
|
63630
|
+
font-size: 14px;
|
|
63631
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
63632
|
+
}
|
|
63633
|
+
}
|
|
63634
|
+
}
|
|
63635
|
+
|
|
63593
63636
|
|
|
63594
63637
|
@mixin avatar {
|
|
63595
63638
|
height: $listbox-template-avatar-size;
|
|
@@ -75939,7 +75982,7 @@ $grid-responsive-apply-btn-top: 4px !default;
|
|
|
75939
75982
|
$grid-responsive-column-menu-icon-margin-top: 0 !default;
|
|
75940
75983
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
75941
75984
|
$grid-rtl-filtermenudiv-left-align-margin: -5px !default;
|
|
75942
|
-
$grid-rtl-sort-num-left-align-margin: 6px -4px 0
|
|
75985
|
+
$grid-rtl-sort-num-left-align-margin: 6px -4px 0 0 !default;
|
|
75943
75986
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
75944
75987
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
75945
75988
|
$grid-reorderarrow-margin-top: -4.5px !default;
|
|
@@ -76514,7 +76557,7 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
76514
76557
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
76515
76558
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
76516
76559
|
@if $grid-skin == 'tailwind' {
|
|
76517
|
-
margin-left:
|
|
76560
|
+
margin-left: 0;
|
|
76518
76561
|
}
|
|
76519
76562
|
}
|
|
76520
76563
|
|
|
@@ -77855,8 +77898,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
77855
77898
|
user-select: none;
|
|
77856
77899
|
}
|
|
77857
77900
|
|
|
77858
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
77901
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
77902
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
77903
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
77859
77904
|
padding: 0 .4em ;
|
|
77905
|
+
@if $grid-skin == 'material' {
|
|
77906
|
+
padding: $grid-headercell-div-padding;
|
|
77907
|
+
}
|
|
77860
77908
|
@if $grid-skin == 'fabric' {
|
|
77861
77909
|
padding: 0 1px 0;
|
|
77862
77910
|
}
|
|
@@ -78308,7 +78356,7 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
78308
78356
|
}
|
|
78309
78357
|
|
|
78310
78358
|
&.e-default:not(.e-rtl) tr {
|
|
78311
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
78359
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
78312
78360
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
78313
78361
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
78314
78362
|
border-left-width: 0;
|
|
@@ -78366,9 +78414,6 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
78366
78414
|
right: 2px;
|
|
78367
78415
|
}
|
|
78368
78416
|
}
|
|
78369
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
78370
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
78371
|
-
}
|
|
78372
78417
|
|
|
78373
78418
|
.e-sortfilterdiv {
|
|
78374
78419
|
float: right;
|
|
@@ -78415,7 +78460,7 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
78415
78460
|
}
|
|
78416
78461
|
|
|
78417
78462
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
78418
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
78463
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
78419
78464
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
78420
78465
|
.e-headercelldiv,
|
|
78421
78466
|
.e-stackedheadercelldiv {
|
|
@@ -78748,7 +78793,10 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
78748
78793
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
78749
78794
|
border-top-width: 1px;
|
|
78750
78795
|
margin-top: 0;
|
|
78751
|
-
overflow-x:
|
|
78796
|
+
overflow-x: auto;
|
|
78797
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
78798
|
+
white-space: nowrap;
|
|
78799
|
+
}
|
|
78752
78800
|
}
|
|
78753
78801
|
|
|
78754
78802
|
@if $grid-skin == 'fluent2' {
|
|
@@ -79823,7 +79871,7 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
79823
79871
|
}
|
|
79824
79872
|
|
|
79825
79873
|
& .e-headercelldiv {
|
|
79826
|
-
padding: 0
|
|
79874
|
+
padding: 0 25px 0 .7em;
|
|
79827
79875
|
|
|
79828
79876
|
& .e-sortnumber {
|
|
79829
79877
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -80017,7 +80065,7 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
80017
80065
|
}
|
|
80018
80066
|
|
|
80019
80067
|
&.e-default {
|
|
80020
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
80068
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
80021
80069
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
80022
80070
|
border-left: 0;
|
|
80023
80071
|
}
|
|
@@ -99882,14 +99930,14 @@ $lg-desktop: 1399.98;
|
|
|
99882
99930
|
}
|
|
99883
99931
|
|
|
99884
99932
|
.e-pv-diagram-resize-handle{
|
|
99885
|
-
@if $theme-name == 'fluent2' {
|
|
99933
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99886
99934
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
99887
99935
|
}
|
|
99888
99936
|
}
|
|
99889
99937
|
|
|
99890
99938
|
.e-pv-diagram-border,
|
|
99891
99939
|
.e-pv-diagram-resize-handle {
|
|
99892
|
-
@if $theme-name=='fluent2' {
|
|
99940
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99893
99941
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
99894
99942
|
}
|
|
99895
99943
|
}
|
|
@@ -101564,6 +101612,15 @@ $lg-desktop: 1399.98;
|
|
|
101564
101612
|
}
|
|
101565
101613
|
}
|
|
101566
101614
|
|
|
101615
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
101616
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
101617
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
101618
|
+
}
|
|
101619
|
+
@if $theme-name == 'bootstrap5' {
|
|
101620
|
+
color: $pv-item-selection-color;
|
|
101621
|
+
}
|
|
101622
|
+
}
|
|
101623
|
+
|
|
101567
101624
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
101568
101625
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
101569
101626
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -101775,6 +101832,17 @@ $lg-desktop: 1399.98;
|
|
|
101775
101832
|
|
|
101776
101833
|
.e-pv-search-input-mobile {
|
|
101777
101834
|
height: $pv-search-input-height;
|
|
101835
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
101836
|
+
}
|
|
101837
|
+
|
|
101838
|
+
.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,
|
|
101839
|
+
.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 {
|
|
101840
|
+
margin-left: 3px;
|
|
101841
|
+
}
|
|
101842
|
+
|
|
101843
|
+
.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,
|
|
101844
|
+
.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 {
|
|
101845
|
+
margin-right: 3px;
|
|
101778
101846
|
}
|
|
101779
101847
|
|
|
101780
101848
|
.e-pv-match-case-container {
|
|
@@ -101872,13 +101940,11 @@ $lg-desktop: 1399.98;
|
|
|
101872
101940
|
}
|
|
101873
101941
|
|
|
101874
101942
|
.e-pv-notification-popup {
|
|
101875
|
-
height: $pv-notification-popup-height;
|
|
101876
101943
|
margin: 0 10px;
|
|
101877
101944
|
max-width: $pv-notification-popup-width;
|
|
101878
101945
|
}
|
|
101879
101946
|
|
|
101880
101947
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
101881
|
-
height: $pv-notification-popup-height-large-content;
|
|
101882
101948
|
max-width: $pv-notification-popup-width-large-content;
|
|
101883
101949
|
}
|
|
101884
101950
|
|
|
@@ -102284,6 +102350,13 @@ $lg-desktop: 1399.98;
|
|
|
102284
102350
|
}
|
|
102285
102351
|
}
|
|
102286
102352
|
|
|
102353
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
102354
|
+
@if $skin-name == 'fluent2' {
|
|
102355
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
102356
|
+
color: $pv-icon-color;
|
|
102357
|
+
}
|
|
102358
|
+
}
|
|
102359
|
+
|
|
102287
102360
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
102288
102361
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
102289
102362
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -102445,6 +102518,7 @@ $lg-desktop: 1399.98;
|
|
|
102445
102518
|
line-height: $pv-prop-color-picker-line-height;
|
|
102446
102519
|
@if ($skin-name == 'bootstrap5') {
|
|
102447
102520
|
background: $transparent;
|
|
102521
|
+
border: 1px solid $border-light;
|
|
102448
102522
|
border-radius: 4px;
|
|
102449
102523
|
box-sizing: border-box;
|
|
102450
102524
|
color: $content-text-color;
|
|
@@ -102674,6 +102748,9 @@ $lg-desktop: 1399.98;
|
|
|
102674
102748
|
@if $skin-name == 'FluentUI' {
|
|
102675
102749
|
margin-left: 195px;
|
|
102676
102750
|
}
|
|
102751
|
+
@if ($skin-name == 'bootstrap5') {
|
|
102752
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
102753
|
+
}
|
|
102677
102754
|
}
|
|
102678
102755
|
|
|
102679
102756
|
.e-pv-properties-line-start,
|
|
@@ -103003,11 +103080,21 @@ $lg-desktop: 1399.98;
|
|
|
103003
103080
|
}
|
|
103004
103081
|
|
|
103005
103082
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
103006
|
-
@if $skin-name == 'bootstrap5' {
|
|
103083
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
103007
103084
|
background: $secondary-bg-color-pressed;
|
|
103008
103085
|
}
|
|
103009
103086
|
}
|
|
103010
103087
|
|
|
103088
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
103089
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
103090
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
103091
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
103092
|
+
}
|
|
103093
|
+
@if $theme-name == 'bootstrap5' {
|
|
103094
|
+
color: $pv-item-selection-color;
|
|
103095
|
+
}
|
|
103096
|
+
}
|
|
103097
|
+
|
|
103011
103098
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
103012
103099
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
103013
103100
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -103103,7 +103190,7 @@ $lg-desktop: 1399.98;
|
|
|
103103
103190
|
|
|
103104
103191
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
103105
103192
|
@if $theme-name == 'fluent2' {
|
|
103106
|
-
|
|
103193
|
+
color: var(--color-sf-secondary-text-color);
|
|
103107
103194
|
}
|
|
103108
103195
|
}
|
|
103109
103196
|
|
|
@@ -103449,7 +103536,7 @@ $lg-desktop: 1399.98;
|
|
|
103449
103536
|
}
|
|
103450
103537
|
|
|
103451
103538
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
103452
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
103539
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
103453
103540
|
background-color: $pv-save-button-bg-color;
|
|
103454
103541
|
border-radius: 2px;
|
|
103455
103542
|
color: $pv-save-button-color;
|
|
@@ -103559,6 +103646,9 @@ $lg-desktop: 1399.98;
|
|
|
103559
103646
|
@if $skin-name == 'bootstrap4' {
|
|
103560
103647
|
color: $pv-title-close-color;
|
|
103561
103648
|
}
|
|
103649
|
+
@if $skin-name == 'fluent2' {
|
|
103650
|
+
color: var(--color-sf-secondary-text-color);
|
|
103651
|
+
}
|
|
103562
103652
|
height: $pv-title-close-height;
|
|
103563
103653
|
position: $pv-title-close-position;
|
|
103564
103654
|
right: 11px;
|
|
@@ -103856,7 +103946,7 @@ $lg-desktop: 1399.98;
|
|
|
103856
103946
|
|
|
103857
103947
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
103858
103948
|
background: transparent;
|
|
103859
|
-
width: 229px;
|
|
103949
|
+
max-width: 229px;
|
|
103860
103950
|
}
|
|
103861
103951
|
|
|
103862
103952
|
.e-pv-status-div {
|
|
@@ -103872,7 +103962,7 @@ $lg-desktop: 1399.98;
|
|
|
103872
103962
|
}
|
|
103873
103963
|
|
|
103874
103964
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
103875
|
-
@if $skin-name != 'bootstrap5' {
|
|
103965
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
103876
103966
|
caret-color: $pv-comment-text-cursor-color;
|
|
103877
103967
|
}
|
|
103878
103968
|
}
|
|
@@ -103992,10 +104082,14 @@ $lg-desktop: 1399.98;
|
|
|
103992
104082
|
.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,
|
|
103993
104083
|
.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,
|
|
103994
104084
|
.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 {
|
|
103995
|
-
@if $skin-name != 'bootstrap5' {
|
|
104085
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
103996
104086
|
background: $pv-signature-footer-color;
|
|
103997
104087
|
border-color: $pv-signature-footer-color;
|
|
103998
104088
|
}
|
|
104089
|
+
@else if ($skin-name == 'fluent2'){
|
|
104090
|
+
background: $pv-item-selection-background-color;
|
|
104091
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
104092
|
+
}
|
|
103999
104093
|
@else {
|
|
104000
104094
|
background: $secondary-bg-color-pressed;
|
|
104001
104095
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -115978,7 +116072,7 @@ $qryblr-drag-icon-color: rgba($grey-black, .87) !default;
|
|
|
115978
116072
|
.e-query-builder .e-btn.e-round.e-small {
|
|
115979
116073
|
@if $theme-name == 'fluent2' {
|
|
115980
116074
|
&:hover {
|
|
115981
|
-
background:
|
|
116075
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
115982
116076
|
}
|
|
115983
116077
|
|
|
115984
116078
|
&:focus {
|
|
@@ -122147,6 +122241,12 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
122147
122241
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
122148
122242
|
}
|
|
122149
122243
|
}
|
|
122244
|
+
|
|
122245
|
+
@if $skin-name == 'fluent2' {
|
|
122246
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
122247
|
+
padding-left: 16px;
|
|
122248
|
+
}
|
|
122249
|
+
}
|
|
122150
122250
|
}
|
|
122151
122251
|
|
|
122152
122252
|
.e-image-editor {
|
|
@@ -122453,6 +122553,16 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
122453
122553
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
122454
122554
|
}
|
|
122455
122555
|
}
|
|
122556
|
+
|
|
122557
|
+
@if $skin-name == 'fluent2' {
|
|
122558
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
122559
|
+
padding-left: 14px;
|
|
122560
|
+
}
|
|
122561
|
+
& .e-dropdown-btn,
|
|
122562
|
+
& .e-dropdown-btn span {
|
|
122563
|
+
font-weight: normal;
|
|
122564
|
+
}
|
|
122565
|
+
}
|
|
122456
122566
|
}
|
|
122457
122567
|
|
|
122458
122568
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -122923,10 +123033,13 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
122923
123033
|
background: inherit;
|
|
122924
123034
|
border: none;
|
|
122925
123035
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
122926
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
123036
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
122927
123037
|
background: $tbar-default-bg;
|
|
122928
123038
|
color: $tbar-default-icon-color;
|
|
122929
123039
|
}
|
|
123040
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
123041
|
+
border: 2px solid #000;
|
|
123042
|
+
}
|
|
122930
123043
|
@if $skin-name == 'Material3' {
|
|
122931
123044
|
box-shadow: none;
|
|
122932
123045
|
}
|
|
@@ -122945,6 +123058,36 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
122945
123058
|
background: $btn-focus-bgcolor;
|
|
122946
123059
|
box-shadow: none;
|
|
122947
123060
|
color: $btn-focus-color;
|
|
123061
|
+
@if $skin-name == 'FluentUI' {
|
|
123062
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
123063
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
123064
|
+
}
|
|
123065
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
123066
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
123067
|
+
}
|
|
123068
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
123069
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
123070
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
123071
|
+
}
|
|
123072
|
+
@else if $skin-name == 'bootstrap4' {
|
|
123073
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
123074
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
123075
|
+
}
|
|
123076
|
+
@else if $skin-name == 'bootstrap5' {
|
|
123077
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
123078
|
+
}
|
|
123079
|
+
@else if $skin-name == 'Material3' {
|
|
123080
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
123081
|
+
}
|
|
123082
|
+
@else if $skin-name == 'tailwind' {
|
|
123083
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
123084
|
+
}
|
|
123085
|
+
}
|
|
123086
|
+
|
|
123087
|
+
&:focus-visible {
|
|
123088
|
+
@if $skin-name == 'fluent2' {
|
|
123089
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
123090
|
+
}
|
|
122948
123091
|
}
|
|
122949
123092
|
|
|
122950
123093
|
&:active {
|
|
@@ -125124,7 +125267,7 @@ $otp-input-disabled-border-color: $grey-300 !default;
|
|
|
125124
125267
|
}
|
|
125125
125268
|
&.e-outline {
|
|
125126
125269
|
.e-otp-input-field {
|
|
125127
|
-
border:
|
|
125270
|
+
border: 1px solid $otp-input-border-color;
|
|
125128
125271
|
}
|
|
125129
125272
|
}
|
|
125130
125273
|
&.e-outline,
|
|
@@ -125243,17 +125386,20 @@ $ribbon-large-items-icon-size: 32px !default;
|
|
|
125243
125386
|
$ribbon-large-items-max-width: 10ch !default;
|
|
125244
125387
|
$ribbon-large-items-icon-padding: 8px 6px 6px !default;
|
|
125245
125388
|
$ribbon-large-items-btn-gap: 7px !default;
|
|
125389
|
+
$ribbon-large-items-min-width-height: 32px !default;
|
|
125246
125390
|
$ribbon-items-border: none !default;
|
|
125247
125391
|
$ribbon-items-border-radius: unset !default;
|
|
125248
125392
|
$ribbon-items-font-weight: 400 !default;
|
|
125249
125393
|
$ribbon-items-btn-size: 12px !default;
|
|
125250
125394
|
$ribbon-items-label-size: 14px !default;
|
|
125251
125395
|
$ribbon-items-btn-icon-size: 12px !default;
|
|
125396
|
+
$ribbon-overflow-items-min-width-height: $ribbon-items-btn-icon-size !default;
|
|
125252
125397
|
$ribbon-items-caret-icon-size: 12px !default;
|
|
125253
125398
|
$ribbon-items-margin: 8px !default;
|
|
125254
125399
|
$ribbon-checkbox-margin: 10px 0 10px 12px !default;
|
|
125255
125400
|
$ribbon-rtl-checkbox-margin: 10px 12px 10px 0 !default;
|
|
125256
125401
|
$ribbon-items-height: 18px !default;
|
|
125402
|
+
$ribbon-items-min-width-height: 16px !default;
|
|
125257
125403
|
$ribbon-items-checkbox-size: 12px !default;
|
|
125258
125404
|
$ribbon-items-checkbox-padding: 0 8px !default;
|
|
125259
125405
|
$ribbon-input-group-height: 32px !default;
|
|
@@ -125388,6 +125534,8 @@ $ribbon-bigger-large-items-icon-size: 36px !default;
|
|
|
125388
125534
|
$ribbon-bigger-large-items-btn-padding: 0 5px !default;
|
|
125389
125535
|
$ribbon-bigger-large-items-btn-size: 16px !default;
|
|
125390
125536
|
$ribbon-bigger-large-items-btn-height: 24px !default;
|
|
125537
|
+
$ribbon-bigger-large-items-min-width-height: 36px !default;
|
|
125538
|
+
$ribbon-bigger-items-min-width-height: 20px;
|
|
125391
125539
|
$ribbon-bigger-large-items-btn-gap: 6px !default;
|
|
125392
125540
|
$ribbon-bigger-items-padding: 2px !default;
|
|
125393
125541
|
$ribbon-bigger-items-btn-size: 16px !default;
|
|
@@ -125396,6 +125544,7 @@ $ribbon-bigger-items-height: 22px !default;
|
|
|
125396
125544
|
$ribbon-bigger-items-icon-height: 20px !default;
|
|
125397
125545
|
$ribbon-bigger-items-icon-size: 20px !default;
|
|
125398
125546
|
$ribbon-bigger-items-btn-icon-size: 16px !default;
|
|
125547
|
+
$ribbon-bigger-overflow-items-min-width-height: $ribbon-bigger-items-btn-icon-size !default;
|
|
125399
125548
|
$ribbon-bigger-items-margin: 8px !default;
|
|
125400
125549
|
$ribbon-bigger-checkbox-margin: 12px 0 12px 16px !default;
|
|
125401
125550
|
$ribbon-bigger-rtl-checkbox-margin: 12px 16px 12px 0 !default;
|
|
@@ -125614,6 +125763,14 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
125614
125763
|
line-height: $line-height;
|
|
125615
125764
|
}
|
|
125616
125765
|
|
|
125766
|
+
@mixin ribbon-items-icon-images($items-size) {
|
|
125767
|
+
min-height: $items-size;
|
|
125768
|
+
min-width: $items-size;
|
|
125769
|
+
background-repeat: no-repeat;
|
|
125770
|
+
background-size: contain;
|
|
125771
|
+
background-position: center;
|
|
125772
|
+
}
|
|
125773
|
+
|
|
125617
125774
|
@mixin ribbon-font-props($font-size, $line-height) {
|
|
125618
125775
|
font-size: $font-size;
|
|
125619
125776
|
line-height: $line-height;
|
|
@@ -126282,6 +126439,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126282
126439
|
}
|
|
126283
126440
|
|
|
126284
126441
|
.e-btn-icon:not(.e-caret) {
|
|
126442
|
+
@include ribbon-items-icon-images($ribbon-large-items-min-width-height);
|
|
126285
126443
|
font-size: $ribbon-large-items-icon-size;
|
|
126286
126444
|
font-weight: $ribbon-items-font-weight;
|
|
126287
126445
|
padding: $ribbon-large-items-icon-padding;
|
|
@@ -126400,6 +126558,9 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126400
126558
|
.e-btn-icon {
|
|
126401
126559
|
@include ribbon-font-props(16px, 16px);
|
|
126402
126560
|
margin: $ribbon-items-margin;
|
|
126561
|
+
&:not(.e-caret) {
|
|
126562
|
+
@include ribbon-items-icon-images($ribbon-items-min-width-height);
|
|
126563
|
+
}
|
|
126403
126564
|
}
|
|
126404
126565
|
}
|
|
126405
126566
|
|
|
@@ -126541,6 +126702,13 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126541
126702
|
width: 100%;
|
|
126542
126703
|
height: $ribbon-medium-item-height;
|
|
126543
126704
|
|
|
126705
|
+
.e-btn .e-btn-icon {
|
|
126706
|
+
&:not(.e-caret) {
|
|
126707
|
+
min-width: $ribbon-overflow-items-min-width-height;
|
|
126708
|
+
min-height: $ribbon-overflow-items-min-width-height;
|
|
126709
|
+
}
|
|
126710
|
+
}
|
|
126711
|
+
|
|
126544
126712
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126545
126713
|
margin: 0;
|
|
126546
126714
|
}
|
|
@@ -126579,7 +126747,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126579
126747
|
|
|
126580
126748
|
&.e-ribbon-medium-item {
|
|
126581
126749
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126582
|
-
|
|
126750
|
+
margin: $ribbon-button-icon-padding;
|
|
126583
126751
|
}
|
|
126584
126752
|
|
|
126585
126753
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -126618,7 +126786,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
126618
126786
|
|
|
126619
126787
|
&.e-ribbon-medium-item {
|
|
126620
126788
|
.e-btn .e-btn-icon.e-icon-left {
|
|
126621
|
-
|
|
126789
|
+
margin: $ribbon-rtl-button-icon-padding;
|
|
126622
126790
|
}
|
|
126623
126791
|
|
|
126624
126792
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -127070,6 +127238,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127070
127238
|
max-width: $ribbon-bigger-large-items-max-width;
|
|
127071
127239
|
|
|
127072
127240
|
.e-btn-icon:not(.e-caret) {
|
|
127241
|
+
@include ribbon-items-icon-images($ribbon-bigger-large-items-min-width-height);
|
|
127073
127242
|
font-size: $ribbon-bigger-large-items-icon-size;
|
|
127074
127243
|
padding: $ribbon-bigger-large-items-icon-padding;
|
|
127075
127244
|
}
|
|
@@ -127100,6 +127269,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127100
127269
|
.e-btn-icon {
|
|
127101
127270
|
@include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
|
|
127102
127271
|
margin: $ribbon-bigger-items-margin;
|
|
127272
|
+
&:not(.e-caret) {
|
|
127273
|
+
min-width: $ribbon-bigger-items-min-width-height;
|
|
127274
|
+
min-height: $ribbon-bigger-items-min-width-height;
|
|
127275
|
+
}
|
|
127103
127276
|
}
|
|
127104
127277
|
}
|
|
127105
127278
|
|
|
@@ -127156,6 +127329,10 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127156
127329
|
}
|
|
127157
127330
|
.e-btn .e-btn-icon {
|
|
127158
127331
|
font-size: $ribbon-bigger-items-btn-icon-size;
|
|
127332
|
+
&:not(.e-caret) {
|
|
127333
|
+
min-width: $ribbon-bigger-overflow-items-min-width-height;
|
|
127334
|
+
min-height: $ribbon-bigger-overflow-items-min-width-height;
|
|
127335
|
+
}
|
|
127159
127336
|
&.e-icon-left {
|
|
127160
127337
|
margin: 0;
|
|
127161
127338
|
}
|
|
@@ -127192,7 +127369,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127192
127369
|
|
|
127193
127370
|
&.e-ribbon-medium-item {
|
|
127194
127371
|
.e-btn .e-btn-icon.e-icon-left {
|
|
127195
|
-
|
|
127372
|
+
margin: $ribbon-bigger-button-icon-padding;
|
|
127196
127373
|
}
|
|
127197
127374
|
|
|
127198
127375
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|
|
@@ -127228,7 +127405,7 @@ $ribbon-items-focus-box-shadow: none !default;
|
|
|
127228
127405
|
|
|
127229
127406
|
&.e-ribbon-medium-item {
|
|
127230
127407
|
.e-btn .e-btn-icon.e-icon-left {
|
|
127231
|
-
|
|
127408
|
+
margin: $ribbon-bigger-rtl-button-icon-padding;
|
|
127232
127409
|
}
|
|
127233
127410
|
|
|
127234
127411
|
&:not(:has(.e-colorpicker-wrapper)) .e-btn {
|