@syncfusion/blazor-themes 20.4.41 → 20.4.43
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/bootstrap-dark.scss +18 -3
- package/SCSS-Themes/bootstrap.scss +18 -3
- package/SCSS-Themes/bootstrap4.scss +18 -3
- package/SCSS-Themes/bootstrap5-dark.scss +17 -2
- package/SCSS-Themes/bootstrap5.scss +17 -2
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/material.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +6 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +6 -1
- package/SCSS-Themes/fabric-dark.scss +16 -1
- package/SCSS-Themes/fabric.scss +16 -1
- package/SCSS-Themes/fluent-dark.scss +17 -2
- package/SCSS-Themes/fluent.scss +17 -2
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +4 -1
- package/SCSS-Themes/grids/grid/bootstrap.scss +4 -1
- package/SCSS-Themes/grids/grid/bootstrap4.scss +4 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +4 -1
- package/SCSS-Themes/grids/grid/bootstrap5.scss +4 -1
- package/SCSS-Themes/grids/grid/fabric-dark.scss +4 -1
- package/SCSS-Themes/grids/grid/fabric.scss +4 -1
- package/SCSS-Themes/grids/grid/fluent-dark.scss +4 -1
- package/SCSS-Themes/grids/grid/fluent.scss +4 -1
- package/SCSS-Themes/grids/grid/highcontrast.scss +4 -1
- package/SCSS-Themes/grids/grid/material-dark.scss +4 -1
- package/SCSS-Themes/grids/grid/material.scss +4 -1
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +4 -1
- package/SCSS-Themes/grids/grid/tailwind.scss +4 -1
- package/SCSS-Themes/highcontrast.scss +16 -1
- package/SCSS-Themes/material-dark.scss +18 -3
- package/SCSS-Themes/material.scss +19 -3
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +8 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +7 -0
- package/SCSS-Themes/tailwind-dark.scss +19 -4
- package/SCSS-Themes/tailwind.scss +19 -4
- package/package.json +1 -1
|
@@ -1523,7 +1523,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
1523
1523
|
border-color: $grid-dragcell-border-color;
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1526
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1527
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1528
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1529
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1527
1530
|
border-bottom-width: $grid-border-bottom-width;
|
|
1528
1531
|
}
|
|
1529
1532
|
|
|
@@ -1523,7 +1523,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
1523
1523
|
border-color: $grid-dragcell-border-color;
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1526
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1527
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1528
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1529
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1527
1530
|
border-bottom-width: $grid-border-bottom-width;
|
|
1528
1531
|
}
|
|
1529
1532
|
|
|
@@ -1520,7 +1520,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1520
1520
|
border-color: $grid-dragcell-border-color;
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1523
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1524
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1525
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1526
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1524
1527
|
border-bottom-width: $grid-border-bottom-width;
|
|
1525
1528
|
}
|
|
1526
1529
|
|
|
@@ -1520,7 +1520,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1520
1520
|
border-color: $grid-dragcell-border-color;
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1523
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1524
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1525
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1526
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1524
1527
|
border-bottom-width: $grid-border-bottom-width;
|
|
1525
1528
|
}
|
|
1526
1529
|
|
|
@@ -1515,7 +1515,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1515
1515
|
border-color: $grid-dragcell-border-color;
|
|
1516
1516
|
}
|
|
1517
1517
|
|
|
1518
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1518
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1519
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1520
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1521
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1519
1522
|
border-bottom-width: $grid-border-bottom-width;
|
|
1520
1523
|
}
|
|
1521
1524
|
|
|
@@ -1515,7 +1515,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1515
1515
|
border-color: $grid-dragcell-border-color;
|
|
1516
1516
|
}
|
|
1517
1517
|
|
|
1518
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1518
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1519
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1520
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1521
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1519
1522
|
border-bottom-width: $grid-border-bottom-width;
|
|
1520
1523
|
}
|
|
1521
1524
|
|
|
@@ -1520,7 +1520,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1520
1520
|
border-color: $grid-dragcell-border-color;
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1523
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1524
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1525
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1526
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1524
1527
|
border-bottom-width: $grid-border-bottom-width;
|
|
1525
1528
|
}
|
|
1526
1529
|
|
|
@@ -1521,7 +1521,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1521
1521
|
border-color: $grid-dragcell-border-color;
|
|
1522
1522
|
}
|
|
1523
1523
|
|
|
1524
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1524
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1525
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1526
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1527
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1525
1528
|
border-bottom-width: $grid-border-bottom-width;
|
|
1526
1529
|
}
|
|
1527
1530
|
|
|
@@ -1519,7 +1519,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1519
1519
|
border-color: $grid-dragcell-border-color;
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1522
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1523
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1524
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1525
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1523
1526
|
border-bottom-width: $grid-border-bottom-width;
|
|
1524
1527
|
}
|
|
1525
1528
|
|
|
@@ -1530,7 +1530,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1530
1530
|
border-color: $grid-dragcell-border-color;
|
|
1531
1531
|
}
|
|
1532
1532
|
|
|
1533
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1533
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1534
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1535
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1536
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1534
1537
|
border-bottom-width: $grid-border-bottom-width;
|
|
1535
1538
|
}
|
|
1536
1539
|
|
|
@@ -1530,7 +1530,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1530
1530
|
border-color: $grid-dragcell-border-color;
|
|
1531
1531
|
}
|
|
1532
1532
|
|
|
1533
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1533
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1534
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1535
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1536
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1534
1537
|
border-bottom-width: $grid-border-bottom-width;
|
|
1535
1538
|
}
|
|
1536
1539
|
|
|
@@ -59057,6 +59057,11 @@ ejs-multiselect {
|
|
|
59057
59057
|
cursor: not-allowed;
|
|
59058
59058
|
}
|
|
59059
59059
|
|
|
59060
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59061
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59062
|
+
cursor: pointer;
|
|
59063
|
+
}
|
|
59064
|
+
|
|
59060
59065
|
|
|
59061
59066
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59062
59067
|
color: $ddl-sel-chip-close;
|
|
@@ -72405,7 +72410,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
72405
72410
|
border-color: $grid-dragcell-border-color;
|
|
72406
72411
|
}
|
|
72407
72412
|
|
|
72408
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
72413
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
72414
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
72415
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
72416
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
72409
72417
|
border-bottom-width: $grid-border-bottom-width;
|
|
72410
72418
|
}
|
|
72411
72419
|
|
|
@@ -94423,6 +94431,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
94423
94431
|
}
|
|
94424
94432
|
}
|
|
94425
94433
|
|
|
94434
|
+
.e-btn.e-outline.e-primary,
|
|
94435
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
94436
|
+
@if $theme-name == 'material' {
|
|
94437
|
+
color: $pv-comment-panel-post-button-color;
|
|
94438
|
+
}
|
|
94439
|
+
}
|
|
94440
|
+
|
|
94426
94441
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
94427
94442
|
margin-bottom: 1px;
|
|
94428
94443
|
}
|
|
@@ -59672,6 +59672,11 @@ ejs-multiselect {
|
|
|
59672
59672
|
cursor: not-allowed;
|
|
59673
59673
|
}
|
|
59674
59674
|
|
|
59675
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59676
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59677
|
+
cursor: pointer;
|
|
59678
|
+
}
|
|
59679
|
+
|
|
59675
59680
|
|
|
59676
59681
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59677
59682
|
color: $ddl-sel-chip-close;
|
|
@@ -70389,7 +70394,7 @@ $bigger-splitbar-icon-size: 16px !default;
|
|
|
70389
70394
|
}
|
|
70390
70395
|
}
|
|
70391
70396
|
|
|
70392
|
-
|
|
70397
|
+
|
|
70393
70398
|
|
|
70394
70399
|
|
|
70395
70400
|
$pager-font-size: 13px !default;
|
|
@@ -72194,7 +72199,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
72194
72199
|
}
|
|
72195
72200
|
}
|
|
72196
72201
|
|
|
72197
|
-
|
|
72202
|
+
|
|
72198
72203
|
|
|
72199
72204
|
|
|
72200
72205
|
|
|
@@ -73717,7 +73722,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
73717
73722
|
border-color: $grid-dragcell-border-color;
|
|
73718
73723
|
}
|
|
73719
73724
|
|
|
73720
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
73725
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
73726
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
73727
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
73728
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
73721
73729
|
border-bottom-width: $grid-border-bottom-width;
|
|
73722
73730
|
}
|
|
73723
73731
|
|
|
@@ -95752,6 +95760,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
95752
95760
|
}
|
|
95753
95761
|
}
|
|
95754
95762
|
|
|
95763
|
+
.e-btn.e-outline.e-primary,
|
|
95764
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
95765
|
+
@if $theme-name == 'material' {
|
|
95766
|
+
color: $pv-comment-panel-post-button-color;
|
|
95767
|
+
}
|
|
95768
|
+
}
|
|
95769
|
+
|
|
95755
95770
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
95756
95771
|
margin-bottom: 1px;
|
|
95757
95772
|
}
|
|
@@ -59407,6 +59407,11 @@ ejs-multiselect {
|
|
|
59407
59407
|
cursor: not-allowed;
|
|
59408
59408
|
}
|
|
59409
59409
|
|
|
59410
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59411
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59412
|
+
cursor: pointer;
|
|
59413
|
+
}
|
|
59414
|
+
|
|
59410
59415
|
|
|
59411
59416
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59412
59417
|
color: $ddl-sel-chip-close;
|
|
@@ -70117,7 +70122,7 @@ $bigger-splitbar-icon-size: 16px !default;
|
|
|
70117
70122
|
}
|
|
70118
70123
|
}
|
|
70119
70124
|
|
|
70120
|
-
|
|
70125
|
+
|
|
70121
70126
|
|
|
70122
70127
|
|
|
70123
70128
|
$pager-font-size: 13px !default;
|
|
@@ -71917,7 +71922,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
71917
71922
|
}
|
|
71918
71923
|
}
|
|
71919
71924
|
|
|
71920
|
-
|
|
71925
|
+
|
|
71921
71926
|
|
|
71922
71927
|
|
|
71923
71928
|
|
|
@@ -73438,7 +73443,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
73438
73443
|
border-color: $grid-dragcell-border-color;
|
|
73439
73444
|
}
|
|
73440
73445
|
|
|
73441
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
73446
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
73447
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
73448
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
73449
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
73442
73450
|
border-bottom-width: $grid-border-bottom-width;
|
|
73443
73451
|
}
|
|
73444
73452
|
|
|
@@ -92463,6 +92471,7 @@ $pv-eye-icon-padding: 7px !default;
|
|
|
92463
92471
|
$pv-eye-icon-hover-cursor: pointer !default;
|
|
92464
92472
|
$pv-eye-icon-opacity: .87 !default;
|
|
92465
92473
|
$pv-eye-icon-margin-top: 3px !default;
|
|
92474
|
+
$pv-comment-panel-post-button-color: #d71456 !default;
|
|
92466
92475
|
|
|
92467
92476
|
@include export-module('pdfviewer-layout') {
|
|
92468
92477
|
|
|
@@ -95463,6 +95472,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
95463
95472
|
}
|
|
95464
95473
|
}
|
|
95465
95474
|
|
|
95475
|
+
.e-btn.e-outline.e-primary,
|
|
95476
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
95477
|
+
@if $theme-name == 'material' {
|
|
95478
|
+
color: $pv-comment-panel-post-button-color;
|
|
95479
|
+
}
|
|
95480
|
+
}
|
|
95481
|
+
|
|
95466
95482
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
95467
95483
|
margin-bottom: 1px;
|
|
95468
95484
|
}
|
|
@@ -3580,6 +3580,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3580
3580
|
}
|
|
3581
3581
|
}
|
|
3582
3582
|
|
|
3583
|
+
.e-btn.e-outline.e-primary,
|
|
3584
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3585
|
+
@if $theme-name == 'material' {
|
|
3586
|
+
color: $pv-comment-panel-post-button-color;
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3583
3590
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3584
3591
|
margin-bottom: 1px;
|
|
3585
3592
|
}
|
|
@@ -3580,6 +3580,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3580
3580
|
}
|
|
3581
3581
|
}
|
|
3582
3582
|
|
|
3583
|
+
.e-btn.e-outline.e-primary,
|
|
3584
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3585
|
+
@if $theme-name == 'material' {
|
|
3586
|
+
color: $pv-comment-panel-post-button-color;
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3583
3590
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3584
3591
|
margin-bottom: 1px;
|
|
3585
3592
|
}
|
|
@@ -3626,6 +3626,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3626
3626
|
}
|
|
3627
3627
|
}
|
|
3628
3628
|
|
|
3629
|
+
.e-btn.e-outline.e-primary,
|
|
3630
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3631
|
+
@if $theme-name == 'material' {
|
|
3632
|
+
color: $pv-comment-panel-post-button-color;
|
|
3633
|
+
}
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3629
3636
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3630
3637
|
margin-bottom: 1px;
|
|
3631
3638
|
}
|
|
@@ -3574,6 +3574,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3574
3574
|
}
|
|
3575
3575
|
}
|
|
3576
3576
|
|
|
3577
|
+
.e-btn.e-outline.e-primary,
|
|
3578
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3579
|
+
@if $theme-name == 'material' {
|
|
3580
|
+
color: $pv-comment-panel-post-button-color;
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3577
3584
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3578
3585
|
margin-bottom: 1px;
|
|
3579
3586
|
}
|
|
@@ -3574,6 +3574,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3574
3574
|
}
|
|
3575
3575
|
}
|
|
3576
3576
|
|
|
3577
|
+
.e-btn.e-outline.e-primary,
|
|
3578
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3579
|
+
@if $theme-name == 'material' {
|
|
3580
|
+
color: $pv-comment-panel-post-button-color;
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3577
3584
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3578
3585
|
margin-bottom: 1px;
|
|
3579
3586
|
}
|
|
@@ -3577,6 +3577,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3577
3577
|
}
|
|
3578
3578
|
}
|
|
3579
3579
|
|
|
3580
|
+
.e-btn.e-outline.e-primary,
|
|
3581
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3582
|
+
@if $theme-name == 'material' {
|
|
3583
|
+
color: $pv-comment-panel-post-button-color;
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
|
|
3580
3587
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3581
3588
|
margin-bottom: 1px;
|
|
3582
3589
|
}
|
|
@@ -3579,6 +3579,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3579
3579
|
}
|
|
3580
3580
|
}
|
|
3581
3581
|
|
|
3582
|
+
.e-btn.e-outline.e-primary,
|
|
3583
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3584
|
+
@if $theme-name == 'material' {
|
|
3585
|
+
color: $pv-comment-panel-post-button-color;
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3582
3589
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3583
3590
|
margin-bottom: 1px;
|
|
3584
3591
|
}
|
|
@@ -3581,6 +3581,13 @@ $pv-comment-text-curser-color: $black !default;
|
|
|
3581
3581
|
}
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
3584
|
+
.e-btn.e-outline.e-primary,
|
|
3585
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3586
|
+
@if $theme-name == 'material' {
|
|
3587
|
+
color: $pv-comment-panel-post-button-color;
|
|
3588
|
+
}
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3584
3591
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3585
3592
|
margin-bottom: 1px;
|
|
3586
3593
|
}
|
|
@@ -3581,6 +3581,13 @@ $pv-comment-text-curser-color: $black !default;
|
|
|
3581
3581
|
}
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
3584
|
+
.e-btn.e-outline.e-primary,
|
|
3585
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3586
|
+
@if $theme-name == 'material' {
|
|
3587
|
+
color: $pv-comment-panel-post-button-color;
|
|
3588
|
+
}
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3584
3591
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3585
3592
|
margin-bottom: 1px;
|
|
3586
3593
|
}
|
|
@@ -3579,6 +3579,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3579
3579
|
}
|
|
3580
3580
|
}
|
|
3581
3581
|
|
|
3582
|
+
.e-btn.e-outline.e-primary,
|
|
3583
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3584
|
+
@if $theme-name == 'material' {
|
|
3585
|
+
color: $pv-comment-panel-post-button-color;
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3582
3589
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3583
3590
|
margin-bottom: 1px;
|
|
3584
3591
|
}
|
|
@@ -3578,6 +3578,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3578
3578
|
}
|
|
3579
3579
|
}
|
|
3580
3580
|
|
|
3581
|
+
.e-btn.e-outline.e-primary,
|
|
3582
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3583
|
+
@if $theme-name == 'material' {
|
|
3584
|
+
color: $pv-comment-panel-post-button-color;
|
|
3585
|
+
}
|
|
3586
|
+
}
|
|
3587
|
+
|
|
3581
3588
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3582
3589
|
margin-bottom: 1px;
|
|
3583
3590
|
}
|
|
@@ -576,6 +576,7 @@ $pv-eye-icon-padding: 7px !default;
|
|
|
576
576
|
$pv-eye-icon-hover-cursor: pointer !default;
|
|
577
577
|
$pv-eye-icon-opacity: .87 !default;
|
|
578
578
|
$pv-eye-icon-margin-top: 3px !default;
|
|
579
|
+
$pv-comment-panel-post-button-color: #d71456 !default;
|
|
579
580
|
|
|
580
581
|
@include export-module('pdfviewer-layout') {
|
|
581
582
|
|
|
@@ -3576,6 +3577,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3576
3577
|
}
|
|
3577
3578
|
}
|
|
3578
3579
|
|
|
3580
|
+
.e-btn.e-outline.e-primary,
|
|
3581
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3582
|
+
@if $theme-name == 'material' {
|
|
3583
|
+
color: $pv-comment-panel-post-button-color;
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
|
|
3579
3587
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3580
3588
|
margin-bottom: 1px;
|
|
3581
3589
|
}
|
|
@@ -3583,6 +3583,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3583
3583
|
}
|
|
3584
3584
|
}
|
|
3585
3585
|
|
|
3586
|
+
.e-btn.e-outline.e-primary,
|
|
3587
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3588
|
+
@if $theme-name == 'material' {
|
|
3589
|
+
color: $pv-comment-panel-post-button-color;
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3586
3593
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3587
3594
|
margin-bottom: 1px;
|
|
3588
3595
|
}
|
|
@@ -3583,6 +3583,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3583
3583
|
}
|
|
3584
3584
|
}
|
|
3585
3585
|
|
|
3586
|
+
.e-btn.e-outline.e-primary,
|
|
3587
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
3588
|
+
@if $theme-name == 'material' {
|
|
3589
|
+
color: $pv-comment-panel-post-button-color;
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3586
3593
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
3587
3594
|
margin-bottom: 1px;
|
|
3588
3595
|
}
|
|
@@ -57053,7 +57053,7 @@ $ddl-delim-font-size: $text-sm !default;
|
|
|
57053
57053
|
$ddl-rtl-wrapper: 0 2px 0 32px !default;
|
|
57054
57054
|
$ddl-chip-mobile-bg: $primary !default;
|
|
57055
57055
|
$ddl-search-wrapper-width: calc(100% - 32px) !default;
|
|
57056
|
-
$ddl-bigger-search-wrapper-width: calc(100% -
|
|
57056
|
+
$ddl-bigger-search-wrapper-width: calc(100% - 50px) !default;
|
|
57057
57057
|
$ddl-bigger-small-search-wrapper-width: calc(100% - 32px) !default;
|
|
57058
57058
|
$ddl-small-search-wrapper-width: calc(100% - 30px) !default;
|
|
57059
57059
|
$ddl-popup-shadow-value: $shadow-lg !default;
|
|
@@ -59291,6 +59291,11 @@ ejs-multiselect {
|
|
|
59291
59291
|
cursor: not-allowed;
|
|
59292
59292
|
}
|
|
59293
59293
|
|
|
59294
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59295
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59296
|
+
cursor: pointer;
|
|
59297
|
+
}
|
|
59298
|
+
|
|
59294
59299
|
|
|
59295
59300
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59296
59301
|
color: $ddl-sel-chip-close;
|
|
@@ -69402,7 +69407,7 @@ $split-bar-hover-border-right: 1px solid $splitbar-hover-border-color !default;
|
|
|
69402
69407
|
}
|
|
69403
69408
|
}
|
|
69404
69409
|
|
|
69405
|
-
|
|
69410
|
+
|
|
69406
69411
|
|
|
69407
69412
|
|
|
69408
69413
|
$pager-numericitem-border-radius: 0 !default;
|
|
@@ -71219,7 +71224,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
71219
71224
|
}
|
|
71220
71225
|
}
|
|
71221
71226
|
|
|
71222
|
-
|
|
71227
|
+
|
|
71223
71228
|
|
|
71224
71229
|
|
|
71225
71230
|
|
|
@@ -72751,7 +72756,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
72751
72756
|
border-color: $grid-dragcell-border-color;
|
|
72752
72757
|
}
|
|
72753
72758
|
|
|
72754
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
72759
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
72760
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
72761
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
72762
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
72755
72763
|
border-bottom-width: $grid-border-bottom-width;
|
|
72756
72764
|
}
|
|
72757
72765
|
|
|
@@ -94797,6 +94805,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
94797
94805
|
}
|
|
94798
94806
|
}
|
|
94799
94807
|
|
|
94808
|
+
.e-btn.e-outline.e-primary,
|
|
94809
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
94810
|
+
@if $theme-name == 'material' {
|
|
94811
|
+
color: $pv-comment-panel-post-button-color;
|
|
94812
|
+
}
|
|
94813
|
+
}
|
|
94814
|
+
|
|
94800
94815
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
94801
94816
|
margin-bottom: 1px;
|
|
94802
94817
|
}
|
|
@@ -57050,7 +57050,7 @@ $ddl-delim-font-size: $text-sm !default;
|
|
|
57050
57050
|
$ddl-rtl-wrapper: 0 2px 0 32px !default;
|
|
57051
57051
|
$ddl-chip-mobile-bg: $primary !default;
|
|
57052
57052
|
$ddl-search-wrapper-width: calc(100% - 32px) !default;
|
|
57053
|
-
$ddl-bigger-search-wrapper-width: calc(100% -
|
|
57053
|
+
$ddl-bigger-search-wrapper-width: calc(100% - 50px) !default;
|
|
57054
57054
|
$ddl-bigger-small-search-wrapper-width: calc(100% - 32px) !default;
|
|
57055
57055
|
$ddl-small-search-wrapper-width: calc(100% - 30px) !default;
|
|
57056
57056
|
$ddl-popup-shadow-value: $shadow-lg !default;
|
|
@@ -59288,6 +59288,11 @@ ejs-multiselect {
|
|
|
59288
59288
|
cursor: not-allowed;
|
|
59289
59289
|
}
|
|
59290
59290
|
|
|
59291
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59292
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59293
|
+
cursor: pointer;
|
|
59294
|
+
}
|
|
59295
|
+
|
|
59291
59296
|
|
|
59292
59297
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59293
59298
|
color: $ddl-sel-chip-close;
|
|
@@ -69399,7 +69404,7 @@ $split-bar-hover-border-right: 1px solid $splitbar-hover-border-color !default;
|
|
|
69399
69404
|
}
|
|
69400
69405
|
}
|
|
69401
69406
|
|
|
69402
|
-
|
|
69407
|
+
|
|
69403
69408
|
|
|
69404
69409
|
|
|
69405
69410
|
$pager-numericitem-border-radius: 0 !default;
|
|
@@ -71216,7 +71221,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
71216
71221
|
}
|
|
71217
71222
|
}
|
|
71218
71223
|
|
|
71219
|
-
|
|
71224
|
+
|
|
71220
71225
|
|
|
71221
71226
|
|
|
71222
71227
|
|
|
@@ -72748,7 +72753,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
72748
72753
|
border-color: $grid-dragcell-border-color;
|
|
72749
72754
|
}
|
|
72750
72755
|
|
|
72751
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
72756
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
72757
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
72758
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
72759
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
72752
72760
|
border-bottom-width: $grid-border-bottom-width;
|
|
72753
72761
|
}
|
|
72754
72762
|
|
|
@@ -94794,6 +94802,13 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
94794
94802
|
}
|
|
94795
94803
|
}
|
|
94796
94804
|
|
|
94805
|
+
.e-btn.e-outline.e-primary,
|
|
94806
|
+
.e-css.e-btn.e-outline.e-primary {
|
|
94807
|
+
@if $theme-name == 'material' {
|
|
94808
|
+
color: $pv-comment-panel-post-button-color;
|
|
94809
|
+
}
|
|
94810
|
+
}
|
|
94811
|
+
|
|
94797
94812
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
94798
94813
|
margin-bottom: 1px;
|
|
94799
94814
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"20.4.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"20.4.43","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"]}
|