@syncfusion/blazor-themes 26.1.42 → 26.2.4
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 +204 -61
- package/SCSS-Themes/bds.scss +204 -61
- package/SCSS-Themes/bootstrap-dark.scss +204 -61
- package/SCSS-Themes/bootstrap.scss +210 -67
- package/SCSS-Themes/bootstrap4.scss +210 -67
- package/SCSS-Themes/bootstrap5-dark.scss +212 -69
- package/SCSS-Themes/bootstrap5.scss +212 -69
- 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 +204 -61
- package/SCSS-Themes/fabric.scss +207 -64
- package/SCSS-Themes/fluent-dark.scss +210 -67
- package/SCSS-Themes/fluent.scss +210 -67
- package/SCSS-Themes/fluent2-dark.scss +220 -77
- package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/fluent2.scss +233 -88
- 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 +211 -68
- 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 +204 -61
- package/SCSS-Themes/material.scss +206 -63
- package/SCSS-Themes/material3-dark.scss +209 -66
- package/SCSS-Themes/material3.scss +209 -66
- 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/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/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 +213 -70
- package/SCSS-Themes/tailwind.scss +213 -70
- package/package.json +1 -1
|
@@ -6556,7 +6556,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
6556
6556
|
.e-input-group.e-input-focus input.e-input,
|
|
6557
6557
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6558
6558
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6559
|
-
.e-float-input.e-input-focus input
|
|
6559
|
+
.e-float-input.e-input-focus input {
|
|
6560
|
+
padding-left: $input-text-indent;
|
|
6561
|
+
text-indent: 0;
|
|
6562
|
+
}
|
|
6563
|
+
|
|
6560
6564
|
textarea.e-input#{$css},
|
|
6561
6565
|
.e-input-group textarea.e-input,
|
|
6562
6566
|
.e-input-group textarea,
|
|
@@ -6570,7 +6574,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6570
6574
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6571
6575
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6572
6576
|
.e-float-input textarea:focus {
|
|
6573
|
-
|
|
6577
|
+
@if $input-skin-name == 'fluent2' {
|
|
6578
|
+
padding-left: 12px;
|
|
6579
|
+
}
|
|
6580
|
+
@else {
|
|
6581
|
+
padding-left: $input-text-indent;
|
|
6582
|
+
}
|
|
6574
6583
|
text-indent: 0;
|
|
6575
6584
|
}
|
|
6576
6585
|
|
|
@@ -6897,7 +6906,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6897
6906
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6898
6907
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6899
6908
|
.e-bigger .e-float-input textarea:focus {
|
|
6900
|
-
|
|
6909
|
+
@if $input-skin-name == 'fluent2' {
|
|
6910
|
+
padding: $textarea-bigger-padding;
|
|
6911
|
+
}
|
|
6912
|
+
@else {
|
|
6913
|
+
padding-left: $input-bigger-text-indent;
|
|
6914
|
+
}
|
|
6901
6915
|
text-indent: 0;
|
|
6902
6916
|
}
|
|
6903
6917
|
|
|
@@ -7797,18 +7811,18 @@ $float-label-rtl-value: -7px !default;
|
|
|
7797
7811
|
}
|
|
7798
7812
|
}
|
|
7799
7813
|
|
|
7800
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7801
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7802
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7803
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7804
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7805
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7806
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7807
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7808
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7809
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7810
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7811
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7814
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7815
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7816
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7817
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7818
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7819
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7820
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7821
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7822
|
+
.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]),
|
|
7823
|
+
.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]),
|
|
7824
|
+
.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]),
|
|
7825
|
+
.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]) {
|
|
7812
7826
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7813
7827
|
border-bottom-width: $input-group-border-width-hover;
|
|
7814
7828
|
}
|
|
@@ -14963,7 +14977,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
14963
14977
|
border-color: $input-box-border-color;
|
|
14964
14978
|
}
|
|
14965
14979
|
|
|
14966
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14980
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14967
14981
|
@if $input-skin-name == 'fluent2' {
|
|
14968
14982
|
padding-bottom: 0;
|
|
14969
14983
|
}
|
|
@@ -14998,6 +15012,20 @@ $float-label-rtl-value: -7px !default;
|
|
|
14998
15012
|
}
|
|
14999
15013
|
}
|
|
15000
15014
|
|
|
15015
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15016
|
+
@if $input-skin-name == 'fluent2' {
|
|
15017
|
+
border-bottom-color: $input-active-border-color;
|
|
15018
|
+
padding-bottom: 4px;
|
|
15019
|
+
border-bottom-width: 0;
|
|
15020
|
+
}
|
|
15021
|
+
}
|
|
15022
|
+
|
|
15023
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
15024
|
+
@if $input-skin-name == 'fluent2' {
|
|
15025
|
+
padding-bottom: 6px;
|
|
15026
|
+
}
|
|
15027
|
+
}
|
|
15028
|
+
|
|
15001
15029
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
15002
15030
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
15003
15031
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15113,15 +15141,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
15113
15141
|
@if $input-skin-name == 'bootstrap4' {
|
|
15114
15142
|
transition: $input-transition-shadow;
|
|
15115
15143
|
}
|
|
15116
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15144
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15117
15145
|
border-color: $input-group-border-color-focus;
|
|
15118
15146
|
border-radius: $input-groupo-focus-border-radius;
|
|
15119
15147
|
box-shadow: $input-group-focus-box-shadow;
|
|
15120
15148
|
}
|
|
15121
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15122
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15123
|
-
border-width: 2px;
|
|
15124
|
-
}
|
|
15125
15149
|
}
|
|
15126
15150
|
|
|
15127
15151
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19596,9 +19620,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid $border-light !default;
|
|
|
19596
19620
|
&:focus-visible {
|
|
19597
19621
|
@if $skin-name == 'fluent2' {
|
|
19598
19622
|
box-shadow: $secondary-shadow-focus;
|
|
19623
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19599
19624
|
|
|
19600
|
-
& .e-breadcrumb-icon
|
|
19601
|
-
|
|
19625
|
+
& .e-breadcrumb-icon,
|
|
19626
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19627
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19602
19628
|
}
|
|
19603
19629
|
}
|
|
19604
19630
|
}
|
|
@@ -22911,7 +22937,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
22911
22937
|
@if $skin-name == 'fluent2' {
|
|
22912
22938
|
background: transparent;
|
|
22913
22939
|
border-color: $secondary-border-color-hover;
|
|
22914
|
-
color: $secondary-text-color-
|
|
22940
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22915
22941
|
}
|
|
22916
22942
|
|
|
22917
22943
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22944,7 +22970,7 @@ $btn-warning-focus-box-shadow: $warning-shadow-focus !default;
|
|
|
22944
22970
|
@include outline-active;
|
|
22945
22971
|
@if $skin-name == 'fluent2' {
|
|
22946
22972
|
background: transparent;
|
|
22947
|
-
color: $secondary-text-color-
|
|
22973
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22948
22974
|
outline: 2px solid;
|
|
22949
22975
|
outline-offset: -2px;
|
|
22950
22976
|
}
|
|
@@ -23849,6 +23875,7 @@ $sd-active-font-color: $content-text-color-focus !default;
|
|
|
23849
23875
|
font-size: 12px;
|
|
23850
23876
|
line-height: 16px;
|
|
23851
23877
|
padding: 8px 16px;
|
|
23878
|
+
box-sizing: content-box;
|
|
23852
23879
|
}
|
|
23853
23880
|
}
|
|
23854
23881
|
}
|
|
@@ -29894,6 +29921,12 @@ $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
|
29894
29921
|
background: $drop-down-btn-li-bgcolor;
|
|
29895
29922
|
}
|
|
29896
29923
|
color: $drop-down-btn-li-selection-font-color;
|
|
29924
|
+
& .e-menu-icon,
|
|
29925
|
+
& .e-menu-url {
|
|
29926
|
+
@if $skin-name == 'fluent2' {
|
|
29927
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29928
|
+
}
|
|
29929
|
+
}
|
|
29897
29930
|
}
|
|
29898
29931
|
|
|
29899
29932
|
&:active,
|
|
@@ -44862,6 +44895,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44862
44895
|
box-sizing: border-box;
|
|
44863
44896
|
}
|
|
44864
44897
|
|
|
44898
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44899
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44900
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44901
|
+
}
|
|
44902
|
+
}
|
|
44903
|
+
|
|
44865
44904
|
|
|
44866
44905
|
@include export-module('dialog-theme') {
|
|
44867
44906
|
.e-dialog {
|
|
@@ -62297,19 +62336,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62297
62336
|
text-align: center;
|
|
62298
62337
|
}
|
|
62299
62338
|
|
|
62300
|
-
&:not(.e-list-template) .e-list-item,
|
|
62301
|
-
.e-list-nrt,
|
|
62302
|
-
.e-selectall-parent {
|
|
62303
|
-
height: $listbox-item-height;
|
|
62304
|
-
line-height: $listbox-item-line-height;
|
|
62305
|
-
padding: $listbox-item-padding;
|
|
62306
|
-
position: relative;
|
|
62307
|
-
@if $skin-name == 'fluent2' {
|
|
62308
|
-
font-size: 14px;
|
|
62309
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62310
|
-
}
|
|
62311
|
-
}
|
|
62312
|
-
|
|
62313
62339
|
.e-list-parent {
|
|
62314
62340
|
height: 100%;
|
|
62315
62341
|
min-height: $listbox-item-height;
|
|
@@ -62811,6 +62837,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62811
62837
|
}
|
|
62812
62838
|
}
|
|
62813
62839
|
|
|
62840
|
+
.e-listbox-wrapper,
|
|
62841
|
+
.e-listbox-container,
|
|
62842
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62843
|
+
&:not(.e-list-template) .e-list-item,
|
|
62844
|
+
.e-list-nrt,
|
|
62845
|
+
.e-selectall-parent {
|
|
62846
|
+
height: $listbox-item-height;
|
|
62847
|
+
line-height: $listbox-item-line-height;
|
|
62848
|
+
padding: $listbox-item-padding;
|
|
62849
|
+
position: relative;
|
|
62850
|
+
@if $skin-name == 'fluent2' {
|
|
62851
|
+
font-size: 14px;
|
|
62852
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62853
|
+
}
|
|
62854
|
+
}
|
|
62855
|
+
}
|
|
62856
|
+
|
|
62814
62857
|
|
|
62815
62858
|
@mixin avatar {
|
|
62816
62859
|
height: $listbox-template-avatar-size;
|
|
@@ -74775,7 +74818,7 @@ $grid-columnchooser-input-padding-left: 4px !default;
|
|
|
74775
74818
|
$grid-columnchooser-ul-margin: 13px 0 !default;
|
|
74776
74819
|
$grid-column-chooser-dlg-footer-padding: 8px !default;
|
|
74777
74820
|
$grid-rtl-bigger-sortnumber-margin: 4px 0 0 -20px !default;
|
|
74778
|
-
$grid-rtl-bigger-sortnumber-withfilter-margin: 2px 0 0
|
|
74821
|
+
$grid-rtl-bigger-sortnumber-withfilter-margin: 2px 0 0 4px !default;
|
|
74779
74822
|
$grid-rtl-bigger-rightalign-sortnumber-margin: 3px 0 0 8px !default;
|
|
74780
74823
|
$grid-rtl-group-text-marign-right: 0 !default;
|
|
74781
74824
|
$grid-rtl-group-text-margin-right: 0 !default;
|
|
@@ -74987,9 +75030,9 @@ $grid-ungroup-rtl-padding-top: 2px !default;
|
|
|
74987
75030
|
$grid-bigger-ungroup-rtl-padding-top: $grid-ungroup-rtl-padding-top !default;
|
|
74988
75031
|
$grid-rtl-group-headercell-margin-right: 5px !default;
|
|
74989
75032
|
$grid-rtl-group-headercell-margin-left: 0 !default;
|
|
74990
|
-
$grid-fltr-rtl-sortnumber-margin: 1px 0 0
|
|
75033
|
+
$grid-fltr-rtl-sortnumber-margin: 1px 0 0 12px !default;
|
|
74991
75034
|
$grid-rtl-sortnumber-margin: 1px 0 0 -10px !default;
|
|
74992
|
-
$grid-fltr-rtl-sortnumber-rightalign-margin: 1px 0 0
|
|
75035
|
+
$grid-fltr-rtl-sortnumber-rightalign-margin: 1px 0 0 12px !default;
|
|
74993
75036
|
$grid-rtl-sortnumber-rightalign-margin: 1px 0 0 10px !default;
|
|
74994
75037
|
$grid-rtl-sortcelldiv-margin: -10px 8px -12px -2px !default;
|
|
74995
75038
|
$grid-rtl-sortcelldiv-right-align-margin: -10px 8px -12px -2px !default;
|
|
@@ -74999,11 +75042,11 @@ $grid-rtl-grouped-headercell-padding: 5px 0 !default;
|
|
|
74999
75042
|
$grid-rtl-group-text-margin-left: 0 !default;
|
|
75000
75043
|
$grid-rtl-group-sorticon-margin-right: -7px !default;
|
|
75001
75044
|
$grid-rtl-headercell-border-width: 0 !default;
|
|
75002
|
-
$grid-rtl-headercelldiv-padding: 0 .4em 0
|
|
75045
|
+
$grid-rtl-headercelldiv-padding: 0 .4em 0 2.8em !default;
|
|
75003
75046
|
$grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
75004
75047
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
75005
75048
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
75006
|
-
$grid-headercelldiv-padding: 0
|
|
75049
|
+
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75007
75050
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75008
75051
|
$grid-headercell-div-padding: 0 1.5em 0 .4em !default;
|
|
75009
75052
|
$grid-group-text-width: auto !default;
|
|
@@ -75169,11 +75212,11 @@ $grid-rowcell-wrap-height: 21px !default;
|
|
|
75169
75212
|
$grid-rowcell-autofill-top-height: 19px !default;
|
|
75170
75213
|
$grid-rowcell-autofill-top-bottom-height: 17px !default;
|
|
75171
75214
|
$grid-rowcell-wrap-max-height: 36px !default;
|
|
75172
|
-
$grid-bigger-fltr-sortnumber-rightalign-margin: 2px 4px 0 -
|
|
75215
|
+
$grid-bigger-fltr-sortnumber-rightalign-margin: 2px 4px 0 -6px !default;
|
|
75173
75216
|
$grid-bigger-sortnumber-rightalign-margin: 2px 4px 0 6px !default;
|
|
75174
75217
|
$grid-bigger-columnmenu-bottom: 13px !default;
|
|
75175
75218
|
$grid-bigger-sortnumber-margin: 2px 4px 0 4px !default;
|
|
75176
|
-
$grid-bigger-fltr-sortnumber-margin: 2px 4px 0
|
|
75219
|
+
$grid-bigger-fltr-sortnumber-margin: 2px 4px 0 -6px !default;
|
|
75177
75220
|
$grid-rtl-searchclear: 0 !default;
|
|
75178
75221
|
$grid-column-chosser-searchdiv-top: -41px !default;
|
|
75179
75222
|
$grid-reorderarrow-font-size: $text-xxs !default;
|
|
@@ -75257,7 +75300,7 @@ $grid-responsive-apply-btn-top: 4px !default;
|
|
|
75257
75300
|
$grid-responsive-column-menu-icon-margin-top: 4px !default;
|
|
75258
75301
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
75259
75302
|
$grid-rtl-filtermenudiv-left-align-margin: -2px !default;
|
|
75260
|
-
$grid-rtl-sort-num-left-align-margin: 2px 8px 0
|
|
75303
|
+
$grid-rtl-sort-num-left-align-margin: 2px 8px 0 0 !default;
|
|
75261
75304
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
75262
75305
|
$grid-rowcell-color: $content-text-color !default;
|
|
75263
75306
|
$grid-header-text-transform: none !default;
|
|
@@ -75838,7 +75881,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
75838
75881
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75839
75882
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75840
75883
|
@if $grid-skin == 'tailwind' {
|
|
75841
|
-
margin-left:
|
|
75884
|
+
margin-left: 0;
|
|
75842
75885
|
}
|
|
75843
75886
|
}
|
|
75844
75887
|
|
|
@@ -77179,8 +77222,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77179
77222
|
user-select: none;
|
|
77180
77223
|
}
|
|
77181
77224
|
|
|
77182
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
77225
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
77226
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
77227
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
77183
77228
|
padding: 0 .4em ;
|
|
77229
|
+
@if $grid-skin == 'material' {
|
|
77230
|
+
padding: $grid-headercell-div-padding;
|
|
77231
|
+
}
|
|
77184
77232
|
@if $grid-skin == 'fabric' {
|
|
77185
77233
|
padding: 0 1px 0;
|
|
77186
77234
|
}
|
|
@@ -77632,7 +77680,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77632
77680
|
}
|
|
77633
77681
|
|
|
77634
77682
|
&.e-default:not(.e-rtl) tr {
|
|
77635
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77683
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77636
77684
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77637
77685
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77638
77686
|
border-left-width: 0;
|
|
@@ -77690,9 +77738,6 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77690
77738
|
right: 2px;
|
|
77691
77739
|
}
|
|
77692
77740
|
}
|
|
77693
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77694
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77695
|
-
}
|
|
77696
77741
|
|
|
77697
77742
|
.e-sortfilterdiv {
|
|
77698
77743
|
float: right;
|
|
@@ -77739,7 +77784,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
77739
77784
|
}
|
|
77740
77785
|
|
|
77741
77786
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77742
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77787
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77743
77788
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77744
77789
|
.e-headercelldiv,
|
|
77745
77790
|
.e-stackedheadercelldiv {
|
|
@@ -78072,7 +78117,10 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
78072
78117
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
78073
78118
|
border-top-width: 1px;
|
|
78074
78119
|
margin-top: 0;
|
|
78075
|
-
overflow-x:
|
|
78120
|
+
overflow-x: auto;
|
|
78121
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
78122
|
+
white-space: nowrap;
|
|
78123
|
+
}
|
|
78076
78124
|
}
|
|
78077
78125
|
|
|
78078
78126
|
@if $grid-skin == 'fluent2' {
|
|
@@ -79147,7 +79195,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
79147
79195
|
}
|
|
79148
79196
|
|
|
79149
79197
|
& .e-headercelldiv {
|
|
79150
|
-
padding: 0
|
|
79198
|
+
padding: 0 25px 0 .7em;
|
|
79151
79199
|
|
|
79152
79200
|
& .e-sortnumber {
|
|
79153
79201
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -79341,7 +79389,7 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
79341
79389
|
}
|
|
79342
79390
|
|
|
79343
79391
|
&.e-default {
|
|
79344
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
79392
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
79345
79393
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
79346
79394
|
border-left: 0;
|
|
79347
79395
|
}
|
|
@@ -99176,14 +99224,14 @@ $lg-desktop: 1399.98;
|
|
|
99176
99224
|
}
|
|
99177
99225
|
|
|
99178
99226
|
.e-pv-diagram-resize-handle{
|
|
99179
|
-
@if $theme-name == 'fluent2' {
|
|
99227
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99180
99228
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
99181
99229
|
}
|
|
99182
99230
|
}
|
|
99183
99231
|
|
|
99184
99232
|
.e-pv-diagram-border,
|
|
99185
99233
|
.e-pv-diagram-resize-handle {
|
|
99186
|
-
@if $theme-name=='fluent2' {
|
|
99234
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99187
99235
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
99188
99236
|
}
|
|
99189
99237
|
}
|
|
@@ -100858,6 +100906,15 @@ $lg-desktop: 1399.98;
|
|
|
100858
100906
|
}
|
|
100859
100907
|
}
|
|
100860
100908
|
|
|
100909
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
100910
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
100911
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
100912
|
+
}
|
|
100913
|
+
@if $theme-name == 'bootstrap5' {
|
|
100914
|
+
color: $pv-item-selection-color;
|
|
100915
|
+
}
|
|
100916
|
+
}
|
|
100917
|
+
|
|
100861
100918
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100862
100919
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100863
100920
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -101069,6 +101126,17 @@ $lg-desktop: 1399.98;
|
|
|
101069
101126
|
|
|
101070
101127
|
.e-pv-search-input-mobile {
|
|
101071
101128
|
height: $pv-search-input-height;
|
|
101129
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
101130
|
+
}
|
|
101131
|
+
|
|
101132
|
+
.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,
|
|
101133
|
+
.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 {
|
|
101134
|
+
margin-left: 3px;
|
|
101135
|
+
}
|
|
101136
|
+
|
|
101137
|
+
.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,
|
|
101138
|
+
.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 {
|
|
101139
|
+
margin-right: 3px;
|
|
101072
101140
|
}
|
|
101073
101141
|
|
|
101074
101142
|
.e-pv-match-case-container {
|
|
@@ -101166,13 +101234,11 @@ $lg-desktop: 1399.98;
|
|
|
101166
101234
|
}
|
|
101167
101235
|
|
|
101168
101236
|
.e-pv-notification-popup {
|
|
101169
|
-
height: $pv-notification-popup-height;
|
|
101170
101237
|
margin: 0 10px;
|
|
101171
101238
|
max-width: $pv-notification-popup-width;
|
|
101172
101239
|
}
|
|
101173
101240
|
|
|
101174
101241
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
101175
|
-
height: $pv-notification-popup-height-large-content;
|
|
101176
101242
|
max-width: $pv-notification-popup-width-large-content;
|
|
101177
101243
|
}
|
|
101178
101244
|
|
|
@@ -101578,6 +101644,13 @@ $lg-desktop: 1399.98;
|
|
|
101578
101644
|
}
|
|
101579
101645
|
}
|
|
101580
101646
|
|
|
101647
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101648
|
+
@if $skin-name == 'fluent2' {
|
|
101649
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101650
|
+
color: $pv-icon-color;
|
|
101651
|
+
}
|
|
101652
|
+
}
|
|
101653
|
+
|
|
101581
101654
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
101582
101655
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
101583
101656
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101739,6 +101812,7 @@ $lg-desktop: 1399.98;
|
|
|
101739
101812
|
line-height: $pv-prop-color-picker-line-height;
|
|
101740
101813
|
@if ($skin-name == 'bootstrap5') {
|
|
101741
101814
|
background: $transparent;
|
|
101815
|
+
border: 1px solid $border-light;
|
|
101742
101816
|
border-radius: 4px;
|
|
101743
101817
|
box-sizing: border-box;
|
|
101744
101818
|
color: $content-text-color;
|
|
@@ -101968,6 +102042,9 @@ $lg-desktop: 1399.98;
|
|
|
101968
102042
|
@if $skin-name == 'FluentUI' {
|
|
101969
102043
|
margin-left: 195px;
|
|
101970
102044
|
}
|
|
102045
|
+
@if ($skin-name == 'bootstrap5') {
|
|
102046
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
102047
|
+
}
|
|
101971
102048
|
}
|
|
101972
102049
|
|
|
101973
102050
|
.e-pv-properties-line-start,
|
|
@@ -102297,11 +102374,21 @@ $lg-desktop: 1399.98;
|
|
|
102297
102374
|
}
|
|
102298
102375
|
|
|
102299
102376
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
102300
|
-
@if $skin-name == 'bootstrap5' {
|
|
102377
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
102301
102378
|
background: $secondary-bg-color-pressed;
|
|
102302
102379
|
}
|
|
102303
102380
|
}
|
|
102304
102381
|
|
|
102382
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
102383
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
102384
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
102385
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
102386
|
+
}
|
|
102387
|
+
@if $theme-name == 'bootstrap5' {
|
|
102388
|
+
color: $pv-item-selection-color;
|
|
102389
|
+
}
|
|
102390
|
+
}
|
|
102391
|
+
|
|
102305
102392
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
102306
102393
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
102307
102394
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -102397,7 +102484,7 @@ $lg-desktop: 1399.98;
|
|
|
102397
102484
|
|
|
102398
102485
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
102399
102486
|
@if $theme-name == 'fluent2' {
|
|
102400
|
-
|
|
102487
|
+
color: var(--color-sf-secondary-text-color);
|
|
102401
102488
|
}
|
|
102402
102489
|
}
|
|
102403
102490
|
|
|
@@ -102743,7 +102830,7 @@ $lg-desktop: 1399.98;
|
|
|
102743
102830
|
}
|
|
102744
102831
|
|
|
102745
102832
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102746
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102833
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102747
102834
|
background-color: $pv-save-button-bg-color;
|
|
102748
102835
|
border-radius: 2px;
|
|
102749
102836
|
color: $pv-save-button-color;
|
|
@@ -102853,6 +102940,9 @@ $lg-desktop: 1399.98;
|
|
|
102853
102940
|
@if $skin-name == 'bootstrap4' {
|
|
102854
102941
|
color: $pv-title-close-color;
|
|
102855
102942
|
}
|
|
102943
|
+
@if $skin-name == 'fluent2' {
|
|
102944
|
+
color: var(--color-sf-secondary-text-color);
|
|
102945
|
+
}
|
|
102856
102946
|
height: $pv-title-close-height;
|
|
102857
102947
|
position: $pv-title-close-position;
|
|
102858
102948
|
right: 11px;
|
|
@@ -103150,7 +103240,7 @@ $lg-desktop: 1399.98;
|
|
|
103150
103240
|
|
|
103151
103241
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
103152
103242
|
background: transparent;
|
|
103153
|
-
width: 229px;
|
|
103243
|
+
max-width: 229px;
|
|
103154
103244
|
}
|
|
103155
103245
|
|
|
103156
103246
|
.e-pv-status-div {
|
|
@@ -103166,7 +103256,7 @@ $lg-desktop: 1399.98;
|
|
|
103166
103256
|
}
|
|
103167
103257
|
|
|
103168
103258
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
103169
|
-
@if $skin-name != 'bootstrap5' {
|
|
103259
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
103170
103260
|
caret-color: $pv-comment-text-cursor-color;
|
|
103171
103261
|
}
|
|
103172
103262
|
}
|
|
@@ -103286,10 +103376,14 @@ $lg-desktop: 1399.98;
|
|
|
103286
103376
|
.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,
|
|
103287
103377
|
.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,
|
|
103288
103378
|
.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 {
|
|
103289
|
-
@if $skin-name != 'bootstrap5' {
|
|
103379
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
103290
103380
|
background: $pv-signature-footer-color;
|
|
103291
103381
|
border-color: $pv-signature-footer-color;
|
|
103292
103382
|
}
|
|
103383
|
+
@else if ($skin-name == 'fluent2'){
|
|
103384
|
+
background: $pv-item-selection-background-color;
|
|
103385
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
103386
|
+
}
|
|
103293
103387
|
@else {
|
|
103294
103388
|
background: $secondary-bg-color-pressed;
|
|
103295
103389
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -115255,7 +115349,7 @@ $qryblr-drag-icon-color: $icon-color !default;
|
|
|
115255
115349
|
.e-query-builder .e-btn.e-round.e-small {
|
|
115256
115350
|
@if $theme-name == 'fluent2' {
|
|
115257
115351
|
&:hover {
|
|
115258
|
-
background:
|
|
115352
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
115259
115353
|
}
|
|
115260
115354
|
|
|
115261
115355
|
&:focus {
|
|
@@ -121425,6 +121519,12 @@ $image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
|
121425
121519
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
121426
121520
|
}
|
|
121427
121521
|
}
|
|
121522
|
+
|
|
121523
|
+
@if $skin-name == 'fluent2' {
|
|
121524
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121525
|
+
padding-left: 16px;
|
|
121526
|
+
}
|
|
121527
|
+
}
|
|
121428
121528
|
}
|
|
121429
121529
|
|
|
121430
121530
|
.e-image-editor {
|
|
@@ -121731,6 +121831,16 @@ $image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
|
121731
121831
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121732
121832
|
}
|
|
121733
121833
|
}
|
|
121834
|
+
|
|
121835
|
+
@if $skin-name == 'fluent2' {
|
|
121836
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121837
|
+
padding-left: 14px;
|
|
121838
|
+
}
|
|
121839
|
+
& .e-dropdown-btn,
|
|
121840
|
+
& .e-dropdown-btn span {
|
|
121841
|
+
font-weight: normal;
|
|
121842
|
+
}
|
|
121843
|
+
}
|
|
121734
121844
|
}
|
|
121735
121845
|
|
|
121736
121846
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -122201,10 +122311,13 @@ $image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
|
122201
122311
|
background: inherit;
|
|
122202
122312
|
border: none;
|
|
122203
122313
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
122204
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
122314
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
122205
122315
|
background: $tbar-default-bg;
|
|
122206
122316
|
color: $tbar-default-icon-color;
|
|
122207
122317
|
}
|
|
122318
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
122319
|
+
border: 2px solid #000;
|
|
122320
|
+
}
|
|
122208
122321
|
@if $skin-name == 'Material3' {
|
|
122209
122322
|
box-shadow: none;
|
|
122210
122323
|
}
|
|
@@ -122223,6 +122336,36 @@ $image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
|
122223
122336
|
background: $btn-focus-bgcolor;
|
|
122224
122337
|
box-shadow: none;
|
|
122225
122338
|
color: $btn-focus-color;
|
|
122339
|
+
@if $skin-name == 'FluentUI' {
|
|
122340
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122341
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
122342
|
+
}
|
|
122343
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
122344
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122345
|
+
}
|
|
122346
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
122347
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122348
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
122349
|
+
}
|
|
122350
|
+
@else if $skin-name == 'bootstrap4' {
|
|
122351
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
122352
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
122353
|
+
}
|
|
122354
|
+
@else if $skin-name == 'bootstrap5' {
|
|
122355
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
122356
|
+
}
|
|
122357
|
+
@else if $skin-name == 'Material3' {
|
|
122358
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
122359
|
+
}
|
|
122360
|
+
@else if $skin-name == 'tailwind' {
|
|
122361
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
122362
|
+
}
|
|
122363
|
+
}
|
|
122364
|
+
|
|
122365
|
+
&:focus-visible {
|
|
122366
|
+
@if $skin-name == 'fluent2' {
|
|
122367
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
122368
|
+
}
|
|
122226
122369
|
}
|
|
122227
122370
|
|
|
122228
122371
|
&:active {
|
|
@@ -124402,7 +124545,7 @@ $otp-input-disabled-border-color: $border !default;
|
|
|
124402
124545
|
}
|
|
124403
124546
|
&.e-outline {
|
|
124404
124547
|
.e-otp-input-field {
|
|
124405
|
-
border:
|
|
124548
|
+
border: 1px solid $otp-input-border-color;
|
|
124406
124549
|
}
|
|
124407
124550
|
}
|
|
124408
124551
|
&.e-outline,
|