@syncfusion/blazor-themes 23.1.36 → 23.1.39
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/material-dark.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +152 -32
- package/SCSS-Themes/bootstrap.scss +153 -33
- package/SCSS-Themes/bootstrap4.scss +155 -35
- package/SCSS-Themes/bootstrap5-dark.scss +152 -34
- package/SCSS-Themes/bootstrap5.scss +152 -34
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
- package/SCSS-Themes/fabric-dark.scss +153 -33
- package/SCSS-Themes/fabric.scss +153 -33
- package/SCSS-Themes/fluent-dark.scss +154 -36
- package/SCSS-Themes/fluent.scss +154 -36
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +152 -32
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
- package/SCSS-Themes/material-dark.scss +155 -35
- package/SCSS-Themes/material.scss +154 -34
- package/SCSS-Themes/material3-dark.scss +153 -36
- package/SCSS-Themes/material3.scss +153 -36
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +154 -36
- package/SCSS-Themes/tailwind.scss +154 -36
- package/package.json +1 -1
|
@@ -55425,7 +55425,10 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
55425
55425
|
display: inline-block;
|
|
55426
55426
|
line-height: $treeview-text-height;
|
|
55427
55427
|
margin: $treeview-text-margin;
|
|
55428
|
-
@if $skin-name
|
|
55428
|
+
@if $skin-name == 'Material3' {
|
|
55429
|
+
min-height: $treeview-item-height;
|
|
55430
|
+
}
|
|
55431
|
+
@else if $skin-name != 'bootstrap4' {
|
|
55429
55432
|
min-height: $treeview-text-height;
|
|
55430
55433
|
}
|
|
55431
55434
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -59738,6 +59741,8 @@ $ddl-closer-margin-top-bigger: -2.25em !default;
|
|
|
59738
59741
|
$ddl-icon-margin-top: -2.1em !default;
|
|
59739
59742
|
$ddl-clear-margin-top: -2em !default;
|
|
59740
59743
|
$ddl-icon-margin-top-bigger: -2.25em !default;
|
|
59744
|
+
$ddl-small-ddl-icon-top: -2em !default;
|
|
59745
|
+
$ddl-bigger-small-ddl-icon-top: -2.65em !default;
|
|
59741
59746
|
$ddl-chip-mobile-radius: 2px !default;
|
|
59742
59747
|
$ddl-chip-sel-mobile-height: 40px !default;
|
|
59743
59748
|
$ddl-chip-selected-padding: 12px 4px 11px 0 !default;
|
|
@@ -60091,7 +60096,8 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
60091
60096
|
}
|
|
60092
60097
|
}
|
|
60093
60098
|
|
|
60094
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
60099
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
60100
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60095
60101
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
60096
60102
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
60097
60103
|
}
|
|
@@ -61123,6 +61129,11 @@ ejs-multiselect {
|
|
|
61123
61129
|
}
|
|
61124
61130
|
}
|
|
61125
61131
|
|
|
61132
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61133
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61134
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
61135
|
+
}
|
|
61136
|
+
|
|
61126
61137
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
61127
61138
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
61128
61139
|
height: $ddl-small-clear-icon-height;
|
|
@@ -61154,6 +61165,11 @@ ejs-multiselect {
|
|
|
61154
61165
|
}
|
|
61155
61166
|
}
|
|
61156
61167
|
|
|
61168
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61169
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61170
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
61171
|
+
}
|
|
61172
|
+
|
|
61157
61173
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
61158
61174
|
height: $ddl-bigger-small-chip-close-square;
|
|
61159
61175
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -62800,10 +62816,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
62800
62816
|
$listbox-template-multiline-padding: 4px !default;
|
|
62801
62817
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
62802
62818
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
62803
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
62804
62819
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
62805
62820
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
62806
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
62807
62821
|
$listbox-item-height: 36px !default;
|
|
62808
62822
|
|
|
62809
62823
|
$listbox-border-color: $border-light;
|
|
@@ -62844,10 +62858,14 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
|
62844
62858
|
|
|
62845
62859
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
62846
62860
|
$listbox-select-bigger-height: calc(100% - 40px) !default;
|
|
62847
|
-
$listbox-filterselect-height: calc(100% -
|
|
62848
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
62861
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
62862
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
62863
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
62864
|
+
$listbox-mat-filter-bigger-height: calc(100% - 55px) !default;
|
|
62849
62865
|
$listbox-filter-height: calc(100% - 50px) !default;
|
|
62850
62866
|
$listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
62867
|
+
$listbox-ej2-filterselect-height: calc(100% - 86px) !default;
|
|
62868
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
62851
62869
|
|
|
62852
62870
|
@include export-module('listbox-layout') {
|
|
62853
62871
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -63396,27 +63414,64 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
63396
63414
|
@include export-module('listbox-theme') {
|
|
63397
63415
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63398
63416
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
63399
|
-
height: $listbox-filter-small-height;
|
|
63417
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63418
|
+
}
|
|
63419
|
+
|
|
63420
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63421
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63422
|
+
}
|
|
63423
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63424
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63400
63425
|
}
|
|
63401
63426
|
|
|
63402
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63403
63427
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
63404
|
-
height:
|
|
63428
|
+
height: 100%;
|
|
63405
63429
|
}
|
|
63406
63430
|
|
|
63407
63431
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
63408
63432
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63409
|
-
height: $listbox-filterselect-bigger-height;
|
|
63433
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63434
|
+
}
|
|
63435
|
+
|
|
63436
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63437
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63438
|
+
}
|
|
63439
|
+
|
|
63440
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63441
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63442
|
+
}
|
|
63443
|
+
|
|
63444
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63445
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63446
|
+
}
|
|
63447
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63448
|
+
height: 100%;
|
|
63410
63449
|
}
|
|
63411
63450
|
|
|
63412
63451
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
63452
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
63453
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63454
|
+
}
|
|
63455
|
+
|
|
63413
63456
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
63414
|
-
height:
|
|
63457
|
+
height: 100%;
|
|
63415
63458
|
}
|
|
63416
63459
|
|
|
63417
63460
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63461
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63462
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63463
|
+
}
|
|
63464
|
+
|
|
63465
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63466
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63467
|
+
}
|
|
63468
|
+
|
|
63469
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63470
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63471
|
+
}
|
|
63472
|
+
|
|
63418
63473
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
63419
|
-
height:
|
|
63474
|
+
height: 100%;
|
|
63420
63475
|
}
|
|
63421
63476
|
|
|
63422
63477
|
.e-listbox-wrapper,
|
|
@@ -63457,7 +63512,7 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
63457
63512
|
}
|
|
63458
63513
|
|
|
63459
63514
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63460
|
-
height: $listbox-filterselect-height;
|
|
63515
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63461
63516
|
}
|
|
63462
63517
|
|
|
63463
63518
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -63709,6 +63764,34 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
63709
63764
|
}
|
|
63710
63765
|
}
|
|
63711
63766
|
}
|
|
63767
|
+
|
|
63768
|
+
.e-listbox-container {
|
|
63769
|
+
@at-root {
|
|
63770
|
+
&.e-filter-list .e-list-parent {
|
|
63771
|
+
height: 100%;
|
|
63772
|
+
}
|
|
63773
|
+
|
|
63774
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63775
|
+
height: 100%;
|
|
63776
|
+
}
|
|
63777
|
+
|
|
63778
|
+
& .e-selectall-parent + .e-list-parent {
|
|
63779
|
+
height: 100%;
|
|
63780
|
+
}
|
|
63781
|
+
|
|
63782
|
+
&.e-filter-list .e-list-wrap {
|
|
63783
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63784
|
+
}
|
|
63785
|
+
|
|
63786
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
63787
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63788
|
+
}
|
|
63789
|
+
|
|
63790
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
63791
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63792
|
+
}
|
|
63793
|
+
}
|
|
63794
|
+
}
|
|
63712
63795
|
}
|
|
63713
63796
|
|
|
63714
63797
|
|
|
@@ -77176,6 +77259,11 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
77176
77259
|
overflow: visible;
|
|
77177
77260
|
}
|
|
77178
77261
|
|
|
77262
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
77263
|
+
height: auto;
|
|
77264
|
+
min-height: $grid-header-height;
|
|
77265
|
+
}
|
|
77266
|
+
|
|
77179
77267
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
77180
77268
|
padding: 0 .6em;
|
|
77181
77269
|
}
|
|
@@ -81327,6 +81415,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
81327
81415
|
cursor: move;
|
|
81328
81416
|
}
|
|
81329
81417
|
|
|
81418
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
81419
|
+
cursor: not-allowed;
|
|
81420
|
+
}
|
|
81421
|
+
|
|
81330
81422
|
.e-sortnumber {
|
|
81331
81423
|
@if $grid-skin == 'material3' {
|
|
81332
81424
|
background: $grid-sortnumber-bg-color;
|
|
@@ -88931,7 +89023,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88931
89023
|
|
|
88932
89024
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
88933
89025
|
display: grid;
|
|
88934
|
-
grid-template-columns:
|
|
89026
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88935
89027
|
gap: 6px;
|
|
88936
89028
|
|
|
88937
89029
|
.e-btn.e-control {
|
|
@@ -88948,7 +89040,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88948
89040
|
|
|
88949
89041
|
.e-rte-emojisearch-btn {
|
|
88950
89042
|
display: grid;
|
|
88951
|
-
grid-template-columns:
|
|
89043
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88952
89044
|
gap: 6px;
|
|
88953
89045
|
height: 0;
|
|
88954
89046
|
|
|
@@ -101116,6 +101208,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
101116
101208
|
text-align: left;
|
|
101117
101209
|
}
|
|
101118
101210
|
|
|
101211
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
101212
|
+
@if $skin-name == 'Material3' {
|
|
101213
|
+
background: $content-bg-color-alt2;
|
|
101214
|
+
border: $border-light;
|
|
101215
|
+
border-width: 0 0 1px 1px;
|
|
101216
|
+
font-size: $text-base;
|
|
101217
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
101218
|
+
line-height: 16px;
|
|
101219
|
+
padding: 0;
|
|
101220
|
+
left: 15px;
|
|
101221
|
+
top: 14px;
|
|
101222
|
+
position: absolute;
|
|
101223
|
+
text-align: left;
|
|
101224
|
+
}
|
|
101225
|
+
}
|
|
101226
|
+
|
|
101119
101227
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
101120
101228
|
background: $pv-title-close-background;
|
|
101121
101229
|
border: $pv-title-close-border;
|
|
@@ -101125,17 +101233,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
101125
101233
|
}
|
|
101126
101234
|
height: $pv-title-close-height;
|
|
101127
101235
|
position: $pv-title-close-position;
|
|
101128
|
-
|
|
101129
|
-
|
|
101130
|
-
top: 5px;
|
|
101131
|
-
}
|
|
101236
|
+
right: 11px;
|
|
101237
|
+
top: 5px;
|
|
101132
101238
|
width: $pv-title-close-width;
|
|
101133
101239
|
@if $skin-name == 'FluentUI' {
|
|
101134
101240
|
padding: 4px;
|
|
101135
101241
|
}
|
|
101136
|
-
@if $skin-name == 'Material3' {
|
|
101137
|
-
padding: 12px 12px 12px 270px;
|
|
101138
|
-
}
|
|
101139
101242
|
}
|
|
101140
101243
|
|
|
101141
101244
|
@if $skin-name == 'Material3' {
|
|
@@ -101148,7 +101251,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
101148
101251
|
@if $skin-name != 'bootstrap5' {
|
|
101149
101252
|
color: $pv-comment-text-color;
|
|
101150
101253
|
}
|
|
101151
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
101254
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
101152
101255
|
color: $icon-color;
|
|
101153
101256
|
}
|
|
101154
101257
|
}
|
|
@@ -101156,6 +101259,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
101156
101259
|
.e-pv-comments-panel-text {
|
|
101157
101260
|
font-size: 15px;
|
|
101158
101261
|
padding-left: 85px;
|
|
101262
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
101159
101263
|
}
|
|
101160
101264
|
|
|
101161
101265
|
.e-pv-comments-content-container {
|
|
@@ -102632,7 +102736,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102632
102736
|
}
|
|
102633
102737
|
|
|
102634
102738
|
.e-bigger .e-pv-signature-dialog-height {
|
|
102635
|
-
@if ($skin-name == 'FluentUI'
|
|
102739
|
+
@if ($skin-name == 'FluentUI') {
|
|
102636
102740
|
min-height: 592px;
|
|
102637
102741
|
}
|
|
102638
102742
|
}
|
|
@@ -105554,6 +105658,9 @@ $field-list-adaptive-outerdiv-height: 187px !default;
|
|
|
105554
105658
|
@if ($skin-name == 'FluentUI') {
|
|
105555
105659
|
border-top: 0;
|
|
105556
105660
|
}
|
|
105661
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
105662
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
105663
|
+
}
|
|
105557
105664
|
}
|
|
105558
105665
|
|
|
105559
105666
|
.e-dlg-content {
|
|
@@ -105702,15 +105809,6 @@ $field-list-adaptive-outerdiv-height: 187px !default;
|
|
|
105702
105809
|
padding: 9px 10px;
|
|
105703
105810
|
}
|
|
105704
105811
|
|
|
105705
|
-
.e-text-content {
|
|
105706
|
-
.e-list-text {
|
|
105707
|
-
line-height: 1.5em;
|
|
105708
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
105709
|
-
// line-height: 0;
|
|
105710
|
-
// }
|
|
105711
|
-
}
|
|
105712
|
-
}
|
|
105713
|
-
|
|
105714
105812
|
&.e-drag-restrict {
|
|
105715
105813
|
.e-no-drop {
|
|
105716
105814
|
&::before {
|
|
@@ -109700,12 +109798,15 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109700
109798
|
.e-pivotcell-container {
|
|
109701
109799
|
align-items: center;
|
|
109702
109800
|
display: flex;
|
|
109801
|
+
max-height: inherit;
|
|
109703
109802
|
|
|
109704
109803
|
.e-stackedheadertext,
|
|
109705
109804
|
.e-headertext {
|
|
109706
109805
|
&.e-cellvalue {
|
|
109806
|
+
align-self: stretch;
|
|
109707
109807
|
overflow: hidden;
|
|
109708
109808
|
text-overflow: ellipsis;
|
|
109809
|
+
width: 100%;
|
|
109709
109810
|
}
|
|
109710
109811
|
}
|
|
109711
109812
|
|
|
@@ -110009,6 +110110,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110009
110110
|
font-size: 20px;
|
|
110010
110111
|
text-align: center;
|
|
110011
110112
|
padding: 10%;
|
|
110113
|
+
pointer-events: none;
|
|
110012
110114
|
|
|
110013
110115
|
&.e-hide-loader {
|
|
110014
110116
|
display: none;
|
|
@@ -110451,6 +110553,13 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110451
110553
|
width: 100%;
|
|
110452
110554
|
}
|
|
110453
110555
|
|
|
110556
|
+
th.e-group-row .e-axis-row {
|
|
110557
|
+
display: inline-block;
|
|
110558
|
+
height: 100%;
|
|
110559
|
+
vertical-align: top;
|
|
110560
|
+
width: 100%;
|
|
110561
|
+
}
|
|
110562
|
+
|
|
110454
110563
|
/* stylelint-disable */
|
|
110455
110564
|
.e-group-row {
|
|
110456
110565
|
padding: 0 !important;
|
|
@@ -110659,7 +110768,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110659
110768
|
th .e-expand,
|
|
110660
110769
|
th .e-collapse {
|
|
110661
110770
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
110662
|
-
margin-left:
|
|
110771
|
+
margin-left: 0;
|
|
110772
|
+
@if ($skin-name == 'bootstrap4') {
|
|
110773
|
+
display: flex;
|
|
110774
|
+
}
|
|
110663
110775
|
}
|
|
110664
110776
|
|
|
110665
110777
|
/* stylelint-enable */
|
|
@@ -119013,6 +119125,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
119013
119125
|
position: absolute;
|
|
119014
119126
|
font-size: 14px;
|
|
119015
119127
|
}
|
|
119128
|
+
|
|
119129
|
+
& .e-ie-min-drop-content {
|
|
119130
|
+
left: calc(50% - 120px);
|
|
119131
|
+
top: 50%;
|
|
119132
|
+
font-size: 14px;
|
|
119133
|
+
}
|
|
119016
119134
|
}
|
|
119017
119135
|
|
|
119018
119136
|
& .e-toolbar {
|
|
@@ -121,10 +121,14 @@ $listbox-filter-small-height: calc(100% - 46px) !default;
|
|
|
121
121
|
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
|
|
122
122
|
$listbox-select-height: calc(100% - 40px) !default;
|
|
123
123
|
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
124
|
-
$listbox-filterselect-height: calc(100% -
|
|
125
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
124
|
+
$listbox-filterselect-height: calc(100% - 40px) !default;
|
|
125
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
126
|
+
$listbox-mat-filter-height: calc(100% - 51px) !default;
|
|
127
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
126
128
|
$listbox-filter-height: calc(100% - 52px) !default;
|
|
127
129
|
$listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
130
|
+
$listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
|
|
131
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
128
132
|
|
|
129
133
|
@include export-module('listbox-layout') {
|
|
130
134
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -673,27 +677,64 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
673
677
|
@include export-module('listbox-theme') {
|
|
674
678
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
675
679
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
676
|
-
height: $listbox-filter-small-height;
|
|
680
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
684
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
685
|
+
}
|
|
686
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
687
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
677
688
|
}
|
|
678
689
|
|
|
679
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
680
690
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
681
|
-
height:
|
|
691
|
+
height: 100%;
|
|
682
692
|
}
|
|
683
693
|
|
|
684
694
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
685
695
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
686
|
-
height: $listbox-filterselect-bigger-height;
|
|
696
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
700
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
704
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
708
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
709
|
+
}
|
|
710
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
711
|
+
height: 100%;
|
|
687
712
|
}
|
|
688
713
|
|
|
689
714
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
715
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
716
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
717
|
+
}
|
|
718
|
+
|
|
690
719
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
691
|
-
height:
|
|
720
|
+
height: 100%;
|
|
692
721
|
}
|
|
693
722
|
|
|
694
723
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
724
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
725
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
729
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
733
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
734
|
+
}
|
|
735
|
+
|
|
695
736
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
696
|
-
height:
|
|
737
|
+
height: 100%;
|
|
697
738
|
}
|
|
698
739
|
|
|
699
740
|
.e-listbox-wrapper,
|
|
@@ -734,7 +775,7 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
734
775
|
}
|
|
735
776
|
|
|
736
777
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
737
|
-
height: $listbox-filterselect-height;
|
|
778
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
738
779
|
}
|
|
739
780
|
|
|
740
781
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -986,6 +1027,34 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
986
1027
|
}
|
|
987
1028
|
}
|
|
988
1029
|
}
|
|
1030
|
+
|
|
1031
|
+
.e-listbox-container {
|
|
1032
|
+
@at-root {
|
|
1033
|
+
&.e-filter-list .e-list-parent {
|
|
1034
|
+
height: 100%;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
1038
|
+
height: 100%;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
& .e-selectall-parent + .e-list-parent {
|
|
1042
|
+
height: 100%;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
&.e-filter-list .e-list-wrap {
|
|
1046
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1050
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
1054
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
989
1058
|
}
|
|
990
1059
|
|
|
991
1060
|
|
|
@@ -113,11 +113,15 @@ $select-all-border-color: $grey-e6 !default;
|
|
|
113
113
|
$listbox-filter-small-height: calc(100% - 46px) !default;
|
|
114
114
|
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
|
|
115
115
|
$listbox-select-height: calc(100% - 40px) !default;
|
|
116
|
-
$listbox-select-bigger-height: calc(100% -
|
|
117
|
-
$listbox-filterselect-height: calc(100% -
|
|
118
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
116
|
+
$listbox-select-bigger-height: calc(100% - 40px) !default;
|
|
117
|
+
$listbox-filterselect-height: calc(100% - 40px) !default;
|
|
118
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
119
|
+
$listbox-mat-filter-height: calc(100% - 51px) !default;
|
|
120
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
119
121
|
$listbox-filter-height: calc(100% - 52px) !default;
|
|
120
122
|
$listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
123
|
+
$listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
|
|
124
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
121
125
|
|
|
122
126
|
@include export-module('listbox-layout') {
|
|
123
127
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -666,27 +670,64 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
666
670
|
@include export-module('listbox-theme') {
|
|
667
671
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
668
672
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
669
|
-
height: $listbox-filter-small-height;
|
|
673
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
677
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
678
|
+
}
|
|
679
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
680
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
670
681
|
}
|
|
671
682
|
|
|
672
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
673
683
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
674
|
-
height:
|
|
684
|
+
height: 100%;
|
|
675
685
|
}
|
|
676
686
|
|
|
677
687
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
678
688
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
679
|
-
height: $listbox-filterselect-bigger-height;
|
|
689
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
693
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
697
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
701
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
702
|
+
}
|
|
703
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
704
|
+
height: 100%;
|
|
680
705
|
}
|
|
681
706
|
|
|
682
707
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
708
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
709
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
710
|
+
}
|
|
711
|
+
|
|
683
712
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
684
|
-
height:
|
|
713
|
+
height: 100%;
|
|
685
714
|
}
|
|
686
715
|
|
|
687
716
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
717
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
718
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
722
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
726
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
727
|
+
}
|
|
728
|
+
|
|
688
729
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
689
|
-
height:
|
|
730
|
+
height: 100%;
|
|
690
731
|
}
|
|
691
732
|
|
|
692
733
|
.e-listbox-wrapper,
|
|
@@ -727,7 +768,7 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
727
768
|
}
|
|
728
769
|
|
|
729
770
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
730
|
-
height: $listbox-filterselect-height;
|
|
771
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
731
772
|
}
|
|
732
773
|
|
|
733
774
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -979,6 +1020,34 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
979
1020
|
}
|
|
980
1021
|
}
|
|
981
1022
|
}
|
|
1023
|
+
|
|
1024
|
+
.e-listbox-container {
|
|
1025
|
+
@at-root {
|
|
1026
|
+
&.e-filter-list .e-list-parent {
|
|
1027
|
+
height: 100%;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
1031
|
+
height: 100%;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
& .e-selectall-parent + .e-list-parent {
|
|
1035
|
+
height: 100%;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
&.e-filter-list .e-list-wrap {
|
|
1039
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1043
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
1047
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
982
1051
|
}
|
|
983
1052
|
|
|
984
1053
|
|