@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
|
@@ -6375,7 +6375,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
6375
6375
|
.e-input-group.e-input-focus input.e-input,
|
|
6376
6376
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6377
6377
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6378
|
-
.e-float-input.e-input-focus input
|
|
6378
|
+
.e-float-input.e-input-focus input {
|
|
6379
|
+
padding-left: $input-text-indent;
|
|
6380
|
+
text-indent: 0;
|
|
6381
|
+
}
|
|
6382
|
+
|
|
6379
6383
|
textarea.e-input#{$css},
|
|
6380
6384
|
.e-input-group textarea.e-input,
|
|
6381
6385
|
.e-input-group textarea,
|
|
@@ -6389,7 +6393,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6389
6393
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6390
6394
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6391
6395
|
.e-float-input textarea:focus {
|
|
6392
|
-
|
|
6396
|
+
@if $input-skin-name == 'fluent2' {
|
|
6397
|
+
padding-left: 12px;
|
|
6398
|
+
}
|
|
6399
|
+
@else {
|
|
6400
|
+
padding-left: $input-text-indent;
|
|
6401
|
+
}
|
|
6393
6402
|
text-indent: 0;
|
|
6394
6403
|
}
|
|
6395
6404
|
|
|
@@ -6716,7 +6725,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6716
6725
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6717
6726
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6718
6727
|
.e-bigger .e-float-input textarea:focus {
|
|
6719
|
-
|
|
6728
|
+
@if $input-skin-name == 'fluent2' {
|
|
6729
|
+
padding: $textarea-bigger-padding;
|
|
6730
|
+
}
|
|
6731
|
+
@else {
|
|
6732
|
+
padding-left: $input-bigger-text-indent;
|
|
6733
|
+
}
|
|
6720
6734
|
text-indent: 0;
|
|
6721
6735
|
}
|
|
6722
6736
|
|
|
@@ -7616,18 +7630,18 @@ $float-label-rtl-value: -7px !default;
|
|
|
7616
7630
|
}
|
|
7617
7631
|
}
|
|
7618
7632
|
|
|
7619
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7620
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7621
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7622
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7623
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7624
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7625
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7626
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7627
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7628
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7629
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7630
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7633
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7634
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7635
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7636
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7637
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7638
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7639
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7640
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7641
|
+
.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]),
|
|
7642
|
+
.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]),
|
|
7643
|
+
.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]),
|
|
7644
|
+
.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]) {
|
|
7631
7645
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7632
7646
|
border-bottom-width: $input-group-border-width-hover;
|
|
7633
7647
|
}
|
|
@@ -14782,7 +14796,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
14782
14796
|
border-color: $input-box-border-color;
|
|
14783
14797
|
}
|
|
14784
14798
|
|
|
14785
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14799
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14786
14800
|
@if $input-skin-name == 'fluent2' {
|
|
14787
14801
|
padding-bottom: 0;
|
|
14788
14802
|
}
|
|
@@ -14817,6 +14831,20 @@ $float-label-rtl-value: -7px !default;
|
|
|
14817
14831
|
}
|
|
14818
14832
|
}
|
|
14819
14833
|
|
|
14834
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14835
|
+
@if $input-skin-name == 'fluent2' {
|
|
14836
|
+
border-bottom-color: $input-active-border-color;
|
|
14837
|
+
padding-bottom: 4px;
|
|
14838
|
+
border-bottom-width: 0;
|
|
14839
|
+
}
|
|
14840
|
+
}
|
|
14841
|
+
|
|
14842
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14843
|
+
@if $input-skin-name == 'fluent2' {
|
|
14844
|
+
padding-bottom: 6px;
|
|
14845
|
+
}
|
|
14846
|
+
}
|
|
14847
|
+
|
|
14820
14848
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
14821
14849
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
14822
14850
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -14932,15 +14960,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
14932
14960
|
@if $input-skin-name == 'bootstrap4' {
|
|
14933
14961
|
transition: $input-transition-shadow;
|
|
14934
14962
|
}
|
|
14935
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
14963
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
14936
14964
|
border-color: $input-group-border-color-focus;
|
|
14937
14965
|
border-radius: $input-groupo-focus-border-radius;
|
|
14938
14966
|
box-shadow: $input-group-focus-box-shadow;
|
|
14939
14967
|
}
|
|
14940
|
-
@if $input-skin-name == 'FluentUI' {
|
|
14941
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
14942
|
-
border-width: 2px;
|
|
14943
|
-
}
|
|
14944
14968
|
}
|
|
14945
14969
|
|
|
14946
14970
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19339,9 +19363,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid $gray-200 !default;
|
|
|
19339
19363
|
&:focus-visible {
|
|
19340
19364
|
@if $skin-name == 'fluent2' {
|
|
19341
19365
|
box-shadow: $secondary-shadow-focus;
|
|
19366
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19342
19367
|
|
|
19343
|
-
& .e-breadcrumb-icon
|
|
19344
|
-
|
|
19368
|
+
& .e-breadcrumb-icon,
|
|
19369
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19370
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19345
19371
|
}
|
|
19346
19372
|
}
|
|
19347
19373
|
}
|
|
@@ -22635,7 +22661,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22635
22661
|
@if $skin-name == 'fluent2' {
|
|
22636
22662
|
background: transparent;
|
|
22637
22663
|
border-color: $secondary-border-color-hover;
|
|
22638
|
-
color: $secondary-text-color-
|
|
22664
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22639
22665
|
}
|
|
22640
22666
|
|
|
22641
22667
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22668,7 +22694,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22668
22694
|
@include outline-active;
|
|
22669
22695
|
@if $skin-name == 'fluent2' {
|
|
22670
22696
|
background: transparent;
|
|
22671
|
-
color: $secondary-text-color-
|
|
22697
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22672
22698
|
outline: 2px solid;
|
|
22673
22699
|
outline-offset: -2px;
|
|
22674
22700
|
}
|
|
@@ -23572,6 +23598,7 @@ $sd-active-font-color: $secondary !default;
|
|
|
23572
23598
|
font-size: 12px;
|
|
23573
23599
|
line-height: 16px;
|
|
23574
23600
|
padding: 8px 16px;
|
|
23601
|
+
box-sizing: content-box;
|
|
23575
23602
|
}
|
|
23576
23603
|
}
|
|
23577
23604
|
}
|
|
@@ -29596,6 +29623,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
|
29596
29623
|
background: $drop-down-btn-li-bgcolor;
|
|
29597
29624
|
}
|
|
29598
29625
|
color: $drop-down-btn-li-selection-font-color;
|
|
29626
|
+
& .e-menu-icon,
|
|
29627
|
+
& .e-menu-url {
|
|
29628
|
+
@if $skin-name == 'fluent2' {
|
|
29629
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29630
|
+
}
|
|
29631
|
+
}
|
|
29599
29632
|
}
|
|
29600
29633
|
|
|
29601
29634
|
&:active,
|
|
@@ -44539,6 +44572,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44539
44572
|
box-sizing: border-box;
|
|
44540
44573
|
}
|
|
44541
44574
|
|
|
44575
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44576
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44577
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44578
|
+
}
|
|
44579
|
+
}
|
|
44580
|
+
|
|
44542
44581
|
|
|
44543
44582
|
@include export-module('dialog-theme') {
|
|
44544
44583
|
.e-dialog {
|
|
@@ -62038,19 +62077,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 108px) !default;
|
|
|
62038
62077
|
text-align: center;
|
|
62039
62078
|
}
|
|
62040
62079
|
|
|
62041
|
-
&:not(.e-list-template) .e-list-item,
|
|
62042
|
-
.e-list-nrt,
|
|
62043
|
-
.e-selectall-parent {
|
|
62044
|
-
height: $listbox-item-height;
|
|
62045
|
-
line-height: $listbox-item-line-height;
|
|
62046
|
-
padding: $listbox-item-padding;
|
|
62047
|
-
position: relative;
|
|
62048
|
-
@if $skin-name == 'fluent2' {
|
|
62049
|
-
font-size: 14px;
|
|
62050
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62051
|
-
}
|
|
62052
|
-
}
|
|
62053
|
-
|
|
62054
62080
|
.e-list-parent {
|
|
62055
62081
|
height: 100%;
|
|
62056
62082
|
min-height: $listbox-item-height;
|
|
@@ -62552,6 +62578,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 108px) !default;
|
|
|
62552
62578
|
}
|
|
62553
62579
|
}
|
|
62554
62580
|
|
|
62581
|
+
.e-listbox-wrapper,
|
|
62582
|
+
.e-listbox-container,
|
|
62583
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62584
|
+
&:not(.e-list-template) .e-list-item,
|
|
62585
|
+
.e-list-nrt,
|
|
62586
|
+
.e-selectall-parent {
|
|
62587
|
+
height: $listbox-item-height;
|
|
62588
|
+
line-height: $listbox-item-line-height;
|
|
62589
|
+
padding: $listbox-item-padding;
|
|
62590
|
+
position: relative;
|
|
62591
|
+
@if $skin-name == 'fluent2' {
|
|
62592
|
+
font-size: 14px;
|
|
62593
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62594
|
+
}
|
|
62595
|
+
}
|
|
62596
|
+
}
|
|
62597
|
+
|
|
62555
62598
|
|
|
62556
62599
|
@mixin avatar {
|
|
62557
62600
|
height: $listbox-template-avatar-size;
|
|
@@ -74591,9 +74634,9 @@ $grid-summary-template-row-bg-color: '' !default;
|
|
|
74591
74634
|
$grid-summary-row-bg-color: $gray-100 !default;
|
|
74592
74635
|
$grid-sortdiv-width: 16px !default;
|
|
74593
74636
|
$grid-sortdiv-height: 16px !default;
|
|
74594
|
-
$grid-sortnumber-margin: 2px
|
|
74637
|
+
$grid-sortnumber-margin: 2px -6px 0 0 !default;
|
|
74595
74638
|
$grid-fltr-sortnumber-margin: $grid-sortnumber-margin !default;
|
|
74596
|
-
$grid-fltr-sortnumber-rightalign-margin: 2px 8px 0
|
|
74639
|
+
$grid-fltr-sortnumber-rightalign-margin: 2px 8px 0 8px !default;
|
|
74597
74640
|
$grid-sortnumber-rightalign-margin: $grid-fltr-sortnumber-rightalign-margin !default;
|
|
74598
74641
|
$grid-sortnumer-line-height: 16px !default;
|
|
74599
74642
|
$grid-bigger-sortnumer-line-height: $grid-sortnumer-line-height !default;
|
|
@@ -74665,7 +74708,7 @@ $grid-rtl-headercelldiv-padding: 0 .4em 0 1.8em !default;
|
|
|
74665
74708
|
$grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
74666
74709
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
74667
74710
|
$grid-ungroup-rtl-padding-right: -10px !default;
|
|
74668
|
-
$grid-headercelldiv-padding: 0
|
|
74711
|
+
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
74669
74712
|
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
74670
74713
|
$grid-headercell-div-padding: 0 1.1em 0 .4em !default;
|
|
74671
74714
|
$grid-group-text-width: auto !default;
|
|
@@ -74840,10 +74883,10 @@ $grid-rowcell-wrap-height: 21px !default;
|
|
|
74840
74883
|
$grid-rowcell-autofill-top-height: 19px !default;
|
|
74841
74884
|
$grid-rowcell-autofill-top-bottom-height: 17px !default;
|
|
74842
74885
|
$grid-rowcell-wrap-max-height: 36px !default;
|
|
74843
|
-
$grid-bigger-fltr-sortnumber-rightalign-margin: 4px
|
|
74886
|
+
$grid-bigger-fltr-sortnumber-rightalign-margin: 4px 0 0 10px !default;
|
|
74844
74887
|
$grid-bigger-sortnumber-rightalign-margin: 4px 0 0 10px !default;
|
|
74845
74888
|
$grid-bigger-columnmenu-bottom: 13px !default;
|
|
74846
|
-
$grid-bigger-sortnumber-margin: 4px
|
|
74889
|
+
$grid-bigger-sortnumber-margin: 4px 5px 0 2px !default;
|
|
74847
74890
|
$grid-bigger-fltr-sortnumber-margin: $grid-bigger-sortnumber-margin !default;
|
|
74848
74891
|
$grid-rtl-searchclear: 0 !default;
|
|
74849
74892
|
$grid-column-chosser-searchdiv-top: -44px !default;
|
|
@@ -74928,7 +74971,7 @@ $grid-responsive-apply-btn-top: 7px !default;
|
|
|
74928
74971
|
$grid-responsive-column-menu-icon-margin-top: 4px !default;
|
|
74929
74972
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
74930
74973
|
$grid-rtl-filtermenudiv-left-align-margin: -5px !default;
|
|
74931
|
-
$grid-rtl-sort-num-left-align-margin: 2px -2px 0
|
|
74974
|
+
$grid-rtl-sort-num-left-align-margin: 2px -2px 0 0 !default;
|
|
74932
74975
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
74933
74976
|
$grid-rowcell-color: $grid-content-font-color !default;
|
|
74934
74977
|
$grid-reorderarrow-margin-top: -7.5px !default;
|
|
@@ -75503,7 +75546,7 @@ $grid-checkmark-color: $white !default;
|
|
|
75503
75546
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75504
75547
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75505
75548
|
@if $grid-skin == 'tailwind' {
|
|
75506
|
-
margin-left:
|
|
75549
|
+
margin-left: 0;
|
|
75507
75550
|
}
|
|
75508
75551
|
}
|
|
75509
75552
|
|
|
@@ -76844,8 +76887,13 @@ $grid-checkmark-color: $white !default;
|
|
|
76844
76887
|
user-select: none;
|
|
76845
76888
|
}
|
|
76846
76889
|
|
|
76847
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
76890
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76891
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76892
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
76848
76893
|
padding: 0 .4em ;
|
|
76894
|
+
@if $grid-skin == 'material' {
|
|
76895
|
+
padding: $grid-headercell-div-padding;
|
|
76896
|
+
}
|
|
76849
76897
|
@if $grid-skin == 'fabric' {
|
|
76850
76898
|
padding: 0 1px 0;
|
|
76851
76899
|
}
|
|
@@ -77297,7 +77345,7 @@ $grid-checkmark-color: $white !default;
|
|
|
77297
77345
|
}
|
|
77298
77346
|
|
|
77299
77347
|
&.e-default:not(.e-rtl) tr {
|
|
77300
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77348
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77301
77349
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77302
77350
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77303
77351
|
border-left-width: 0;
|
|
@@ -77355,9 +77403,6 @@ $grid-checkmark-color: $white !default;
|
|
|
77355
77403
|
right: 2px;
|
|
77356
77404
|
}
|
|
77357
77405
|
}
|
|
77358
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77359
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77360
|
-
}
|
|
77361
77406
|
|
|
77362
77407
|
.e-sortfilterdiv {
|
|
77363
77408
|
float: right;
|
|
@@ -77404,7 +77449,7 @@ $grid-checkmark-color: $white !default;
|
|
|
77404
77449
|
}
|
|
77405
77450
|
|
|
77406
77451
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77407
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77452
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77408
77453
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77409
77454
|
.e-headercelldiv,
|
|
77410
77455
|
.e-stackedheadercelldiv {
|
|
@@ -77737,7 +77782,10 @@ $grid-checkmark-color: $white !default;
|
|
|
77737
77782
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
77738
77783
|
border-top-width: 1px;
|
|
77739
77784
|
margin-top: 0;
|
|
77740
|
-
overflow-x:
|
|
77785
|
+
overflow-x: auto;
|
|
77786
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
77787
|
+
white-space: nowrap;
|
|
77788
|
+
}
|
|
77741
77789
|
}
|
|
77742
77790
|
|
|
77743
77791
|
@if $grid-skin == 'fluent2' {
|
|
@@ -78812,7 +78860,7 @@ $grid-checkmark-color: $white !default;
|
|
|
78812
78860
|
}
|
|
78813
78861
|
|
|
78814
78862
|
& .e-headercelldiv {
|
|
78815
|
-
padding: 0
|
|
78863
|
+
padding: 0 25px 0 .7em;
|
|
78816
78864
|
|
|
78817
78865
|
& .e-sortnumber {
|
|
78818
78866
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -79006,7 +79054,7 @@ $grid-checkmark-color: $white !default;
|
|
|
79006
79054
|
}
|
|
79007
79055
|
|
|
79008
79056
|
&.e-default {
|
|
79009
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
79057
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
79010
79058
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
79011
79059
|
border-left: 0;
|
|
79012
79060
|
}
|
|
@@ -99087,14 +99135,14 @@ $lg-desktop: 1399.98;
|
|
|
99087
99135
|
}
|
|
99088
99136
|
|
|
99089
99137
|
.e-pv-diagram-resize-handle{
|
|
99090
|
-
@if $theme-name == 'fluent2' {
|
|
99138
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99091
99139
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
99092
99140
|
}
|
|
99093
99141
|
}
|
|
99094
99142
|
|
|
99095
99143
|
.e-pv-diagram-border,
|
|
99096
99144
|
.e-pv-diagram-resize-handle {
|
|
99097
|
-
@if $theme-name=='fluent2' {
|
|
99145
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
99098
99146
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
99099
99147
|
}
|
|
99100
99148
|
}
|
|
@@ -100769,6 +100817,15 @@ $lg-desktop: 1399.98;
|
|
|
100769
100817
|
}
|
|
100770
100818
|
}
|
|
100771
100819
|
|
|
100820
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
100821
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
100822
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
100823
|
+
}
|
|
100824
|
+
@if $theme-name == 'bootstrap5' {
|
|
100825
|
+
color: $pv-item-selection-color;
|
|
100826
|
+
}
|
|
100827
|
+
}
|
|
100828
|
+
|
|
100772
100829
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100773
100830
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100774
100831
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -100980,6 +101037,17 @@ $lg-desktop: 1399.98;
|
|
|
100980
101037
|
|
|
100981
101038
|
.e-pv-search-input-mobile {
|
|
100982
101039
|
height: $pv-search-input-height;
|
|
101040
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
101041
|
+
}
|
|
101042
|
+
|
|
101043
|
+
.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,
|
|
101044
|
+
.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 {
|
|
101045
|
+
margin-left: 3px;
|
|
101046
|
+
}
|
|
101047
|
+
|
|
101048
|
+
.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,
|
|
101049
|
+
.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 {
|
|
101050
|
+
margin-right: 3px;
|
|
100983
101051
|
}
|
|
100984
101052
|
|
|
100985
101053
|
.e-pv-match-case-container {
|
|
@@ -101077,13 +101145,11 @@ $lg-desktop: 1399.98;
|
|
|
101077
101145
|
}
|
|
101078
101146
|
|
|
101079
101147
|
.e-pv-notification-popup {
|
|
101080
|
-
height: $pv-notification-popup-height;
|
|
101081
101148
|
margin: 0 10px;
|
|
101082
101149
|
max-width: $pv-notification-popup-width;
|
|
101083
101150
|
}
|
|
101084
101151
|
|
|
101085
101152
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
101086
|
-
height: $pv-notification-popup-height-large-content;
|
|
101087
101153
|
max-width: $pv-notification-popup-width-large-content;
|
|
101088
101154
|
}
|
|
101089
101155
|
|
|
@@ -101489,6 +101555,13 @@ $lg-desktop: 1399.98;
|
|
|
101489
101555
|
}
|
|
101490
101556
|
}
|
|
101491
101557
|
|
|
101558
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101559
|
+
@if $skin-name == 'fluent2' {
|
|
101560
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101561
|
+
color: $pv-icon-color;
|
|
101562
|
+
}
|
|
101563
|
+
}
|
|
101564
|
+
|
|
101492
101565
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
101493
101566
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
101494
101567
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101650,6 +101723,7 @@ $lg-desktop: 1399.98;
|
|
|
101650
101723
|
line-height: $pv-prop-color-picker-line-height;
|
|
101651
101724
|
@if ($skin-name == 'bootstrap5') {
|
|
101652
101725
|
background: $transparent;
|
|
101726
|
+
border: 1px solid $border-light;
|
|
101653
101727
|
border-radius: 4px;
|
|
101654
101728
|
box-sizing: border-box;
|
|
101655
101729
|
color: $content-text-color;
|
|
@@ -101879,6 +101953,9 @@ $lg-desktop: 1399.98;
|
|
|
101879
101953
|
@if $skin-name == 'FluentUI' {
|
|
101880
101954
|
margin-left: 195px;
|
|
101881
101955
|
}
|
|
101956
|
+
@if ($skin-name == 'bootstrap5') {
|
|
101957
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
101958
|
+
}
|
|
101882
101959
|
}
|
|
101883
101960
|
|
|
101884
101961
|
.e-pv-properties-line-start,
|
|
@@ -102208,11 +102285,21 @@ $lg-desktop: 1399.98;
|
|
|
102208
102285
|
}
|
|
102209
102286
|
|
|
102210
102287
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
102211
|
-
@if $skin-name == 'bootstrap5' {
|
|
102288
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
102212
102289
|
background: $secondary-bg-color-pressed;
|
|
102213
102290
|
}
|
|
102214
102291
|
}
|
|
102215
102292
|
|
|
102293
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
102294
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
102295
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
102296
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
102297
|
+
}
|
|
102298
|
+
@if $theme-name == 'bootstrap5' {
|
|
102299
|
+
color: $pv-item-selection-color;
|
|
102300
|
+
}
|
|
102301
|
+
}
|
|
102302
|
+
|
|
102216
102303
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
102217
102304
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
102218
102305
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -102308,7 +102395,7 @@ $lg-desktop: 1399.98;
|
|
|
102308
102395
|
|
|
102309
102396
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
102310
102397
|
@if $theme-name == 'fluent2' {
|
|
102311
|
-
|
|
102398
|
+
color: var(--color-sf-secondary-text-color);
|
|
102312
102399
|
}
|
|
102313
102400
|
}
|
|
102314
102401
|
|
|
@@ -102654,7 +102741,7 @@ $lg-desktop: 1399.98;
|
|
|
102654
102741
|
}
|
|
102655
102742
|
|
|
102656
102743
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102657
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102744
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102658
102745
|
background-color: $pv-save-button-bg-color;
|
|
102659
102746
|
border-radius: 2px;
|
|
102660
102747
|
color: $pv-save-button-color;
|
|
@@ -102764,6 +102851,9 @@ $lg-desktop: 1399.98;
|
|
|
102764
102851
|
@if $skin-name == 'bootstrap4' {
|
|
102765
102852
|
color: $pv-title-close-color;
|
|
102766
102853
|
}
|
|
102854
|
+
@if $skin-name == 'fluent2' {
|
|
102855
|
+
color: var(--color-sf-secondary-text-color);
|
|
102856
|
+
}
|
|
102767
102857
|
height: $pv-title-close-height;
|
|
102768
102858
|
position: $pv-title-close-position;
|
|
102769
102859
|
right: 11px;
|
|
@@ -103061,7 +103151,7 @@ $lg-desktop: 1399.98;
|
|
|
103061
103151
|
|
|
103062
103152
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
103063
103153
|
background: transparent;
|
|
103064
|
-
width: 229px;
|
|
103154
|
+
max-width: 229px;
|
|
103065
103155
|
}
|
|
103066
103156
|
|
|
103067
103157
|
.e-pv-status-div {
|
|
@@ -103077,7 +103167,7 @@ $lg-desktop: 1399.98;
|
|
|
103077
103167
|
}
|
|
103078
103168
|
|
|
103079
103169
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
103080
|
-
@if $skin-name != 'bootstrap5' {
|
|
103170
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
103081
103171
|
caret-color: $pv-comment-text-cursor-color;
|
|
103082
103172
|
}
|
|
103083
103173
|
}
|
|
@@ -103197,10 +103287,14 @@ $lg-desktop: 1399.98;
|
|
|
103197
103287
|
.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,
|
|
103198
103288
|
.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,
|
|
103199
103289
|
.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 {
|
|
103200
|
-
@if $skin-name != 'bootstrap5' {
|
|
103290
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
103201
103291
|
background: $pv-signature-footer-color;
|
|
103202
103292
|
border-color: $pv-signature-footer-color;
|
|
103203
103293
|
}
|
|
103294
|
+
@else if ($skin-name == 'fluent2'){
|
|
103295
|
+
background: $pv-item-selection-background-color;
|
|
103296
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
103297
|
+
}
|
|
103204
103298
|
@else {
|
|
103205
103299
|
background: $secondary-bg-color-pressed;
|
|
103206
103300
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -115162,7 +115256,7 @@ $qryblr-drag-icon-color: $gray-700 !default;
|
|
|
115162
115256
|
.e-query-builder .e-btn.e-round.e-small {
|
|
115163
115257
|
@if $theme-name == 'fluent2' {
|
|
115164
115258
|
&:hover {
|
|
115165
|
-
background:
|
|
115259
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
115166
115260
|
}
|
|
115167
115261
|
|
|
115168
115262
|
&:focus {
|
|
@@ -121328,6 +121422,12 @@ $image-editor-filter-canvas-focus: 1px solid $black !default;
|
|
|
121328
121422
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
121329
121423
|
}
|
|
121330
121424
|
}
|
|
121425
|
+
|
|
121426
|
+
@if $skin-name == 'fluent2' {
|
|
121427
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121428
|
+
padding-left: 16px;
|
|
121429
|
+
}
|
|
121430
|
+
}
|
|
121331
121431
|
}
|
|
121332
121432
|
|
|
121333
121433
|
.e-image-editor {
|
|
@@ -121634,6 +121734,16 @@ $image-editor-filter-canvas-focus: 1px solid $black !default;
|
|
|
121634
121734
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121635
121735
|
}
|
|
121636
121736
|
}
|
|
121737
|
+
|
|
121738
|
+
@if $skin-name == 'fluent2' {
|
|
121739
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121740
|
+
padding-left: 14px;
|
|
121741
|
+
}
|
|
121742
|
+
& .e-dropdown-btn,
|
|
121743
|
+
& .e-dropdown-btn span {
|
|
121744
|
+
font-weight: normal;
|
|
121745
|
+
}
|
|
121746
|
+
}
|
|
121637
121747
|
}
|
|
121638
121748
|
|
|
121639
121749
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -122104,10 +122214,13 @@ $image-editor-filter-canvas-focus: 1px solid $black !default;
|
|
|
122104
122214
|
background: inherit;
|
|
122105
122215
|
border: none;
|
|
122106
122216
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
122107
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
122217
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
122108
122218
|
background: $tbar-default-bg;
|
|
122109
122219
|
color: $tbar-default-icon-color;
|
|
122110
122220
|
}
|
|
122221
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
122222
|
+
border: 2px solid #000;
|
|
122223
|
+
}
|
|
122111
122224
|
@if $skin-name == 'Material3' {
|
|
122112
122225
|
box-shadow: none;
|
|
122113
122226
|
}
|
|
@@ -122126,6 +122239,36 @@ $image-editor-filter-canvas-focus: 1px solid $black !default;
|
|
|
122126
122239
|
background: $btn-focus-bgcolor;
|
|
122127
122240
|
box-shadow: none;
|
|
122128
122241
|
color: $btn-focus-color;
|
|
122242
|
+
@if $skin-name == 'FluentUI' {
|
|
122243
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122244
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
122245
|
+
}
|
|
122246
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
122247
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122248
|
+
}
|
|
122249
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
122250
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122251
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
122252
|
+
}
|
|
122253
|
+
@else if $skin-name == 'bootstrap4' {
|
|
122254
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
122255
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
122256
|
+
}
|
|
122257
|
+
@else if $skin-name == 'bootstrap5' {
|
|
122258
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
122259
|
+
}
|
|
122260
|
+
@else if $skin-name == 'Material3' {
|
|
122261
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
122262
|
+
}
|
|
122263
|
+
@else if $skin-name == 'tailwind' {
|
|
122264
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
122265
|
+
}
|
|
122266
|
+
}
|
|
122267
|
+
|
|
122268
|
+
&:focus-visible {
|
|
122269
|
+
@if $skin-name == 'fluent2' {
|
|
122270
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
122271
|
+
}
|
|
122129
122272
|
}
|
|
122130
122273
|
|
|
122131
122274
|
&:active {
|
|
@@ -124305,7 +124448,7 @@ $otp-input-disabled-border-color: $gray-400 !default;
|
|
|
124305
124448
|
}
|
|
124306
124449
|
&.e-outline {
|
|
124307
124450
|
.e-otp-input-field {
|
|
124308
|
-
border:
|
|
124451
|
+
border: 1px solid $otp-input-border-color;
|
|
124309
124452
|
}
|
|
124310
124453
|
}
|
|
124311
124454
|
&.e-outline,
|