@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
|
@@ -6512,7 +6512,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
6512
6512
|
.e-input-group.e-input-focus input.e-input,
|
|
6513
6513
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6514
6514
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6515
|
-
.e-float-input.e-input-focus input
|
|
6515
|
+
.e-float-input.e-input-focus input {
|
|
6516
|
+
padding-left: $input-text-indent;
|
|
6517
|
+
text-indent: 0;
|
|
6518
|
+
}
|
|
6519
|
+
|
|
6516
6520
|
textarea.e-input#{$css},
|
|
6517
6521
|
.e-input-group textarea.e-input,
|
|
6518
6522
|
.e-input-group textarea,
|
|
@@ -6526,7 +6530,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6526
6530
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6527
6531
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6528
6532
|
.e-float-input textarea:focus {
|
|
6529
|
-
|
|
6533
|
+
@if $input-skin-name == 'fluent2' {
|
|
6534
|
+
padding-left: 12px;
|
|
6535
|
+
}
|
|
6536
|
+
@else {
|
|
6537
|
+
padding-left: $input-text-indent;
|
|
6538
|
+
}
|
|
6530
6539
|
text-indent: 0;
|
|
6531
6540
|
}
|
|
6532
6541
|
|
|
@@ -6853,7 +6862,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6853
6862
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6854
6863
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6855
6864
|
.e-bigger .e-float-input textarea:focus {
|
|
6856
|
-
|
|
6865
|
+
@if $input-skin-name == 'fluent2' {
|
|
6866
|
+
padding: $textarea-bigger-padding;
|
|
6867
|
+
}
|
|
6868
|
+
@else {
|
|
6869
|
+
padding-left: $input-bigger-text-indent;
|
|
6870
|
+
}
|
|
6857
6871
|
text-indent: 0;
|
|
6858
6872
|
}
|
|
6859
6873
|
|
|
@@ -7753,18 +7767,18 @@ $float-label-rtl-value: -7px !default;
|
|
|
7753
7767
|
}
|
|
7754
7768
|
}
|
|
7755
7769
|
|
|
7756
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7757
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7758
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7759
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7760
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7761
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7762
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7763
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7764
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7765
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7766
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7767
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7770
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7771
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7772
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7773
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7774
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7775
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7776
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7777
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7778
|
+
.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]),
|
|
7779
|
+
.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]),
|
|
7780
|
+
.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]),
|
|
7781
|
+
.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]) {
|
|
7768
7782
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7769
7783
|
border-bottom-width: $input-group-border-width-hover;
|
|
7770
7784
|
}
|
|
@@ -14919,7 +14933,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
14919
14933
|
border-color: $input-box-border-color;
|
|
14920
14934
|
}
|
|
14921
14935
|
|
|
14922
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14936
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14923
14937
|
@if $input-skin-name == 'fluent2' {
|
|
14924
14938
|
padding-bottom: 0;
|
|
14925
14939
|
}
|
|
@@ -14954,6 +14968,20 @@ $float-label-rtl-value: -7px !default;
|
|
|
14954
14968
|
}
|
|
14955
14969
|
}
|
|
14956
14970
|
|
|
14971
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14972
|
+
@if $input-skin-name == 'fluent2' {
|
|
14973
|
+
border-bottom-color: $input-active-border-color;
|
|
14974
|
+
padding-bottom: 4px;
|
|
14975
|
+
border-bottom-width: 0;
|
|
14976
|
+
}
|
|
14977
|
+
}
|
|
14978
|
+
|
|
14979
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14980
|
+
@if $input-skin-name == 'fluent2' {
|
|
14981
|
+
padding-bottom: 6px;
|
|
14982
|
+
}
|
|
14983
|
+
}
|
|
14984
|
+
|
|
14957
14985
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
14958
14986
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
14959
14987
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15069,15 +15097,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
15069
15097
|
@if $input-skin-name == 'bootstrap4' {
|
|
15070
15098
|
transition: $input-transition-shadow;
|
|
15071
15099
|
}
|
|
15072
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15100
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15073
15101
|
border-color: $input-group-border-color-focus;
|
|
15074
15102
|
border-radius: $input-groupo-focus-border-radius;
|
|
15075
15103
|
box-shadow: $input-group-focus-box-shadow;
|
|
15076
15104
|
}
|
|
15077
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15078
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15079
|
-
border-width: 2px;
|
|
15080
|
-
}
|
|
15081
15105
|
}
|
|
15082
15106
|
|
|
15083
15107
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19460,9 +19484,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid $grey-e6 !default;
|
|
|
19460
19484
|
&:focus-visible {
|
|
19461
19485
|
@if $skin-name == 'fluent2' {
|
|
19462
19486
|
box-shadow: $secondary-shadow-focus;
|
|
19487
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19463
19488
|
|
|
19464
|
-
& .e-breadcrumb-icon
|
|
19465
|
-
|
|
19489
|
+
& .e-breadcrumb-icon,
|
|
19490
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19491
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19466
19492
|
}
|
|
19467
19493
|
}
|
|
19468
19494
|
}
|
|
@@ -22708,7 +22734,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22708
22734
|
@if $skin-name == 'fluent2' {
|
|
22709
22735
|
background: transparent;
|
|
22710
22736
|
border-color: $secondary-border-color-hover;
|
|
22711
|
-
color: $secondary-text-color-
|
|
22737
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22712
22738
|
}
|
|
22713
22739
|
|
|
22714
22740
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22741,7 +22767,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22741
22767
|
@include outline-active;
|
|
22742
22768
|
@if $skin-name == 'fluent2' {
|
|
22743
22769
|
background: transparent;
|
|
22744
|
-
color: $secondary-text-color-
|
|
22770
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22745
22771
|
outline: 2px solid;
|
|
22746
22772
|
outline-offset: -2px;
|
|
22747
22773
|
}
|
|
@@ -23645,6 +23671,7 @@ $sd-active-font-color: #000000 !default;
|
|
|
23645
23671
|
font-size: 12px;
|
|
23646
23672
|
line-height: 16px;
|
|
23647
23673
|
padding: 8px 16px;
|
|
23674
|
+
box-sizing: content-box;
|
|
23648
23675
|
}
|
|
23649
23676
|
}
|
|
23650
23677
|
}
|
|
@@ -29645,6 +29672,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
|
29645
29672
|
background: $drop-down-btn-li-bgcolor;
|
|
29646
29673
|
}
|
|
29647
29674
|
color: $drop-down-btn-li-selection-font-color;
|
|
29675
|
+
& .e-menu-icon,
|
|
29676
|
+
& .e-menu-url {
|
|
29677
|
+
@if $skin-name == 'fluent2' {
|
|
29678
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29679
|
+
}
|
|
29680
|
+
}
|
|
29648
29681
|
}
|
|
29649
29682
|
|
|
29650
29683
|
&:active,
|
|
@@ -44537,6 +44570,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44537
44570
|
box-sizing: border-box;
|
|
44538
44571
|
}
|
|
44539
44572
|
|
|
44573
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44574
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44575
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44576
|
+
}
|
|
44577
|
+
}
|
|
44578
|
+
|
|
44540
44579
|
|
|
44541
44580
|
@include export-module('dialog-theme') {
|
|
44542
44581
|
.e-dialog {
|
|
@@ -61911,19 +61950,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
61911
61950
|
text-align: center;
|
|
61912
61951
|
}
|
|
61913
61952
|
|
|
61914
|
-
&:not(.e-list-template) .e-list-item,
|
|
61915
|
-
.e-list-nrt,
|
|
61916
|
-
.e-selectall-parent {
|
|
61917
|
-
height: $listbox-item-height;
|
|
61918
|
-
line-height: $listbox-item-line-height;
|
|
61919
|
-
padding: $listbox-item-padding;
|
|
61920
|
-
position: relative;
|
|
61921
|
-
@if $skin-name == 'fluent2' {
|
|
61922
|
-
font-size: 14px;
|
|
61923
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
61924
|
-
}
|
|
61925
|
-
}
|
|
61926
|
-
|
|
61927
61953
|
.e-list-parent {
|
|
61928
61954
|
height: 100%;
|
|
61929
61955
|
min-height: $listbox-item-height;
|
|
@@ -62425,6 +62451,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
62425
62451
|
}
|
|
62426
62452
|
}
|
|
62427
62453
|
|
|
62454
|
+
.e-listbox-wrapper,
|
|
62455
|
+
.e-listbox-container,
|
|
62456
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62457
|
+
&:not(.e-list-template) .e-list-item,
|
|
62458
|
+
.e-list-nrt,
|
|
62459
|
+
.e-selectall-parent {
|
|
62460
|
+
height: $listbox-item-height;
|
|
62461
|
+
line-height: $listbox-item-line-height;
|
|
62462
|
+
padding: $listbox-item-padding;
|
|
62463
|
+
position: relative;
|
|
62464
|
+
@if $skin-name == 'fluent2' {
|
|
62465
|
+
font-size: 14px;
|
|
62466
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62467
|
+
}
|
|
62468
|
+
}
|
|
62469
|
+
}
|
|
62470
|
+
|
|
62428
62471
|
|
|
62429
62472
|
@mixin avatar {
|
|
62430
62473
|
height: $listbox-template-avatar-size;
|
|
@@ -74434,9 +74477,9 @@ $grid-summary-template-row-bg-color: '' !default;
|
|
|
74434
74477
|
$grid-summary-row-bg-color: $grey-lighter !default;
|
|
74435
74478
|
$grid-sortdiv-width: 16px !default;
|
|
74436
74479
|
$grid-sortdiv-height: 16px !default;
|
|
74437
|
-
$grid-sortnumber-margin: 8px
|
|
74480
|
+
$grid-sortnumber-margin: 8px 8px 0 2px !default;
|
|
74438
74481
|
$grid-fltr-sortnumber-margin: $grid-sortnumber-margin !default;
|
|
74439
|
-
$grid-fltr-sortnumber-rightalign-margin: 8px 0 0
|
|
74482
|
+
$grid-fltr-sortnumber-rightalign-margin: 8px 0 0 20px !default;
|
|
74440
74483
|
$grid-sortnumber-rightalign-margin: $grid-fltr-sortnumber-rightalign-margin !default;
|
|
74441
74484
|
$grid-sortnumer-line-height: 15px !default;
|
|
74442
74485
|
$grid-bigger-sortnumer-line-height: $grid-sortnumer-line-height !default;
|
|
@@ -74508,7 +74551,7 @@ $grid-rtl-headercelldiv-padding: 0 .4em 0 1.8em !default;
|
|
|
74508
74551
|
$grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
74509
74552
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
74510
74553
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
74511
|
-
$grid-headercelldiv-padding: 0 .
|
|
74554
|
+
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
74512
74555
|
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
74513
74556
|
$grid-headercell-div-padding: 0 1.2em 0 .4em !default;
|
|
74514
74557
|
$grid-group-text-width: auto !default;
|
|
@@ -74677,10 +74720,10 @@ $grid-rowcell-wrap-height: 18px !default;
|
|
|
74677
74720
|
$grid-rowcell-autofill-top-height: 16px !default;
|
|
74678
74721
|
$grid-rowcell-autofill-top-bottom-height: 14px !default;
|
|
74679
74722
|
$grid-rowcell-wrap-max-height: 36px !default;
|
|
74680
|
-
$grid-bigger-fltr-sortnumber-rightalign-margin: 8px
|
|
74723
|
+
$grid-bigger-fltr-sortnumber-rightalign-margin: 8px 0 0 12px !default;
|
|
74681
74724
|
$grid-bigger-sortnumber-rightalign-margin: 7px 0 0 20px !default;
|
|
74682
74725
|
$grid-bigger-columnmenu-bottom: 16px !default;
|
|
74683
|
-
$grid-bigger-sortnumber-margin: 7px
|
|
74726
|
+
$grid-bigger-sortnumber-margin: 7px 0 0 2px !default;
|
|
74684
74727
|
$grid-bigger-fltr-sortnumber-margin: $grid-bigger-sortnumber-margin !default;
|
|
74685
74728
|
$grid-rtl-searchclear: 0 !default;
|
|
74686
74729
|
$grid-column-chosser-searchdiv-top: -46px !default;
|
|
@@ -74766,7 +74809,7 @@ $grid-responsive-apply-btn-top: 3px !default;
|
|
|
74766
74809
|
$grid-responsive-column-menu-icon-margin-top: 0 !default;
|
|
74767
74810
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
74768
74811
|
$grid-rtl-filtermenudiv-left-align-margin: -5px !default;
|
|
74769
|
-
$grid-rtl-sort-num-left-align-margin: 8px -6px 0
|
|
74812
|
+
$grid-rtl-sort-num-left-align-margin: 8px -6px 0 0 !default;
|
|
74770
74813
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
74771
74814
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
74772
74815
|
$grid-reorderarrow-margin-top: -6.5px !default;
|
|
@@ -75341,7 +75384,7 @@ $grid-checkmark-color: $grey !default;
|
|
|
75341
75384
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75342
75385
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75343
75386
|
@if $grid-skin == 'tailwind' {
|
|
75344
|
-
margin-left:
|
|
75387
|
+
margin-left: 0;
|
|
75345
75388
|
}
|
|
75346
75389
|
}
|
|
75347
75390
|
|
|
@@ -76682,8 +76725,13 @@ $grid-checkmark-color: $grey !default;
|
|
|
76682
76725
|
user-select: none;
|
|
76683
76726
|
}
|
|
76684
76727
|
|
|
76685
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
76728
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76729
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76730
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
76686
76731
|
padding: 0 .4em ;
|
|
76732
|
+
@if $grid-skin == 'material' {
|
|
76733
|
+
padding: $grid-headercell-div-padding;
|
|
76734
|
+
}
|
|
76687
76735
|
@if $grid-skin == 'fabric' {
|
|
76688
76736
|
padding: 0 1px 0;
|
|
76689
76737
|
}
|
|
@@ -77135,7 +77183,7 @@ $grid-checkmark-color: $grey !default;
|
|
|
77135
77183
|
}
|
|
77136
77184
|
|
|
77137
77185
|
&.e-default:not(.e-rtl) tr {
|
|
77138
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77186
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77139
77187
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77140
77188
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77141
77189
|
border-left-width: 0;
|
|
@@ -77193,9 +77241,6 @@ $grid-checkmark-color: $grey !default;
|
|
|
77193
77241
|
right: 2px;
|
|
77194
77242
|
}
|
|
77195
77243
|
}
|
|
77196
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77197
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77198
|
-
}
|
|
77199
77244
|
|
|
77200
77245
|
.e-sortfilterdiv {
|
|
77201
77246
|
float: right;
|
|
@@ -77242,7 +77287,7 @@ $grid-checkmark-color: $grey !default;
|
|
|
77242
77287
|
}
|
|
77243
77288
|
|
|
77244
77289
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77245
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77290
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77246
77291
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77247
77292
|
.e-headercelldiv,
|
|
77248
77293
|
.e-stackedheadercelldiv {
|
|
@@ -77575,7 +77620,10 @@ $grid-checkmark-color: $grey !default;
|
|
|
77575
77620
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
77576
77621
|
border-top-width: 1px;
|
|
77577
77622
|
margin-top: 0;
|
|
77578
|
-
overflow-x:
|
|
77623
|
+
overflow-x: auto;
|
|
77624
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
77625
|
+
white-space: nowrap;
|
|
77626
|
+
}
|
|
77579
77627
|
}
|
|
77580
77628
|
|
|
77581
77629
|
@if $grid-skin == 'fluent2' {
|
|
@@ -78650,7 +78698,7 @@ $grid-checkmark-color: $grey !default;
|
|
|
78650
78698
|
}
|
|
78651
78699
|
|
|
78652
78700
|
& .e-headercelldiv {
|
|
78653
|
-
padding: 0
|
|
78701
|
+
padding: 0 25px 0 .7em;
|
|
78654
78702
|
|
|
78655
78703
|
& .e-sortnumber {
|
|
78656
78704
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -78844,7 +78892,7 @@ $grid-checkmark-color: $grey !default;
|
|
|
78844
78892
|
}
|
|
78845
78893
|
|
|
78846
78894
|
&.e-default {
|
|
78847
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
78895
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
78848
78896
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
78849
78897
|
border-left: 0;
|
|
78850
78898
|
}
|
|
@@ -98771,14 +98819,14 @@ $lg-desktop: 1399.98;
|
|
|
98771
98819
|
}
|
|
98772
98820
|
|
|
98773
98821
|
.e-pv-diagram-resize-handle{
|
|
98774
|
-
@if $theme-name == 'fluent2' {
|
|
98822
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98775
98823
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
98776
98824
|
}
|
|
98777
98825
|
}
|
|
98778
98826
|
|
|
98779
98827
|
.e-pv-diagram-border,
|
|
98780
98828
|
.e-pv-diagram-resize-handle {
|
|
98781
|
-
@if $theme-name=='fluent2' {
|
|
98829
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98782
98830
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
98783
98831
|
}
|
|
98784
98832
|
}
|
|
@@ -100453,6 +100501,15 @@ $lg-desktop: 1399.98;
|
|
|
100453
100501
|
}
|
|
100454
100502
|
}
|
|
100455
100503
|
|
|
100504
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
100505
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
100506
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
100507
|
+
}
|
|
100508
|
+
@if $theme-name == 'bootstrap5' {
|
|
100509
|
+
color: $pv-item-selection-color;
|
|
100510
|
+
}
|
|
100511
|
+
}
|
|
100512
|
+
|
|
100456
100513
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100457
100514
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100458
100515
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -100664,6 +100721,17 @@ $lg-desktop: 1399.98;
|
|
|
100664
100721
|
|
|
100665
100722
|
.e-pv-search-input-mobile {
|
|
100666
100723
|
height: $pv-search-input-height;
|
|
100724
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
100725
|
+
}
|
|
100726
|
+
|
|
100727
|
+
.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,
|
|
100728
|
+
.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 {
|
|
100729
|
+
margin-left: 3px;
|
|
100730
|
+
}
|
|
100731
|
+
|
|
100732
|
+
.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,
|
|
100733
|
+
.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 {
|
|
100734
|
+
margin-right: 3px;
|
|
100667
100735
|
}
|
|
100668
100736
|
|
|
100669
100737
|
.e-pv-match-case-container {
|
|
@@ -100761,13 +100829,11 @@ $lg-desktop: 1399.98;
|
|
|
100761
100829
|
}
|
|
100762
100830
|
|
|
100763
100831
|
.e-pv-notification-popup {
|
|
100764
|
-
height: $pv-notification-popup-height;
|
|
100765
100832
|
margin: 0 10px;
|
|
100766
100833
|
max-width: $pv-notification-popup-width;
|
|
100767
100834
|
}
|
|
100768
100835
|
|
|
100769
100836
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
100770
|
-
height: $pv-notification-popup-height-large-content;
|
|
100771
100837
|
max-width: $pv-notification-popup-width-large-content;
|
|
100772
100838
|
}
|
|
100773
100839
|
|
|
@@ -101173,6 +101239,13 @@ $lg-desktop: 1399.98;
|
|
|
101173
101239
|
}
|
|
101174
101240
|
}
|
|
101175
101241
|
|
|
101242
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101243
|
+
@if $skin-name == 'fluent2' {
|
|
101244
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101245
|
+
color: $pv-icon-color;
|
|
101246
|
+
}
|
|
101247
|
+
}
|
|
101248
|
+
|
|
101176
101249
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
101177
101250
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
101178
101251
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101334,6 +101407,7 @@ $lg-desktop: 1399.98;
|
|
|
101334
101407
|
line-height: $pv-prop-color-picker-line-height;
|
|
101335
101408
|
@if ($skin-name == 'bootstrap5') {
|
|
101336
101409
|
background: $transparent;
|
|
101410
|
+
border: 1px solid $border-light;
|
|
101337
101411
|
border-radius: 4px;
|
|
101338
101412
|
box-sizing: border-box;
|
|
101339
101413
|
color: $content-text-color;
|
|
@@ -101563,6 +101637,9 @@ $lg-desktop: 1399.98;
|
|
|
101563
101637
|
@if $skin-name == 'FluentUI' {
|
|
101564
101638
|
margin-left: 195px;
|
|
101565
101639
|
}
|
|
101640
|
+
@if ($skin-name == 'bootstrap5') {
|
|
101641
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
101642
|
+
}
|
|
101566
101643
|
}
|
|
101567
101644
|
|
|
101568
101645
|
.e-pv-properties-line-start,
|
|
@@ -101892,11 +101969,21 @@ $lg-desktop: 1399.98;
|
|
|
101892
101969
|
}
|
|
101893
101970
|
|
|
101894
101971
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
101895
|
-
@if $skin-name == 'bootstrap5' {
|
|
101972
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
101896
101973
|
background: $secondary-bg-color-pressed;
|
|
101897
101974
|
}
|
|
101898
101975
|
}
|
|
101899
101976
|
|
|
101977
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
101978
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
101979
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
101980
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
101981
|
+
}
|
|
101982
|
+
@if $theme-name == 'bootstrap5' {
|
|
101983
|
+
color: $pv-item-selection-color;
|
|
101984
|
+
}
|
|
101985
|
+
}
|
|
101986
|
+
|
|
101900
101987
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
101901
101988
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
101902
101989
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -101992,7 +102079,7 @@ $lg-desktop: 1399.98;
|
|
|
101992
102079
|
|
|
101993
102080
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
101994
102081
|
@if $theme-name == 'fluent2' {
|
|
101995
|
-
|
|
102082
|
+
color: var(--color-sf-secondary-text-color);
|
|
101996
102083
|
}
|
|
101997
102084
|
}
|
|
101998
102085
|
|
|
@@ -102338,7 +102425,7 @@ $lg-desktop: 1399.98;
|
|
|
102338
102425
|
}
|
|
102339
102426
|
|
|
102340
102427
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102341
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102428
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102342
102429
|
background-color: $pv-save-button-bg-color;
|
|
102343
102430
|
border-radius: 2px;
|
|
102344
102431
|
color: $pv-save-button-color;
|
|
@@ -102448,6 +102535,9 @@ $lg-desktop: 1399.98;
|
|
|
102448
102535
|
@if $skin-name == 'bootstrap4' {
|
|
102449
102536
|
color: $pv-title-close-color;
|
|
102450
102537
|
}
|
|
102538
|
+
@if $skin-name == 'fluent2' {
|
|
102539
|
+
color: var(--color-sf-secondary-text-color);
|
|
102540
|
+
}
|
|
102451
102541
|
height: $pv-title-close-height;
|
|
102452
102542
|
position: $pv-title-close-position;
|
|
102453
102543
|
right: 11px;
|
|
@@ -102745,7 +102835,7 @@ $lg-desktop: 1399.98;
|
|
|
102745
102835
|
|
|
102746
102836
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
102747
102837
|
background: transparent;
|
|
102748
|
-
width: 229px;
|
|
102838
|
+
max-width: 229px;
|
|
102749
102839
|
}
|
|
102750
102840
|
|
|
102751
102841
|
.e-pv-status-div {
|
|
@@ -102761,7 +102851,7 @@ $lg-desktop: 1399.98;
|
|
|
102761
102851
|
}
|
|
102762
102852
|
|
|
102763
102853
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
102764
|
-
@if $skin-name != 'bootstrap5' {
|
|
102854
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
102765
102855
|
caret-color: $pv-comment-text-cursor-color;
|
|
102766
102856
|
}
|
|
102767
102857
|
}
|
|
@@ -102881,10 +102971,14 @@ $lg-desktop: 1399.98;
|
|
|
102881
102971
|
.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,
|
|
102882
102972
|
.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,
|
|
102883
102973
|
.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 {
|
|
102884
|
-
@if $skin-name != 'bootstrap5' {
|
|
102974
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
102885
102975
|
background: $pv-signature-footer-color;
|
|
102886
102976
|
border-color: $pv-signature-footer-color;
|
|
102887
102977
|
}
|
|
102978
|
+
@else if ($skin-name == 'fluent2'){
|
|
102979
|
+
background: $pv-item-selection-background-color;
|
|
102980
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
102981
|
+
}
|
|
102888
102982
|
@else {
|
|
102889
102983
|
background: $secondary-bg-color-pressed;
|
|
102890
102984
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -114834,7 +114928,7 @@ $qryblr-drag-icon-color: $grey-light-font !default;
|
|
|
114834
114928
|
.e-query-builder .e-btn.e-round.e-small {
|
|
114835
114929
|
@if $theme-name == 'fluent2' {
|
|
114836
114930
|
&:hover {
|
|
114837
|
-
background:
|
|
114931
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
114838
114932
|
}
|
|
114839
114933
|
|
|
114840
114934
|
&:focus {
|
|
@@ -121003,6 +121097,12 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
121003
121097
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
121004
121098
|
}
|
|
121005
121099
|
}
|
|
121100
|
+
|
|
121101
|
+
@if $skin-name == 'fluent2' {
|
|
121102
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121103
|
+
padding-left: 16px;
|
|
121104
|
+
}
|
|
121105
|
+
}
|
|
121006
121106
|
}
|
|
121007
121107
|
|
|
121008
121108
|
.e-image-editor {
|
|
@@ -121309,6 +121409,16 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
121309
121409
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121310
121410
|
}
|
|
121311
121411
|
}
|
|
121412
|
+
|
|
121413
|
+
@if $skin-name == 'fluent2' {
|
|
121414
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121415
|
+
padding-left: 14px;
|
|
121416
|
+
}
|
|
121417
|
+
& .e-dropdown-btn,
|
|
121418
|
+
& .e-dropdown-btn span {
|
|
121419
|
+
font-weight: normal;
|
|
121420
|
+
}
|
|
121421
|
+
}
|
|
121312
121422
|
}
|
|
121313
121423
|
|
|
121314
121424
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -121779,10 +121889,13 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
121779
121889
|
background: inherit;
|
|
121780
121890
|
border: none;
|
|
121781
121891
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
121782
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
121892
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
121783
121893
|
background: $tbar-default-bg;
|
|
121784
121894
|
color: $tbar-default-icon-color;
|
|
121785
121895
|
}
|
|
121896
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121897
|
+
border: 2px solid #000;
|
|
121898
|
+
}
|
|
121786
121899
|
@if $skin-name == 'Material3' {
|
|
121787
121900
|
box-shadow: none;
|
|
121788
121901
|
}
|
|
@@ -121801,6 +121914,36 @@ $image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
|
121801
121914
|
background: $btn-focus-bgcolor;
|
|
121802
121915
|
box-shadow: none;
|
|
121803
121916
|
color: $btn-focus-color;
|
|
121917
|
+
@if $skin-name == 'FluentUI' {
|
|
121918
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121919
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
121920
|
+
}
|
|
121921
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
121922
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121923
|
+
}
|
|
121924
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121925
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121926
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
121927
|
+
}
|
|
121928
|
+
@else if $skin-name == 'bootstrap4' {
|
|
121929
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
121930
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
121931
|
+
}
|
|
121932
|
+
@else if $skin-name == 'bootstrap5' {
|
|
121933
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121934
|
+
}
|
|
121935
|
+
@else if $skin-name == 'Material3' {
|
|
121936
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
121937
|
+
}
|
|
121938
|
+
@else if $skin-name == 'tailwind' {
|
|
121939
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
121940
|
+
}
|
|
121941
|
+
}
|
|
121942
|
+
|
|
121943
|
+
&:focus-visible {
|
|
121944
|
+
@if $skin-name == 'fluent2' {
|
|
121945
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121946
|
+
}
|
|
121804
121947
|
}
|
|
121805
121948
|
|
|
121806
121949
|
&:active {
|
|
@@ -123980,7 +124123,7 @@ $otp-input-disabled-border-color: $grey-cc !default;
|
|
|
123980
124123
|
}
|
|
123981
124124
|
&.e-outline {
|
|
123982
124125
|
.e-otp-input-field {
|
|
123983
|
-
border:
|
|
124126
|
+
border: 1px solid $otp-input-border-color;
|
|
123984
124127
|
}
|
|
123985
124128
|
}
|
|
123986
124129
|
&.e-outline,
|