@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
|
@@ -177,19 +177,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
177
177
|
text-align: center;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
&:not(.e-list-template) .e-list-item,
|
|
181
|
-
.e-list-nrt,
|
|
182
|
-
.e-selectall-parent {
|
|
183
|
-
height: $listbox-item-height;
|
|
184
|
-
line-height: $listbox-item-line-height;
|
|
185
|
-
padding: $listbox-item-padding;
|
|
186
|
-
position: relative;
|
|
187
|
-
@if $skin-name == 'fluent2' {
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
180
|
.e-list-parent {
|
|
194
181
|
height: 100%;
|
|
195
182
|
min-height: $listbox-item-height;
|
|
@@ -691,6 +678,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
691
678
|
}
|
|
692
679
|
}
|
|
693
680
|
|
|
681
|
+
.e-listbox-wrapper,
|
|
682
|
+
.e-listbox-container,
|
|
683
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
684
|
+
&:not(.e-list-template) .e-list-item,
|
|
685
|
+
.e-list-nrt,
|
|
686
|
+
.e-selectall-parent {
|
|
687
|
+
height: $listbox-item-height;
|
|
688
|
+
line-height: $listbox-item-line-height;
|
|
689
|
+
padding: $listbox-item-padding;
|
|
690
|
+
position: relative;
|
|
691
|
+
@if $skin-name == 'fluent2' {
|
|
692
|
+
font-size: 14px;
|
|
693
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
|
|
694
698
|
|
|
695
699
|
@mixin avatar {
|
|
696
700
|
height: $listbox-template-avatar-size;
|
|
@@ -177,19 +177,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
177
177
|
text-align: center;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
&:not(.e-list-template) .e-list-item,
|
|
181
|
-
.e-list-nrt,
|
|
182
|
-
.e-selectall-parent {
|
|
183
|
-
height: $listbox-item-height;
|
|
184
|
-
line-height: $listbox-item-line-height;
|
|
185
|
-
padding: $listbox-item-padding;
|
|
186
|
-
position: relative;
|
|
187
|
-
@if $skin-name == 'fluent2' {
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
180
|
.e-list-parent {
|
|
194
181
|
height: 100%;
|
|
195
182
|
min-height: $listbox-item-height;
|
|
@@ -691,6 +678,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
691
678
|
}
|
|
692
679
|
}
|
|
693
680
|
|
|
681
|
+
.e-listbox-wrapper,
|
|
682
|
+
.e-listbox-container,
|
|
683
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
684
|
+
&:not(.e-list-template) .e-list-item,
|
|
685
|
+
.e-list-nrt,
|
|
686
|
+
.e-selectall-parent {
|
|
687
|
+
height: $listbox-item-height;
|
|
688
|
+
line-height: $listbox-item-line-height;
|
|
689
|
+
padding: $listbox-item-padding;
|
|
690
|
+
position: relative;
|
|
691
|
+
@if $skin-name == 'fluent2' {
|
|
692
|
+
font-size: 14px;
|
|
693
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
|
|
694
698
|
|
|
695
699
|
@mixin avatar {
|
|
696
700
|
height: $listbox-template-avatar-size;
|
|
@@ -94,7 +94,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
94
94
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
95
95
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
96
96
|
$ddl-input-text-indent: 0 !default;
|
|
97
|
-
$ddl-input-placeholder-padding:
|
|
97
|
+
$ddl-input-placeholder-padding: 0 !default;
|
|
98
98
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
99
99
|
$ddl-popup-active-focus-bg-color: $grey-300 !default;
|
|
100
100
|
$ddl-popup-active-focus-font-color: $accent !default;
|
|
@@ -6468,7 +6468,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
6468
6468
|
.e-input-group.e-input-focus input.e-input,
|
|
6469
6469
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
6470
6470
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
6471
|
-
.e-float-input.e-input-focus input
|
|
6471
|
+
.e-float-input.e-input-focus input {
|
|
6472
|
+
padding-left: $input-text-indent;
|
|
6473
|
+
text-indent: 0;
|
|
6474
|
+
}
|
|
6475
|
+
|
|
6472
6476
|
textarea.e-input#{$css},
|
|
6473
6477
|
.e-input-group textarea.e-input,
|
|
6474
6478
|
.e-input-group textarea,
|
|
@@ -6482,7 +6486,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6482
6486
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6483
6487
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
6484
6488
|
.e-float-input textarea:focus {
|
|
6485
|
-
|
|
6489
|
+
@if $input-skin-name == 'fluent2' {
|
|
6490
|
+
padding-left: 12px;
|
|
6491
|
+
}
|
|
6492
|
+
@else {
|
|
6493
|
+
padding-left: $input-text-indent;
|
|
6494
|
+
}
|
|
6486
6495
|
text-indent: 0;
|
|
6487
6496
|
}
|
|
6488
6497
|
|
|
@@ -6809,7 +6818,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
6809
6818
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
6810
6819
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
6811
6820
|
.e-bigger .e-float-input textarea:focus {
|
|
6812
|
-
|
|
6821
|
+
@if $input-skin-name == 'fluent2' {
|
|
6822
|
+
padding: $textarea-bigger-padding;
|
|
6823
|
+
}
|
|
6824
|
+
@else {
|
|
6825
|
+
padding-left: $input-bigger-text-indent;
|
|
6826
|
+
}
|
|
6813
6827
|
text-indent: 0;
|
|
6814
6828
|
}
|
|
6815
6829
|
|
|
@@ -7709,18 +7723,18 @@ $float-label-rtl-value: -7px !default;
|
|
|
7709
7723
|
}
|
|
7710
7724
|
}
|
|
7711
7725
|
|
|
7712
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7713
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7714
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7715
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7716
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7717
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7718
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7719
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
7720
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7721
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
7722
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
7723
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
7726
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7727
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7728
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7729
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7730
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7731
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
7732
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
7733
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
7734
|
+
.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]),
|
|
7735
|
+
.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]),
|
|
7736
|
+
.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]),
|
|
7737
|
+
.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]) {
|
|
7724
7738
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
7725
7739
|
border-bottom-width: $input-group-border-width-hover;
|
|
7726
7740
|
}
|
|
@@ -14875,7 +14889,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
14875
14889
|
border-color: $input-box-border-color;
|
|
14876
14890
|
}
|
|
14877
14891
|
|
|
14878
|
-
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14892
|
+
.e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
14879
14893
|
@if $input-skin-name == 'fluent2' {
|
|
14880
14894
|
padding-bottom: 0;
|
|
14881
14895
|
}
|
|
@@ -14910,6 +14924,20 @@ $float-label-rtl-value: -7px !default;
|
|
|
14910
14924
|
}
|
|
14911
14925
|
}
|
|
14912
14926
|
|
|
14927
|
+
textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14928
|
+
@if $input-skin-name == 'fluent2' {
|
|
14929
|
+
border-bottom-color: $input-active-border-color;
|
|
14930
|
+
padding-bottom: 4px;
|
|
14931
|
+
border-bottom-width: 0;
|
|
14932
|
+
}
|
|
14933
|
+
}
|
|
14934
|
+
|
|
14935
|
+
.e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
14936
|
+
@if $input-skin-name == 'fluent2' {
|
|
14937
|
+
padding-bottom: 6px;
|
|
14938
|
+
}
|
|
14939
|
+
}
|
|
14940
|
+
|
|
14913
14941
|
.e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
14914
14942
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
|
|
14915
14943
|
.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
|
|
@@ -15025,15 +15053,11 @@ $float-label-rtl-value: -7px !default;
|
|
|
15025
15053
|
@if $input-skin-name == 'bootstrap4' {
|
|
15026
15054
|
transition: $input-transition-shadow;
|
|
15027
15055
|
}
|
|
15028
|
-
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
|
|
15056
|
+
@if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
|
|
15029
15057
|
border-color: $input-group-border-color-focus;
|
|
15030
15058
|
border-radius: $input-groupo-focus-border-radius;
|
|
15031
15059
|
box-shadow: $input-group-focus-box-shadow;
|
|
15032
15060
|
}
|
|
15033
|
-
@if $input-skin-name == 'FluentUI' {
|
|
15034
|
-
border-radius: $input-groupo-focus-border-radius;
|
|
15035
|
-
border-width: 2px;
|
|
15036
|
-
}
|
|
15037
15061
|
}
|
|
15038
15062
|
|
|
15039
15063
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -19448,9 +19472,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid $neutral-light !default;
|
|
|
19448
19472
|
&:focus-visible {
|
|
19449
19473
|
@if $skin-name == 'fluent2' {
|
|
19450
19474
|
box-shadow: $secondary-shadow-focus;
|
|
19475
|
+
color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19451
19476
|
|
|
19452
|
-
& .e-breadcrumb-icon
|
|
19453
|
-
|
|
19477
|
+
& .e-breadcrumb-icon,
|
|
19478
|
+
&.e-breadcrumb-url .e-breadcrumb-icon {
|
|
19479
|
+
color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
|
|
19454
19480
|
}
|
|
19455
19481
|
}
|
|
19456
19482
|
}
|
|
@@ -22699,7 +22725,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22699
22725
|
@if $skin-name == 'fluent2' {
|
|
22700
22726
|
background: transparent;
|
|
22701
22727
|
border-color: $secondary-border-color-hover;
|
|
22702
|
-
color: $secondary-text-color-
|
|
22728
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22703
22729
|
}
|
|
22704
22730
|
|
|
22705
22731
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -22732,7 +22758,7 @@ $btn-focus-box-shadow: none !default;
|
|
|
22732
22758
|
@include outline-active;
|
|
22733
22759
|
@if $skin-name == 'fluent2' {
|
|
22734
22760
|
background: transparent;
|
|
22735
|
-
color: $secondary-text-color-
|
|
22761
|
+
color: $secondary-outline-button-text-color-pressed;
|
|
22736
22762
|
outline: 2px solid;
|
|
22737
22763
|
outline-offset: -2px;
|
|
22738
22764
|
}
|
|
@@ -23636,6 +23662,7 @@ $sd-active-font-color: $neutral-light-fontalt !default;
|
|
|
23636
23662
|
font-size: 12px;
|
|
23637
23663
|
line-height: 16px;
|
|
23638
23664
|
padding: 8px 16px;
|
|
23665
|
+
box-sizing: content-box;
|
|
23639
23666
|
}
|
|
23640
23667
|
}
|
|
23641
23668
|
}
|
|
@@ -29714,6 +29741,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
|
29714
29741
|
background: $drop-down-btn-li-bgcolor;
|
|
29715
29742
|
}
|
|
29716
29743
|
color: $drop-down-btn-li-selection-font-color;
|
|
29744
|
+
& .e-menu-icon,
|
|
29745
|
+
& .e-menu-url {
|
|
29746
|
+
@if $skin-name == 'fluent2' {
|
|
29747
|
+
color: $drop-down-btn-li-selection-font-color;
|
|
29748
|
+
}
|
|
29749
|
+
}
|
|
29717
29750
|
}
|
|
29718
29751
|
|
|
29719
29752
|
&:active,
|
|
@@ -44650,6 +44683,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
44650
44683
|
box-sizing: border-box;
|
|
44651
44684
|
}
|
|
44652
44685
|
|
|
44686
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
44687
|
+
.e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
|
|
44688
|
+
top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
|
|
44689
|
+
}
|
|
44690
|
+
}
|
|
44691
|
+
|
|
44653
44692
|
|
|
44654
44693
|
@include export-module('dialog-theme') {
|
|
44655
44694
|
.e-dialog {
|
|
@@ -62042,19 +62081,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62042
62081
|
text-align: center;
|
|
62043
62082
|
}
|
|
62044
62083
|
|
|
62045
|
-
&:not(.e-list-template) .e-list-item,
|
|
62046
|
-
.e-list-nrt,
|
|
62047
|
-
.e-selectall-parent {
|
|
62048
|
-
height: $listbox-item-height;
|
|
62049
|
-
line-height: $listbox-item-line-height;
|
|
62050
|
-
padding: $listbox-item-padding;
|
|
62051
|
-
position: relative;
|
|
62052
|
-
@if $skin-name == 'fluent2' {
|
|
62053
|
-
font-size: 14px;
|
|
62054
|
-
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62055
|
-
}
|
|
62056
|
-
}
|
|
62057
|
-
|
|
62058
62084
|
.e-list-parent {
|
|
62059
62085
|
height: 100%;
|
|
62060
62086
|
min-height: $listbox-item-height;
|
|
@@ -62556,6 +62582,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
62556
62582
|
}
|
|
62557
62583
|
}
|
|
62558
62584
|
|
|
62585
|
+
.e-listbox-wrapper,
|
|
62586
|
+
.e-listbox-container,
|
|
62587
|
+
.e-listboxtool-wrapper .e-listbox-wrapper {
|
|
62588
|
+
&:not(.e-list-template) .e-list-item,
|
|
62589
|
+
.e-list-nrt,
|
|
62590
|
+
.e-selectall-parent {
|
|
62591
|
+
height: $listbox-item-height;
|
|
62592
|
+
line-height: $listbox-item-line-height;
|
|
62593
|
+
padding: $listbox-item-padding;
|
|
62594
|
+
position: relative;
|
|
62595
|
+
@if $skin-name == 'fluent2' {
|
|
62596
|
+
font-size: 14px;
|
|
62597
|
+
border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
62598
|
+
}
|
|
62599
|
+
}
|
|
62600
|
+
}
|
|
62601
|
+
|
|
62559
62602
|
|
|
62560
62603
|
@mixin avatar {
|
|
62561
62604
|
height: $listbox-template-avatar-size;
|
|
@@ -75470,7 +75513,7 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
75470
75513
|
.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
|
|
75471
75514
|
margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
|
|
75472
75515
|
@if $grid-skin == 'tailwind' {
|
|
75473
|
-
margin-left:
|
|
75516
|
+
margin-left: 0;
|
|
75474
75517
|
}
|
|
75475
75518
|
}
|
|
75476
75519
|
|
|
@@ -76811,8 +76854,13 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
76811
76854
|
user-select: none;
|
|
76812
76855
|
}
|
|
76813
76856
|
|
|
76814
|
-
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv
|
|
76857
|
+
.e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76858
|
+
.e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
|
|
76859
|
+
.e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
|
|
76815
76860
|
padding: 0 .4em ;
|
|
76861
|
+
@if $grid-skin == 'material' {
|
|
76862
|
+
padding: $grid-headercell-div-padding;
|
|
76863
|
+
}
|
|
76816
76864
|
@if $grid-skin == 'fabric' {
|
|
76817
76865
|
padding: 0 1px 0;
|
|
76818
76866
|
}
|
|
@@ -77264,7 +77312,7 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
77264
77312
|
}
|
|
77265
77313
|
|
|
77266
77314
|
&.e-default:not(.e-rtl) tr {
|
|
77267
|
-
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
|
|
77315
|
+
& td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
|
|
77268
77316
|
& th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
|
|
77269
77317
|
& th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
77270
77318
|
border-left-width: 0;
|
|
@@ -77322,9 +77370,6 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
77322
77370
|
right: 2px;
|
|
77323
77371
|
}
|
|
77324
77372
|
}
|
|
77325
|
-
&.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
|
|
77326
|
-
padding: $grid-headercelldiv-right-align-padding;
|
|
77327
|
-
}
|
|
77328
77373
|
|
|
77329
77374
|
.e-sortfilterdiv {
|
|
77330
77375
|
float: right;
|
|
@@ -77371,7 +77416,7 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
77371
77416
|
}
|
|
77372
77417
|
|
|
77373
77418
|
&.e-rtl .e-gridheader .e-sortfilter {
|
|
77374
|
-
.e-centeralign.e-headercell[aria-sort="none"]
|
|
77419
|
+
.e-centeralign.e-headercell[aria-sort="none"],
|
|
77375
77420
|
.e-centeralign.e-headercell:not([aria-sort]) {
|
|
77376
77421
|
.e-headercelldiv,
|
|
77377
77422
|
.e-stackedheadercelldiv {
|
|
@@ -77704,7 +77749,10 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
77704
77749
|
border-top-color: $grid-columnchooser-footer-border-color;
|
|
77705
77750
|
border-top-width: 1px;
|
|
77706
77751
|
margin-top: 0;
|
|
77707
|
-
overflow-x:
|
|
77752
|
+
overflow-x: auto;
|
|
77753
|
+
& .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
|
|
77754
|
+
white-space: nowrap;
|
|
77755
|
+
}
|
|
77708
77756
|
}
|
|
77709
77757
|
|
|
77710
77758
|
@if $grid-skin == 'fluent2' {
|
|
@@ -78779,7 +78827,7 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
78779
78827
|
}
|
|
78780
78828
|
|
|
78781
78829
|
& .e-headercelldiv {
|
|
78782
|
-
padding: 0
|
|
78830
|
+
padding: 0 25px 0 .7em;
|
|
78783
78831
|
|
|
78784
78832
|
& .e-sortnumber {
|
|
78785
78833
|
@include grid-flot-margin(right, $grid-bigger-sort-right-margin);
|
|
@@ -78973,7 +79021,7 @@ $grid-checkmark-color: $theme-dark-font !default;
|
|
|
78973
79021
|
}
|
|
78974
79022
|
|
|
78975
79023
|
&.e-default {
|
|
78976
|
-
& tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
|
|
79024
|
+
& tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
|
|
78977
79025
|
& .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
78978
79026
|
border-left: 0;
|
|
78979
79027
|
}
|
|
@@ -98795,14 +98843,14 @@ $lg-desktop: 1399.98;
|
|
|
98795
98843
|
}
|
|
98796
98844
|
|
|
98797
98845
|
.e-pv-diagram-resize-handle{
|
|
98798
|
-
@if $theme-name == 'fluent2' {
|
|
98846
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98799
98847
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
98800
98848
|
}
|
|
98801
98849
|
}
|
|
98802
98850
|
|
|
98803
98851
|
.e-pv-diagram-border,
|
|
98804
98852
|
.e-pv-diagram-resize-handle {
|
|
98805
|
-
@if $theme-name=='fluent2' {
|
|
98853
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
98806
98854
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
98807
98855
|
}
|
|
98808
98856
|
}
|
|
@@ -100477,6 +100525,15 @@ $lg-desktop: 1399.98;
|
|
|
100477
100525
|
}
|
|
100478
100526
|
}
|
|
100479
100527
|
|
|
100528
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
100529
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
100530
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
100531
|
+
}
|
|
100532
|
+
@if $theme-name == 'bootstrap5' {
|
|
100533
|
+
color: $pv-item-selection-color;
|
|
100534
|
+
}
|
|
100535
|
+
}
|
|
100536
|
+
|
|
100480
100537
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100481
100538
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
100482
100539
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -100688,6 +100745,17 @@ $lg-desktop: 1399.98;
|
|
|
100688
100745
|
|
|
100689
100746
|
.e-pv-search-input-mobile {
|
|
100690
100747
|
height: $pv-search-input-height;
|
|
100748
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
100749
|
+
}
|
|
100750
|
+
|
|
100751
|
+
.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,
|
|
100752
|
+
.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 {
|
|
100753
|
+
margin-left: 3px;
|
|
100754
|
+
}
|
|
100755
|
+
|
|
100756
|
+
.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,
|
|
100757
|
+
.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 {
|
|
100758
|
+
margin-right: 3px;
|
|
100691
100759
|
}
|
|
100692
100760
|
|
|
100693
100761
|
.e-pv-match-case-container {
|
|
@@ -100785,13 +100853,11 @@ $lg-desktop: 1399.98;
|
|
|
100785
100853
|
}
|
|
100786
100854
|
|
|
100787
100855
|
.e-pv-notification-popup {
|
|
100788
|
-
height: $pv-notification-popup-height;
|
|
100789
100856
|
margin: 0 10px;
|
|
100790
100857
|
max-width: $pv-notification-popup-width;
|
|
100791
100858
|
}
|
|
100792
100859
|
|
|
100793
100860
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
100794
|
-
height: $pv-notification-popup-height-large-content;
|
|
100795
100861
|
max-width: $pv-notification-popup-width-large-content;
|
|
100796
100862
|
}
|
|
100797
100863
|
|
|
@@ -101197,6 +101263,13 @@ $lg-desktop: 1399.98;
|
|
|
101197
101263
|
}
|
|
101198
101264
|
}
|
|
101199
101265
|
|
|
101266
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
101267
|
+
@if $skin-name == 'fluent2' {
|
|
101268
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
101269
|
+
color: $pv-icon-color;
|
|
101270
|
+
}
|
|
101271
|
+
}
|
|
101272
|
+
|
|
101200
101273
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
101201
101274
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
101202
101275
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -101358,6 +101431,7 @@ $lg-desktop: 1399.98;
|
|
|
101358
101431
|
line-height: $pv-prop-color-picker-line-height;
|
|
101359
101432
|
@if ($skin-name == 'bootstrap5') {
|
|
101360
101433
|
background: $transparent;
|
|
101434
|
+
border: 1px solid $border-light;
|
|
101361
101435
|
border-radius: 4px;
|
|
101362
101436
|
box-sizing: border-box;
|
|
101363
101437
|
color: $content-text-color;
|
|
@@ -101587,6 +101661,9 @@ $lg-desktop: 1399.98;
|
|
|
101587
101661
|
@if $skin-name == 'FluentUI' {
|
|
101588
101662
|
margin-left: 195px;
|
|
101589
101663
|
}
|
|
101664
|
+
@if ($skin-name == 'bootstrap5') {
|
|
101665
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
101666
|
+
}
|
|
101590
101667
|
}
|
|
101591
101668
|
|
|
101592
101669
|
.e-pv-properties-line-start,
|
|
@@ -101916,11 +101993,21 @@ $lg-desktop: 1399.98;
|
|
|
101916
101993
|
}
|
|
101917
101994
|
|
|
101918
101995
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
101919
|
-
@if $skin-name == 'bootstrap5' {
|
|
101996
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
101920
101997
|
background: $secondary-bg-color-pressed;
|
|
101921
101998
|
}
|
|
101922
101999
|
}
|
|
101923
102000
|
|
|
102001
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
102002
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
102003
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
102004
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
102005
|
+
}
|
|
102006
|
+
@if $theme-name == 'bootstrap5' {
|
|
102007
|
+
color: $pv-item-selection-color;
|
|
102008
|
+
}
|
|
102009
|
+
}
|
|
102010
|
+
|
|
101924
102011
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
101925
102012
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
101926
102013
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -102016,7 +102103,7 @@ $lg-desktop: 1399.98;
|
|
|
102016
102103
|
|
|
102017
102104
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
102018
102105
|
@if $theme-name == 'fluent2' {
|
|
102019
|
-
|
|
102106
|
+
color: var(--color-sf-secondary-text-color);
|
|
102020
102107
|
}
|
|
102021
102108
|
}
|
|
102022
102109
|
|
|
@@ -102362,7 +102449,7 @@ $lg-desktop: 1399.98;
|
|
|
102362
102449
|
}
|
|
102363
102450
|
|
|
102364
102451
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
102365
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
102452
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
102366
102453
|
background-color: $pv-save-button-bg-color;
|
|
102367
102454
|
border-radius: 2px;
|
|
102368
102455
|
color: $pv-save-button-color;
|
|
@@ -102472,6 +102559,9 @@ $lg-desktop: 1399.98;
|
|
|
102472
102559
|
@if $skin-name == 'bootstrap4' {
|
|
102473
102560
|
color: $pv-title-close-color;
|
|
102474
102561
|
}
|
|
102562
|
+
@if $skin-name == 'fluent2' {
|
|
102563
|
+
color: var(--color-sf-secondary-text-color);
|
|
102564
|
+
}
|
|
102475
102565
|
height: $pv-title-close-height;
|
|
102476
102566
|
position: $pv-title-close-position;
|
|
102477
102567
|
right: 11px;
|
|
@@ -102769,7 +102859,7 @@ $lg-desktop: 1399.98;
|
|
|
102769
102859
|
|
|
102770
102860
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
102771
102861
|
background: transparent;
|
|
102772
|
-
width: 229px;
|
|
102862
|
+
max-width: 229px;
|
|
102773
102863
|
}
|
|
102774
102864
|
|
|
102775
102865
|
.e-pv-status-div {
|
|
@@ -102785,7 +102875,7 @@ $lg-desktop: 1399.98;
|
|
|
102785
102875
|
}
|
|
102786
102876
|
|
|
102787
102877
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
102788
|
-
@if $skin-name != 'bootstrap5' {
|
|
102878
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
102789
102879
|
caret-color: $pv-comment-text-cursor-color;
|
|
102790
102880
|
}
|
|
102791
102881
|
}
|
|
@@ -102905,10 +102995,14 @@ $lg-desktop: 1399.98;
|
|
|
102905
102995
|
.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,
|
|
102906
102996
|
.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,
|
|
102907
102997
|
.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 {
|
|
102908
|
-
@if $skin-name != 'bootstrap5' {
|
|
102998
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
102909
102999
|
background: $pv-signature-footer-color;
|
|
102910
103000
|
border-color: $pv-signature-footer-color;
|
|
102911
103001
|
}
|
|
103002
|
+
@else if ($skin-name == 'fluent2'){
|
|
103003
|
+
background: $pv-item-selection-background-color;
|
|
103004
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
103005
|
+
}
|
|
102912
103006
|
@else {
|
|
102913
103007
|
background: $secondary-bg-color-pressed;
|
|
102914
103008
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -114873,7 +114967,7 @@ $qryblr-drag-icon-color: $neutral-light-fontalt !default;
|
|
|
114873
114967
|
.e-query-builder .e-btn.e-round.e-small {
|
|
114874
114968
|
@if $theme-name == 'fluent2' {
|
|
114875
114969
|
&:hover {
|
|
114876
|
-
background:
|
|
114970
|
+
background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
|
|
114877
114971
|
}
|
|
114878
114972
|
|
|
114879
114973
|
&:focus {
|
|
@@ -121043,6 +121137,12 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121043
121137
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
121044
121138
|
}
|
|
121045
121139
|
}
|
|
121140
|
+
|
|
121141
|
+
@if $skin-name == 'fluent2' {
|
|
121142
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121143
|
+
padding-left: 16px;
|
|
121144
|
+
}
|
|
121145
|
+
}
|
|
121046
121146
|
}
|
|
121047
121147
|
|
|
121048
121148
|
.e-image-editor {
|
|
@@ -121349,6 +121449,16 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121349
121449
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
121350
121450
|
}
|
|
121351
121451
|
}
|
|
121452
|
+
|
|
121453
|
+
@if $skin-name == 'fluent2' {
|
|
121454
|
+
& .e-dropdown-btn.e-ie-ddb-popup {
|
|
121455
|
+
padding-left: 14px;
|
|
121456
|
+
}
|
|
121457
|
+
& .e-dropdown-btn,
|
|
121458
|
+
& .e-dropdown-btn span {
|
|
121459
|
+
font-weight: normal;
|
|
121460
|
+
}
|
|
121461
|
+
}
|
|
121352
121462
|
}
|
|
121353
121463
|
|
|
121354
121464
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -121819,10 +121929,13 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121819
121929
|
background: inherit;
|
|
121820
121930
|
border: none;
|
|
121821
121931
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
121822
|
-
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
|
|
121932
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
121823
121933
|
background: $tbar-default-bg;
|
|
121824
121934
|
color: $tbar-default-icon-color;
|
|
121825
121935
|
}
|
|
121936
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121937
|
+
border: 2px solid #000;
|
|
121938
|
+
}
|
|
121826
121939
|
@if $skin-name == 'Material3' {
|
|
121827
121940
|
box-shadow: none;
|
|
121828
121941
|
}
|
|
@@ -121841,6 +121954,36 @@ $image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
|
121841
121954
|
background: $btn-focus-bgcolor;
|
|
121842
121955
|
box-shadow: none;
|
|
121843
121956
|
color: $btn-focus-color;
|
|
121957
|
+
@if $skin-name == 'FluentUI' {
|
|
121958
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121959
|
+
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
121960
|
+
}
|
|
121961
|
+
@else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
|
|
121962
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121963
|
+
}
|
|
121964
|
+
@else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
121965
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121966
|
+
border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
121967
|
+
}
|
|
121968
|
+
@else if $skin-name == 'bootstrap4' {
|
|
121969
|
+
$color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
|
|
121970
|
+
box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
|
|
121971
|
+
}
|
|
121972
|
+
@else if $skin-name == 'bootstrap5' {
|
|
121973
|
+
box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121974
|
+
}
|
|
121975
|
+
@else if $skin-name == 'Material3' {
|
|
121976
|
+
box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
|
|
121977
|
+
}
|
|
121978
|
+
@else if $skin-name == 'tailwind' {
|
|
121979
|
+
box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
|
|
121980
|
+
}
|
|
121981
|
+
}
|
|
121982
|
+
|
|
121983
|
+
&:focus-visible {
|
|
121984
|
+
@if $skin-name == 'fluent2' {
|
|
121985
|
+
box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
|
|
121986
|
+
}
|
|
121844
121987
|
}
|
|
121845
121988
|
|
|
121846
121989
|
&:active {
|
|
@@ -124020,7 +124163,7 @@ $otp-input-disabled-border-color: $neutral-light !default;
|
|
|
124020
124163
|
}
|
|
124021
124164
|
&.e-outline {
|
|
124022
124165
|
.e-otp-input-field {
|
|
124023
|
-
border:
|
|
124166
|
+
border: 1px solid $otp-input-border-color;
|
|
124024
124167
|
}
|
|
124025
124168
|
}
|
|
124026
124169
|
&.e-outline,
|