@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
|
@@ -995,14 +995,14 @@ $lg-desktop: 1399.98;
|
|
|
995
995
|
}
|
|
996
996
|
|
|
997
997
|
.e-pv-diagram-resize-handle{
|
|
998
|
-
@if $theme-name == 'fluent2' {
|
|
998
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
999
999
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
1003
|
.e-pv-diagram-border,
|
|
1004
1004
|
.e-pv-diagram-resize-handle {
|
|
1005
|
-
@if $theme-name=='fluent2' {
|
|
1005
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1006
1006
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
@@ -2677,6 +2677,15 @@ $lg-desktop: 1399.98;
|
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
2679
|
|
|
2680
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2681
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2682
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2683
|
+
}
|
|
2684
|
+
@if $theme-name == 'bootstrap5' {
|
|
2685
|
+
color: $pv-item-selection-color;
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2680
2689
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2681
2690
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2682
2691
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2888,6 +2897,17 @@ $lg-desktop: 1399.98;
|
|
|
2888
2897
|
|
|
2889
2898
|
.e-pv-search-input-mobile {
|
|
2890
2899
|
height: $pv-search-input-height;
|
|
2900
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
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:first-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:first-child {
|
|
2905
|
+
margin-left: 3px;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
.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,
|
|
2909
|
+
.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 {
|
|
2910
|
+
margin-right: 3px;
|
|
2891
2911
|
}
|
|
2892
2912
|
|
|
2893
2913
|
.e-pv-match-case-container {
|
|
@@ -2985,13 +3005,11 @@ $lg-desktop: 1399.98;
|
|
|
2985
3005
|
}
|
|
2986
3006
|
|
|
2987
3007
|
.e-pv-notification-popup {
|
|
2988
|
-
height: $pv-notification-popup-height;
|
|
2989
3008
|
margin: 0 10px;
|
|
2990
3009
|
max-width: $pv-notification-popup-width;
|
|
2991
3010
|
}
|
|
2992
3011
|
|
|
2993
3012
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2994
|
-
height: $pv-notification-popup-height-large-content;
|
|
2995
3013
|
max-width: $pv-notification-popup-width-large-content;
|
|
2996
3014
|
}
|
|
2997
3015
|
|
|
@@ -3397,6 +3415,13 @@ $lg-desktop: 1399.98;
|
|
|
3397
3415
|
}
|
|
3398
3416
|
}
|
|
3399
3417
|
|
|
3418
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3419
|
+
@if $skin-name == 'fluent2' {
|
|
3420
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3421
|
+
color: $pv-icon-color;
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3400
3425
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3401
3426
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3402
3427
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3558,6 +3583,7 @@ $lg-desktop: 1399.98;
|
|
|
3558
3583
|
line-height: $pv-prop-color-picker-line-height;
|
|
3559
3584
|
@if ($skin-name == 'bootstrap5') {
|
|
3560
3585
|
background: $transparent;
|
|
3586
|
+
border: 1px solid $border-light;
|
|
3561
3587
|
border-radius: 4px;
|
|
3562
3588
|
box-sizing: border-box;
|
|
3563
3589
|
color: $content-text-color;
|
|
@@ -3787,6 +3813,9 @@ $lg-desktop: 1399.98;
|
|
|
3787
3813
|
@if $skin-name == 'FluentUI' {
|
|
3788
3814
|
margin-left: 195px;
|
|
3789
3815
|
}
|
|
3816
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3817
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3818
|
+
}
|
|
3790
3819
|
}
|
|
3791
3820
|
|
|
3792
3821
|
.e-pv-properties-line-start,
|
|
@@ -4116,11 +4145,21 @@ $lg-desktop: 1399.98;
|
|
|
4116
4145
|
}
|
|
4117
4146
|
|
|
4118
4147
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4119
|
-
@if $skin-name == 'bootstrap5' {
|
|
4148
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4120
4149
|
background: $secondary-bg-color-pressed;
|
|
4121
4150
|
}
|
|
4122
4151
|
}
|
|
4123
4152
|
|
|
4153
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4154
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4155
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4156
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4157
|
+
}
|
|
4158
|
+
@if $theme-name == 'bootstrap5' {
|
|
4159
|
+
color: $pv-item-selection-color;
|
|
4160
|
+
}
|
|
4161
|
+
}
|
|
4162
|
+
|
|
4124
4163
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4125
4164
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4126
4165
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4216,7 +4255,7 @@ $lg-desktop: 1399.98;
|
|
|
4216
4255
|
|
|
4217
4256
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4218
4257
|
@if $theme-name == 'fluent2' {
|
|
4219
|
-
|
|
4258
|
+
color: var(--color-sf-secondary-text-color);
|
|
4220
4259
|
}
|
|
4221
4260
|
}
|
|
4222
4261
|
|
|
@@ -4562,7 +4601,7 @@ $lg-desktop: 1399.98;
|
|
|
4562
4601
|
}
|
|
4563
4602
|
|
|
4564
4603
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4565
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4604
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4566
4605
|
background-color: $pv-save-button-bg-color;
|
|
4567
4606
|
border-radius: 2px;
|
|
4568
4607
|
color: $pv-save-button-color;
|
|
@@ -4672,6 +4711,9 @@ $lg-desktop: 1399.98;
|
|
|
4672
4711
|
@if $skin-name == 'bootstrap4' {
|
|
4673
4712
|
color: $pv-title-close-color;
|
|
4674
4713
|
}
|
|
4714
|
+
@if $skin-name == 'fluent2' {
|
|
4715
|
+
color: var(--color-sf-secondary-text-color);
|
|
4716
|
+
}
|
|
4675
4717
|
height: $pv-title-close-height;
|
|
4676
4718
|
position: $pv-title-close-position;
|
|
4677
4719
|
right: 11px;
|
|
@@ -4969,7 +5011,7 @@ $lg-desktop: 1399.98;
|
|
|
4969
5011
|
|
|
4970
5012
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4971
5013
|
background: transparent;
|
|
4972
|
-
width: 229px;
|
|
5014
|
+
max-width: 229px;
|
|
4973
5015
|
}
|
|
4974
5016
|
|
|
4975
5017
|
.e-pv-status-div {
|
|
@@ -4985,7 +5027,7 @@ $lg-desktop: 1399.98;
|
|
|
4985
5027
|
}
|
|
4986
5028
|
|
|
4987
5029
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4988
|
-
@if $skin-name != 'bootstrap5' {
|
|
5030
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4989
5031
|
caret-color: $pv-comment-text-cursor-color;
|
|
4990
5032
|
}
|
|
4991
5033
|
}
|
|
@@ -5105,10 +5147,14 @@ $lg-desktop: 1399.98;
|
|
|
5105
5147
|
.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,
|
|
5106
5148
|
.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,
|
|
5107
5149
|
.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 {
|
|
5108
|
-
@if $skin-name != 'bootstrap5' {
|
|
5150
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5109
5151
|
background: $pv-signature-footer-color;
|
|
5110
5152
|
border-color: $pv-signature-footer-color;
|
|
5111
5153
|
}
|
|
5154
|
+
@else if ($skin-name == 'fluent2'){
|
|
5155
|
+
background: $pv-item-selection-background-color;
|
|
5156
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5157
|
+
}
|
|
5112
5158
|
@else {
|
|
5113
5159
|
background: $secondary-bg-color-pressed;
|
|
5114
5160
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -997,14 +997,14 @@ $lg-desktop: 1399.98;
|
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
.e-pv-diagram-resize-handle{
|
|
1000
|
-
@if $theme-name == 'fluent2' {
|
|
1000
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1001
1001
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
1005
|
.e-pv-diagram-border,
|
|
1006
1006
|
.e-pv-diagram-resize-handle {
|
|
1007
|
-
@if $theme-name=='fluent2' {
|
|
1007
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1008
1008
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
@@ -2679,6 +2679,15 @@ $lg-desktop: 1399.98;
|
|
|
2679
2679
|
}
|
|
2680
2680
|
}
|
|
2681
2681
|
|
|
2682
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2683
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2684
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2685
|
+
}
|
|
2686
|
+
@if $theme-name == 'bootstrap5' {
|
|
2687
|
+
color: $pv-item-selection-color;
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2682
2691
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2683
2692
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2684
2693
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2890,6 +2899,17 @@ $lg-desktop: 1399.98;
|
|
|
2890
2899
|
|
|
2891
2900
|
.e-pv-search-input-mobile {
|
|
2892
2901
|
height: $pv-search-input-height;
|
|
2902
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2905
|
+
.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,
|
|
2906
|
+
.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 {
|
|
2907
|
+
margin-left: 3px;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.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,
|
|
2911
|
+
.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 {
|
|
2912
|
+
margin-right: 3px;
|
|
2893
2913
|
}
|
|
2894
2914
|
|
|
2895
2915
|
.e-pv-match-case-container {
|
|
@@ -2987,13 +3007,11 @@ $lg-desktop: 1399.98;
|
|
|
2987
3007
|
}
|
|
2988
3008
|
|
|
2989
3009
|
.e-pv-notification-popup {
|
|
2990
|
-
height: $pv-notification-popup-height;
|
|
2991
3010
|
margin: 0 10px;
|
|
2992
3011
|
max-width: $pv-notification-popup-width;
|
|
2993
3012
|
}
|
|
2994
3013
|
|
|
2995
3014
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2996
|
-
height: $pv-notification-popup-height-large-content;
|
|
2997
3015
|
max-width: $pv-notification-popup-width-large-content;
|
|
2998
3016
|
}
|
|
2999
3017
|
|
|
@@ -3399,6 +3417,13 @@ $lg-desktop: 1399.98;
|
|
|
3399
3417
|
}
|
|
3400
3418
|
}
|
|
3401
3419
|
|
|
3420
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3421
|
+
@if $skin-name == 'fluent2' {
|
|
3422
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3423
|
+
color: $pv-icon-color;
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3402
3427
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3403
3428
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3404
3429
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3560,6 +3585,7 @@ $lg-desktop: 1399.98;
|
|
|
3560
3585
|
line-height: $pv-prop-color-picker-line-height;
|
|
3561
3586
|
@if ($skin-name == 'bootstrap5') {
|
|
3562
3587
|
background: $transparent;
|
|
3588
|
+
border: 1px solid $border-light;
|
|
3563
3589
|
border-radius: 4px;
|
|
3564
3590
|
box-sizing: border-box;
|
|
3565
3591
|
color: $content-text-color;
|
|
@@ -3789,6 +3815,9 @@ $lg-desktop: 1399.98;
|
|
|
3789
3815
|
@if $skin-name == 'FluentUI' {
|
|
3790
3816
|
margin-left: 195px;
|
|
3791
3817
|
}
|
|
3818
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3819
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3820
|
+
}
|
|
3792
3821
|
}
|
|
3793
3822
|
|
|
3794
3823
|
.e-pv-properties-line-start,
|
|
@@ -4118,11 +4147,21 @@ $lg-desktop: 1399.98;
|
|
|
4118
4147
|
}
|
|
4119
4148
|
|
|
4120
4149
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4121
|
-
@if $skin-name == 'bootstrap5' {
|
|
4150
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4122
4151
|
background: $secondary-bg-color-pressed;
|
|
4123
4152
|
}
|
|
4124
4153
|
}
|
|
4125
4154
|
|
|
4155
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4156
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4157
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4158
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4159
|
+
}
|
|
4160
|
+
@if $theme-name == 'bootstrap5' {
|
|
4161
|
+
color: $pv-item-selection-color;
|
|
4162
|
+
}
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4126
4165
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4127
4166
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4128
4167
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4218,7 +4257,7 @@ $lg-desktop: 1399.98;
|
|
|
4218
4257
|
|
|
4219
4258
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4220
4259
|
@if $theme-name == 'fluent2' {
|
|
4221
|
-
|
|
4260
|
+
color: var(--color-sf-secondary-text-color);
|
|
4222
4261
|
}
|
|
4223
4262
|
}
|
|
4224
4263
|
|
|
@@ -4564,7 +4603,7 @@ $lg-desktop: 1399.98;
|
|
|
4564
4603
|
}
|
|
4565
4604
|
|
|
4566
4605
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4567
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4606
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4568
4607
|
background-color: $pv-save-button-bg-color;
|
|
4569
4608
|
border-radius: 2px;
|
|
4570
4609
|
color: $pv-save-button-color;
|
|
@@ -4674,6 +4713,9 @@ $lg-desktop: 1399.98;
|
|
|
4674
4713
|
@if $skin-name == 'bootstrap4' {
|
|
4675
4714
|
color: $pv-title-close-color;
|
|
4676
4715
|
}
|
|
4716
|
+
@if $skin-name == 'fluent2' {
|
|
4717
|
+
color: var(--color-sf-secondary-text-color);
|
|
4718
|
+
}
|
|
4677
4719
|
height: $pv-title-close-height;
|
|
4678
4720
|
position: $pv-title-close-position;
|
|
4679
4721
|
right: 11px;
|
|
@@ -4971,7 +5013,7 @@ $lg-desktop: 1399.98;
|
|
|
4971
5013
|
|
|
4972
5014
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4973
5015
|
background: transparent;
|
|
4974
|
-
width: 229px;
|
|
5016
|
+
max-width: 229px;
|
|
4975
5017
|
}
|
|
4976
5018
|
|
|
4977
5019
|
.e-pv-status-div {
|
|
@@ -4987,7 +5029,7 @@ $lg-desktop: 1399.98;
|
|
|
4987
5029
|
}
|
|
4988
5030
|
|
|
4989
5031
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4990
|
-
@if $skin-name != 'bootstrap5' {
|
|
5032
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4991
5033
|
caret-color: $pv-comment-text-cursor-color;
|
|
4992
5034
|
}
|
|
4993
5035
|
}
|
|
@@ -5107,10 +5149,14 @@ $lg-desktop: 1399.98;
|
|
|
5107
5149
|
.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,
|
|
5108
5150
|
.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,
|
|
5109
5151
|
.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 {
|
|
5110
|
-
@if $skin-name != 'bootstrap5' {
|
|
5152
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5111
5153
|
background: $pv-signature-footer-color;
|
|
5112
5154
|
border-color: $pv-signature-footer-color;
|
|
5113
5155
|
}
|
|
5156
|
+
@else if ($skin-name == 'fluent2'){
|
|
5157
|
+
background: $pv-item-selection-background-color;
|
|
5158
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5159
|
+
}
|
|
5114
5160
|
@else {
|
|
5115
5161
|
background: $secondary-bg-color-pressed;
|
|
5116
5162
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -997,14 +997,14 @@ $lg-desktop: 1399.98;
|
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
.e-pv-diagram-resize-handle{
|
|
1000
|
-
@if $theme-name == 'fluent2' {
|
|
1000
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1001
1001
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
1005
|
.e-pv-diagram-border,
|
|
1006
1006
|
.e-pv-diagram-resize-handle {
|
|
1007
|
-
@if $theme-name=='fluent2' {
|
|
1007
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1008
1008
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
@@ -2679,6 +2679,15 @@ $lg-desktop: 1399.98;
|
|
|
2679
2679
|
}
|
|
2680
2680
|
}
|
|
2681
2681
|
|
|
2682
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2683
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2684
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2685
|
+
}
|
|
2686
|
+
@if $theme-name == 'bootstrap5' {
|
|
2687
|
+
color: $pv-item-selection-color;
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2682
2691
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2683
2692
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2684
2693
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2890,6 +2899,17 @@ $lg-desktop: 1399.98;
|
|
|
2890
2899
|
|
|
2891
2900
|
.e-pv-search-input-mobile {
|
|
2892
2901
|
height: $pv-search-input-height;
|
|
2902
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2905
|
+
.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,
|
|
2906
|
+
.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 {
|
|
2907
|
+
margin-left: 3px;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.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,
|
|
2911
|
+
.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 {
|
|
2912
|
+
margin-right: 3px;
|
|
2893
2913
|
}
|
|
2894
2914
|
|
|
2895
2915
|
.e-pv-match-case-container {
|
|
@@ -2987,13 +3007,11 @@ $lg-desktop: 1399.98;
|
|
|
2987
3007
|
}
|
|
2988
3008
|
|
|
2989
3009
|
.e-pv-notification-popup {
|
|
2990
|
-
height: $pv-notification-popup-height;
|
|
2991
3010
|
margin: 0 10px;
|
|
2992
3011
|
max-width: $pv-notification-popup-width;
|
|
2993
3012
|
}
|
|
2994
3013
|
|
|
2995
3014
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2996
|
-
height: $pv-notification-popup-height-large-content;
|
|
2997
3015
|
max-width: $pv-notification-popup-width-large-content;
|
|
2998
3016
|
}
|
|
2999
3017
|
|
|
@@ -3399,6 +3417,13 @@ $lg-desktop: 1399.98;
|
|
|
3399
3417
|
}
|
|
3400
3418
|
}
|
|
3401
3419
|
|
|
3420
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3421
|
+
@if $skin-name == 'fluent2' {
|
|
3422
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3423
|
+
color: $pv-icon-color;
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3402
3427
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3403
3428
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3404
3429
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3560,6 +3585,7 @@ $lg-desktop: 1399.98;
|
|
|
3560
3585
|
line-height: $pv-prop-color-picker-line-height;
|
|
3561
3586
|
@if ($skin-name == 'bootstrap5') {
|
|
3562
3587
|
background: $transparent;
|
|
3588
|
+
border: 1px solid $border-light;
|
|
3563
3589
|
border-radius: 4px;
|
|
3564
3590
|
box-sizing: border-box;
|
|
3565
3591
|
color: $content-text-color;
|
|
@@ -3789,6 +3815,9 @@ $lg-desktop: 1399.98;
|
|
|
3789
3815
|
@if $skin-name == 'FluentUI' {
|
|
3790
3816
|
margin-left: 195px;
|
|
3791
3817
|
}
|
|
3818
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3819
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3820
|
+
}
|
|
3792
3821
|
}
|
|
3793
3822
|
|
|
3794
3823
|
.e-pv-properties-line-start,
|
|
@@ -4118,11 +4147,21 @@ $lg-desktop: 1399.98;
|
|
|
4118
4147
|
}
|
|
4119
4148
|
|
|
4120
4149
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4121
|
-
@if $skin-name == 'bootstrap5' {
|
|
4150
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4122
4151
|
background: $secondary-bg-color-pressed;
|
|
4123
4152
|
}
|
|
4124
4153
|
}
|
|
4125
4154
|
|
|
4155
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4156
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4157
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4158
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4159
|
+
}
|
|
4160
|
+
@if $theme-name == 'bootstrap5' {
|
|
4161
|
+
color: $pv-item-selection-color;
|
|
4162
|
+
}
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4126
4165
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4127
4166
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4128
4167
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4218,7 +4257,7 @@ $lg-desktop: 1399.98;
|
|
|
4218
4257
|
|
|
4219
4258
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4220
4259
|
@if $theme-name == 'fluent2' {
|
|
4221
|
-
|
|
4260
|
+
color: var(--color-sf-secondary-text-color);
|
|
4222
4261
|
}
|
|
4223
4262
|
}
|
|
4224
4263
|
|
|
@@ -4564,7 +4603,7 @@ $lg-desktop: 1399.98;
|
|
|
4564
4603
|
}
|
|
4565
4604
|
|
|
4566
4605
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4567
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4606
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4568
4607
|
background-color: $pv-save-button-bg-color;
|
|
4569
4608
|
border-radius: 2px;
|
|
4570
4609
|
color: $pv-save-button-color;
|
|
@@ -4674,6 +4713,9 @@ $lg-desktop: 1399.98;
|
|
|
4674
4713
|
@if $skin-name == 'bootstrap4' {
|
|
4675
4714
|
color: $pv-title-close-color;
|
|
4676
4715
|
}
|
|
4716
|
+
@if $skin-name == 'fluent2' {
|
|
4717
|
+
color: var(--color-sf-secondary-text-color);
|
|
4718
|
+
}
|
|
4677
4719
|
height: $pv-title-close-height;
|
|
4678
4720
|
position: $pv-title-close-position;
|
|
4679
4721
|
right: 11px;
|
|
@@ -4971,7 +5013,7 @@ $lg-desktop: 1399.98;
|
|
|
4971
5013
|
|
|
4972
5014
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4973
5015
|
background: transparent;
|
|
4974
|
-
width: 229px;
|
|
5016
|
+
max-width: 229px;
|
|
4975
5017
|
}
|
|
4976
5018
|
|
|
4977
5019
|
.e-pv-status-div {
|
|
@@ -4987,7 +5029,7 @@ $lg-desktop: 1399.98;
|
|
|
4987
5029
|
}
|
|
4988
5030
|
|
|
4989
5031
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4990
|
-
@if $skin-name != 'bootstrap5' {
|
|
5032
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4991
5033
|
caret-color: $pv-comment-text-cursor-color;
|
|
4992
5034
|
}
|
|
4993
5035
|
}
|
|
@@ -5107,10 +5149,14 @@ $lg-desktop: 1399.98;
|
|
|
5107
5149
|
.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,
|
|
5108
5150
|
.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,
|
|
5109
5151
|
.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 {
|
|
5110
|
-
@if $skin-name != 'bootstrap5' {
|
|
5152
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5111
5153
|
background: $pv-signature-footer-color;
|
|
5112
5154
|
border-color: $pv-signature-footer-color;
|
|
5113
5155
|
}
|
|
5156
|
+
@else if ($skin-name == 'fluent2'){
|
|
5157
|
+
background: $pv-item-selection-background-color;
|
|
5158
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5159
|
+
}
|
|
5114
5160
|
@else {
|
|
5115
5161
|
background: $secondary-bg-color-pressed;
|
|
5116
5162
|
border-color: $secondary-bg-color-pressed;
|