@syncfusion/blazor-themes 26.1.42 → 26.2.5
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 +244 -67
- package/SCSS-Themes/bds.scss +244 -67
- package/SCSS-Themes/bootstrap-dark.scss +244 -67
- package/SCSS-Themes/bootstrap.scss +250 -73
- package/SCSS-Themes/bootstrap4.scss +250 -73
- package/SCSS-Themes/bootstrap5-dark.scss +252 -75
- package/SCSS-Themes/bootstrap5.scss +252 -75
- 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 +244 -67
- package/SCSS-Themes/fabric.scss +247 -70
- package/SCSS-Themes/fluent-dark.scss +250 -73
- package/SCSS-Themes/fluent.scss +250 -73
- package/SCSS-Themes/fluent2-dark.scss +260 -83
- package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
- package/SCSS-Themes/fluent2.scss +273 -94
- 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 +251 -74
- 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 +244 -67
- package/SCSS-Themes/material.scss +246 -69
- package/SCSS-Themes/material3-dark.scss +249 -72
- package/SCSS-Themes/material3.scss +249 -72
- 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/navigations/treeview/bds-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bds.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fabric.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/fluent2.scss +2 -2
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/material3.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +2 -2
- package/SCSS-Themes/navigations/treeview/tailwind.scss +2 -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/ribbon/ribbon/bds-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bds.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/fluent2.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/material3.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +38 -4
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +38 -4
- 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 +253 -76
- package/SCSS-Themes/tailwind.scss +253 -76
- package/package.json +1 -1
|
@@ -996,14 +996,14 @@ $lg-desktop: 1399.98;
|
|
|
996
996
|
}
|
|
997
997
|
|
|
998
998
|
.e-pv-diagram-resize-handle{
|
|
999
|
-
@if $theme-name == 'fluent2' {
|
|
999
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1000
1000
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
1003
1003
|
|
|
1004
1004
|
.e-pv-diagram-border,
|
|
1005
1005
|
.e-pv-diagram-resize-handle {
|
|
1006
|
-
@if $theme-name=='fluent2' {
|
|
1006
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1007
1007
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
@@ -2678,6 +2678,15 @@ $lg-desktop: 1399.98;
|
|
|
2678
2678
|
}
|
|
2679
2679
|
}
|
|
2680
2680
|
|
|
2681
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2682
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2683
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2684
|
+
}
|
|
2685
|
+
@if $theme-name == 'bootstrap5' {
|
|
2686
|
+
color: $pv-item-selection-color;
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2681
2690
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2682
2691
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2683
2692
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2889,6 +2898,17 @@ $lg-desktop: 1399.98;
|
|
|
2889
2898
|
|
|
2890
2899
|
.e-pv-search-input-mobile {
|
|
2891
2900
|
height: $pv-search-input-height;
|
|
2901
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
.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
|
+
.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 {
|
|
2906
|
+
margin-left: 3px;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
.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
|
+
.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 {
|
|
2911
|
+
margin-right: 3px;
|
|
2892
2912
|
}
|
|
2893
2913
|
|
|
2894
2914
|
.e-pv-match-case-container {
|
|
@@ -2986,13 +3006,11 @@ $lg-desktop: 1399.98;
|
|
|
2986
3006
|
}
|
|
2987
3007
|
|
|
2988
3008
|
.e-pv-notification-popup {
|
|
2989
|
-
height: $pv-notification-popup-height;
|
|
2990
3009
|
margin: 0 10px;
|
|
2991
3010
|
max-width: $pv-notification-popup-width;
|
|
2992
3011
|
}
|
|
2993
3012
|
|
|
2994
3013
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
2995
|
-
height: $pv-notification-popup-height-large-content;
|
|
2996
3014
|
max-width: $pv-notification-popup-width-large-content;
|
|
2997
3015
|
}
|
|
2998
3016
|
|
|
@@ -3398,6 +3416,13 @@ $lg-desktop: 1399.98;
|
|
|
3398
3416
|
}
|
|
3399
3417
|
}
|
|
3400
3418
|
|
|
3419
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3420
|
+
@if $skin-name == 'fluent2' {
|
|
3421
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3422
|
+
color: $pv-icon-color;
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3401
3426
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3402
3427
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3403
3428
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3559,6 +3584,7 @@ $lg-desktop: 1399.98;
|
|
|
3559
3584
|
line-height: $pv-prop-color-picker-line-height;
|
|
3560
3585
|
@if ($skin-name == 'bootstrap5') {
|
|
3561
3586
|
background: $transparent;
|
|
3587
|
+
border: 1px solid $border-light;
|
|
3562
3588
|
border-radius: 4px;
|
|
3563
3589
|
box-sizing: border-box;
|
|
3564
3590
|
color: $content-text-color;
|
|
@@ -3788,6 +3814,9 @@ $lg-desktop: 1399.98;
|
|
|
3788
3814
|
@if $skin-name == 'FluentUI' {
|
|
3789
3815
|
margin-left: 195px;
|
|
3790
3816
|
}
|
|
3817
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3818
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3819
|
+
}
|
|
3791
3820
|
}
|
|
3792
3821
|
|
|
3793
3822
|
.e-pv-properties-line-start,
|
|
@@ -4117,11 +4146,21 @@ $lg-desktop: 1399.98;
|
|
|
4117
4146
|
}
|
|
4118
4147
|
|
|
4119
4148
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4120
|
-
@if $skin-name == 'bootstrap5' {
|
|
4149
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4121
4150
|
background: $secondary-bg-color-pressed;
|
|
4122
4151
|
}
|
|
4123
4152
|
}
|
|
4124
4153
|
|
|
4154
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4155
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4156
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4157
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4158
|
+
}
|
|
4159
|
+
@if $theme-name == 'bootstrap5' {
|
|
4160
|
+
color: $pv-item-selection-color;
|
|
4161
|
+
}
|
|
4162
|
+
}
|
|
4163
|
+
|
|
4125
4164
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4126
4165
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4127
4166
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4217,7 +4256,7 @@ $lg-desktop: 1399.98;
|
|
|
4217
4256
|
|
|
4218
4257
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4219
4258
|
@if $theme-name == 'fluent2' {
|
|
4220
|
-
|
|
4259
|
+
color: var(--color-sf-secondary-text-color);
|
|
4221
4260
|
}
|
|
4222
4261
|
}
|
|
4223
4262
|
|
|
@@ -4563,7 +4602,7 @@ $lg-desktop: 1399.98;
|
|
|
4563
4602
|
}
|
|
4564
4603
|
|
|
4565
4604
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4566
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4605
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4567
4606
|
background-color: $pv-save-button-bg-color;
|
|
4568
4607
|
border-radius: 2px;
|
|
4569
4608
|
color: $pv-save-button-color;
|
|
@@ -4673,6 +4712,9 @@ $lg-desktop: 1399.98;
|
|
|
4673
4712
|
@if $skin-name == 'bootstrap4' {
|
|
4674
4713
|
color: $pv-title-close-color;
|
|
4675
4714
|
}
|
|
4715
|
+
@if $skin-name == 'fluent2' {
|
|
4716
|
+
color: var(--color-sf-secondary-text-color);
|
|
4717
|
+
}
|
|
4676
4718
|
height: $pv-title-close-height;
|
|
4677
4719
|
position: $pv-title-close-position;
|
|
4678
4720
|
right: 11px;
|
|
@@ -4970,7 +5012,7 @@ $lg-desktop: 1399.98;
|
|
|
4970
5012
|
|
|
4971
5013
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
4972
5014
|
background: transparent;
|
|
4973
|
-
width: 229px;
|
|
5015
|
+
max-width: 229px;
|
|
4974
5016
|
}
|
|
4975
5017
|
|
|
4976
5018
|
.e-pv-status-div {
|
|
@@ -4986,7 +5028,7 @@ $lg-desktop: 1399.98;
|
|
|
4986
5028
|
}
|
|
4987
5029
|
|
|
4988
5030
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
4989
|
-
@if $skin-name != 'bootstrap5' {
|
|
5031
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
4990
5032
|
caret-color: $pv-comment-text-cursor-color;
|
|
4991
5033
|
}
|
|
4992
5034
|
}
|
|
@@ -5106,10 +5148,14 @@ $lg-desktop: 1399.98;
|
|
|
5106
5148
|
.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,
|
|
5107
5149
|
.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,
|
|
5108
5150
|
.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 {
|
|
5109
|
-
@if $skin-name != 'bootstrap5' {
|
|
5151
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5110
5152
|
background: $pv-signature-footer-color;
|
|
5111
5153
|
border-color: $pv-signature-footer-color;
|
|
5112
5154
|
}
|
|
5155
|
+
@else if ($skin-name == 'fluent2'){
|
|
5156
|
+
background: $pv-item-selection-background-color;
|
|
5157
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5158
|
+
}
|
|
5113
5159
|
@else {
|
|
5114
5160
|
background: $secondary-bg-color-pressed;
|
|
5115
5161
|
border-color: $secondary-bg-color-pressed;
|
|
@@ -1042,14 +1042,14 @@ $lg-desktop: 1399.98;
|
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
1044
|
.e-pv-diagram-resize-handle{
|
|
1045
|
-
@if $theme-name == 'fluent2' {
|
|
1045
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1046
1046
|
fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
|
|
1047
1047
|
}
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
.e-pv-diagram-border,
|
|
1051
1051
|
.e-pv-diagram-resize-handle {
|
|
1052
|
-
@if $theme-name=='fluent2' {
|
|
1052
|
+
@if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
|
|
1053
1053
|
stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
@@ -2724,6 +2724,15 @@ $lg-desktop: 1399.98;
|
|
|
2724
2724
|
}
|
|
2725
2725
|
}
|
|
2726
2726
|
|
|
2727
|
+
.e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
|
|
2728
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
2729
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
2730
|
+
}
|
|
2731
|
+
@if $theme-name == 'bootstrap5' {
|
|
2732
|
+
color: $pv-item-selection-color;
|
|
2733
|
+
}
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2727
2736
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2728
2737
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
2729
2738
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
|
|
@@ -2935,6 +2944,17 @@ $lg-desktop: 1399.98;
|
|
|
2935
2944
|
|
|
2936
2945
|
.e-pv-search-input-mobile {
|
|
2937
2946
|
height: $pv-search-input-height;
|
|
2947
|
+
max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
.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,
|
|
2951
|
+
.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 {
|
|
2952
|
+
margin-left: 3px;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
.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,
|
|
2956
|
+
.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 {
|
|
2957
|
+
margin-right: 3px;
|
|
2938
2958
|
}
|
|
2939
2959
|
|
|
2940
2960
|
.e-pv-match-case-container {
|
|
@@ -3032,13 +3052,11 @@ $lg-desktop: 1399.98;
|
|
|
3032
3052
|
}
|
|
3033
3053
|
|
|
3034
3054
|
.e-pv-notification-popup {
|
|
3035
|
-
height: $pv-notification-popup-height;
|
|
3036
3055
|
margin: 0 10px;
|
|
3037
3056
|
max-width: $pv-notification-popup-width;
|
|
3038
3057
|
}
|
|
3039
3058
|
|
|
3040
3059
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
3041
|
-
height: $pv-notification-popup-height-large-content;
|
|
3042
3060
|
max-width: $pv-notification-popup-width-large-content;
|
|
3043
3061
|
}
|
|
3044
3062
|
|
|
@@ -3444,6 +3462,13 @@ $lg-desktop: 1399.98;
|
|
|
3444
3462
|
}
|
|
3445
3463
|
}
|
|
3446
3464
|
|
|
3465
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
|
|
3466
|
+
@if $skin-name == 'fluent2' {
|
|
3467
|
+
background-color: $pv-annotation-dd-background-color-active;
|
|
3468
|
+
color: $pv-icon-color;
|
|
3469
|
+
}
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3447
3472
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
3448
3473
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
3449
3474
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
@@ -3605,6 +3630,7 @@ $lg-desktop: 1399.98;
|
|
|
3605
3630
|
line-height: $pv-prop-color-picker-line-height;
|
|
3606
3631
|
@if ($skin-name == 'bootstrap5') {
|
|
3607
3632
|
background: $transparent;
|
|
3633
|
+
border: 1px solid $border-light;
|
|
3608
3634
|
border-radius: 4px;
|
|
3609
3635
|
box-sizing: border-box;
|
|
3610
3636
|
color: $content-text-color;
|
|
@@ -3834,6 +3860,9 @@ $lg-desktop: 1399.98;
|
|
|
3834
3860
|
@if $skin-name == 'FluentUI' {
|
|
3835
3861
|
margin-left: 195px;
|
|
3836
3862
|
}
|
|
3863
|
+
@if ($skin-name == 'bootstrap5') {
|
|
3864
|
+
margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
|
|
3865
|
+
}
|
|
3837
3866
|
}
|
|
3838
3867
|
|
|
3839
3868
|
.e-pv-properties-line-start,
|
|
@@ -4163,11 +4192,21 @@ $lg-desktop: 1399.98;
|
|
|
4163
4192
|
}
|
|
4164
4193
|
|
|
4165
4194
|
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
|
|
4166
|
-
@if $skin-name == 'bootstrap5' {
|
|
4195
|
+
@if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
|
|
4167
4196
|
background: $secondary-bg-color-pressed;
|
|
4168
4197
|
}
|
|
4169
4198
|
}
|
|
4170
4199
|
|
|
4200
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
|
|
4201
|
+
.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
|
|
4202
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
4203
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
4204
|
+
}
|
|
4205
|
+
@if $theme-name == 'bootstrap5' {
|
|
4206
|
+
color: $pv-item-selection-color;
|
|
4207
|
+
}
|
|
4208
|
+
}
|
|
4209
|
+
|
|
4171
4210
|
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4172
4211
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
4173
4212
|
height: $pv-toolbar-btn-height-big;
|
|
@@ -4263,7 +4302,7 @@ $lg-desktop: 1399.98;
|
|
|
4263
4302
|
|
|
4264
4303
|
.e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
|
|
4265
4304
|
@if $theme-name == 'fluent2' {
|
|
4266
|
-
|
|
4305
|
+
color: var(--color-sf-secondary-text-color);
|
|
4267
4306
|
}
|
|
4268
4307
|
}
|
|
4269
4308
|
|
|
@@ -4609,7 +4648,7 @@ $lg-desktop: 1399.98;
|
|
|
4609
4648
|
}
|
|
4610
4649
|
|
|
4611
4650
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
4612
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
4651
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
|
|
4613
4652
|
background-color: $pv-save-button-bg-color;
|
|
4614
4653
|
border-radius: 2px;
|
|
4615
4654
|
color: $pv-save-button-color;
|
|
@@ -4719,6 +4758,9 @@ $lg-desktop: 1399.98;
|
|
|
4719
4758
|
@if $skin-name == 'bootstrap4' {
|
|
4720
4759
|
color: $pv-title-close-color;
|
|
4721
4760
|
}
|
|
4761
|
+
@if $skin-name == 'fluent2' {
|
|
4762
|
+
color: var(--color-sf-secondary-text-color);
|
|
4763
|
+
}
|
|
4722
4764
|
height: $pv-title-close-height;
|
|
4723
4765
|
position: $pv-title-close-position;
|
|
4724
4766
|
right: 11px;
|
|
@@ -5016,7 +5058,7 @@ $lg-desktop: 1399.98;
|
|
|
5016
5058
|
|
|
5017
5059
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
5018
5060
|
background: transparent;
|
|
5019
|
-
width: 229px;
|
|
5061
|
+
max-width: 229px;
|
|
5020
5062
|
}
|
|
5021
5063
|
|
|
5022
5064
|
.e-pv-status-div {
|
|
@@ -5032,7 +5074,7 @@ $lg-desktop: 1399.98;
|
|
|
5032
5074
|
}
|
|
5033
5075
|
|
|
5034
5076
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
5035
|
-
@if $skin-name != 'bootstrap5' {
|
|
5077
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
|
|
5036
5078
|
caret-color: $pv-comment-text-cursor-color;
|
|
5037
5079
|
}
|
|
5038
5080
|
}
|
|
@@ -5152,10 +5194,14 @@ $lg-desktop: 1399.98;
|
|
|
5152
5194
|
.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,
|
|
5153
5195
|
.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,
|
|
5154
5196
|
.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 {
|
|
5155
|
-
@if $skin-name != 'bootstrap5' {
|
|
5197
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
5156
5198
|
background: $pv-signature-footer-color;
|
|
5157
5199
|
border-color: $pv-signature-footer-color;
|
|
5158
5200
|
}
|
|
5201
|
+
@else if ($skin-name == 'fluent2'){
|
|
5202
|
+
background: $pv-item-selection-background-color;
|
|
5203
|
+
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
5204
|
+
}
|
|
5159
5205
|
@else {
|
|
5160
5206
|
background: $secondary-bg-color-pressed;
|
|
5161
5207
|
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;
|