@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
|
@@ -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
|
}
|
|
@@ -3976,6 +3976,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3976
3976
|
text-align: left;
|
|
3977
3977
|
}
|
|
3978
3978
|
|
|
3979
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3980
|
+
@if $skin-name == 'Material3' {
|
|
3981
|
+
background: $content-bg-color-alt2;
|
|
3982
|
+
border: $border-light;
|
|
3983
|
+
border-width: 0 0 1px 1px;
|
|
3984
|
+
font-size: $text-base;
|
|
3985
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3986
|
+
line-height: 16px;
|
|
3987
|
+
padding: 0;
|
|
3988
|
+
left: 15px;
|
|
3989
|
+
top: 14px;
|
|
3990
|
+
position: absolute;
|
|
3991
|
+
text-align: left;
|
|
3992
|
+
}
|
|
3993
|
+
}
|
|
3994
|
+
|
|
3979
3995
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3980
3996
|
background: $pv-title-close-background;
|
|
3981
3997
|
border: $pv-title-close-border;
|
|
@@ -3985,17 +4001,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3985
4001
|
}
|
|
3986
4002
|
height: $pv-title-close-height;
|
|
3987
4003
|
position: $pv-title-close-position;
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
top: 5px;
|
|
3991
|
-
}
|
|
4004
|
+
right: 11px;
|
|
4005
|
+
top: 5px;
|
|
3992
4006
|
width: $pv-title-close-width;
|
|
3993
4007
|
@if $skin-name == 'FluentUI' {
|
|
3994
4008
|
padding: 4px;
|
|
3995
4009
|
}
|
|
3996
|
-
@if $skin-name == 'Material3' {
|
|
3997
|
-
padding: 12px 12px 12px 270px;
|
|
3998
|
-
}
|
|
3999
4010
|
}
|
|
4000
4011
|
|
|
4001
4012
|
@if $skin-name == 'Material3' {
|
|
@@ -4008,7 +4019,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4008
4019
|
@if $skin-name != 'bootstrap5' {
|
|
4009
4020
|
color: $pv-comment-text-color;
|
|
4010
4021
|
}
|
|
4011
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
4022
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
4012
4023
|
color: $icon-color;
|
|
4013
4024
|
}
|
|
4014
4025
|
}
|
|
@@ -4016,6 +4027,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4016
4027
|
.e-pv-comments-panel-text {
|
|
4017
4028
|
font-size: 15px;
|
|
4018
4029
|
padding-left: 85px;
|
|
4030
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
4019
4031
|
}
|
|
4020
4032
|
|
|
4021
4033
|
.e-pv-comments-content-container {
|
|
@@ -5492,7 +5504,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5492
5504
|
}
|
|
5493
5505
|
|
|
5494
5506
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5495
|
-
@if ($skin-name == 'FluentUI'
|
|
5507
|
+
@if ($skin-name == 'FluentUI') {
|
|
5496
5508
|
min-height: 592px;
|
|
5497
5509
|
}
|
|
5498
5510
|
}
|
|
@@ -3924,6 +3924,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3924
3924
|
text-align: left;
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3928
|
+
@if $skin-name == 'Material3' {
|
|
3929
|
+
background: $content-bg-color-alt2;
|
|
3930
|
+
border: $border-light;
|
|
3931
|
+
border-width: 0 0 1px 1px;
|
|
3932
|
+
font-size: $text-base;
|
|
3933
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3934
|
+
line-height: 16px;
|
|
3935
|
+
padding: 0;
|
|
3936
|
+
left: 15px;
|
|
3937
|
+
top: 14px;
|
|
3938
|
+
position: absolute;
|
|
3939
|
+
text-align: left;
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3927
3943
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3928
3944
|
background: $pv-title-close-background;
|
|
3929
3945
|
border: $pv-title-close-border;
|
|
@@ -3933,17 +3949,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3933
3949
|
}
|
|
3934
3950
|
height: $pv-title-close-height;
|
|
3935
3951
|
position: $pv-title-close-position;
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
top: 5px;
|
|
3939
|
-
}
|
|
3952
|
+
right: 11px;
|
|
3953
|
+
top: 5px;
|
|
3940
3954
|
width: $pv-title-close-width;
|
|
3941
3955
|
@if $skin-name == 'FluentUI' {
|
|
3942
3956
|
padding: 4px;
|
|
3943
3957
|
}
|
|
3944
|
-
@if $skin-name == 'Material3' {
|
|
3945
|
-
padding: 12px 12px 12px 270px;
|
|
3946
|
-
}
|
|
3947
3958
|
}
|
|
3948
3959
|
|
|
3949
3960
|
@if $skin-name == 'Material3' {
|
|
@@ -3956,7 +3967,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3956
3967
|
@if $skin-name != 'bootstrap5' {
|
|
3957
3968
|
color: $pv-comment-text-color;
|
|
3958
3969
|
}
|
|
3959
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3970
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3960
3971
|
color: $icon-color;
|
|
3961
3972
|
}
|
|
3962
3973
|
}
|
|
@@ -3964,6 +3975,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3964
3975
|
.e-pv-comments-panel-text {
|
|
3965
3976
|
font-size: 15px;
|
|
3966
3977
|
padding-left: 85px;
|
|
3978
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3967
3979
|
}
|
|
3968
3980
|
|
|
3969
3981
|
.e-pv-comments-content-container {
|
|
@@ -5440,7 +5452,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5440
5452
|
}
|
|
5441
5453
|
|
|
5442
5454
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5443
|
-
@if ($skin-name == 'FluentUI'
|
|
5455
|
+
@if ($skin-name == 'FluentUI') {
|
|
5444
5456
|
min-height: 592px;
|
|
5445
5457
|
}
|
|
5446
5458
|
}
|
|
@@ -3924,6 +3924,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3924
3924
|
text-align: left;
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3928
|
+
@if $skin-name == 'Material3' {
|
|
3929
|
+
background: $content-bg-color-alt2;
|
|
3930
|
+
border: $border-light;
|
|
3931
|
+
border-width: 0 0 1px 1px;
|
|
3932
|
+
font-size: $text-base;
|
|
3933
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3934
|
+
line-height: 16px;
|
|
3935
|
+
padding: 0;
|
|
3936
|
+
left: 15px;
|
|
3937
|
+
top: 14px;
|
|
3938
|
+
position: absolute;
|
|
3939
|
+
text-align: left;
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
|
|
3927
3943
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3928
3944
|
background: $pv-title-close-background;
|
|
3929
3945
|
border: $pv-title-close-border;
|
|
@@ -3933,17 +3949,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3933
3949
|
}
|
|
3934
3950
|
height: $pv-title-close-height;
|
|
3935
3951
|
position: $pv-title-close-position;
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
top: 5px;
|
|
3939
|
-
}
|
|
3952
|
+
right: 11px;
|
|
3953
|
+
top: 5px;
|
|
3940
3954
|
width: $pv-title-close-width;
|
|
3941
3955
|
@if $skin-name == 'FluentUI' {
|
|
3942
3956
|
padding: 4px;
|
|
3943
3957
|
}
|
|
3944
|
-
@if $skin-name == 'Material3' {
|
|
3945
|
-
padding: 12px 12px 12px 270px;
|
|
3946
|
-
}
|
|
3947
3958
|
}
|
|
3948
3959
|
|
|
3949
3960
|
@if $skin-name == 'Material3' {
|
|
@@ -3956,7 +3967,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3956
3967
|
@if $skin-name != 'bootstrap5' {
|
|
3957
3968
|
color: $pv-comment-text-color;
|
|
3958
3969
|
}
|
|
3959
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3970
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3960
3971
|
color: $icon-color;
|
|
3961
3972
|
}
|
|
3962
3973
|
}
|
|
@@ -3964,6 +3975,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3964
3975
|
.e-pv-comments-panel-text {
|
|
3965
3976
|
font-size: 15px;
|
|
3966
3977
|
padding-left: 85px;
|
|
3978
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3967
3979
|
}
|
|
3968
3980
|
|
|
3969
3981
|
.e-pv-comments-content-container {
|
|
@@ -5440,7 +5452,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5440
5452
|
}
|
|
5441
5453
|
|
|
5442
5454
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5443
|
-
@if ($skin-name == 'FluentUI'
|
|
5455
|
+
@if ($skin-name == 'FluentUI') {
|
|
5444
5456
|
min-height: 592px;
|
|
5445
5457
|
}
|
|
5446
5458
|
}
|
|
@@ -3927,6 +3927,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3927
3927
|
text-align: left;
|
|
3928
3928
|
}
|
|
3929
3929
|
|
|
3930
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3931
|
+
@if $skin-name == 'Material3' {
|
|
3932
|
+
background: $content-bg-color-alt2;
|
|
3933
|
+
border: $border-light;
|
|
3934
|
+
border-width: 0 0 1px 1px;
|
|
3935
|
+
font-size: $text-base;
|
|
3936
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3937
|
+
line-height: 16px;
|
|
3938
|
+
padding: 0;
|
|
3939
|
+
left: 15px;
|
|
3940
|
+
top: 14px;
|
|
3941
|
+
position: absolute;
|
|
3942
|
+
text-align: left;
|
|
3943
|
+
}
|
|
3944
|
+
}
|
|
3945
|
+
|
|
3930
3946
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3931
3947
|
background: $pv-title-close-background;
|
|
3932
3948
|
border: $pv-title-close-border;
|
|
@@ -3936,17 +3952,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3936
3952
|
}
|
|
3937
3953
|
height: $pv-title-close-height;
|
|
3938
3954
|
position: $pv-title-close-position;
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
top: 5px;
|
|
3942
|
-
}
|
|
3955
|
+
right: 11px;
|
|
3956
|
+
top: 5px;
|
|
3943
3957
|
width: $pv-title-close-width;
|
|
3944
3958
|
@if $skin-name == 'FluentUI' {
|
|
3945
3959
|
padding: 4px;
|
|
3946
3960
|
}
|
|
3947
|
-
@if $skin-name == 'Material3' {
|
|
3948
|
-
padding: 12px 12px 12px 270px;
|
|
3949
|
-
}
|
|
3950
3961
|
}
|
|
3951
3962
|
|
|
3952
3963
|
@if $skin-name == 'Material3' {
|
|
@@ -3959,7 +3970,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3959
3970
|
@if $skin-name != 'bootstrap5' {
|
|
3960
3971
|
color: $pv-comment-text-color;
|
|
3961
3972
|
}
|
|
3962
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3973
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3963
3974
|
color: $icon-color;
|
|
3964
3975
|
}
|
|
3965
3976
|
}
|
|
@@ -3967,6 +3978,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3967
3978
|
.e-pv-comments-panel-text {
|
|
3968
3979
|
font-size: 15px;
|
|
3969
3980
|
padding-left: 85px;
|
|
3981
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3970
3982
|
}
|
|
3971
3983
|
|
|
3972
3984
|
.e-pv-comments-content-container {
|
|
@@ -5443,7 +5455,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5443
5455
|
}
|
|
5444
5456
|
|
|
5445
5457
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5446
|
-
@if ($skin-name == 'FluentUI'
|
|
5458
|
+
@if ($skin-name == 'FluentUI') {
|
|
5447
5459
|
min-height: 592px;
|
|
5448
5460
|
}
|
|
5449
5461
|
}
|
|
@@ -3929,6 +3929,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3929
3929
|
text-align: left;
|
|
3930
3930
|
}
|
|
3931
3931
|
|
|
3932
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3933
|
+
@if $skin-name == 'Material3' {
|
|
3934
|
+
background: $content-bg-color-alt2;
|
|
3935
|
+
border: $border-light;
|
|
3936
|
+
border-width: 0 0 1px 1px;
|
|
3937
|
+
font-size: $text-base;
|
|
3938
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3939
|
+
line-height: 16px;
|
|
3940
|
+
padding: 0;
|
|
3941
|
+
left: 15px;
|
|
3942
|
+
top: 14px;
|
|
3943
|
+
position: absolute;
|
|
3944
|
+
text-align: left;
|
|
3945
|
+
}
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3932
3948
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3933
3949
|
background: $pv-title-close-background;
|
|
3934
3950
|
border: $pv-title-close-border;
|
|
@@ -3938,17 +3954,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3938
3954
|
}
|
|
3939
3955
|
height: $pv-title-close-height;
|
|
3940
3956
|
position: $pv-title-close-position;
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
top: 5px;
|
|
3944
|
-
}
|
|
3957
|
+
right: 11px;
|
|
3958
|
+
top: 5px;
|
|
3945
3959
|
width: $pv-title-close-width;
|
|
3946
3960
|
@if $skin-name == 'FluentUI' {
|
|
3947
3961
|
padding: 4px;
|
|
3948
3962
|
}
|
|
3949
|
-
@if $skin-name == 'Material3' {
|
|
3950
|
-
padding: 12px 12px 12px 270px;
|
|
3951
|
-
}
|
|
3952
3963
|
}
|
|
3953
3964
|
|
|
3954
3965
|
@if $skin-name == 'Material3' {
|
|
@@ -3961,7 +3972,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3961
3972
|
@if $skin-name != 'bootstrap5' {
|
|
3962
3973
|
color: $pv-comment-text-color;
|
|
3963
3974
|
}
|
|
3964
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3975
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3965
3976
|
color: $icon-color;
|
|
3966
3977
|
}
|
|
3967
3978
|
}
|
|
@@ -3969,6 +3980,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3969
3980
|
.e-pv-comments-panel-text {
|
|
3970
3981
|
font-size: 15px;
|
|
3971
3982
|
padding-left: 85px;
|
|
3983
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3972
3984
|
}
|
|
3973
3985
|
|
|
3974
3986
|
.e-pv-comments-content-container {
|
|
@@ -5445,7 +5457,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5445
5457
|
}
|
|
5446
5458
|
|
|
5447
5459
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5448
|
-
@if ($skin-name == 'FluentUI'
|
|
5460
|
+
@if ($skin-name == 'FluentUI') {
|
|
5449
5461
|
min-height: 592px;
|
|
5450
5462
|
}
|
|
5451
5463
|
}
|
|
@@ -3931,6 +3931,22 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3931
3931
|
text-align: left;
|
|
3932
3932
|
}
|
|
3933
3933
|
|
|
3934
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3935
|
+
@if $skin-name == 'Material3' {
|
|
3936
|
+
background: $content-bg-color-alt2;
|
|
3937
|
+
border: $border-light;
|
|
3938
|
+
border-width: 0 0 1px 1px;
|
|
3939
|
+
font-size: $text-base;
|
|
3940
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3941
|
+
line-height: 16px;
|
|
3942
|
+
padding: 0;
|
|
3943
|
+
left: 15px;
|
|
3944
|
+
top: 14px;
|
|
3945
|
+
position: absolute;
|
|
3946
|
+
text-align: left;
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3934
3950
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3935
3951
|
background: $pv-title-close-background;
|
|
3936
3952
|
border: $pv-title-close-border;
|
|
@@ -3940,17 +3956,12 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3940
3956
|
}
|
|
3941
3957
|
height: $pv-title-close-height;
|
|
3942
3958
|
position: $pv-title-close-position;
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
top: 5px;
|
|
3946
|
-
}
|
|
3959
|
+
right: 11px;
|
|
3960
|
+
top: 5px;
|
|
3947
3961
|
width: $pv-title-close-width;
|
|
3948
3962
|
@if $skin-name == 'FluentUI' {
|
|
3949
3963
|
padding: 4px;
|
|
3950
3964
|
}
|
|
3951
|
-
@if $skin-name == 'Material3' {
|
|
3952
|
-
padding: 12px 12px 12px 270px;
|
|
3953
|
-
}
|
|
3954
3965
|
}
|
|
3955
3966
|
|
|
3956
3967
|
@if $skin-name == 'Material3' {
|
|
@@ -3963,7 +3974,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3963
3974
|
@if $skin-name != 'bootstrap5' {
|
|
3964
3975
|
color: $pv-comment-text-color;
|
|
3965
3976
|
}
|
|
3966
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3977
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3967
3978
|
color: $icon-color;
|
|
3968
3979
|
}
|
|
3969
3980
|
}
|
|
@@ -3971,6 +3982,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3971
3982
|
.e-pv-comments-panel-text {
|
|
3972
3983
|
font-size: 15px;
|
|
3973
3984
|
padding-left: 85px;
|
|
3985
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3974
3986
|
}
|
|
3975
3987
|
|
|
3976
3988
|
.e-pv-comments-content-container {
|
|
@@ -5447,7 +5459,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
5447
5459
|
}
|
|
5448
5460
|
|
|
5449
5461
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5450
|
-
@if ($skin-name == 'FluentUI'
|
|
5462
|
+
@if ($skin-name == 'FluentUI') {
|
|
5451
5463
|
min-height: 592px;
|
|
5452
5464
|
}
|
|
5453
5465
|
}
|
|
@@ -3931,6 +3931,22 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3931
3931
|
text-align: left;
|
|
3932
3932
|
}
|
|
3933
3933
|
|
|
3934
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3935
|
+
@if $skin-name == 'Material3' {
|
|
3936
|
+
background: $content-bg-color-alt2;
|
|
3937
|
+
border: $border-light;
|
|
3938
|
+
border-width: 0 0 1px 1px;
|
|
3939
|
+
font-size: $text-base;
|
|
3940
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3941
|
+
line-height: 16px;
|
|
3942
|
+
padding: 0;
|
|
3943
|
+
left: 15px;
|
|
3944
|
+
top: 14px;
|
|
3945
|
+
position: absolute;
|
|
3946
|
+
text-align: left;
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3934
3950
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3935
3951
|
background: $pv-title-close-background;
|
|
3936
3952
|
border: $pv-title-close-border;
|
|
@@ -3940,17 +3956,12 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3940
3956
|
}
|
|
3941
3957
|
height: $pv-title-close-height;
|
|
3942
3958
|
position: $pv-title-close-position;
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
top: 5px;
|
|
3946
|
-
}
|
|
3959
|
+
right: 11px;
|
|
3960
|
+
top: 5px;
|
|
3947
3961
|
width: $pv-title-close-width;
|
|
3948
3962
|
@if $skin-name == 'FluentUI' {
|
|
3949
3963
|
padding: 4px;
|
|
3950
3964
|
}
|
|
3951
|
-
@if $skin-name == 'Material3' {
|
|
3952
|
-
padding: 12px 12px 12px 270px;
|
|
3953
|
-
}
|
|
3954
3965
|
}
|
|
3955
3966
|
|
|
3956
3967
|
@if $skin-name == 'Material3' {
|
|
@@ -3963,7 +3974,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3963
3974
|
@if $skin-name != 'bootstrap5' {
|
|
3964
3975
|
color: $pv-comment-text-color;
|
|
3965
3976
|
}
|
|
3966
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3977
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3967
3978
|
color: $icon-color;
|
|
3968
3979
|
}
|
|
3969
3980
|
}
|
|
@@ -3971,6 +3982,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3971
3982
|
.e-pv-comments-panel-text {
|
|
3972
3983
|
font-size: 15px;
|
|
3973
3984
|
padding-left: 85px;
|
|
3985
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3974
3986
|
}
|
|
3975
3987
|
|
|
3976
3988
|
.e-pv-comments-content-container {
|
|
@@ -5447,7 +5459,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
5447
5459
|
}
|
|
5448
5460
|
|
|
5449
5461
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5450
|
-
@if ($skin-name == 'FluentUI'
|
|
5462
|
+
@if ($skin-name == 'FluentUI') {
|
|
5451
5463
|
min-height: 592px;
|
|
5452
5464
|
}
|
|
5453
5465
|
}
|
|
@@ -3929,6 +3929,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3929
3929
|
text-align: left;
|
|
3930
3930
|
}
|
|
3931
3931
|
|
|
3932
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3933
|
+
@if $skin-name == 'Material3' {
|
|
3934
|
+
background: $content-bg-color-alt2;
|
|
3935
|
+
border: $border-light;
|
|
3936
|
+
border-width: 0 0 1px 1px;
|
|
3937
|
+
font-size: $text-base;
|
|
3938
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3939
|
+
line-height: 16px;
|
|
3940
|
+
padding: 0;
|
|
3941
|
+
left: 15px;
|
|
3942
|
+
top: 14px;
|
|
3943
|
+
position: absolute;
|
|
3944
|
+
text-align: left;
|
|
3945
|
+
}
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3932
3948
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3933
3949
|
background: $pv-title-close-background;
|
|
3934
3950
|
border: $pv-title-close-border;
|
|
@@ -3938,17 +3954,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3938
3954
|
}
|
|
3939
3955
|
height: $pv-title-close-height;
|
|
3940
3956
|
position: $pv-title-close-position;
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
top: 5px;
|
|
3944
|
-
}
|
|
3957
|
+
right: 11px;
|
|
3958
|
+
top: 5px;
|
|
3945
3959
|
width: $pv-title-close-width;
|
|
3946
3960
|
@if $skin-name == 'FluentUI' {
|
|
3947
3961
|
padding: 4px;
|
|
3948
3962
|
}
|
|
3949
|
-
@if $skin-name == 'Material3' {
|
|
3950
|
-
padding: 12px 12px 12px 270px;
|
|
3951
|
-
}
|
|
3952
3963
|
}
|
|
3953
3964
|
|
|
3954
3965
|
@if $skin-name == 'Material3' {
|
|
@@ -3961,7 +3972,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3961
3972
|
@if $skin-name != 'bootstrap5' {
|
|
3962
3973
|
color: $pv-comment-text-color;
|
|
3963
3974
|
}
|
|
3964
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3975
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3965
3976
|
color: $icon-color;
|
|
3966
3977
|
}
|
|
3967
3978
|
}
|
|
@@ -3969,6 +3980,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3969
3980
|
.e-pv-comments-panel-text {
|
|
3970
3981
|
font-size: 15px;
|
|
3971
3982
|
padding-left: 85px;
|
|
3983
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3972
3984
|
}
|
|
3973
3985
|
|
|
3974
3986
|
.e-pv-comments-content-container {
|
|
@@ -5445,7 +5457,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5445
5457
|
}
|
|
5446
5458
|
|
|
5447
5459
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5448
|
-
@if ($skin-name == 'FluentUI'
|
|
5460
|
+
@if ($skin-name == 'FluentUI') {
|
|
5449
5461
|
min-height: 592px;
|
|
5450
5462
|
}
|
|
5451
5463
|
}
|
|
@@ -3928,6 +3928,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3928
3928
|
text-align: left;
|
|
3929
3929
|
}
|
|
3930
3930
|
|
|
3931
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
3932
|
+
@if $skin-name == 'Material3' {
|
|
3933
|
+
background: $content-bg-color-alt2;
|
|
3934
|
+
border: $border-light;
|
|
3935
|
+
border-width: 0 0 1px 1px;
|
|
3936
|
+
font-size: $text-base;
|
|
3937
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
3938
|
+
line-height: 16px;
|
|
3939
|
+
padding: 0;
|
|
3940
|
+
left: 15px;
|
|
3941
|
+
top: 14px;
|
|
3942
|
+
position: absolute;
|
|
3943
|
+
text-align: left;
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3931
3947
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
3932
3948
|
background: $pv-title-close-background;
|
|
3933
3949
|
border: $pv-title-close-border;
|
|
@@ -3937,17 +3953,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3937
3953
|
}
|
|
3938
3954
|
height: $pv-title-close-height;
|
|
3939
3955
|
position: $pv-title-close-position;
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
top: 5px;
|
|
3943
|
-
}
|
|
3956
|
+
right: 11px;
|
|
3957
|
+
top: 5px;
|
|
3944
3958
|
width: $pv-title-close-width;
|
|
3945
3959
|
@if $skin-name == 'FluentUI' {
|
|
3946
3960
|
padding: 4px;
|
|
3947
3961
|
}
|
|
3948
|
-
@if $skin-name == 'Material3' {
|
|
3949
|
-
padding: 12px 12px 12px 270px;
|
|
3950
|
-
}
|
|
3951
3962
|
}
|
|
3952
3963
|
|
|
3953
3964
|
@if $skin-name == 'Material3' {
|
|
@@ -3960,7 +3971,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3960
3971
|
@if $skin-name != 'bootstrap5' {
|
|
3961
3972
|
color: $pv-comment-text-color;
|
|
3962
3973
|
}
|
|
3963
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
3974
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
3964
3975
|
color: $icon-color;
|
|
3965
3976
|
}
|
|
3966
3977
|
}
|
|
@@ -3968,6 +3979,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3968
3979
|
.e-pv-comments-panel-text {
|
|
3969
3980
|
font-size: 15px;
|
|
3970
3981
|
padding-left: 85px;
|
|
3982
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
3971
3983
|
}
|
|
3972
3984
|
|
|
3973
3985
|
.e-pv-comments-content-container {
|
|
@@ -5444,7 +5456,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
5444
5456
|
}
|
|
5445
5457
|
|
|
5446
5458
|
.e-bigger .e-pv-signature-dialog-height {
|
|
5447
|
-
@if ($skin-name == 'FluentUI'
|
|
5459
|
+
@if ($skin-name == 'FluentUI') {
|
|
5448
5460
|
min-height: 592px;
|
|
5449
5461
|
}
|
|
5450
5462
|
}
|