@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
|
@@ -55027,7 +55027,10 @@ $ripple-width: 32px !default;
|
|
|
55027
55027
|
display: inline-block;
|
|
55028
55028
|
line-height: $treeview-text-height;
|
|
55029
55029
|
margin: $treeview-text-margin;
|
|
55030
|
-
@if $skin-name
|
|
55030
|
+
@if $skin-name == 'Material3' {
|
|
55031
|
+
min-height: $treeview-item-height;
|
|
55032
|
+
}
|
|
55033
|
+
@else if $skin-name != 'bootstrap4' {
|
|
55031
55034
|
min-height: $treeview-text-height;
|
|
55032
55035
|
}
|
|
55033
55036
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -59333,6 +59336,8 @@ $ddl-closer-margin-top: -4em !default;
|
|
|
59333
59336
|
$ddl-icon-margin-top: -2.65em !default;
|
|
59334
59337
|
$ddl-clear-margin-top: -3.2em !default;
|
|
59335
59338
|
$ddl-icon-margin-top-bigger: -2.7em !default;
|
|
59339
|
+
$ddl-small-ddl-icon-top: -2.6em !default;
|
|
59340
|
+
$ddl-bigger-small-ddl-icon-top: -2.85em !default;
|
|
59336
59341
|
$ddl-closer-margin-top-bigger: -4em !default;
|
|
59337
59342
|
$ddl-chip-close-top: 9px !default;
|
|
59338
59343
|
$ddl-chip-close-left: 10px !default;
|
|
@@ -59660,7 +59665,8 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
59660
59665
|
}
|
|
59661
59666
|
}
|
|
59662
59667
|
|
|
59663
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
59668
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
59669
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
59664
59670
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
59665
59671
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
59666
59672
|
}
|
|
@@ -60692,6 +60698,11 @@ ejs-multiselect {
|
|
|
60692
60698
|
}
|
|
60693
60699
|
}
|
|
60694
60700
|
|
|
60701
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
60702
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60703
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
60704
|
+
}
|
|
60705
|
+
|
|
60695
60706
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
60696
60707
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
60697
60708
|
height: $ddl-small-clear-icon-height;
|
|
@@ -60723,6 +60734,11 @@ ejs-multiselect {
|
|
|
60723
60734
|
}
|
|
60724
60735
|
}
|
|
60725
60736
|
|
|
60737
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
60738
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60739
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
60740
|
+
}
|
|
60741
|
+
|
|
60726
60742
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
60727
60743
|
height: $ddl-bigger-small-chip-close-square;
|
|
60728
60744
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -62409,11 +62425,15 @@ $select-all-border-color: $grey-e6 !default;
|
|
|
62409
62425
|
$listbox-filter-small-height: calc(100% - 46px) !default;
|
|
62410
62426
|
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
|
|
62411
62427
|
$listbox-select-height: calc(100% - 40px) !default;
|
|
62412
|
-
$listbox-select-bigger-height: calc(100% -
|
|
62413
|
-
$listbox-filterselect-height: calc(100% -
|
|
62414
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
62428
|
+
$listbox-select-bigger-height: calc(100% - 40px) !default;
|
|
62429
|
+
$listbox-filterselect-height: calc(100% - 40px) !default;
|
|
62430
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
62431
|
+
$listbox-mat-filter-height: calc(100% - 51px) !default;
|
|
62432
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
62415
62433
|
$listbox-filter-height: calc(100% - 52px) !default;
|
|
62416
62434
|
$listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
62435
|
+
$listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
|
|
62436
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
62417
62437
|
|
|
62418
62438
|
@include export-module('listbox-layout') {
|
|
62419
62439
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -62962,27 +62982,64 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
62962
62982
|
@include export-module('listbox-theme') {
|
|
62963
62983
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
62964
62984
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
62965
|
-
height: $listbox-filter-small-height;
|
|
62985
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62986
|
+
}
|
|
62987
|
+
|
|
62988
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
62989
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62990
|
+
}
|
|
62991
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
62992
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
62966
62993
|
}
|
|
62967
62994
|
|
|
62968
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
62969
62995
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
62970
|
-
height:
|
|
62996
|
+
height: 100%;
|
|
62971
62997
|
}
|
|
62972
62998
|
|
|
62973
62999
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
62974
63000
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
62975
|
-
height: $listbox-filterselect-bigger-height;
|
|
63001
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63002
|
+
}
|
|
63003
|
+
|
|
63004
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63005
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63006
|
+
}
|
|
63007
|
+
|
|
63008
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63009
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63010
|
+
}
|
|
63011
|
+
|
|
63012
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63013
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63014
|
+
}
|
|
63015
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63016
|
+
height: 100%;
|
|
62976
63017
|
}
|
|
62977
63018
|
|
|
62978
63019
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
63020
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
63021
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63022
|
+
}
|
|
63023
|
+
|
|
62979
63024
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
62980
|
-
height:
|
|
63025
|
+
height: 100%;
|
|
62981
63026
|
}
|
|
62982
63027
|
|
|
62983
63028
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63029
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63030
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63031
|
+
}
|
|
63032
|
+
|
|
63033
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63034
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63035
|
+
}
|
|
63036
|
+
|
|
63037
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63038
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63039
|
+
}
|
|
63040
|
+
|
|
62984
63041
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
62985
|
-
height:
|
|
63042
|
+
height: 100%;
|
|
62986
63043
|
}
|
|
62987
63044
|
|
|
62988
63045
|
.e-listbox-wrapper,
|
|
@@ -63023,7 +63080,7 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
63023
63080
|
}
|
|
63024
63081
|
|
|
63025
63082
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63026
|
-
height: $listbox-filterselect-height;
|
|
63083
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63027
63084
|
}
|
|
63028
63085
|
|
|
63029
63086
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -63275,6 +63332,34 @@ $listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
|
63275
63332
|
}
|
|
63276
63333
|
}
|
|
63277
63334
|
}
|
|
63335
|
+
|
|
63336
|
+
.e-listbox-container {
|
|
63337
|
+
@at-root {
|
|
63338
|
+
&.e-filter-list .e-list-parent {
|
|
63339
|
+
height: 100%;
|
|
63340
|
+
}
|
|
63341
|
+
|
|
63342
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63343
|
+
height: 100%;
|
|
63344
|
+
}
|
|
63345
|
+
|
|
63346
|
+
& .e-selectall-parent + .e-list-parent {
|
|
63347
|
+
height: 100%;
|
|
63348
|
+
}
|
|
63349
|
+
|
|
63350
|
+
&.e-filter-list .e-list-wrap {
|
|
63351
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63352
|
+
}
|
|
63353
|
+
|
|
63354
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
63355
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63356
|
+
}
|
|
63357
|
+
|
|
63358
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
63359
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63360
|
+
}
|
|
63361
|
+
}
|
|
63362
|
+
}
|
|
63278
63363
|
}
|
|
63279
63364
|
|
|
63280
63365
|
|
|
@@ -76623,6 +76708,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76623
76708
|
overflow: visible;
|
|
76624
76709
|
}
|
|
76625
76710
|
|
|
76711
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
76712
|
+
height: auto;
|
|
76713
|
+
min-height: $grid-header-height;
|
|
76714
|
+
}
|
|
76715
|
+
|
|
76626
76716
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
76627
76717
|
padding: 0 .6em;
|
|
76628
76718
|
}
|
|
@@ -80774,6 +80864,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80774
80864
|
cursor: move;
|
|
80775
80865
|
}
|
|
80776
80866
|
|
|
80867
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
80868
|
+
cursor: not-allowed;
|
|
80869
|
+
}
|
|
80870
|
+
|
|
80777
80871
|
.e-sortnumber {
|
|
80778
80872
|
@if $grid-skin == 'material3' {
|
|
80779
80873
|
background: $grid-sortnumber-bg-color;
|
|
@@ -88438,7 +88532,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88438
88532
|
|
|
88439
88533
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
88440
88534
|
display: grid;
|
|
88441
|
-
grid-template-columns:
|
|
88535
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88442
88536
|
gap: 6px;
|
|
88443
88537
|
|
|
88444
88538
|
.e-btn.e-control {
|
|
@@ -88455,7 +88549,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88455
88549
|
|
|
88456
88550
|
.e-rte-emojisearch-btn {
|
|
88457
88551
|
display: grid;
|
|
88458
|
-
grid-template-columns:
|
|
88552
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88459
88553
|
gap: 6px;
|
|
88460
88554
|
height: 0;
|
|
88461
88555
|
|
|
@@ -100624,6 +100718,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100624
100718
|
text-align: left;
|
|
100625
100719
|
}
|
|
100626
100720
|
|
|
100721
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
100722
|
+
@if $skin-name == 'Material3' {
|
|
100723
|
+
background: $content-bg-color-alt2;
|
|
100724
|
+
border: $border-light;
|
|
100725
|
+
border-width: 0 0 1px 1px;
|
|
100726
|
+
font-size: $text-base;
|
|
100727
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
100728
|
+
line-height: 16px;
|
|
100729
|
+
padding: 0;
|
|
100730
|
+
left: 15px;
|
|
100731
|
+
top: 14px;
|
|
100732
|
+
position: absolute;
|
|
100733
|
+
text-align: left;
|
|
100734
|
+
}
|
|
100735
|
+
}
|
|
100736
|
+
|
|
100627
100737
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
100628
100738
|
background: $pv-title-close-background;
|
|
100629
100739
|
border: $pv-title-close-border;
|
|
@@ -100633,17 +100743,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100633
100743
|
}
|
|
100634
100744
|
height: $pv-title-close-height;
|
|
100635
100745
|
position: $pv-title-close-position;
|
|
100636
|
-
|
|
100637
|
-
|
|
100638
|
-
top: 5px;
|
|
100639
|
-
}
|
|
100746
|
+
right: 11px;
|
|
100747
|
+
top: 5px;
|
|
100640
100748
|
width: $pv-title-close-width;
|
|
100641
100749
|
@if $skin-name == 'FluentUI' {
|
|
100642
100750
|
padding: 4px;
|
|
100643
100751
|
}
|
|
100644
|
-
@if $skin-name == 'Material3' {
|
|
100645
|
-
padding: 12px 12px 12px 270px;
|
|
100646
|
-
}
|
|
100647
100752
|
}
|
|
100648
100753
|
|
|
100649
100754
|
@if $skin-name == 'Material3' {
|
|
@@ -100656,7 +100761,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100656
100761
|
@if $skin-name != 'bootstrap5' {
|
|
100657
100762
|
color: $pv-comment-text-color;
|
|
100658
100763
|
}
|
|
100659
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
100764
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
100660
100765
|
color: $icon-color;
|
|
100661
100766
|
}
|
|
100662
100767
|
}
|
|
@@ -100664,6 +100769,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100664
100769
|
.e-pv-comments-panel-text {
|
|
100665
100770
|
font-size: 15px;
|
|
100666
100771
|
padding-left: 85px;
|
|
100772
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
100667
100773
|
}
|
|
100668
100774
|
|
|
100669
100775
|
.e-pv-comments-content-container {
|
|
@@ -102140,7 +102246,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102140
102246
|
}
|
|
102141
102247
|
|
|
102142
102248
|
.e-bigger .e-pv-signature-dialog-height {
|
|
102143
|
-
@if ($skin-name == 'FluentUI'
|
|
102249
|
+
@if ($skin-name == 'FluentUI') {
|
|
102144
102250
|
min-height: 592px;
|
|
102145
102251
|
}
|
|
102146
102252
|
}
|
|
@@ -105040,6 +105146,9 @@ $field-list-adaptive-outerdiv-height: 176px !default;
|
|
|
105040
105146
|
@if ($skin-name == 'FluentUI') {
|
|
105041
105147
|
border-top: 0;
|
|
105042
105148
|
}
|
|
105149
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
105150
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
105151
|
+
}
|
|
105043
105152
|
}
|
|
105044
105153
|
|
|
105045
105154
|
.e-dlg-content {
|
|
@@ -105188,15 +105297,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
|
|
|
105188
105297
|
padding: 9px 10px;
|
|
105189
105298
|
}
|
|
105190
105299
|
|
|
105191
|
-
.e-text-content {
|
|
105192
|
-
.e-list-text {
|
|
105193
|
-
line-height: 1.5em;
|
|
105194
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
105195
|
-
// line-height: 0;
|
|
105196
|
-
// }
|
|
105197
|
-
}
|
|
105198
|
-
}
|
|
105199
|
-
|
|
105200
105300
|
&.e-drag-restrict {
|
|
105201
105301
|
.e-no-drop {
|
|
105202
105302
|
&::before {
|
|
@@ -109182,12 +109282,15 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109182
109282
|
.e-pivotcell-container {
|
|
109183
109283
|
align-items: center;
|
|
109184
109284
|
display: flex;
|
|
109285
|
+
max-height: inherit;
|
|
109185
109286
|
|
|
109186
109287
|
.e-stackedheadertext,
|
|
109187
109288
|
.e-headertext {
|
|
109188
109289
|
&.e-cellvalue {
|
|
109290
|
+
align-self: stretch;
|
|
109189
109291
|
overflow: hidden;
|
|
109190
109292
|
text-overflow: ellipsis;
|
|
109293
|
+
width: 100%;
|
|
109191
109294
|
}
|
|
109192
109295
|
}
|
|
109193
109296
|
|
|
@@ -109491,6 +109594,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109491
109594
|
font-size: 20px;
|
|
109492
109595
|
text-align: center;
|
|
109493
109596
|
padding: 10%;
|
|
109597
|
+
pointer-events: none;
|
|
109494
109598
|
|
|
109495
109599
|
&.e-hide-loader {
|
|
109496
109600
|
display: none;
|
|
@@ -109933,6 +110037,13 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109933
110037
|
width: 100%;
|
|
109934
110038
|
}
|
|
109935
110039
|
|
|
110040
|
+
th.e-group-row .e-axis-row {
|
|
110041
|
+
display: inline-block;
|
|
110042
|
+
height: 100%;
|
|
110043
|
+
vertical-align: top;
|
|
110044
|
+
width: 100%;
|
|
110045
|
+
}
|
|
110046
|
+
|
|
109936
110047
|
/* stylelint-disable */
|
|
109937
110048
|
.e-group-row {
|
|
109938
110049
|
padding: 0 !important;
|
|
@@ -110141,7 +110252,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110141
110252
|
th .e-expand,
|
|
110142
110253
|
th .e-collapse {
|
|
110143
110254
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
110144
|
-
margin-left:
|
|
110255
|
+
margin-left: 0;
|
|
110256
|
+
@if ($skin-name == 'bootstrap4') {
|
|
110257
|
+
display: flex;
|
|
110258
|
+
}
|
|
110145
110259
|
}
|
|
110146
110260
|
|
|
110147
110261
|
/* stylelint-enable */
|
|
@@ -118482,6 +118596,12 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
|
|
|
118482
118596
|
position: absolute;
|
|
118483
118597
|
font-size: 14px;
|
|
118484
118598
|
}
|
|
118599
|
+
|
|
118600
|
+
& .e-ie-min-drop-content {
|
|
118601
|
+
left: calc(50% - 120px);
|
|
118602
|
+
top: 50%;
|
|
118603
|
+
font-size: 14px;
|
|
118604
|
+
}
|
|
118485
118605
|
}
|
|
118486
118606
|
|
|
118487
118607
|
& .e-toolbar {
|