@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
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -6454,7 +6454,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
6454
6454
|
.e-input-group.e-input-focus input.e-input,
|
|
6455
6455
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6456
6456
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6457
|
-
.e-float-input.e-input-focus input
|
|
6457
|
+
.e-float-input.e-input-focus input {
|
|
6458
|
+
padding-left: $input-text-indent;
|
|
6459
|
+
text-indent: 0;
|
|
6460
|
+
}
|
|
6461
|
+
|
|
6458
6462
|
textarea.e-input#{$css},
|
|
6459
6463
|
.e-input-group textarea.e-input,
|
|
6460
6464
|
.e-input-group textarea,
|
|
@@ -6468,7 +6472,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6468
6472
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6469
6473
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6470
6474
|
.e-float-input textarea:focus {
|
|
6471
|
-
|
|
6475
|
+
@if $input-skin-name == 'fluent2' {
|
|
6476
|
+
padding-left: 12px;
|
|
6477
|
+
}
|
|
6478
|
+
@else {
|
|
6479
|
+
padding-left: $input-text-indent;
|
|
6480
|
+
}
|
|
6472
6481
|
text-indent: 0;
|
|
6473
6482
|
}
|
|
6474
6483
|
|
|
@@ -6795,7 +6804,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6795
6804
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6796
6805
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6797
6806
|
.e-bigger .e-float-input textarea:focus {
|
|
6798
|
-
|
|
6807
|
+
@if $input-skin-name == 'fluent2' {
|
|
6808
|
+
padding: $textarea-bigger-padding;
|
|
6809
|
+
}
|
|
6810
|
+
@else {
|
|
6811
|
+
padding-left: $input-bigger-text-indent;
|
|
6812
|
+
}
|
|
6799
6813
|
text-indent: 0;
|
|
6800
6814
|
}
|
|
6801
6815
|
|
|
@@ -7695,18 +7709,18 @@ $float-label-rtl-value: -7px !default;
|
|
|
7695
7709
|
}
|
|
7696
7710
|
}
|
|
7697
7711
|
|
|
7698
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7699
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7700
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7701
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7702
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7703
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7704
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7705
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7706
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7707
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7708
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7709
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7712
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7713
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7714
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7715
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7716
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7717
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7718
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7719
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7720
|
+
.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]),
|
|
7721
|
+
.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]),
|
|
7722
|
+
.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]),
|
|
7723
|
+
.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]) {
|
|
7710
7724
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7711
7725
|
border-bottom-width: $input-group-border-width-hover;
|
|
7712
7726
|
}
|
|
@@ -14861,7 +14875,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
14861
14875
|
border-color: $input-box-border-color;
|
|
14862
14876
|
}
|
|
14863
14877
|
|
|
14864
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14878
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14865
14879
|
@if $input-skin-name == 'fluent2' {
|
|
14866
14880
|
padding-bottom: 0;
|
|
14867
14881
|
}
|
|
@@ -14896,6 +14910,20 @@ $float-label-rtl-value: -7px !default;
|
|
|
14896
14910
|
}
|
|
14897
14911
|
}
|
|
14898
14912
|
|
|
14913
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14914
|
+
@if $input-skin-name == 'fluent2' {
|
|
14915
|
+
border-bottom-color: $input-active-border-color;
|
|
14916
|
+
padding-bottom: 4px;
|
|
14917
|
+
border-bottom-width: 0;
|
|
14918
|
+
}
|
|
14919
|
+
}
|
|
14920
|
+
|
|
14921
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14922
|
+
@if $input-skin-name == 'fluent2' {
|
|
14923
|
+
padding-bottom: 6px;
|
|
14924
|
+
}
|
|
14925
|
+
}
|
|
14926
|
+
|
|
14899
14927
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
14900
14928
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
14901
14929
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15011,15 +15039,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
15011
15039
|
@if $input-skin-name == 'bootstrap4' {
|
|
15012
15040
|
transition: $input-transition-shadow;
|
|
15013
15041
|
}
|
|
15014
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15042
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15015
15043
|
border-color: $input-group-border-color-focus;
|
|
15016
15044
|
border-radius: $input-groupo-focus-border-radius;
|
|
15017
15045
|
box-shadow: $input-group-focus-box-shadow;
|
|
15018
15046
|
}
|
|
15019
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15020
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15021
|
-
border-width: 2px;
|
|
15022
|
-
}
|
|
15023
15047
|
}
|
|
15024
15048
|
|
|
15025
15049
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19407,9 +19431,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid $neutral-light !default;
|
|
|
19407
19431
|
&:focus-visible {
|
|
19408
19432
|
@if $skin-name == 'fluent2' {
|
|
19409
19433
|
box-shadow: $secondary-shadow-focus;
|
|
19434
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19410
19435
|
|
|
19411
|
-
& .e-breadcrumb-icon
|
|
19412
|
-
|
|
19436
|
+
& .e-breadcrumb-icon,
|
|
19437
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19438
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19413
19439
|
}
|
|
19414
19440
|
}
|
|
19415
19441
|
}
|
|
@@ -22655,7 +22681,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22655
22681
|
@if $skin-name == 'fluent2' {
|
|
22656
22682
|
background: transparent;
|
|
22657
22683
|
border-color: $secondary-border-color-hover;
|
|
22658
|
-
color: $secondary-text-color-
|
|
22684
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22659
22685
|
}
|
|
22660
22686
|
|
|
22661
22687
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22688,7 +22714,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22688
22714
|
@include outline-active;
|
|
22689
22715
|
@if $skin-name == 'fluent2' {
|
|
22690
22716
|
background: transparent;
|
|
22691
|
-
color: $secondary-text-color-
|
|
22717
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22692
22718
|
outline: 2px solid;
|
|
22693
22719
|
outline-offset: -2px;
|
|
22694
22720
|
}
|
|
@@ -23592,6 +23618,7 @@ $sd-active-font-color: $neutral-light-fontalt !default;
|
|
|
23592
23618
|
font-size: 12px;
|
|
23593
23619
|
line-height: 16px;
|
|
23594
23620
|
padding: 8px 16px;
|
|
23621
|
+
box-sizing: content-box;
|
|
23595
23622
|
}
|
|
23596
23623
|
}
|
|
23597
23624
|
}
|
|
@@ -29559,6 +29586,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
|
29559
29586
|
background: $drop-down-btn-li-bgcolor;
|
|
29560
29587
|
}
|
|
29561
29588
|
color: $drop-down-btn-li-selection-font-color;
|
|
29589
|
+
& .e-menu-icon,
|
|
29590
|
+
& .e-menu-url {
|
|
29591
|
+
@if $skin-name == 'fluent2' {
|
|
29592
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29593
|
+
}
|
|
29594
|
+
}
|
|
29562
29595
|
}
|
|
29563
29596
|
|
|
29564
29597
|
&:active,
|
|
@@ -44451,6 +44484,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44451
44484
|
box-sizing: border-box;
|
|
44452
44485
|
}
|
|
44453
44486
|
|
|
44487
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44488
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44489
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44490
|
+
}
|
|
44491
|
+
}
|
|
44492
|
+
|
|
44454
44493
|
|
|
44455
44494
|
@include export-module('dialog-theme') {
|
|
44456
44495
|
.e-dialog {
|
|
@@ -61813,19 +61852,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
61813
61852
|
text-align: center;
|
|
61814
61853
|
}
|
|
61815
61854
|
|
|
61816
|
-
&:not(.e-list-template) .e-list-item,
|
|
61817
|
-
.e-list-nrt,
|
|
61818
|
-
.e-selectall-parent {
|
|
61819
|
-
height: $listbox-item-height;
|
|
61820
|
-
line-height: $listbox-item-line-height;
|
|
61821
|
-
padding: $listbox-item-padding;
|
|
61822
|
-
position: relative;
|
|
61823
|
-
@if $skin-name == 'fluent2' {
|
|
61824
|
-
font-size: 14px;
|
|
61825
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
61826
|
-
}
|
|
61827
|
-
}
|
|
61828
|
-
|
|
61829
61855
|
.e-list-parent {
|
|
61830
61856
|
height: 100%;
|
|
61831
61857
|
min-height: $listbox-item-height;
|
|
@@ -62327,6 +62353,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62327
62353
|
}
|
|
62328
62354
|
}
|
|
62329
62355
|
|
|
62356
|
+
.e-listbox-wrapper,
|
|
62357
|
+
.e-listbox-container,
|
|
62358
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62359
|
+
&:not(.e-list-template) .e-list-item,
|
|
62360
|
+
.e-list-nrt,
|
|
62361
|
+
.e-selectall-parent {
|
|
62362
|
+
height: $listbox-item-height;
|
|
62363
|
+
line-height: $listbox-item-line-height;
|
|
62364
|
+
padding: $listbox-item-padding;
|
|
62365
|
+
position: relative;
|
|
62366
|
+
@if $skin-name == 'fluent2' {
|
|
62367
|
+
font-size: 14px;
|
|
62368
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62369
|
+
}
|
|
62370
|
+
}
|
|
62371
|
+
}
|
|
62372
|
+
|
|
62330
62373
|
|
|
62331
62374
|
@mixin avatar {
|
|
62332
62375
|
height: $listbox-template-avatar-size;
|
|
@@ -74240,7 +74283,7 @@ $grid-header-padding: 8px !default;
|
|
|
74240
74283
|
$grid-header-first-last-cell-padding: 10px !default;
|
|
74241
74284
|
$grid-headercelldiv-margin: 0 !default;
|
|
74242
74285
|
$grid-headercelldiv-right-align-padding: 0 0 0 1em !default;
|
|
74243
|
-
$grid-headercelldiv-padding: 0
|
|
74286
|
+
$grid-headercelldiv-padding: 0 25px 0 0 !default;
|
|
74244
74287
|
$grid-headercelldiv-sort-centeralign-padding-right: 0 !default;
|
|
74245
74288
|
$grid-rtl-headercelldiv-padding: 0 0 0 25px !default;
|
|
74246
74289
|
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 0 !default;
|
|
@@ -74520,7 +74563,7 @@ $grid-sortdiv-filtericon-rightalign-margin: -20px 0 0 8px !default;
|
|
|
74520
74563
|
$grid-sortnumber-filtericon-rightalign-margin: 8px 25px 0 5px !default;
|
|
74521
74564
|
$grid-sortdiv-filtericon-margin: -20px 20px 0 0 !default;
|
|
74522
74565
|
$grid-rtl-sortdiv-filtericon-rightalign-margin: -20px 0 0 14px !default;
|
|
74523
|
-
$grid-rtl-sortdiv-filtericon-margin: -20px
|
|
74566
|
+
$grid-rtl-sortdiv-filtericon-margin: -20px 0 0 10px !default;
|
|
74524
74567
|
$grid-bigger-fltricon-sortdiv-rightalign-margin: -22px 11px 0 0 !default;
|
|
74525
74568
|
$grid-bigger-fltricon-sortdiv-margin: -22px 20px 0 0 !default;
|
|
74526
74569
|
$grid-column-menu-sub-menu-box-shadow: 0 0 10px 0 rgba($shadow, .2) !default;
|
|
@@ -74667,7 +74710,7 @@ $grid-responsive-apply-btn-top: 3px !default;
|
|
|
74667
74710
|
$grid-responsive-column-menu-icon-margin-top: 0 !default;
|
|
74668
74711
|
$grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
74669
74712
|
$grid-rtl-filtermenudiv-left-align-margin: -5px !default;
|
|
74670
|
-
$grid-rtl-sort-num-left-align-margin: 8px -
|
|
74713
|
+
$grid-rtl-sort-num-left-align-margin: 8px -10px 0 0 !default;
|
|
74671
74714
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
74672
74715
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
74673
74716
|
$grid-reorderarrow-margin-top: -4.5px !default;
|
|
@@ -75242,7 +75285,7 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
75242
75285
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75243
75286
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75244
75287
|
@if $grid-skin == 'tailwind' {
|
|
75245
|
-
margin-left:
|
|
75288
|
+
margin-left: 0;
|
|
75246
75289
|
}
|
|
75247
75290
|
}
|
|
75248
75291
|
|
|
@@ -76583,8 +76626,13 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
76583
76626
|
user-select: none;
|
|
76584
76627
|
}
|
|
76585
76628
|
|
|
76586
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
76629
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76630
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76631
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
76587
76632
|
padding: 0 .4em ;
|
|
76633
|
+
@if $grid-skin == 'material' {
|
|
76634
|
+
padding: $grid-headercell-div-padding;
|
|
76635
|
+
}
|
|
76588
76636
|
@if $grid-skin == 'fabric' {
|
|
76589
76637
|
padding: 0 1px 0;
|
|
76590
76638
|
}
|
|
@@ -77036,7 +77084,7 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
77036
77084
|
}
|
|
77037
77085
|
|
|
77038
77086
|
&.e-default:not(.e-rtl) tr {
|
|
77039
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77087
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77040
77088
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77041
77089
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77042
77090
|
border-left-width: 0;
|
|
@@ -77094,9 +77142,6 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
77094
77142
|
right: 2px;
|
|
77095
77143
|
}
|
|
77096
77144
|
}
|
|
77097
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77098
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77099
|
-
}
|
|
77100
77145
|
|
|
77101
77146
|
.e-sortfilterdiv {
|
|
77102
77147
|
float: right;
|
|
@@ -77143,7 +77188,7 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
77143
77188
|
}
|
|
77144
77189
|
|
|
77145
77190
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77146
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77191
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77147
77192
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77148
77193
|
.e-headercelldiv,
|
|
77149
77194
|
.e-stackedheadercelldiv {
|
|
@@ -77476,7 +77521,10 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
77476
77521
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
77477
77522
|
border-top-width: 1px;
|
|
77478
77523
|
margin-top: 0;
|
|
77479
|
-
overflow-x:
|
|
77524
|
+
overflow-x: auto;
|
|
77525
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
77526
|
+
white-space: nowrap;
|
|
77527
|
+
}
|
|
77480
77528
|
}
|
|
77481
77529
|
|
|
77482
77530
|
@if $grid-skin == 'fluent2' {
|
|
@@ -78551,7 +78599,7 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
78551
78599
|
}
|
|
78552
78600
|
|
|
78553
78601
|
& .e-headercelldiv {
|
|
78554
|
-
padding: 0
|
|
78602
|
+
padding: 0 25px 0 .7em;
|
|
78555
78603
|
|
|
78556
78604
|
& .e-sortnumber {
|
|
78557
78605
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -78745,7 +78793,7 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
78745
78793
|
}
|
|
78746
78794
|
|
|
78747
78795
|
&.e-default {
|
|
78748
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
78796
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
78749
78797
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
78750
78798
|
border-left: 0;
|
|
78751
78799
|
}
|
|
@@ -98575,14 +98623,14 @@ $lg-desktop: 1399.98;
|
|
|
98575
98623
|
}
|
|
98576
98624
|
|
|
98577
98625
|
.e-pv-diagram-resize-handle{
|
|
98578
|
-
@if $theme-name == 'fluent2' {
|
|
98626
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98579
98627
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
98580
98628
|
}
|
|
98581
98629
|
}
|
|
98582
98630
|
|
|
98583
98631
|
.e-pv-diagram-border,
|
|
98584
98632
|
.e-pv-diagram-resize-handle {
|
|
98585
|
-
@if $theme-name=='fluent2' {
|
|
98633
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98586
98634
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
98587
98635
|
}
|
|
98588
98636
|
}
|
|
@@ -100257,6 +100305,15 @@ $lg-desktop: 1399.98;
|
|
|
100257
100305
|
}
|
|
100258
100306
|
}
|
|
100259
100307
|
|
|
100308
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
100309
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
100310
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
100311
|
+
}
|
|
100312
|
+
@if $theme-name == 'bootstrap5' {
|
|
100313
|
+
color: $pv-item-selection-color;
|
|
100314
|
+
}
|
|
100315
|
+
}
|
|
100316
|
+
|
|
100260
100317
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100261
100318
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100262
100319
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -100468,6 +100525,17 @@ $lg-desktop: 1399.98;
|
|
|
100468
100525
|
|
|
100469
100526
|
.e-pv-search-input-mobile {
|
|
100470
100527
|
height: $pv-search-input-height;
|
|
100528
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
100529
|
+
}
|
|
100530
|
+
|
|
100531
|
+
.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,
|
|
100532
|
+
.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 {
|
|
100533
|
+
margin-left: 3px;
|
|
100534
|
+
}
|
|
100535
|
+
|
|
100536
|
+
.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,
|
|
100537
|
+
.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 {
|
|
100538
|
+
margin-right: 3px;
|
|
100471
100539
|
}
|
|
100472
100540
|
|
|
100473
100541
|
.e-pv-match-case-container {
|
|
@@ -100565,13 +100633,11 @@ $lg-desktop: 1399.98;
|
|
|
100565
100633
|
}
|
|
100566
100634
|
|
|
100567
100635
|
.e-pv-notification-popup {
|
|
100568
|
-
height: $pv-notification-popup-height;
|
|
100569
100636
|
margin: 0 10px;
|
|
100570
100637
|
max-width: $pv-notification-popup-width;
|
|
100571
100638
|
}
|
|
100572
100639
|
|
|
100573
100640
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
100574
|
-
height: $pv-notification-popup-height-large-content;
|
|
100575
100641
|
max-width: $pv-notification-popup-width-large-content;
|
|
100576
100642
|
}
|
|
100577
100643
|
|
|
@@ -100977,6 +101043,13 @@ $lg-desktop: 1399.98;
|
|
|
100977
101043
|
}
|
|
100978
101044
|
}
|
|
100979
101045
|
|
|
101046
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101047
|
+
@if $skin-name == 'fluent2' {
|
|
101048
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101049
|
+
color: $pv-icon-color;
|
|
101050
|
+
}
|
|
101051
|
+
}
|
|
101052
|
+
|
|
100980
101053
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
100981
101054
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
100982
101055
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101138,6 +101211,7 @@ $lg-desktop: 1399.98;
|
|
|
101138
101211
|
line-height: $pv-prop-color-picker-line-height;
|
|
101139
101212
|
@if ($skin-name == 'bootstrap5') {
|
|
101140
101213
|
background: $transparent;
|
|
101214
|
+
border: 1px solid $border-light;
|
|
101141
101215
|
border-radius: 4px;
|
|
101142
101216
|
box-sizing: border-box;
|
|
101143
101217
|
color: $content-text-color;
|
|
@@ -101367,6 +101441,9 @@ $lg-desktop: 1399.98;
|
|
|
101367
101441
|
@if $skin-name == 'FluentUI' {
|
|
101368
101442
|
margin-left: 195px;
|
|
101369
101443
|
}
|
|
101444
|
+
@if ($skin-name == 'bootstrap5') {
|
|
101445
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
101446
|
+
}
|
|
101370
101447
|
}
|
|
101371
101448
|
|
|
101372
101449
|
.e-pv-properties-line-start,
|
|
@@ -101696,11 +101773,21 @@ $lg-desktop: 1399.98;
|
|
|
101696
101773
|
}
|
|
101697
101774
|
|
|
101698
101775
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
101699
|
-
@if $skin-name == 'bootstrap5' {
|
|
101776
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
101700
101777
|
background: $secondary-bg-color-pressed;
|
|
101701
101778
|
}
|
|
101702
101779
|
}
|
|
101703
101780
|
|
|
101781
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
101782
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
101783
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
101784
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
101785
|
+
}
|
|
101786
|
+
@if $theme-name == 'bootstrap5' {
|
|
101787
|
+
color: $pv-item-selection-color;
|
|
101788
|
+
}
|
|
101789
|
+
}
|
|
101790
|
+
|
|
101704
101791
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
101705
101792
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
101706
101793
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -101796,7 +101883,7 @@ $lg-desktop: 1399.98;
|
|
|
101796
101883
|
|
|
101797
101884
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
101798
101885
|
@if $theme-name == 'fluent2' {
|
|
101799
|
-
|
|
101886
|
+
color: var(--color-sf-secondary-text-color);
|
|
101800
101887
|
}
|
|
101801
101888
|
}
|
|
101802
101889
|
|
|
@@ -102142,7 +102229,7 @@ $lg-desktop: 1399.98;
|
|
|
102142
102229
|
}
|
|
102143
102230
|
|
|
102144
102231
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102145
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102232
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102146
102233
|
background-color: $pv-save-button-bg-color;
|
|
102147
102234
|
border-radius: 2px;
|
|
102148
102235
|
color: $pv-save-button-color;
|
|
@@ -102252,6 +102339,9 @@ $lg-desktop: 1399.98;
|
|
|
102252
102339
|
@if $skin-name == 'bootstrap4' {
|
|
102253
102340
|
color: $pv-title-close-color;
|
|
102254
102341
|
}
|
|
102342
|
+
@if $skin-name == 'fluent2' {
|
|
102343
|
+
color: var(--color-sf-secondary-text-color);
|
|
102344
|
+
}
|
|
102255
102345
|
height: $pv-title-close-height;
|
|
102256
102346
|
position: $pv-title-close-position;
|
|
102257
102347
|
right: 11px;
|
|
@@ -102549,7 +102639,7 @@ $lg-desktop: 1399.98;
|
|
|
102549
102639
|
|
|
102550
102640
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
102551
102641
|
background: transparent;
|
|
102552
|
-
width: 229px;
|
|
102642
|
+
max-width: 229px;
|
|
102553
102643
|
}
|
|
102554
102644
|
|
|
102555
102645
|
.e-pv-status-div {
|
|
@@ -102565,7 +102655,7 @@ $lg-desktop: 1399.98;
|
|
|
102565
102655
|
}
|
|
102566
102656
|
|
|
102567
102657
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
102568
|
-
@if $skin-name != 'bootstrap5' {
|
|
102658
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
102569
102659
|
caret-color: $pv-comment-text-cursor-color;
|
|
102570
102660
|
}
|
|
102571
102661
|
}
|
|
@@ -102685,10 +102775,14 @@ $lg-desktop: 1399.98;
|
|
|
102685
102775
|
.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,
|
|
102686
102776
|
.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,
|
|
102687
102777
|
.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 {
|
|
102688
|
-
@if $skin-name != 'bootstrap5' {
|
|
102778
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
102689
102779
|
background: $pv-signature-footer-color;
|
|
102690
102780
|
border-color: $pv-signature-footer-color;
|
|
102691
102781
|
}
|
|
102782
|
+
@else if ($skin-name == 'fluent2'){
|
|
102783
|
+
background: $pv-item-selection-background-color;
|
|
102784
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
102785
|
+
}
|
|
102692
102786
|
@else {
|
|
102693
102787
|
background: $secondary-bg-color-pressed;
|
|
102694
102788
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -114649,7 +114743,7 @@ $qryblr-drag-icon-color: $neutral-light-font !default;
|
|
|
114649
114743
|
.e-query-builder .e-btn.e-round.e-small {
|
|
114650
114744
|
@if $theme-name == 'fluent2' {
|
|
114651
114745
|
&:hover {
|
|
114652
|
-
background:
|
|
114746
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
114653
114747
|
}
|
|
114654
114748
|
|
|
114655
114749
|
&:focus {
|
|
@@ -120818,6 +120912,12 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
120818
120912
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
120819
120913
|
}
|
|
120820
120914
|
}
|
|
120915
|
+
|
|
120916
|
+
@if $skin-name == 'fluent2' {
|
|
120917
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
120918
|
+
padding-left: 16px;
|
|
120919
|
+
}
|
|
120920
|
+
}
|
|
120821
120921
|
}
|
|
120822
120922
|
|
|
120823
120923
|
.e-image-editor {
|
|
@@ -121124,6 +121224,16 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121124
121224
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121125
121225
|
}
|
|
121126
121226
|
}
|
|
121227
|
+
|
|
121228
|
+
@if $skin-name == 'fluent2' {
|
|
121229
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121230
|
+
padding-left: 14px;
|
|
121231
|
+
}
|
|
121232
|
+
& .e-dropdown-btn,
|
|
121233
|
+
& .e-dropdown-btn span {
|
|
121234
|
+
font-weight: normal;
|
|
121235
|
+
}
|
|
121236
|
+
}
|
|
121127
121237
|
}
|
|
121128
121238
|
|
|
121129
121239
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -121594,10 +121704,13 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121594
121704
|
background: inherit;
|
|
121595
121705
|
border: none;
|
|
121596
121706
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
121597
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
121707
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
121598
121708
|
background: $tbar-default-bg;
|
|
121599
121709
|
color: $tbar-default-icon-color;
|
|
121600
121710
|
}
|
|
121711
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121712
|
+
border: 2px solid #000;
|
|
121713
|
+
}
|
|
121601
121714
|
@if $skin-name == 'Material3' {
|
|
121602
121715
|
box-shadow: none;
|
|
121603
121716
|
}
|
|
@@ -121616,6 +121729,36 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121616
121729
|
background: $btn-focus-bgcolor;
|
|
121617
121730
|
box-shadow: none;
|
|
121618
121731
|
color: $btn-focus-color;
|
|
121732
|
+
@if $skin-name == 'FluentUI' {
|
|
121733
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121734
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
121735
|
+
}
|
|
121736
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
121737
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121738
|
+
}
|
|
121739
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121740
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121741
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
121742
|
+
}
|
|
121743
|
+
@else if $skin-name == 'bootstrap4' {
|
|
121744
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
121745
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
121746
|
+
}
|
|
121747
|
+
@else if $skin-name == 'bootstrap5' {
|
|
121748
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121749
|
+
}
|
|
121750
|
+
@else if $skin-name == 'Material3' {
|
|
121751
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
121752
|
+
}
|
|
121753
|
+
@else if $skin-name == 'tailwind' {
|
|
121754
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
121755
|
+
}
|
|
121756
|
+
}
|
|
121757
|
+
|
|
121758
|
+
&:focus-visible {
|
|
121759
|
+
@if $skin-name == 'fluent2' {
|
|
121760
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121761
|
+
}
|
|
121619
121762
|
}
|
|
121620
121763
|
|
|
121621
121764
|
&:active {
|
|
@@ -123795,7 +123938,7 @@ $otp-input-disabled-border-color: $neutral-light !default;
|
|
|
123795
123938
|
}
|
|
123796
123939
|
&.e-outline {
|
|
123797
123940
|
.e-otp-input-field {
|
|
123798
|
-
border:
|
|
123941
|
+
border: 1px solid $otp-input-border-color;
|
|
123799
123942
|
}
|
|
123800
123943
|
}
|
|
123801
123944
|
&.e-outline,
|