@syncfusion/blazor-themes 26.1.42 → 26.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SCSS-Themes/base/fluent2-dark.scss +2 -2
- package/SCSS-Themes/base/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/base/fluent2.scss +15 -13
- package/SCSS-Themes/bds-dark.scss +204 -61
- package/SCSS-Themes/bds.scss +204 -61
- package/SCSS-Themes/bootstrap-dark.scss +204 -61
- package/SCSS-Themes/bootstrap.scss +210 -67
- package/SCSS-Themes/bootstrap4.scss +210 -67
- package/SCSS-Themes/bootstrap5-dark.scss +212 -69
- package/SCSS-Themes/bootstrap5.scss +212 -69
- package/SCSS-Themes/buttons/button/bds-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bds.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap4.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/bootstrap5.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fabric.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/fluent2.scss +2 -2
- package/SCSS-Themes/buttons/button/highcontrast.scss +2 -2
- package/SCSS-Themes/buttons/button/material-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material.scss +2 -2
- package/SCSS-Themes/buttons/button/material3-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/material3.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +2 -2
- package/SCSS-Themes/buttons/button/tailwind.scss +2 -2
- package/SCSS-Themes/buttons/speed-dial/bds-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bds.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap4.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/bootstrap5.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fabric.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/fluent2.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/highcontrast.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/material3.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind-dark.scss +1 -0
- package/SCSS-Themes/buttons/speed-dial/tailwind.scss +1 -0
- package/SCSS-Themes/dropdowns/list-box/bds-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bds.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/fluent2.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +17 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +17 -13
- package/SCSS-Themes/dropdowns/multi-select/material.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +204 -61
- package/SCSS-Themes/fabric.scss +207 -64
- package/SCSS-Themes/fluent-dark.scss +210 -67
- package/SCSS-Themes/fluent.scss +210 -67
- package/SCSS-Themes/fluent2-dark.scss +220 -77
- package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/fluent2.scss +233 -88
- package/SCSS-Themes/grids/grid/bds-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bds.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/bootstrap.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -16
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -18
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -18
- package/SCSS-Themes/grids/grid/fabric-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/fabric.scss +18 -13
- package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent.scss +21 -16
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +27 -22
- package/SCSS-Themes/grids/grid/fluent2.scss +27 -22
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -17
- package/SCSS-Themes/grids/grid/material-dark.scss +15 -10
- package/SCSS-Themes/grids/grid/material.scss +16 -11
- package/SCSS-Themes/grids/grid/material3-dark.scss +20 -15
- package/SCSS-Themes/grids/grid/material3.scss +20 -15
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +24 -19
- package/SCSS-Themes/grids/grid/tailwind.scss +24 -19
- package/SCSS-Themes/highcontrast.scss +211 -68
- package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bds.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/fluent2.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/material3.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +50 -1
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +50 -1
- package/SCSS-Themes/inputs/input/bds-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bds.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap4.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/bootstrap5.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fabric.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/fluent2.scss +45 -21
- package/SCSS-Themes/inputs/input/highcontrast.scss +45 -21
- package/SCSS-Themes/inputs/input/material-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material.scss +45 -21
- package/SCSS-Themes/inputs/input/material3-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/material3.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +45 -21
- package/SCSS-Themes/inputs/input/tailwind.scss +45 -21
- package/SCSS-Themes/inputs/otp-input/bds-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bds.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap4.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/bootstrap5.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fabric.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/fluent2.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/highcontrast.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/material3.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind-dark.scss +1 -1
- package/SCSS-Themes/inputs/otp-input/tailwind.scss +1 -1
- package/SCSS-Themes/material-dark.scss +204 -61
- package/SCSS-Themes/material.scss +206 -63
- package/SCSS-Themes/material3-dark.scss +209 -66
- package/SCSS-Themes/material3.scss +209 -66
- package/SCSS-Themes/navigations/breadcrumb/bds-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bds.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap4.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/bootstrap5.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fabric.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/fluent2.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/highcontrast.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/material3.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind-dark.scss +4 -2
- package/SCSS-Themes/navigations/breadcrumb/tailwind.scss +4 -2
- package/SCSS-Themes/notifications/message/fluent2-dark.scss +2 -2
- package/SCSS-Themes/notifications/message/fluent2.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +56 -10
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +56 -10
- package/SCSS-Themes/popups/dialog/bds-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bds.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap4.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fabric.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/fluent2.scss +6 -0
- package/SCSS-Themes/popups/dialog/highcontrast.scss +6 -0
- package/SCSS-Themes/popups/dialog/material-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/material3.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +6 -0
- package/SCSS-Themes/popups/dialog/tailwind.scss +6 -0
- package/SCSS-Themes/querybuilder/query-builder/bds-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bds.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fabric.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/fluent2.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/material3.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +1 -1
- package/SCSS-Themes/splitbuttons/drop-down-button/bds-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bds.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/fluent2.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/material3.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +6 -0
- package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +6 -0
- package/SCSS-Themes/tailwind-dark.scss +213 -70
- package/SCSS-Themes/tailwind.scss +213 -70
- package/package.json +1 -1
|
@@ -990,14 +990,14 @@ $lg-desktop: 1399.98;
|
|
|
990
990
|
}
|
|
991
991
|
|
|
992
992
|
.e-pv-diagram-resize-handle{
|
|
993
|
-
@if $theme-name == 'fluent2' {
|
|
993
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
994
994
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
|
|
998
998
|
.e-pv-diagram-border,
|
|
999
999
|
.e-pv-diagram-resize-handle {
|
|
1000
|
-
@if $theme-name=='fluent2' {
|
|
1000
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1001
1001
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
@@ -2672,6 +2672,15 @@ $lg-desktop: 1399.98;
|
|
|
2672
2672
|
}
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2676
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2677
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2678
|
+
}
|
|
2679
|
+
@if $theme-name == 'bootstrap5' {
|
|
2680
|
+
color: $pv-item-selection-color;
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2675
2684
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2676
2685
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2677
2686
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2883,6 +2892,17 @@ $lg-desktop: 1399.98;
|
|
|
2883
2892
|
|
|
2884
2893
|
.e-pv-search-input-mobile {
|
|
2885
2894
|
height: $pv-search-input-height;
|
|
2895
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
2899
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
2900
|
+
margin-left: 3px;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child,
|
|
2904
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child {
|
|
2905
|
+
margin-right: 3px;
|
|
2886
2906
|
}
|
|
2887
2907
|
|
|
2888
2908
|
.e-pv-match-case-container {
|
|
@@ -2980,13 +3000,11 @@ $lg-desktop: 1399.98;
|
|
|
2980
3000
|
}
|
|
2981
3001
|
|
|
2982
3002
|
.e-pv-notification-popup {
|
|
2983
|
-
height: $pv-notification-popup-height;
|
|
2984
3003
|
margin: 0 10px;
|
|
2985
3004
|
max-width: $pv-notification-popup-width;
|
|
2986
3005
|
}
|
|
2987
3006
|
|
|
2988
3007
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2989
|
-
height: $pv-notification-popup-height-large-content;
|
|
2990
3008
|
max-width: $pv-notification-popup-width-large-content;
|
|
2991
3009
|
}
|
|
2992
3010
|
|
|
@@ -3392,6 +3410,13 @@ $lg-desktop: 1399.98;
|
|
|
3392
3410
|
}
|
|
3393
3411
|
}
|
|
3394
3412
|
|
|
3413
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3414
|
+
@if $skin-name == 'fluent2' {
|
|
3415
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3416
|
+
color: $pv-icon-color;
|
|
3417
|
+
}
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3395
3420
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3396
3421
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3397
3422
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3553,6 +3578,7 @@ $lg-desktop: 1399.98;
|
|
|
3553
3578
|
line-height: $pv-prop-color-picker-line-height;
|
|
3554
3579
|
@if ($skin-name == 'bootstrap5') {
|
|
3555
3580
|
background: $transparent;
|
|
3581
|
+
border: 1px solid $border-light;
|
|
3556
3582
|
border-radius: 4px;
|
|
3557
3583
|
box-sizing: border-box;
|
|
3558
3584
|
color: $content-text-color;
|
|
@@ -3782,6 +3808,9 @@ $lg-desktop: 1399.98;
|
|
|
3782
3808
|
@if $skin-name == 'FluentUI' {
|
|
3783
3809
|
margin-left: 195px;
|
|
3784
3810
|
}
|
|
3811
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3812
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3813
|
+
}
|
|
3785
3814
|
}
|
|
3786
3815
|
|
|
3787
3816
|
.e-pv-properties-line-start,
|
|
@@ -4111,11 +4140,21 @@ $lg-desktop: 1399.98;
|
|
|
4111
4140
|
}
|
|
4112
4141
|
|
|
4113
4142
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4114
|
-
@if $skin-name == 'bootstrap5' {
|
|
4143
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4115
4144
|
background: $secondary-bg-color-pressed;
|
|
4116
4145
|
}
|
|
4117
4146
|
}
|
|
4118
4147
|
|
|
4148
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4149
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4150
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4151
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4152
|
+
}
|
|
4153
|
+
@if $theme-name == 'bootstrap5' {
|
|
4154
|
+
color: $pv-item-selection-color;
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4119
4158
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4120
4159
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4121
4160
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4211,7 +4250,7 @@ $lg-desktop: 1399.98;
|
|
|
4211
4250
|
|
|
4212
4251
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4213
4252
|
@if $theme-name == 'fluent2' {
|
|
4214
|
-
|
|
4253
|
+
color: var(--color-sf-secondary-text-color);
|
|
4215
4254
|
}
|
|
4216
4255
|
}
|
|
4217
4256
|
|
|
@@ -4557,7 +4596,7 @@ $lg-desktop: 1399.98;
|
|
|
4557
4596
|
}
|
|
4558
4597
|
|
|
4559
4598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4560
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4599
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4561
4600
|
background-color: $pv-save-button-bg-color;
|
|
4562
4601
|
border-radius: 2px;
|
|
4563
4602
|
color: $pv-save-button-color;
|
|
@@ -4667,6 +4706,9 @@ $lg-desktop: 1399.98;
|
|
|
4667
4706
|
@if $skin-name == 'bootstrap4' {
|
|
4668
4707
|
color: $pv-title-close-color;
|
|
4669
4708
|
}
|
|
4709
|
+
@if $skin-name == 'fluent2' {
|
|
4710
|
+
color: var(--color-sf-secondary-text-color);
|
|
4711
|
+
}
|
|
4670
4712
|
height: $pv-title-close-height;
|
|
4671
4713
|
position: $pv-title-close-position;
|
|
4672
4714
|
right: 11px;
|
|
@@ -4964,7 +5006,7 @@ $lg-desktop: 1399.98;
|
|
|
4964
5006
|
|
|
4965
5007
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4966
5008
|
background: transparent;
|
|
4967
|
-
width: 229px;
|
|
5009
|
+
max-width: 229px;
|
|
4968
5010
|
}
|
|
4969
5011
|
|
|
4970
5012
|
.e-pv-status-div {
|
|
@@ -4980,7 +5022,7 @@ $lg-desktop: 1399.98;
|
|
|
4980
5022
|
}
|
|
4981
5023
|
|
|
4982
5024
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4983
|
-
@if $skin-name != 'bootstrap5' {
|
|
5025
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4984
5026
|
caret-color: $pv-comment-text-cursor-color;
|
|
4985
5027
|
}
|
|
4986
5028
|
}
|
|
@@ -5100,10 +5142,14 @@ $lg-desktop: 1399.98;
|
|
|
5100
5142
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
5101
5143
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
5102
5144
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
|
|
5103
|
-
@if $skin-name != 'bootstrap5' {
|
|
5145
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5104
5146
|
background: $pv-signature-footer-color;
|
|
5105
5147
|
border-color: $pv-signature-footer-color;
|
|
5106
5148
|
}
|
|
5149
|
+
@else if ($skin-name == 'fluent2'){
|
|
5150
|
+
background: $pv-item-selection-background-color;
|
|
5151
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5152
|
+
}
|
|
5107
5153
|
@else {
|
|
5108
5154
|
background: $secondary-bg-color-pressed;
|
|
5109
5155
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -990,14 +990,14 @@ $lg-desktop: 1399.98;
|
|
|
990
990
|
}
|
|
991
991
|
|
|
992
992
|
.e-pv-diagram-resize-handle{
|
|
993
|
-
@if $theme-name == 'fluent2' {
|
|
993
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
994
994
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
|
|
998
998
|
.e-pv-diagram-border,
|
|
999
999
|
.e-pv-diagram-resize-handle {
|
|
1000
|
-
@if $theme-name=='fluent2' {
|
|
1000
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1001
1001
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
@@ -2672,6 +2672,15 @@ $lg-desktop: 1399.98;
|
|
|
2672
2672
|
}
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2676
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2677
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2678
|
+
}
|
|
2679
|
+
@if $theme-name == 'bootstrap5' {
|
|
2680
|
+
color: $pv-item-selection-color;
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2675
2684
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2676
2685
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2677
2686
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2883,6 +2892,17 @@ $lg-desktop: 1399.98;
|
|
|
2883
2892
|
|
|
2884
2893
|
.e-pv-search-input-mobile {
|
|
2885
2894
|
height: $pv-search-input-height;
|
|
2895
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
2899
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
2900
|
+
margin-left: 3px;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child,
|
|
2904
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child {
|
|
2905
|
+
margin-right: 3px;
|
|
2886
2906
|
}
|
|
2887
2907
|
|
|
2888
2908
|
.e-pv-match-case-container {
|
|
@@ -2980,13 +3000,11 @@ $lg-desktop: 1399.98;
|
|
|
2980
3000
|
}
|
|
2981
3001
|
|
|
2982
3002
|
.e-pv-notification-popup {
|
|
2983
|
-
height: $pv-notification-popup-height;
|
|
2984
3003
|
margin: 0 10px;
|
|
2985
3004
|
max-width: $pv-notification-popup-width;
|
|
2986
3005
|
}
|
|
2987
3006
|
|
|
2988
3007
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2989
|
-
height: $pv-notification-popup-height-large-content;
|
|
2990
3008
|
max-width: $pv-notification-popup-width-large-content;
|
|
2991
3009
|
}
|
|
2992
3010
|
|
|
@@ -3392,6 +3410,13 @@ $lg-desktop: 1399.98;
|
|
|
3392
3410
|
}
|
|
3393
3411
|
}
|
|
3394
3412
|
|
|
3413
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3414
|
+
@if $skin-name == 'fluent2' {
|
|
3415
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3416
|
+
color: $pv-icon-color;
|
|
3417
|
+
}
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3395
3420
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3396
3421
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3397
3422
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3553,6 +3578,7 @@ $lg-desktop: 1399.98;
|
|
|
3553
3578
|
line-height: $pv-prop-color-picker-line-height;
|
|
3554
3579
|
@if ($skin-name == 'bootstrap5') {
|
|
3555
3580
|
background: $transparent;
|
|
3581
|
+
border: 1px solid $border-light;
|
|
3556
3582
|
border-radius: 4px;
|
|
3557
3583
|
box-sizing: border-box;
|
|
3558
3584
|
color: $content-text-color;
|
|
@@ -3782,6 +3808,9 @@ $lg-desktop: 1399.98;
|
|
|
3782
3808
|
@if $skin-name == 'FluentUI' {
|
|
3783
3809
|
margin-left: 195px;
|
|
3784
3810
|
}
|
|
3811
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3812
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3813
|
+
}
|
|
3785
3814
|
}
|
|
3786
3815
|
|
|
3787
3816
|
.e-pv-properties-line-start,
|
|
@@ -4111,11 +4140,21 @@ $lg-desktop: 1399.98;
|
|
|
4111
4140
|
}
|
|
4112
4141
|
|
|
4113
4142
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4114
|
-
@if $skin-name == 'bootstrap5' {
|
|
4143
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4115
4144
|
background: $secondary-bg-color-pressed;
|
|
4116
4145
|
}
|
|
4117
4146
|
}
|
|
4118
4147
|
|
|
4148
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4149
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4150
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4151
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4152
|
+
}
|
|
4153
|
+
@if $theme-name == 'bootstrap5' {
|
|
4154
|
+
color: $pv-item-selection-color;
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4119
4158
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4120
4159
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4121
4160
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4211,7 +4250,7 @@ $lg-desktop: 1399.98;
|
|
|
4211
4250
|
|
|
4212
4251
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4213
4252
|
@if $theme-name == 'fluent2' {
|
|
4214
|
-
|
|
4253
|
+
color: var(--color-sf-secondary-text-color);
|
|
4215
4254
|
}
|
|
4216
4255
|
}
|
|
4217
4256
|
|
|
@@ -4557,7 +4596,7 @@ $lg-desktop: 1399.98;
|
|
|
4557
4596
|
}
|
|
4558
4597
|
|
|
4559
4598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4560
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4599
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4561
4600
|
background-color: $pv-save-button-bg-color;
|
|
4562
4601
|
border-radius: 2px;
|
|
4563
4602
|
color: $pv-save-button-color;
|
|
@@ -4667,6 +4706,9 @@ $lg-desktop: 1399.98;
|
|
|
4667
4706
|
@if $skin-name == 'bootstrap4' {
|
|
4668
4707
|
color: $pv-title-close-color;
|
|
4669
4708
|
}
|
|
4709
|
+
@if $skin-name == 'fluent2' {
|
|
4710
|
+
color: var(--color-sf-secondary-text-color);
|
|
4711
|
+
}
|
|
4670
4712
|
height: $pv-title-close-height;
|
|
4671
4713
|
position: $pv-title-close-position;
|
|
4672
4714
|
right: 11px;
|
|
@@ -4964,7 +5006,7 @@ $lg-desktop: 1399.98;
|
|
|
4964
5006
|
|
|
4965
5007
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4966
5008
|
background: transparent;
|
|
4967
|
-
width: 229px;
|
|
5009
|
+
max-width: 229px;
|
|
4968
5010
|
}
|
|
4969
5011
|
|
|
4970
5012
|
.e-pv-status-div {
|
|
@@ -4980,7 +5022,7 @@ $lg-desktop: 1399.98;
|
|
|
4980
5022
|
}
|
|
4981
5023
|
|
|
4982
5024
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4983
|
-
@if $skin-name != 'bootstrap5' {
|
|
5025
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4984
5026
|
caret-color: $pv-comment-text-cursor-color;
|
|
4985
5027
|
}
|
|
4986
5028
|
}
|
|
@@ -5100,10 +5142,14 @@ $lg-desktop: 1399.98;
|
|
|
5100
5142
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
5101
5143
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
5102
5144
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
|
|
5103
|
-
@if $skin-name != 'bootstrap5' {
|
|
5145
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5104
5146
|
background: $pv-signature-footer-color;
|
|
5105
5147
|
border-color: $pv-signature-footer-color;
|
|
5106
5148
|
}
|
|
5149
|
+
@else if ($skin-name == 'fluent2'){
|
|
5150
|
+
background: $pv-item-selection-background-color;
|
|
5151
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5152
|
+
}
|
|
5107
5153
|
@else {
|
|
5108
5154
|
background: $secondary-bg-color-pressed;
|
|
5109
5155
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -993,14 +993,14 @@ $lg-desktop: 1399.98;
|
|
|
993
993
|
}
|
|
994
994
|
|
|
995
995
|
.e-pv-diagram-resize-handle{
|
|
996
|
-
@if $theme-name == 'fluent2' {
|
|
996
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
997
997
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
1001
|
.e-pv-diagram-border,
|
|
1002
1002
|
.e-pv-diagram-resize-handle {
|
|
1003
|
-
@if $theme-name=='fluent2' {
|
|
1003
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1004
1004
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1005
1005
|
}
|
|
1006
1006
|
}
|
|
@@ -2675,6 +2675,15 @@ $lg-desktop: 1399.98;
|
|
|
2675
2675
|
}
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2679
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2680
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2681
|
+
}
|
|
2682
|
+
@if $theme-name == 'bootstrap5' {
|
|
2683
|
+
color: $pv-item-selection-color;
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2678
2687
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2679
2688
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2680
2689
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2886,6 +2895,17 @@ $lg-desktop: 1399.98;
|
|
|
2886
2895
|
|
|
2887
2896
|
.e-pv-search-input-mobile {
|
|
2888
2897
|
height: $pv-search-input-height;
|
|
2898
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
2902
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
2903
|
+
margin-left: 3px;
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
.e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child,
|
|
2907
|
+
.e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child {
|
|
2908
|
+
margin-right: 3px;
|
|
2889
2909
|
}
|
|
2890
2910
|
|
|
2891
2911
|
.e-pv-match-case-container {
|
|
@@ -2983,13 +3003,11 @@ $lg-desktop: 1399.98;
|
|
|
2983
3003
|
}
|
|
2984
3004
|
|
|
2985
3005
|
.e-pv-notification-popup {
|
|
2986
|
-
height: $pv-notification-popup-height;
|
|
2987
3006
|
margin: 0 10px;
|
|
2988
3007
|
max-width: $pv-notification-popup-width;
|
|
2989
3008
|
}
|
|
2990
3009
|
|
|
2991
3010
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2992
|
-
height: $pv-notification-popup-height-large-content;
|
|
2993
3011
|
max-width: $pv-notification-popup-width-large-content;
|
|
2994
3012
|
}
|
|
2995
3013
|
|
|
@@ -3395,6 +3413,13 @@ $lg-desktop: 1399.98;
|
|
|
3395
3413
|
}
|
|
3396
3414
|
}
|
|
3397
3415
|
|
|
3416
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3417
|
+
@if $skin-name == 'fluent2' {
|
|
3418
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3419
|
+
color: $pv-icon-color;
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3398
3423
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3399
3424
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3400
3425
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3556,6 +3581,7 @@ $lg-desktop: 1399.98;
|
|
|
3556
3581
|
line-height: $pv-prop-color-picker-line-height;
|
|
3557
3582
|
@if ($skin-name == 'bootstrap5') {
|
|
3558
3583
|
background: $transparent;
|
|
3584
|
+
border: 1px solid $border-light;
|
|
3559
3585
|
border-radius: 4px;
|
|
3560
3586
|
box-sizing: border-box;
|
|
3561
3587
|
color: $content-text-color;
|
|
@@ -3785,6 +3811,9 @@ $lg-desktop: 1399.98;
|
|
|
3785
3811
|
@if $skin-name == 'FluentUI' {
|
|
3786
3812
|
margin-left: 195px;
|
|
3787
3813
|
}
|
|
3814
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3815
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3816
|
+
}
|
|
3788
3817
|
}
|
|
3789
3818
|
|
|
3790
3819
|
.e-pv-properties-line-start,
|
|
@@ -4114,11 +4143,21 @@ $lg-desktop: 1399.98;
|
|
|
4114
4143
|
}
|
|
4115
4144
|
|
|
4116
4145
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4117
|
-
@if $skin-name == 'bootstrap5' {
|
|
4146
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4118
4147
|
background: $secondary-bg-color-pressed;
|
|
4119
4148
|
}
|
|
4120
4149
|
}
|
|
4121
4150
|
|
|
4151
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4152
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4153
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4154
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4155
|
+
}
|
|
4156
|
+
@if $theme-name == 'bootstrap5' {
|
|
4157
|
+
color: $pv-item-selection-color;
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4122
4161
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4123
4162
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4124
4163
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4214,7 +4253,7 @@ $lg-desktop: 1399.98;
|
|
|
4214
4253
|
|
|
4215
4254
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4216
4255
|
@if $theme-name == 'fluent2' {
|
|
4217
|
-
|
|
4256
|
+
color: var(--color-sf-secondary-text-color);
|
|
4218
4257
|
}
|
|
4219
4258
|
}
|
|
4220
4259
|
|
|
@@ -4560,7 +4599,7 @@ $lg-desktop: 1399.98;
|
|
|
4560
4599
|
}
|
|
4561
4600
|
|
|
4562
4601
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4563
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4602
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4564
4603
|
background-color: $pv-save-button-bg-color;
|
|
4565
4604
|
border-radius: 2px;
|
|
4566
4605
|
color: $pv-save-button-color;
|
|
@@ -4670,6 +4709,9 @@ $lg-desktop: 1399.98;
|
|
|
4670
4709
|
@if $skin-name == 'bootstrap4' {
|
|
4671
4710
|
color: $pv-title-close-color;
|
|
4672
4711
|
}
|
|
4712
|
+
@if $skin-name == 'fluent2' {
|
|
4713
|
+
color: var(--color-sf-secondary-text-color);
|
|
4714
|
+
}
|
|
4673
4715
|
height: $pv-title-close-height;
|
|
4674
4716
|
position: $pv-title-close-position;
|
|
4675
4717
|
right: 11px;
|
|
@@ -4967,7 +5009,7 @@ $lg-desktop: 1399.98;
|
|
|
4967
5009
|
|
|
4968
5010
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4969
5011
|
background: transparent;
|
|
4970
|
-
width: 229px;
|
|
5012
|
+
max-width: 229px;
|
|
4971
5013
|
}
|
|
4972
5014
|
|
|
4973
5015
|
.e-pv-status-div {
|
|
@@ -4983,7 +5025,7 @@ $lg-desktop: 1399.98;
|
|
|
4983
5025
|
}
|
|
4984
5026
|
|
|
4985
5027
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4986
|
-
@if $skin-name != 'bootstrap5' {
|
|
5028
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4987
5029
|
caret-color: $pv-comment-text-cursor-color;
|
|
4988
5030
|
}
|
|
4989
5031
|
}
|
|
@@ -5103,10 +5145,14 @@ $lg-desktop: 1399.98;
|
|
|
5103
5145
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
5104
5146
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
5105
5147
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
|
|
5106
|
-
@if $skin-name != 'bootstrap5' {
|
|
5148
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5107
5149
|
background: $pv-signature-footer-color;
|
|
5108
5150
|
border-color: $pv-signature-footer-color;
|
|
5109
5151
|
}
|
|
5152
|
+
@else if ($skin-name == 'fluent2'){
|
|
5153
|
+
background: $pv-item-selection-background-color;
|
|
5154
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5155
|
+
}
|
|
5110
5156
|
@else {
|
|
5111
5157
|
background: $secondary-bg-color-pressed;
|
|
5112
5158
|
border-color: $secondary-bg-color-pressed;
|