@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
|
@@ -55930,7 +55930,10 @@ $treeview-item-active-check-color: rgba($primary) !default;
|
|
|
55930
55930
|
display: inline-block;
|
|
55931
55931
|
line-height: $treeview-text-height;
|
|
55932
55932
|
margin: $treeview-text-margin;
|
|
55933
|
-
@if $skin-name
|
|
55933
|
+
@if $skin-name == 'Material3' {
|
|
55934
|
+
min-height: $treeview-item-height;
|
|
55935
|
+
}
|
|
55936
|
+
@else if $skin-name != 'bootstrap4' {
|
|
55934
55937
|
min-height: $treeview-text-height;
|
|
55935
55938
|
}
|
|
55936
55939
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -60631,7 +60634,8 @@ $ddl-chip-bigger-content-padding: 0 !default;
|
|
|
60631
60634
|
}
|
|
60632
60635
|
}
|
|
60633
60636
|
|
|
60634
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
60637
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
60638
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60635
60639
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
60636
60640
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
60637
60641
|
}
|
|
@@ -61663,6 +61667,11 @@ ejs-multiselect {
|
|
|
61663
61667
|
}
|
|
61664
61668
|
}
|
|
61665
61669
|
|
|
61670
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61671
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61672
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
61673
|
+
}
|
|
61674
|
+
|
|
61666
61675
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
61667
61676
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
61668
61677
|
height: $ddl-small-clear-icon-height;
|
|
@@ -61694,6 +61703,11 @@ ejs-multiselect {
|
|
|
61694
61703
|
}
|
|
61695
61704
|
}
|
|
61696
61705
|
|
|
61706
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61707
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61708
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
61709
|
+
}
|
|
61710
|
+
|
|
61697
61711
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
61698
61712
|
height: $ddl-bigger-small-chip-close-square;
|
|
61699
61713
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -64006,10 +64020,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
64006
64020
|
$listbox-template-multiline-padding: 4px !default;
|
|
64007
64021
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
64008
64022
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
64009
|
-
$listbox-filter-height: calc(100% - 40px) !default;
|
|
64010
64023
|
$listbox-filter-small-height: calc(100% - 35px) !default;
|
|
64011
64024
|
$listbox-filter-bigger-small-height: calc(100% - 37px) !default;
|
|
64012
|
-
$listbox-filter-bigger-height: calc(100% - 48px) !default;
|
|
64013
64025
|
$listbox-item-height: 40px !default;
|
|
64014
64026
|
|
|
64015
64027
|
$listbox-border-color: rgba($border-light);
|
|
@@ -64049,10 +64061,14 @@ $listbox-template-multiline-header-color: rgba($content-text-color) !default;
|
|
|
64049
64061
|
$listbox-template-multiline-content-color: rgba($content-text-color-alt2) !default;
|
|
64050
64062
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
64051
64063
|
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
64052
|
-
$listbox-filterselect-height: calc(100% -
|
|
64053
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
64054
|
-
$listbox-filter-height: calc(100% -
|
|
64055
|
-
$listbox-filter-bigger-height: calc(100% -
|
|
64064
|
+
$listbox-filterselect-height: calc(100% - 40px) !default;
|
|
64065
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
64066
|
+
$listbox-mat-filter-height: calc(100% - ($listbox-item-height - 4px)) !default;
|
|
64067
|
+
$listbox-mat-filter-bigger-height: calc(100% - ($listbox-touch-item-height - 4px)) !default;
|
|
64068
|
+
$listbox-filter-height: calc(100% - 36px) !default;
|
|
64069
|
+
$listbox-filter-bigger-height: calc(100% - 44px) !default;
|
|
64070
|
+
$listbox-ej2-filterselect-height: calc(100% - 76px) !default;
|
|
64071
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 92px) !default;
|
|
64056
64072
|
|
|
64057
64073
|
@include export-module('listbox-layout') {
|
|
64058
64074
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -64601,27 +64617,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
64601
64617
|
@include export-module('listbox-theme') {
|
|
64602
64618
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
64603
64619
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
64604
|
-
height: $listbox-filter-small-height;
|
|
64620
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64621
|
+
}
|
|
64622
|
+
|
|
64623
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
64624
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64625
|
+
}
|
|
64626
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
64627
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64605
64628
|
}
|
|
64606
64629
|
|
|
64607
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
64608
64630
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
64609
|
-
height:
|
|
64631
|
+
height: 100%;
|
|
64610
64632
|
}
|
|
64611
64633
|
|
|
64612
64634
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
64613
64635
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64614
|
-
height: $listbox-filterselect-bigger-height;
|
|
64636
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64637
|
+
}
|
|
64638
|
+
|
|
64639
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64640
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64641
|
+
}
|
|
64642
|
+
|
|
64643
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
64644
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64645
|
+
}
|
|
64646
|
+
|
|
64647
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
64648
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64649
|
+
}
|
|
64650
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64651
|
+
height: 100%;
|
|
64615
64652
|
}
|
|
64616
64653
|
|
|
64617
64654
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
64655
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
64656
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64657
|
+
}
|
|
64658
|
+
|
|
64618
64659
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
64619
|
-
height:
|
|
64660
|
+
height: 100%;
|
|
64620
64661
|
}
|
|
64621
64662
|
|
|
64622
64663
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
64664
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
64665
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64666
|
+
}
|
|
64667
|
+
|
|
64668
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
64669
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
64670
|
+
}
|
|
64671
|
+
|
|
64672
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
64673
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
64674
|
+
}
|
|
64675
|
+
|
|
64623
64676
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
64624
|
-
height:
|
|
64677
|
+
height: 100%;
|
|
64625
64678
|
}
|
|
64626
64679
|
|
|
64627
64680
|
.e-listbox-wrapper,
|
|
@@ -64662,7 +64715,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
64662
64715
|
}
|
|
64663
64716
|
|
|
64664
64717
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64665
|
-
height: $listbox-filterselect-height;
|
|
64718
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64666
64719
|
}
|
|
64667
64720
|
|
|
64668
64721
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -64914,6 +64967,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
64914
64967
|
}
|
|
64915
64968
|
}
|
|
64916
64969
|
}
|
|
64970
|
+
|
|
64971
|
+
.e-listbox-container {
|
|
64972
|
+
@at-root {
|
|
64973
|
+
&.e-filter-list .e-list-parent {
|
|
64974
|
+
height: 100%;
|
|
64975
|
+
}
|
|
64976
|
+
|
|
64977
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
64978
|
+
height: 100%;
|
|
64979
|
+
}
|
|
64980
|
+
|
|
64981
|
+
& .e-selectall-parent + .e-list-parent {
|
|
64982
|
+
height: 100%;
|
|
64983
|
+
}
|
|
64984
|
+
|
|
64985
|
+
&.e-filter-list .e-list-wrap {
|
|
64986
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64987
|
+
}
|
|
64988
|
+
|
|
64989
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
64990
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64991
|
+
}
|
|
64992
|
+
|
|
64993
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
64994
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
64995
|
+
}
|
|
64996
|
+
}
|
|
64997
|
+
}
|
|
64917
64998
|
}
|
|
64918
64999
|
|
|
64919
65000
|
|
|
@@ -78387,6 +78468,11 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
78387
78468
|
overflow: visible;
|
|
78388
78469
|
}
|
|
78389
78470
|
|
|
78471
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
78472
|
+
height: auto;
|
|
78473
|
+
min-height: $grid-header-height;
|
|
78474
|
+
}
|
|
78475
|
+
|
|
78390
78476
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
78391
78477
|
padding: 0 .6em;
|
|
78392
78478
|
}
|
|
@@ -82538,6 +82624,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
82538
82624
|
cursor: move;
|
|
82539
82625
|
}
|
|
82540
82626
|
|
|
82627
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
82628
|
+
cursor: not-allowed;
|
|
82629
|
+
}
|
|
82630
|
+
|
|
82541
82631
|
.e-sortnumber {
|
|
82542
82632
|
@if $grid-skin == 'material3' {
|
|
82543
82633
|
background: $grid-sortnumber-bg-color;
|
|
@@ -90169,7 +90259,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90169
90259
|
|
|
90170
90260
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
90171
90261
|
display: grid;
|
|
90172
|
-
grid-template-columns:
|
|
90262
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
90173
90263
|
gap: 6px;
|
|
90174
90264
|
|
|
90175
90265
|
.e-btn.e-control {
|
|
@@ -90186,7 +90276,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90186
90276
|
|
|
90187
90277
|
.e-rte-emojisearch-btn {
|
|
90188
90278
|
display: grid;
|
|
90189
|
-
grid-template-columns:
|
|
90279
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
90190
90280
|
gap: 6px;
|
|
90191
90281
|
height: 0;
|
|
90192
90282
|
|
|
@@ -102366,6 +102456,22 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
102366
102456
|
text-align: left;
|
|
102367
102457
|
}
|
|
102368
102458
|
|
|
102459
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
102460
|
+
@if $skin-name == 'Material3' {
|
|
102461
|
+
background: $content-bg-color-alt2;
|
|
102462
|
+
border: $border-light;
|
|
102463
|
+
border-width: 0 0 1px 1px;
|
|
102464
|
+
font-size: $text-base;
|
|
102465
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
102466
|
+
line-height: 16px;
|
|
102467
|
+
padding: 0;
|
|
102468
|
+
left: 15px;
|
|
102469
|
+
top: 14px;
|
|
102470
|
+
position: absolute;
|
|
102471
|
+
text-align: left;
|
|
102472
|
+
}
|
|
102473
|
+
}
|
|
102474
|
+
|
|
102369
102475
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
102370
102476
|
background: $pv-title-close-background;
|
|
102371
102477
|
border: $pv-title-close-border;
|
|
@@ -102375,17 +102481,12 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
102375
102481
|
}
|
|
102376
102482
|
height: $pv-title-close-height;
|
|
102377
102483
|
position: $pv-title-close-position;
|
|
102378
|
-
|
|
102379
|
-
|
|
102380
|
-
top: 5px;
|
|
102381
|
-
}
|
|
102484
|
+
right: 11px;
|
|
102485
|
+
top: 5px;
|
|
102382
102486
|
width: $pv-title-close-width;
|
|
102383
102487
|
@if $skin-name == 'FluentUI' {
|
|
102384
102488
|
padding: 4px;
|
|
102385
102489
|
}
|
|
102386
|
-
@if $skin-name == 'Material3' {
|
|
102387
|
-
padding: 12px 12px 12px 270px;
|
|
102388
|
-
}
|
|
102389
102490
|
}
|
|
102390
102491
|
|
|
102391
102492
|
@if $skin-name == 'Material3' {
|
|
@@ -102398,7 +102499,7 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
102398
102499
|
@if $skin-name != 'bootstrap5' {
|
|
102399
102500
|
color: $pv-comment-text-color;
|
|
102400
102501
|
}
|
|
102401
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
102502
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
102402
102503
|
color: $icon-color;
|
|
102403
102504
|
}
|
|
102404
102505
|
}
|
|
@@ -102406,6 +102507,7 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
102406
102507
|
.e-pv-comments-panel-text {
|
|
102407
102508
|
font-size: 15px;
|
|
102408
102509
|
padding-left: 85px;
|
|
102510
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
102409
102511
|
}
|
|
102410
102512
|
|
|
102411
102513
|
.e-pv-comments-content-container {
|
|
@@ -103882,7 +103984,7 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
103882
103984
|
}
|
|
103883
103985
|
|
|
103884
103986
|
.e-bigger .e-pv-signature-dialog-height {
|
|
103885
|
-
@if ($skin-name == 'FluentUI'
|
|
103987
|
+
@if ($skin-name == 'FluentUI') {
|
|
103886
103988
|
min-height: 592px;
|
|
103887
103989
|
}
|
|
103888
103990
|
}
|
|
@@ -104051,6 +104153,7 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
104051
104153
|
.e-pv-title-close-icon::before,
|
|
104052
104154
|
.e-pv-annotation-tools-close-icon::before,
|
|
104053
104155
|
.e-pv-annotation-popup-close::before {
|
|
104156
|
+
color: $pv-icon-color;
|
|
104054
104157
|
content: '\e7e7';
|
|
104055
104158
|
}
|
|
104056
104159
|
|
|
@@ -106824,6 +106927,9 @@ $field-list-device-footer-button-box-shadow: $shadow-lg !default;
|
|
|
106824
106927
|
@if ($skin-name == 'FluentUI') {
|
|
106825
106928
|
border-top: 0;
|
|
106826
106929
|
}
|
|
106930
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
106931
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
106932
|
+
}
|
|
106827
106933
|
}
|
|
106828
106934
|
|
|
106829
106935
|
.e-dlg-content {
|
|
@@ -106972,15 +107078,6 @@ $field-list-device-footer-button-box-shadow: $shadow-lg !default;
|
|
|
106972
107078
|
padding: 9px 10px;
|
|
106973
107079
|
}
|
|
106974
107080
|
|
|
106975
|
-
.e-text-content {
|
|
106976
|
-
.e-list-text {
|
|
106977
|
-
line-height: 1.5em;
|
|
106978
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
106979
|
-
// line-height: 0;
|
|
106980
|
-
// }
|
|
106981
|
-
}
|
|
106982
|
-
}
|
|
106983
|
-
|
|
106984
107081
|
&.e-drag-restrict {
|
|
106985
107082
|
.e-no-drop {
|
|
106986
107083
|
&::before {
|
|
@@ -110972,12 +111069,15 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
110972
111069
|
.e-pivotcell-container {
|
|
110973
111070
|
align-items: center;
|
|
110974
111071
|
display: flex;
|
|
111072
|
+
max-height: inherit;
|
|
110975
111073
|
|
|
110976
111074
|
.e-stackedheadertext,
|
|
110977
111075
|
.e-headertext {
|
|
110978
111076
|
&.e-cellvalue {
|
|
111077
|
+
align-self: stretch;
|
|
110979
111078
|
overflow: hidden;
|
|
110980
111079
|
text-overflow: ellipsis;
|
|
111080
|
+
width: 100%;
|
|
110981
111081
|
}
|
|
110982
111082
|
}
|
|
110983
111083
|
|
|
@@ -111281,6 +111381,7 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111281
111381
|
font-size: 20px;
|
|
111282
111382
|
text-align: center;
|
|
111283
111383
|
padding: 10%;
|
|
111384
|
+
pointer-events: none;
|
|
111284
111385
|
|
|
111285
111386
|
&.e-hide-loader {
|
|
111286
111387
|
display: none;
|
|
@@ -111723,6 +111824,13 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111723
111824
|
width: 100%;
|
|
111724
111825
|
}
|
|
111725
111826
|
|
|
111827
|
+
th.e-group-row .e-axis-row {
|
|
111828
|
+
display: inline-block;
|
|
111829
|
+
height: 100%;
|
|
111830
|
+
vertical-align: top;
|
|
111831
|
+
width: 100%;
|
|
111832
|
+
}
|
|
111833
|
+
|
|
111726
111834
|
/* stylelint-disable */
|
|
111727
111835
|
.e-group-row {
|
|
111728
111836
|
padding: 0 !important;
|
|
@@ -111931,7 +112039,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111931
112039
|
th .e-expand,
|
|
111932
112040
|
th .e-collapse {
|
|
111933
112041
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
111934
|
-
margin-left:
|
|
112042
|
+
margin-left: 0;
|
|
112043
|
+
@if ($skin-name == 'bootstrap4') {
|
|
112044
|
+
display: flex;
|
|
112045
|
+
}
|
|
111935
112046
|
}
|
|
111936
112047
|
|
|
111937
112048
|
/* stylelint-enable */
|
|
@@ -120289,6 +120400,12 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
|
|
|
120289
120400
|
position: absolute;
|
|
120290
120401
|
font-size: 14px;
|
|
120291
120402
|
}
|
|
120403
|
+
|
|
120404
|
+
& .e-ie-min-drop-content {
|
|
120405
|
+
left: calc(50% - 120px);
|
|
120406
|
+
top: 50%;
|
|
120407
|
+
font-size: 14px;
|
|
120408
|
+
}
|
|
120292
120409
|
}
|
|
120293
120410
|
|
|
120294
120411
|
& .e-toolbar {
|
|
@@ -756,7 +756,10 @@ $ripple-width: 32px !default;
|
|
|
756
756
|
display: inline-block;
|
|
757
757
|
line-height: $treeview-text-height;
|
|
758
758
|
margin: $treeview-text-margin;
|
|
759
|
-
@if $skin-name
|
|
759
|
+
@if $skin-name == 'Material3' {
|
|
760
|
+
min-height: $treeview-item-height;
|
|
761
|
+
}
|
|
762
|
+
@else if $skin-name != 'bootstrap4' {
|
|
760
763
|
min-height: $treeview-text-height;
|
|
761
764
|
}
|
|
762
765
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -751,7 +751,10 @@ $ripple-width: 32px !default;
|
|
|
751
751
|
display: inline-block;
|
|
752
752
|
line-height: $treeview-text-height;
|
|
753
753
|
margin: $treeview-text-margin;
|
|
754
|
-
@if $skin-name
|
|
754
|
+
@if $skin-name == 'Material3' {
|
|
755
|
+
min-height: $treeview-item-height;
|
|
756
|
+
}
|
|
757
|
+
@else if $skin-name != 'bootstrap4' {
|
|
755
758
|
min-height: $treeview-text-height;
|
|
756
759
|
}
|
|
757
760
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -779,7 +779,10 @@ $ripple-width: 32px !default;
|
|
|
779
779
|
display: inline-block;
|
|
780
780
|
line-height: $treeview-text-height;
|
|
781
781
|
margin: $treeview-text-margin;
|
|
782
|
-
@if $skin-name
|
|
782
|
+
@if $skin-name == 'Material3' {
|
|
783
|
+
min-height: $treeview-item-height;
|
|
784
|
+
}
|
|
785
|
+
@else if $skin-name != 'bootstrap4' {
|
|
783
786
|
min-height: $treeview-text-height;
|
|
784
787
|
}
|
|
785
788
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -758,7 +758,10 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
758
758
|
display: inline-block;
|
|
759
759
|
line-height: $treeview-text-height;
|
|
760
760
|
margin: $treeview-text-margin;
|
|
761
|
-
@if $skin-name
|
|
761
|
+
@if $skin-name == 'Material3' {
|
|
762
|
+
min-height: $treeview-item-height;
|
|
763
|
+
}
|
|
764
|
+
@else if $skin-name != 'bootstrap4' {
|
|
762
765
|
min-height: $treeview-text-height;
|
|
763
766
|
}
|
|
764
767
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -758,7 +758,10 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
758
758
|
display: inline-block;
|
|
759
759
|
line-height: $treeview-text-height;
|
|
760
760
|
margin: $treeview-text-margin;
|
|
761
|
-
@if $skin-name
|
|
761
|
+
@if $skin-name == 'Material3' {
|
|
762
|
+
min-height: $treeview-item-height;
|
|
763
|
+
}
|
|
764
|
+
@else if $skin-name != 'bootstrap4' {
|
|
762
765
|
min-height: $treeview-text-height;
|
|
763
766
|
}
|
|
764
767
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -754,7 +754,10 @@ $ripple-width: 32px !default;
|
|
|
754
754
|
display: inline-block;
|
|
755
755
|
line-height: $treeview-text-height;
|
|
756
756
|
margin: $treeview-text-margin;
|
|
757
|
-
@if $skin-name
|
|
757
|
+
@if $skin-name == 'Material3' {
|
|
758
|
+
min-height: $treeview-item-height;
|
|
759
|
+
}
|
|
760
|
+
@else if $skin-name != 'bootstrap4' {
|
|
758
761
|
min-height: $treeview-text-height;
|
|
759
762
|
}
|
|
760
763
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -750,7 +750,10 @@ $ripple-width: 32px !default;
|
|
|
750
750
|
display: inline-block;
|
|
751
751
|
line-height: $treeview-text-height;
|
|
752
752
|
margin: $treeview-text-margin;
|
|
753
|
-
@if $skin-name
|
|
753
|
+
@if $skin-name == 'Material3' {
|
|
754
|
+
min-height: $treeview-item-height;
|
|
755
|
+
}
|
|
756
|
+
@else if $skin-name != 'bootstrap4' {
|
|
754
757
|
min-height: $treeview-text-height;
|
|
755
758
|
}
|
|
756
759
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -758,7 +758,10 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
758
758
|
display: inline-block;
|
|
759
759
|
line-height: $treeview-text-height;
|
|
760
760
|
margin: $treeview-text-margin;
|
|
761
|
-
@if $skin-name
|
|
761
|
+
@if $skin-name == 'Material3' {
|
|
762
|
+
min-height: $treeview-item-height;
|
|
763
|
+
}
|
|
764
|
+
@else if $skin-name != 'bootstrap4' {
|
|
762
765
|
min-height: $treeview-text-height;
|
|
763
766
|
}
|
|
764
767
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -758,7 +758,10 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
758
758
|
display: inline-block;
|
|
759
759
|
line-height: $treeview-text-height;
|
|
760
760
|
margin: $treeview-text-margin;
|
|
761
|
-
@if $skin-name
|
|
761
|
+
@if $skin-name == 'Material3' {
|
|
762
|
+
min-height: $treeview-item-height;
|
|
763
|
+
}
|
|
764
|
+
@else if $skin-name != 'bootstrap4' {
|
|
762
765
|
min-height: $treeview-text-height;
|
|
763
766
|
}
|
|
764
767
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -756,7 +756,10 @@ $ripple-width: 32px !default;
|
|
|
756
756
|
display: inline-block;
|
|
757
757
|
line-height: $treeview-text-height;
|
|
758
758
|
margin: $treeview-text-margin;
|
|
759
|
-
@if $skin-name
|
|
759
|
+
@if $skin-name == 'Material3' {
|
|
760
|
+
min-height: $treeview-item-height;
|
|
761
|
+
}
|
|
762
|
+
@else if $skin-name != 'bootstrap4' {
|
|
760
763
|
min-height: $treeview-text-height;
|
|
761
764
|
}
|
|
762
765
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -752,7 +752,10 @@ $ripple-width: 32px !default;
|
|
|
752
752
|
display: inline-block;
|
|
753
753
|
line-height: $treeview-text-height;
|
|
754
754
|
margin: $treeview-text-margin;
|
|
755
|
-
@if $skin-name
|
|
755
|
+
@if $skin-name == 'Material3' {
|
|
756
|
+
min-height: $treeview-item-height;
|
|
757
|
+
}
|
|
758
|
+
@else if $skin-name != 'bootstrap4' {
|
|
756
759
|
min-height: $treeview-text-height;
|
|
757
760
|
}
|
|
758
761
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -750,7 +750,10 @@ $ripple-width: 32px !default;
|
|
|
750
750
|
display: inline-block;
|
|
751
751
|
line-height: $treeview-text-height;
|
|
752
752
|
margin: $treeview-text-margin;
|
|
753
|
-
@if $skin-name
|
|
753
|
+
@if $skin-name == 'Material3' {
|
|
754
|
+
min-height: $treeview-item-height;
|
|
755
|
+
}
|
|
756
|
+
@else if $skin-name != 'bootstrap4' {
|
|
754
757
|
min-height: $treeview-text-height;
|
|
755
758
|
}
|
|
756
759
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -759,7 +759,10 @@ $treeview-item-active-check-color: rgba($primary) !default;
|
|
|
759
759
|
display: inline-block;
|
|
760
760
|
line-height: $treeview-text-height;
|
|
761
761
|
margin: $treeview-text-margin;
|
|
762
|
-
@if $skin-name
|
|
762
|
+
@if $skin-name == 'Material3' {
|
|
763
|
+
min-height: $treeview-item-height;
|
|
764
|
+
}
|
|
765
|
+
@else if $skin-name != 'bootstrap4' {
|
|
763
766
|
min-height: $treeview-text-height;
|
|
764
767
|
}
|
|
765
768
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -759,7 +759,10 @@ $treeview-item-active-check-color: rgba($primary) !default;
|
|
|
759
759
|
display: inline-block;
|
|
760
760
|
line-height: $treeview-text-height;
|
|
761
761
|
margin: $treeview-text-margin;
|
|
762
|
-
@if $skin-name
|
|
762
|
+
@if $skin-name == 'Material3' {
|
|
763
|
+
min-height: $treeview-item-height;
|
|
764
|
+
}
|
|
765
|
+
@else if $skin-name != 'bootstrap4' {
|
|
763
766
|
min-height: $treeview-text-height;
|
|
764
767
|
}
|
|
765
768
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -762,7 +762,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
762
762
|
display: inline-block;
|
|
763
763
|
line-height: $treeview-text-height;
|
|
764
764
|
margin: $treeview-text-margin;
|
|
765
|
-
@if $skin-name
|
|
765
|
+
@if $skin-name == 'Material3' {
|
|
766
|
+
min-height: $treeview-item-height;
|
|
767
|
+
}
|
|
768
|
+
@else if $skin-name != 'bootstrap4' {
|
|
766
769
|
min-height: $treeview-text-height;
|
|
767
770
|
}
|
|
768
771
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -762,7 +762,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
762
762
|
display: inline-block;
|
|
763
763
|
line-height: $treeview-text-height;
|
|
764
764
|
margin: $treeview-text-margin;
|
|
765
|
-
@if $skin-name
|
|
765
|
+
@if $skin-name == 'Material3' {
|
|
766
|
+
min-height: $treeview-item-height;
|
|
767
|
+
}
|
|
768
|
+
@else if $skin-name != 'bootstrap4' {
|
|
766
769
|
min-height: $treeview-text-height;
|
|
767
770
|
}
|
|
768
771
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -3930,6 +3930,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3930
3930
|
text-align: left;
|
|
3931
3931
|
}
|
|
3932
3932
|
|
|
3933
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3934
|
+
@if $skin-name == 'Material3' {
|
|
3935
|
+
background: $content-bg-color-alt2;
|
|
3936
|
+
border: $border-light;
|
|
3937
|
+
border-width: 0 0 1px 1px;
|
|
3938
|
+
font-size: $text-base;
|
|
3939
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3940
|
+
line-height: 16px;
|
|
3941
|
+
padding: 0;
|
|
3942
|
+
left: 15px;
|
|
3943
|
+
top: 14px;
|
|
3944
|
+
position: absolute;
|
|
3945
|
+
text-align: left;
|
|
3946
|
+
}
|
|
3947
|
+
}
|
|
3948
|
+
|
|
3933
3949
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3934
3950
|
background: $pv-title-close-background;
|
|
3935
3951
|
border: $pv-title-close-border;
|
|
@@ -3939,17 +3955,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3939
3955
|
}
|
|
3940
3956
|
height: $pv-title-close-height;
|
|
3941
3957
|
position: $pv-title-close-position;
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
top: 5px;
|
|
3945
|
-
}
|
|
3958
|
+
right: 11px;
|
|
3959
|
+
top: 5px;
|
|
3946
3960
|
width: $pv-title-close-width;
|
|
3947
3961
|
@if $skin-name == 'FluentUI' {
|
|
3948
3962
|
padding: 4px;
|
|
3949
3963
|
}
|
|
3950
|
-
@if $skin-name == 'Material3' {
|
|
3951
|
-
padding: 12px 12px 12px 270px;
|
|
3952
|
-
}
|
|
3953
3964
|
}
|
|
3954
3965
|
|
|
3955
3966
|
@if $skin-name == 'Material3' {
|
|
@@ -3962,7 +3973,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3962
3973
|
@if $skin-name != 'bootstrap5' {
|
|
3963
3974
|
color: $pv-comment-text-color;
|
|
3964
3975
|
}
|
|
3965
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3976
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3966
3977
|
color: $icon-color;
|
|
3967
3978
|
}
|
|
3968
3979
|
}
|
|
@@ -3970,6 +3981,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3970
3981
|
.e-pv-comments-panel-text {
|
|
3971
3982
|
font-size: 15px;
|
|
3972
3983
|
padding-left: 85px;
|
|
3984
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3973
3985
|
}
|
|
3974
3986
|
|
|
3975
3987
|
.e-pv-comments-content-container {
|
|
@@ -5446,7 +5458,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5446
5458
|
}
|
|
5447
5459
|
|
|
5448
5460
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5449
|
-
@if ($skin-name == 'FluentUI'
|
|
5461
|
+
@if ($skin-name == 'FluentUI') {
|
|
5450
5462
|
min-height: 592px;
|
|
5451
5463
|
}
|
|
5452
5464
|
}
|