@syncfusion/blazor-themes 23.2.5 → 23.2.7
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 +62 -9
- package/SCSS-Themes/bootstrap.scss +62 -9
- package/SCSS-Themes/bootstrap4.scss +62 -9
- package/SCSS-Themes/bootstrap5-dark.scss +62 -9
- package/SCSS-Themes/bootstrap5.scss +62 -9
- package/SCSS-Themes/fabric-dark.scss +62 -9
- package/SCSS-Themes/fabric.scss +62 -9
- package/SCSS-Themes/fluent-dark.scss +62 -9
- package/SCSS-Themes/fluent.scss +62 -9
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +22 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/fabric.scss +22 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/fluent.scss +22 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/material.scss +22 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/material3.scss +22 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +22 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +22 -0
- package/SCSS-Themes/highcontrast.scss +62 -9
- package/SCSS-Themes/material-dark.scss +63 -9
- package/SCSS-Themes/material.scss +63 -9
- package/SCSS-Themes/material3-dark.scss +63 -9
- package/SCSS-Themes/material3.scss +63 -9
- package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap4.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap5.scss +31 -0
- package/SCSS-Themes/notifications/toast/fabric-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/fabric.scss +31 -0
- package/SCSS-Themes/notifications/toast/fluent-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/fluent.scss +31 -0
- package/SCSS-Themes/notifications/toast/highcontrast.scss +31 -0
- package/SCSS-Themes/notifications/toast/material-dark.scss +32 -0
- package/SCSS-Themes/notifications/toast/material.scss +32 -0
- package/SCSS-Themes/notifications/toast/material3-dark.scss +32 -0
- package/SCSS-Themes/notifications/toast/material3.scss +32 -0
- package/SCSS-Themes/notifications/toast/tailwind-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/tailwind.scss +31 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +9 -9
- package/SCSS-Themes/tailwind-dark.scss +62 -9
- package/SCSS-Themes/tailwind.scss +62 -9
- package/package.json +1 -1
|
@@ -75142,6 +75142,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
75142
75142
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
75143
75143
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
75144
75144
|
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
75145
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
75145
75146
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75146
75147
|
$grid-group-text-width: auto !default;
|
|
75147
75148
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77586,6 +77587,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77586
77587
|
padding: $grid-headercelldiv-padding;
|
|
77587
77588
|
}
|
|
77588
77589
|
|
|
77590
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77591
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77592
|
+
.e-headercelldiv,
|
|
77593
|
+
.e-stackedheadercelldiv {
|
|
77594
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77595
|
+
}
|
|
77596
|
+
}
|
|
77597
|
+
|
|
77598
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77599
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77600
|
+
.e-headercelldiv,
|
|
77601
|
+
.e-stackedheadercelldiv {
|
|
77602
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77603
|
+
}
|
|
77604
|
+
}
|
|
77605
|
+
|
|
77589
77606
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77590
77607
|
@if $grid-skin == 'bootstrap5' {
|
|
77591
77608
|
padding-left: 8px;
|
|
@@ -78547,6 +78564,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78547
78564
|
|
|
78548
78565
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78549
78566
|
left: 44%;
|
|
78567
|
+
top: -8px;
|
|
78550
78568
|
}
|
|
78551
78569
|
|
|
78552
78570
|
.e-normaledit .e-rowcell {
|
|
@@ -81734,6 +81752,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81734
81752
|
}
|
|
81735
81753
|
}
|
|
81736
81754
|
|
|
81755
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81756
|
+
background-color: $grid-hover-bg-color;
|
|
81757
|
+
}
|
|
81758
|
+
|
|
81737
81759
|
.e-tooltip-wrap.e-griderror,
|
|
81738
81760
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81739
81761
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96526,6 +96548,9 @@ $toast-danger-hover-color: $toast-danger-color !default;
|
|
|
96526
96548
|
$toast-danger-hover-border-color: $brand-danger !default;
|
|
96527
96549
|
$toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
96528
96550
|
|
|
96551
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96552
|
+
$toast-close-icon-hover-color: $grey-dark-font !default;
|
|
96553
|
+
|
|
96529
96554
|
//enddefault
|
|
96530
96555
|
|
|
96531
96556
|
@include export-module('toast-layout') {
|
|
@@ -97010,6 +97035,34 @@ $toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
|
97010
97035
|
box-shadow: none;
|
|
97011
97036
|
outline: 0;
|
|
97012
97037
|
}
|
|
97038
|
+
|
|
97039
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97040
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97041
|
+
@if $skin-name == 'Material3' {
|
|
97042
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97043
|
+
}
|
|
97044
|
+
@else {
|
|
97045
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97046
|
+
}
|
|
97047
|
+
color: $toast-close-icon-hover-color;
|
|
97048
|
+
}
|
|
97049
|
+
}
|
|
97050
|
+
|
|
97051
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97052
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97053
|
+
@if $skin-name == 'Material3' {
|
|
97054
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97055
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97056
|
+
height: 32px;
|
|
97057
|
+
margin-top: -6px;
|
|
97058
|
+
}
|
|
97059
|
+
@else {
|
|
97060
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97061
|
+
}
|
|
97062
|
+
@if $skin-name == 'material' {
|
|
97063
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97064
|
+
}
|
|
97065
|
+
color: $toast-close-icon-hover-color;
|
|
97013
97066
|
}
|
|
97014
97067
|
|
|
97015
97068
|
&.e-toast-success {
|
|
@@ -99896,15 +99949,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99896
99949
|
font-size: 18px;
|
|
99897
99950
|
}
|
|
99898
99951
|
|
|
99899
|
-
.e-pv-annotation-color-container
|
|
99900
|
-
.e-pv-annotation-opacity-container
|
|
99901
|
-
.e-pv-annotation-stroke-container
|
|
99902
|
-
.e-pv-custom-annotation-thickness-container
|
|
99903
|
-
.e-pv-custom-annotation-opacity-container
|
|
99904
|
-
.e-pv-annotation-thickness-container
|
|
99905
|
-
.e-pv-annotation-textcolor-container
|
|
99906
|
-
.e-pv-annotation-textalign-container
|
|
99907
|
-
.e-pv-annotation-textprop-container
|
|
99952
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99953
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99954
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99955
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99956
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99957
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99958
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99959
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99960
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99908
99961
|
height: $pv-annotation-drop-down-height;
|
|
99909
99962
|
width: $pv-annotation-drop-down-width;
|
|
99910
99963
|
}
|
|
@@ -74853,6 +74853,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
74853
74853
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
74854
74854
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
74855
74855
|
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
74856
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
74856
74857
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
74857
74858
|
$grid-group-text-width: auto !default;
|
|
74858
74859
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77295,6 +77296,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77295
77296
|
padding: $grid-headercelldiv-padding;
|
|
77296
77297
|
}
|
|
77297
77298
|
|
|
77299
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77300
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77301
|
+
.e-headercelldiv,
|
|
77302
|
+
.e-stackedheadercelldiv {
|
|
77303
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77304
|
+
}
|
|
77305
|
+
}
|
|
77306
|
+
|
|
77307
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77308
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77309
|
+
.e-headercelldiv,
|
|
77310
|
+
.e-stackedheadercelldiv {
|
|
77311
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77312
|
+
}
|
|
77313
|
+
}
|
|
77314
|
+
|
|
77298
77315
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77299
77316
|
@if $grid-skin == 'bootstrap5' {
|
|
77300
77317
|
padding-left: 8px;
|
|
@@ -78256,6 +78273,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78256
78273
|
|
|
78257
78274
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78258
78275
|
left: 44%;
|
|
78276
|
+
top: -8px;
|
|
78259
78277
|
}
|
|
78260
78278
|
|
|
78261
78279
|
.e-normaledit .e-rowcell {
|
|
@@ -81443,6 +81461,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81443
81461
|
}
|
|
81444
81462
|
}
|
|
81445
81463
|
|
|
81464
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81465
|
+
background-color: $grid-hover-bg-color;
|
|
81466
|
+
}
|
|
81467
|
+
|
|
81446
81468
|
.e-tooltip-wrap.e-griderror,
|
|
81447
81469
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81448
81470
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96287,6 +96309,9 @@ $toast-danger-hover-border-color: #ebccd1 !default;
|
|
|
96287
96309
|
$toast-danger-hover-box-shadow: 0 3px 6px 0 !default;
|
|
96288
96310
|
$toast-title-font-weight: bold !default;
|
|
96289
96311
|
|
|
96312
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96313
|
+
$toast-close-icon-hover-color: rgba($base-font, .8) !default;
|
|
96314
|
+
|
|
96290
96315
|
@include export-module('toast-layout') {
|
|
96291
96316
|
|
|
96292
96317
|
/*! toast layout */
|
|
@@ -96769,6 +96794,34 @@ $toast-title-font-weight: bold !default;
|
|
|
96769
96794
|
box-shadow: none;
|
|
96770
96795
|
outline: 0;
|
|
96771
96796
|
}
|
|
96797
|
+
|
|
96798
|
+
&.e-blazor-toast-close-icon:focus,
|
|
96799
|
+
&.e-blazor-toast-close-icon:hover {
|
|
96800
|
+
@if $skin-name == 'Material3' {
|
|
96801
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96802
|
+
}
|
|
96803
|
+
@else {
|
|
96804
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96805
|
+
}
|
|
96806
|
+
color: $toast-close-icon-hover-color;
|
|
96807
|
+
}
|
|
96808
|
+
}
|
|
96809
|
+
|
|
96810
|
+
.e-toast-close-icon.e-icons:hover,
|
|
96811
|
+
.e-toast-close-icon.e-icons:focus{
|
|
96812
|
+
@if $skin-name == 'Material3' {
|
|
96813
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96814
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96815
|
+
height: 32px;
|
|
96816
|
+
margin-top: -6px;
|
|
96817
|
+
}
|
|
96818
|
+
@else {
|
|
96819
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96820
|
+
}
|
|
96821
|
+
@if $skin-name == 'material' {
|
|
96822
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96823
|
+
}
|
|
96824
|
+
color: $toast-close-icon-hover-color;
|
|
96772
96825
|
}
|
|
96773
96826
|
|
|
96774
96827
|
&.e-toast-success {
|
|
@@ -99655,15 +99708,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99655
99708
|
font-size: 18px;
|
|
99656
99709
|
}
|
|
99657
99710
|
|
|
99658
|
-
.e-pv-annotation-color-container
|
|
99659
|
-
.e-pv-annotation-opacity-container
|
|
99660
|
-
.e-pv-annotation-stroke-container
|
|
99661
|
-
.e-pv-custom-annotation-thickness-container
|
|
99662
|
-
.e-pv-custom-annotation-opacity-container
|
|
99663
|
-
.e-pv-annotation-thickness-container
|
|
99664
|
-
.e-pv-annotation-textcolor-container
|
|
99665
|
-
.e-pv-annotation-textalign-container
|
|
99666
|
-
.e-pv-annotation-textprop-container
|
|
99711
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99712
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99713
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99714
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99715
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99716
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99717
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99718
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99719
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99667
99720
|
height: $pv-annotation-drop-down-height;
|
|
99668
99721
|
width: $pv-annotation-drop-down-width;
|
|
99669
99722
|
}
|
|
@@ -75037,6 +75037,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
75037
75037
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
75038
75038
|
$grid-ungroup-rtl-padding-right: -10px !default;
|
|
75039
75039
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75040
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75040
75041
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75041
75042
|
$grid-group-text-width: auto !default;
|
|
75042
75043
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77483,6 +77484,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77483
77484
|
padding: $grid-headercelldiv-padding;
|
|
77484
77485
|
}
|
|
77485
77486
|
|
|
77487
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77488
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77489
|
+
.e-headercelldiv,
|
|
77490
|
+
.e-stackedheadercelldiv {
|
|
77491
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77492
|
+
}
|
|
77493
|
+
}
|
|
77494
|
+
|
|
77495
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77496
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77497
|
+
.e-headercelldiv,
|
|
77498
|
+
.e-stackedheadercelldiv {
|
|
77499
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77500
|
+
}
|
|
77501
|
+
}
|
|
77502
|
+
|
|
77486
77503
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77487
77504
|
@if $grid-skin == 'bootstrap5' {
|
|
77488
77505
|
padding-left: 8px;
|
|
@@ -78444,6 +78461,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78444
78461
|
|
|
78445
78462
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78446
78463
|
left: 44%;
|
|
78464
|
+
top: -8px;
|
|
78447
78465
|
}
|
|
78448
78466
|
|
|
78449
78467
|
.e-normaledit .e-rowcell {
|
|
@@ -81631,6 +81649,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81631
81649
|
}
|
|
81632
81650
|
}
|
|
81633
81651
|
|
|
81652
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81653
|
+
background-color: $grid-hover-bg-color;
|
|
81654
|
+
}
|
|
81655
|
+
|
|
81634
81656
|
.e-tooltip-wrap.e-griderror,
|
|
81635
81657
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81636
81658
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96605,6 +96627,9 @@ $toast-danger-hover-box-shadow: 0 4px 12px !default;
|
|
|
96605
96627
|
|
|
96606
96628
|
$toast-title-font-weight: bold !default;
|
|
96607
96629
|
|
|
96630
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96631
|
+
$toast-close-icon-hover-color: $black !default;
|
|
96632
|
+
|
|
96608
96633
|
@include export-module('toast-layout') {
|
|
96609
96634
|
|
|
96610
96635
|
/*! toast layout */
|
|
@@ -97087,6 +97112,34 @@ $toast-title-font-weight: bold !default;
|
|
|
97087
97112
|
box-shadow: none;
|
|
97088
97113
|
outline: 0;
|
|
97089
97114
|
}
|
|
97115
|
+
|
|
97116
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97117
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97118
|
+
@if $skin-name == 'Material3' {
|
|
97119
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97120
|
+
}
|
|
97121
|
+
@else {
|
|
97122
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97123
|
+
}
|
|
97124
|
+
color: $toast-close-icon-hover-color;
|
|
97125
|
+
}
|
|
97126
|
+
}
|
|
97127
|
+
|
|
97128
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97129
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97130
|
+
@if $skin-name == 'Material3' {
|
|
97131
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97132
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97133
|
+
height: 32px;
|
|
97134
|
+
margin-top: -6px;
|
|
97135
|
+
}
|
|
97136
|
+
@else {
|
|
97137
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97138
|
+
}
|
|
97139
|
+
@if $skin-name == 'material' {
|
|
97140
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97141
|
+
}
|
|
97142
|
+
color: $toast-close-icon-hover-color;
|
|
97090
97143
|
}
|
|
97091
97144
|
|
|
97092
97145
|
&.e-toast-success {
|
|
@@ -100019,15 +100072,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100019
100072
|
font-size: 18px;
|
|
100020
100073
|
}
|
|
100021
100074
|
|
|
100022
|
-
.e-pv-annotation-color-container
|
|
100023
|
-
.e-pv-annotation-opacity-container
|
|
100024
|
-
.e-pv-annotation-stroke-container
|
|
100025
|
-
.e-pv-custom-annotation-thickness-container
|
|
100026
|
-
.e-pv-custom-annotation-opacity-container
|
|
100027
|
-
.e-pv-annotation-thickness-container
|
|
100028
|
-
.e-pv-annotation-textcolor-container
|
|
100029
|
-
.e-pv-annotation-textalign-container
|
|
100030
|
-
.e-pv-annotation-textprop-container
|
|
100075
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100076
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100077
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100078
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100079
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100080
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100081
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100082
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100083
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100031
100084
|
height: $pv-annotation-drop-down-height;
|
|
100032
100085
|
width: $pv-annotation-drop-down-width;
|
|
100033
100086
|
}
|
|
@@ -75404,6 +75404,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
75404
75404
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
75405
75405
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
75406
75406
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75407
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75407
75408
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75408
75409
|
$grid-group-text-width: auto !default;
|
|
75409
75410
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77847,6 +77848,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77847
77848
|
padding: $grid-headercelldiv-padding;
|
|
77848
77849
|
}
|
|
77849
77850
|
|
|
77851
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77852
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77853
|
+
.e-headercelldiv,
|
|
77854
|
+
.e-stackedheadercelldiv {
|
|
77855
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77856
|
+
}
|
|
77857
|
+
}
|
|
77858
|
+
|
|
77859
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77860
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77861
|
+
.e-headercelldiv,
|
|
77862
|
+
.e-stackedheadercelldiv {
|
|
77863
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77864
|
+
}
|
|
77865
|
+
}
|
|
77866
|
+
|
|
77850
77867
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77851
77868
|
@if $grid-skin == 'bootstrap5' {
|
|
77852
77869
|
padding-left: 8px;
|
|
@@ -78808,6 +78825,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78808
78825
|
|
|
78809
78826
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78810
78827
|
left: 44%;
|
|
78828
|
+
top: -8px;
|
|
78811
78829
|
}
|
|
78812
78830
|
|
|
78813
78831
|
.e-normaledit .e-rowcell {
|
|
@@ -81995,6 +82013,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81995
82013
|
}
|
|
81996
82014
|
}
|
|
81997
82015
|
|
|
82016
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82017
|
+
background-color: $grid-hover-bg-color;
|
|
82018
|
+
}
|
|
82019
|
+
|
|
81998
82020
|
.e-tooltip-wrap.e-griderror,
|
|
81999
82021
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82000
82022
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96781,6 +96803,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96781
96803
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
96782
96804
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
96783
96805
|
|
|
96806
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
96807
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
96808
|
+
|
|
96784
96809
|
// Toast Type Definitions End
|
|
96785
96810
|
//Theme Variables End
|
|
96786
96811
|
|
|
@@ -97266,6 +97291,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
97266
97291
|
box-shadow: none;
|
|
97267
97292
|
outline: 0;
|
|
97268
97293
|
}
|
|
97294
|
+
|
|
97295
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97296
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97297
|
+
@if $skin-name == 'Material3' {
|
|
97298
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97299
|
+
}
|
|
97300
|
+
@else {
|
|
97301
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97302
|
+
}
|
|
97303
|
+
color: $toast-close-icon-hover-color;
|
|
97304
|
+
}
|
|
97305
|
+
}
|
|
97306
|
+
|
|
97307
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97308
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97309
|
+
@if $skin-name == 'Material3' {
|
|
97310
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97311
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97312
|
+
height: 32px;
|
|
97313
|
+
margin-top: -6px;
|
|
97314
|
+
}
|
|
97315
|
+
@else {
|
|
97316
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97317
|
+
}
|
|
97318
|
+
@if $skin-name == 'material' {
|
|
97319
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97320
|
+
}
|
|
97321
|
+
color: $toast-close-icon-hover-color;
|
|
97269
97322
|
}
|
|
97270
97323
|
|
|
97271
97324
|
&.e-toast-success {
|
|
@@ -100146,15 +100199,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100146
100199
|
font-size: 18px;
|
|
100147
100200
|
}
|
|
100148
100201
|
|
|
100149
|
-
.e-pv-annotation-color-container
|
|
100150
|
-
.e-pv-annotation-opacity-container
|
|
100151
|
-
.e-pv-annotation-stroke-container
|
|
100152
|
-
.e-pv-custom-annotation-thickness-container
|
|
100153
|
-
.e-pv-custom-annotation-opacity-container
|
|
100154
|
-
.e-pv-annotation-thickness-container
|
|
100155
|
-
.e-pv-annotation-textcolor-container
|
|
100156
|
-
.e-pv-annotation-textalign-container
|
|
100157
|
-
.e-pv-annotation-textprop-container
|
|
100202
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100203
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100204
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100205
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100206
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100207
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100208
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100209
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100210
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100158
100211
|
height: $pv-annotation-drop-down-height;
|
|
100159
100212
|
width: $pv-annotation-drop-down-width;
|
|
100160
100213
|
}
|
|
@@ -75404,6 +75404,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
75404
75404
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
75405
75405
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
75406
75406
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75407
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75407
75408
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75408
75409
|
$grid-group-text-width: auto !default;
|
|
75409
75410
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77847,6 +77848,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77847
77848
|
padding: $grid-headercelldiv-padding;
|
|
77848
77849
|
}
|
|
77849
77850
|
|
|
77851
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77852
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77853
|
+
.e-headercelldiv,
|
|
77854
|
+
.e-stackedheadercelldiv {
|
|
77855
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77856
|
+
}
|
|
77857
|
+
}
|
|
77858
|
+
|
|
77859
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77860
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77861
|
+
.e-headercelldiv,
|
|
77862
|
+
.e-stackedheadercelldiv {
|
|
77863
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77864
|
+
}
|
|
77865
|
+
}
|
|
77866
|
+
|
|
77850
77867
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77851
77868
|
@if $grid-skin == 'bootstrap5' {
|
|
77852
77869
|
padding-left: 8px;
|
|
@@ -78808,6 +78825,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78808
78825
|
|
|
78809
78826
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78810
78827
|
left: 44%;
|
|
78828
|
+
top: -8px;
|
|
78811
78829
|
}
|
|
78812
78830
|
|
|
78813
78831
|
.e-normaledit .e-rowcell {
|
|
@@ -81995,6 +82013,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81995
82013
|
}
|
|
81996
82014
|
}
|
|
81997
82015
|
|
|
82016
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82017
|
+
background-color: $grid-hover-bg-color;
|
|
82018
|
+
}
|
|
82019
|
+
|
|
81998
82020
|
.e-tooltip-wrap.e-griderror,
|
|
81999
82021
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82000
82022
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96781,6 +96803,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96781
96803
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
96782
96804
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
96783
96805
|
|
|
96806
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
96807
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
96808
|
+
|
|
96784
96809
|
// Toast Type Definitions End
|
|
96785
96810
|
//Theme Variables End
|
|
96786
96811
|
|
|
@@ -97266,6 +97291,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
97266
97291
|
box-shadow: none;
|
|
97267
97292
|
outline: 0;
|
|
97268
97293
|
}
|
|
97294
|
+
|
|
97295
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97296
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97297
|
+
@if $skin-name == 'Material3' {
|
|
97298
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97299
|
+
}
|
|
97300
|
+
@else {
|
|
97301
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97302
|
+
}
|
|
97303
|
+
color: $toast-close-icon-hover-color;
|
|
97304
|
+
}
|
|
97305
|
+
}
|
|
97306
|
+
|
|
97307
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97308
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97309
|
+
@if $skin-name == 'Material3' {
|
|
97310
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97311
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97312
|
+
height: 32px;
|
|
97313
|
+
margin-top: -6px;
|
|
97314
|
+
}
|
|
97315
|
+
@else {
|
|
97316
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97317
|
+
}
|
|
97318
|
+
@if $skin-name == 'material' {
|
|
97319
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97320
|
+
}
|
|
97321
|
+
color: $toast-close-icon-hover-color;
|
|
97269
97322
|
}
|
|
97270
97323
|
|
|
97271
97324
|
&.e-toast-success {
|
|
@@ -100146,15 +100199,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100146
100199
|
font-size: 18px;
|
|
100147
100200
|
}
|
|
100148
100201
|
|
|
100149
|
-
.e-pv-annotation-color-container
|
|
100150
|
-
.e-pv-annotation-opacity-container
|
|
100151
|
-
.e-pv-annotation-stroke-container
|
|
100152
|
-
.e-pv-custom-annotation-thickness-container
|
|
100153
|
-
.e-pv-custom-annotation-opacity-container
|
|
100154
|
-
.e-pv-annotation-thickness-container
|
|
100155
|
-
.e-pv-annotation-textcolor-container
|
|
100156
|
-
.e-pv-annotation-textalign-container
|
|
100157
|
-
.e-pv-annotation-textprop-container
|
|
100202
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100203
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100204
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100205
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100206
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100207
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100208
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100209
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100210
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100158
100211
|
height: $pv-annotation-drop-down-height;
|
|
100159
100212
|
width: $pv-annotation-drop-down-width;
|
|
100160
100213
|
}
|