@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
|
@@ -74834,6 +74834,7 @@ $grid-header-first-last-cell-padding: 10px !default;
|
|
|
74834
74834
|
$grid-headercelldiv-margin: 0 0 0 -5px !default;
|
|
74835
74835
|
$grid-headercelldiv-right-align-padding: 0 0 0 1em !default;
|
|
74836
74836
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
74837
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
74837
74838
|
$grid-rtl-headercelldiv-padding: 0 .7em 0 25px !default;
|
|
74838
74839
|
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 4px !default;
|
|
74839
74840
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 0 0 8px !default;
|
|
@@ -77448,6 +77449,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77448
77449
|
padding: $grid-headercelldiv-padding;
|
|
77449
77450
|
}
|
|
77450
77451
|
|
|
77452
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77453
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77454
|
+
.e-headercelldiv,
|
|
77455
|
+
.e-stackedheadercelldiv {
|
|
77456
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77457
|
+
}
|
|
77458
|
+
}
|
|
77459
|
+
|
|
77460
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77461
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77462
|
+
.e-headercelldiv,
|
|
77463
|
+
.e-stackedheadercelldiv {
|
|
77464
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77465
|
+
}
|
|
77466
|
+
}
|
|
77467
|
+
|
|
77451
77468
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77452
77469
|
@if $grid-skin == 'bootstrap5' {
|
|
77453
77470
|
padding-left: 8px;
|
|
@@ -78409,6 +78426,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78409
78426
|
|
|
78410
78427
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78411
78428
|
left: 44%;
|
|
78429
|
+
top: -8px;
|
|
78412
78430
|
}
|
|
78413
78431
|
|
|
78414
78432
|
.e-normaledit .e-rowcell {
|
|
@@ -81596,6 +81614,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81596
81614
|
}
|
|
81597
81615
|
}
|
|
81598
81616
|
|
|
81617
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81618
|
+
background-color: $grid-hover-bg-color;
|
|
81619
|
+
}
|
|
81620
|
+
|
|
81599
81621
|
.e-tooltip-wrap.e-griderror,
|
|
81600
81622
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81601
81623
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96347,6 +96369,9 @@ $toast-danger-hover-bg-color: #c42818 !default;
|
|
|
96347
96369
|
$toast-danger-hover-color: $toast-danger-color !default;
|
|
96348
96370
|
$toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
96349
96371
|
|
|
96372
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96373
|
+
$toast-close-icon-hover-color: $theme-tertiary !default;
|
|
96374
|
+
|
|
96350
96375
|
//enddefault
|
|
96351
96376
|
|
|
96352
96377
|
@include export-module('toast-layout') {
|
|
@@ -96831,6 +96856,34 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
|
96831
96856
|
box-shadow: none;
|
|
96832
96857
|
outline: 0;
|
|
96833
96858
|
}
|
|
96859
|
+
|
|
96860
|
+
&.e-blazor-toast-close-icon:focus,
|
|
96861
|
+
&.e-blazor-toast-close-icon:hover {
|
|
96862
|
+
@if $skin-name == 'Material3' {
|
|
96863
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96864
|
+
}
|
|
96865
|
+
@else {
|
|
96866
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96867
|
+
}
|
|
96868
|
+
color: $toast-close-icon-hover-color;
|
|
96869
|
+
}
|
|
96870
|
+
}
|
|
96871
|
+
|
|
96872
|
+
.e-toast-close-icon.e-icons:hover,
|
|
96873
|
+
.e-toast-close-icon.e-icons:focus{
|
|
96874
|
+
@if $skin-name == 'Material3' {
|
|
96875
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96876
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96877
|
+
height: 32px;
|
|
96878
|
+
margin-top: -6px;
|
|
96879
|
+
}
|
|
96880
|
+
@else {
|
|
96881
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96882
|
+
}
|
|
96883
|
+
@if $skin-name == 'material' {
|
|
96884
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96885
|
+
}
|
|
96886
|
+
color: $toast-close-icon-hover-color;
|
|
96834
96887
|
}
|
|
96835
96888
|
|
|
96836
96889
|
&.e-toast-success {
|
|
@@ -99714,15 +99767,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99714
99767
|
font-size: 18px;
|
|
99715
99768
|
}
|
|
99716
99769
|
|
|
99717
|
-
.e-pv-annotation-color-container
|
|
99718
|
-
.e-pv-annotation-opacity-container
|
|
99719
|
-
.e-pv-annotation-stroke-container
|
|
99720
|
-
.e-pv-custom-annotation-thickness-container
|
|
99721
|
-
.e-pv-custom-annotation-opacity-container
|
|
99722
|
-
.e-pv-annotation-thickness-container
|
|
99723
|
-
.e-pv-annotation-textcolor-container
|
|
99724
|
-
.e-pv-annotation-textalign-container
|
|
99725
|
-
.e-pv-annotation-textprop-container
|
|
99770
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99771
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99772
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99773
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99774
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99775
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99776
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99777
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99778
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99726
99779
|
height: $pv-annotation-drop-down-height;
|
|
99727
99780
|
width: $pv-annotation-drop-down-width;
|
|
99728
99781
|
}
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -74596,6 +74596,7 @@ $grid-header-first-last-cell-padding: 10px !default;
|
|
|
74596
74596
|
$grid-headercelldiv-margin: 0 !default;
|
|
74597
74597
|
$grid-headercelldiv-right-align-padding: 0 0 0 1em !default;
|
|
74598
74598
|
$grid-headercelldiv-padding: 0 25px 0 0 !default;
|
|
74599
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 0 !default;
|
|
74599
74600
|
$grid-rtl-headercelldiv-padding: 0 0 0 25px !default;
|
|
74600
74601
|
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 0 !default;
|
|
74601
74602
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 0 0 3px !default;
|
|
@@ -77206,6 +77207,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77206
77207
|
padding: $grid-headercelldiv-padding;
|
|
77207
77208
|
}
|
|
77208
77209
|
|
|
77210
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77211
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77212
|
+
.e-headercelldiv,
|
|
77213
|
+
.e-stackedheadercelldiv {
|
|
77214
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77215
|
+
}
|
|
77216
|
+
}
|
|
77217
|
+
|
|
77218
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77219
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77220
|
+
.e-headercelldiv,
|
|
77221
|
+
.e-stackedheadercelldiv {
|
|
77222
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77223
|
+
}
|
|
77224
|
+
}
|
|
77225
|
+
|
|
77209
77226
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77210
77227
|
@if $grid-skin == 'bootstrap5' {
|
|
77211
77228
|
padding-left: 8px;
|
|
@@ -78167,6 +78184,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78167
78184
|
|
|
78168
78185
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78169
78186
|
left: 44%;
|
|
78187
|
+
top: -8px;
|
|
78170
78188
|
}
|
|
78171
78189
|
|
|
78172
78190
|
.e-normaledit .e-rowcell {
|
|
@@ -81354,6 +81372,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81354
81372
|
}
|
|
81355
81373
|
}
|
|
81356
81374
|
|
|
81375
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81376
|
+
background-color: $grid-hover-bg-color;
|
|
81377
|
+
}
|
|
81378
|
+
|
|
81357
81379
|
.e-tooltip-wrap.e-griderror,
|
|
81358
81380
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81359
81381
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96103,6 +96125,9 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
|
96103
96125
|
|
|
96104
96126
|
$toast-title-font-weight: bold !default;
|
|
96105
96127
|
|
|
96128
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96129
|
+
$toast-close-icon-hover-color: $theme-primary !default;
|
|
96130
|
+
|
|
96106
96131
|
@include export-module('toast-layout') {
|
|
96107
96132
|
|
|
96108
96133
|
/*! toast layout */
|
|
@@ -96585,6 +96610,34 @@ $toast-title-font-weight: bold !default;
|
|
|
96585
96610
|
box-shadow: none;
|
|
96586
96611
|
outline: 0;
|
|
96587
96612
|
}
|
|
96613
|
+
|
|
96614
|
+
&.e-blazor-toast-close-icon:focus,
|
|
96615
|
+
&.e-blazor-toast-close-icon:hover {
|
|
96616
|
+
@if $skin-name == 'Material3' {
|
|
96617
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96618
|
+
}
|
|
96619
|
+
@else {
|
|
96620
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96621
|
+
}
|
|
96622
|
+
color: $toast-close-icon-hover-color;
|
|
96623
|
+
}
|
|
96624
|
+
}
|
|
96625
|
+
|
|
96626
|
+
.e-toast-close-icon.e-icons:hover,
|
|
96627
|
+
.e-toast-close-icon.e-icons:focus{
|
|
96628
|
+
@if $skin-name == 'Material3' {
|
|
96629
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96630
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96631
|
+
height: 32px;
|
|
96632
|
+
margin-top: -6px;
|
|
96633
|
+
}
|
|
96634
|
+
@else {
|
|
96635
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96636
|
+
}
|
|
96637
|
+
@if $skin-name == 'material' {
|
|
96638
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96639
|
+
}
|
|
96640
|
+
color: $toast-close-icon-hover-color;
|
|
96588
96641
|
}
|
|
96589
96642
|
|
|
96590
96643
|
&.e-toast-success {
|
|
@@ -99470,15 +99523,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99470
99523
|
font-size: 18px;
|
|
99471
99524
|
}
|
|
99472
99525
|
|
|
99473
|
-
.e-pv-annotation-color-container
|
|
99474
|
-
.e-pv-annotation-opacity-container
|
|
99475
|
-
.e-pv-annotation-stroke-container
|
|
99476
|
-
.e-pv-custom-annotation-thickness-container
|
|
99477
|
-
.e-pv-custom-annotation-opacity-container
|
|
99478
|
-
.e-pv-annotation-thickness-container
|
|
99479
|
-
.e-pv-annotation-textcolor-container
|
|
99480
|
-
.e-pv-annotation-textalign-container
|
|
99481
|
-
.e-pv-annotation-textprop-container
|
|
99526
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99527
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99528
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99529
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99530
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99531
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99532
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99533
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99534
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99482
99535
|
height: $pv-annotation-drop-down-height;
|
|
99483
99536
|
width: $pv-annotation-drop-down-width;
|
|
99484
99537
|
}
|
|
@@ -75602,6 +75602,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 4px 0 .35em !default;
|
|
|
75602
75602
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 4px 0 .3em !default;
|
|
75603
75603
|
$grid-ungroup-rtl-padding-right: -11px !default;
|
|
75604
75604
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75605
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75605
75606
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75606
75607
|
$grid-group-text-width: auto !default;
|
|
75607
75608
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -78012,6 +78013,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78012
78013
|
padding: $grid-headercelldiv-padding;
|
|
78013
78014
|
}
|
|
78014
78015
|
|
|
78016
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78017
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78018
|
+
.e-headercelldiv,
|
|
78019
|
+
.e-stackedheadercelldiv {
|
|
78020
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78021
|
+
}
|
|
78022
|
+
}
|
|
78023
|
+
|
|
78024
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78025
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78026
|
+
.e-headercelldiv,
|
|
78027
|
+
.e-stackedheadercelldiv {
|
|
78028
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78029
|
+
}
|
|
78030
|
+
}
|
|
78031
|
+
|
|
78015
78032
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
78016
78033
|
@if $grid-skin == 'bootstrap5' {
|
|
78017
78034
|
padding-left: 8px;
|
|
@@ -78973,6 +78990,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78973
78990
|
|
|
78974
78991
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78975
78992
|
left: 44%;
|
|
78993
|
+
top: -8px;
|
|
78976
78994
|
}
|
|
78977
78995
|
|
|
78978
78996
|
.e-normaledit .e-rowcell {
|
|
@@ -82160,6 +82178,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82160
82178
|
}
|
|
82161
82179
|
}
|
|
82162
82180
|
|
|
82181
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82182
|
+
background-color: $grid-hover-bg-color;
|
|
82183
|
+
}
|
|
82184
|
+
|
|
82163
82185
|
.e-tooltip-wrap.e-griderror,
|
|
82164
82186
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82165
82187
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96945,6 +96967,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96945
96967
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
96946
96968
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
96947
96969
|
|
|
96970
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
96971
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
96972
|
+
|
|
96948
96973
|
// Toast Type Definitions End
|
|
96949
96974
|
//Theme Variables End
|
|
96950
96975
|
|
|
@@ -97430,6 +97455,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
97430
97455
|
box-shadow: none;
|
|
97431
97456
|
outline: 0;
|
|
97432
97457
|
}
|
|
97458
|
+
|
|
97459
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97460
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97461
|
+
@if $skin-name == 'Material3' {
|
|
97462
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97463
|
+
}
|
|
97464
|
+
@else {
|
|
97465
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97466
|
+
}
|
|
97467
|
+
color: $toast-close-icon-hover-color;
|
|
97468
|
+
}
|
|
97469
|
+
}
|
|
97470
|
+
|
|
97471
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97472
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97473
|
+
@if $skin-name == 'Material3' {
|
|
97474
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97475
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97476
|
+
height: 32px;
|
|
97477
|
+
margin-top: -6px;
|
|
97478
|
+
}
|
|
97479
|
+
@else {
|
|
97480
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97481
|
+
}
|
|
97482
|
+
@if $skin-name == 'material' {
|
|
97483
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97484
|
+
}
|
|
97485
|
+
color: $toast-close-icon-hover-color;
|
|
97433
97486
|
}
|
|
97434
97487
|
|
|
97435
97488
|
&.e-toast-success {
|
|
@@ -100317,15 +100370,15 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
100317
100370
|
font-size: 18px;
|
|
100318
100371
|
}
|
|
100319
100372
|
|
|
100320
|
-
.e-pv-annotation-color-container
|
|
100321
|
-
.e-pv-annotation-opacity-container
|
|
100322
|
-
.e-pv-annotation-stroke-container
|
|
100323
|
-
.e-pv-custom-annotation-thickness-container
|
|
100324
|
-
.e-pv-custom-annotation-opacity-container
|
|
100325
|
-
.e-pv-annotation-thickness-container
|
|
100326
|
-
.e-pv-annotation-textcolor-container
|
|
100327
|
-
.e-pv-annotation-textalign-container
|
|
100328
|
-
.e-pv-annotation-textprop-container
|
|
100373
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100374
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100375
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100376
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100377
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100378
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100379
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100380
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100381
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100329
100382
|
height: $pv-annotation-drop-down-height;
|
|
100330
100383
|
width: $pv-annotation-drop-down-width;
|
|
100331
100384
|
}
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -75603,6 +75603,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 4px 0 .35em !default;
|
|
|
75603
75603
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 4px 0 .3em !default;
|
|
75604
75604
|
$grid-ungroup-rtl-padding-right: -11px !default;
|
|
75605
75605
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75606
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75606
75607
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75607
75608
|
$grid-group-text-width: auto !default;
|
|
75608
75609
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -78013,6 +78014,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78013
78014
|
padding: $grid-headercelldiv-padding;
|
|
78014
78015
|
}
|
|
78015
78016
|
|
|
78017
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78018
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78019
|
+
.e-headercelldiv,
|
|
78020
|
+
.e-stackedheadercelldiv {
|
|
78021
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78022
|
+
}
|
|
78023
|
+
}
|
|
78024
|
+
|
|
78025
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
78026
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
78027
|
+
.e-headercelldiv,
|
|
78028
|
+
.e-stackedheadercelldiv {
|
|
78029
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
78030
|
+
}
|
|
78031
|
+
}
|
|
78032
|
+
|
|
78016
78033
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
78017
78034
|
@if $grid-skin == 'bootstrap5' {
|
|
78018
78035
|
padding-left: 8px;
|
|
@@ -78974,6 +78991,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78974
78991
|
|
|
78975
78992
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78976
78993
|
left: 44%;
|
|
78994
|
+
top: -8px;
|
|
78977
78995
|
}
|
|
78978
78996
|
|
|
78979
78997
|
.e-normaledit .e-rowcell {
|
|
@@ -82161,6 +82179,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82161
82179
|
}
|
|
82162
82180
|
}
|
|
82163
82181
|
|
|
82182
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82183
|
+
background-color: $grid-hover-bg-color;
|
|
82184
|
+
}
|
|
82185
|
+
|
|
82164
82186
|
.e-tooltip-wrap.e-griderror,
|
|
82165
82187
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82166
82188
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96946,6 +96968,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96946
96968
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
96947
96969
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
96948
96970
|
|
|
96971
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
96972
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
96973
|
+
|
|
96949
96974
|
// Toast Type Definitions End
|
|
96950
96975
|
//Theme Variables End
|
|
96951
96976
|
|
|
@@ -97431,6 +97456,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
97431
97456
|
box-shadow: none;
|
|
97432
97457
|
outline: 0;
|
|
97433
97458
|
}
|
|
97459
|
+
|
|
97460
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97461
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97462
|
+
@if $skin-name == 'Material3' {
|
|
97463
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97464
|
+
}
|
|
97465
|
+
@else {
|
|
97466
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97467
|
+
}
|
|
97468
|
+
color: $toast-close-icon-hover-color;
|
|
97469
|
+
}
|
|
97470
|
+
}
|
|
97471
|
+
|
|
97472
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97473
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97474
|
+
@if $skin-name == 'Material3' {
|
|
97475
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97476
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97477
|
+
height: 32px;
|
|
97478
|
+
margin-top: -6px;
|
|
97479
|
+
}
|
|
97480
|
+
@else {
|
|
97481
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97482
|
+
}
|
|
97483
|
+
@if $skin-name == 'material' {
|
|
97484
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97485
|
+
}
|
|
97486
|
+
color: $toast-close-icon-hover-color;
|
|
97434
97487
|
}
|
|
97435
97488
|
|
|
97436
97489
|
&.e-toast-success {
|
|
@@ -100318,15 +100371,15 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
100318
100371
|
font-size: 18px;
|
|
100319
100372
|
}
|
|
100320
100373
|
|
|
100321
|
-
.e-pv-annotation-color-container
|
|
100322
|
-
.e-pv-annotation-opacity-container
|
|
100323
|
-
.e-pv-annotation-stroke-container
|
|
100324
|
-
.e-pv-custom-annotation-thickness-container
|
|
100325
|
-
.e-pv-custom-annotation-opacity-container
|
|
100326
|
-
.e-pv-annotation-thickness-container
|
|
100327
|
-
.e-pv-annotation-textcolor-container
|
|
100328
|
-
.e-pv-annotation-textalign-container
|
|
100329
|
-
.e-pv-annotation-textprop-container
|
|
100374
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100375
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100376
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100377
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100378
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100379
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100380
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100381
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100382
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100330
100383
|
height: $pv-annotation-drop-down-height;
|
|
100331
100384
|
width: $pv-annotation-drop-down-width;
|
|
100332
100385
|
}
|
|
@@ -345,6 +345,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
345
345
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
346
346
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
347
347
|
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
348
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
348
349
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
349
350
|
$grid-group-text-width: auto !default;
|
|
350
351
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -2789,6 +2790,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
2789
2790
|
padding: $grid-headercelldiv-padding;
|
|
2790
2791
|
}
|
|
2791
2792
|
|
|
2793
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2794
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2795
|
+
.e-headercelldiv,
|
|
2796
|
+
.e-stackedheadercelldiv {
|
|
2797
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2802
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2803
|
+
.e-headercelldiv,
|
|
2804
|
+
.e-stackedheadercelldiv {
|
|
2805
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2792
2809
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2793
2810
|
@if $grid-skin == 'bootstrap5' {
|
|
2794
2811
|
padding-left: 8px;
|
|
@@ -3750,6 +3767,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
3750
3767
|
|
|
3751
3768
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3752
3769
|
left: 44%;
|
|
3770
|
+
top: -8px;
|
|
3753
3771
|
}
|
|
3754
3772
|
|
|
3755
3773
|
.e-normaledit .e-rowcell {
|
|
@@ -6937,6 +6955,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6937
6955
|
}
|
|
6938
6956
|
}
|
|
6939
6957
|
|
|
6958
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
6959
|
+
background-color: $grid-hover-bg-color;
|
|
6960
|
+
}
|
|
6961
|
+
|
|
6940
6962
|
.e-tooltip-wrap.e-griderror,
|
|
6941
6963
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
6942
6964
|
background-color: $grid-val-error-bg-color;
|
|
@@ -349,6 +349,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
349
349
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
350
350
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
351
351
|
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
352
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
352
353
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
353
354
|
$grid-group-text-width: auto !default;
|
|
354
355
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -2791,6 +2792,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
2791
2792
|
padding: $grid-headercelldiv-padding;
|
|
2792
2793
|
}
|
|
2793
2794
|
|
|
2795
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2796
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2797
|
+
.e-headercelldiv,
|
|
2798
|
+
.e-stackedheadercelldiv {
|
|
2799
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2804
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2805
|
+
.e-headercelldiv,
|
|
2806
|
+
.e-stackedheadercelldiv {
|
|
2807
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2794
2811
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2795
2812
|
@if $grid-skin == 'bootstrap5' {
|
|
2796
2813
|
padding-left: 8px;
|
|
@@ -3752,6 +3769,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
3752
3769
|
|
|
3753
3770
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3754
3771
|
left: 44%;
|
|
3772
|
+
top: -8px;
|
|
3755
3773
|
}
|
|
3756
3774
|
|
|
3757
3775
|
.e-normaledit .e-rowcell {
|
|
@@ -6939,6 +6957,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6939
6957
|
}
|
|
6940
6958
|
}
|
|
6941
6959
|
|
|
6960
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
6961
|
+
background-color: $grid-hover-bg-color;
|
|
6962
|
+
}
|
|
6963
|
+
|
|
6942
6964
|
.e-tooltip-wrap.e-griderror,
|
|
6943
6965
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
6944
6966
|
background-color: $grid-val-error-bg-color;
|
|
@@ -350,6 +350,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
350
350
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
351
351
|
$grid-ungroup-rtl-padding-right: -10px !default;
|
|
352
352
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
353
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
353
354
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
354
355
|
$grid-group-text-width: auto !default;
|
|
355
356
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -2796,6 +2797,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
2796
2797
|
padding: $grid-headercelldiv-padding;
|
|
2797
2798
|
}
|
|
2798
2799
|
|
|
2800
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2801
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2802
|
+
.e-headercelldiv,
|
|
2803
|
+
.e-stackedheadercelldiv {
|
|
2804
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2809
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2810
|
+
.e-headercelldiv,
|
|
2811
|
+
.e-stackedheadercelldiv {
|
|
2812
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2799
2816
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2800
2817
|
@if $grid-skin == 'bootstrap5' {
|
|
2801
2818
|
padding-left: 8px;
|
|
@@ -3757,6 +3774,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
3757
3774
|
|
|
3758
3775
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3759
3776
|
left: 44%;
|
|
3777
|
+
top: -8px;
|
|
3760
3778
|
}
|
|
3761
3779
|
|
|
3762
3780
|
.e-normaledit .e-rowcell {
|
|
@@ -6944,6 +6962,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6944
6962
|
}
|
|
6945
6963
|
}
|
|
6946
6964
|
|
|
6965
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
6966
|
+
background-color: $grid-hover-bg-color;
|
|
6967
|
+
}
|
|
6968
|
+
|
|
6947
6969
|
.e-tooltip-wrap.e-griderror,
|
|
6948
6970
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
6949
6971
|
background-color: $grid-val-error-bg-color;
|
|
@@ -346,6 +346,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
346
346
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
347
347
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
348
348
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
349
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
349
350
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
350
351
|
$grid-group-text-width: auto !default;
|
|
351
352
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -2789,6 +2790,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
2789
2790
|
padding: $grid-headercelldiv-padding;
|
|
2790
2791
|
}
|
|
2791
2792
|
|
|
2793
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2794
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2795
|
+
.e-headercelldiv,
|
|
2796
|
+
.e-stackedheadercelldiv {
|
|
2797
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
2802
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
2803
|
+
.e-headercelldiv,
|
|
2804
|
+
.e-stackedheadercelldiv {
|
|
2805
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2792
2809
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2793
2810
|
@if $grid-skin == 'bootstrap5' {
|
|
2794
2811
|
padding-left: 8px;
|
|
@@ -3750,6 +3767,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
3750
3767
|
|
|
3751
3768
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3752
3769
|
left: 44%;
|
|
3770
|
+
top: -8px;
|
|
3753
3771
|
}
|
|
3754
3772
|
|
|
3755
3773
|
.e-normaledit .e-rowcell {
|
|
@@ -6937,6 +6955,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6937
6955
|
}
|
|
6938
6956
|
}
|
|
6939
6957
|
|
|
6958
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
6959
|
+
background-color: $grid-hover-bg-color;
|
|
6960
|
+
}
|
|
6961
|
+
|
|
6940
6962
|
.e-tooltip-wrap.e-griderror,
|
|
6941
6963
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
6942
6964
|
background-color: $grid-val-error-bg-color;
|