@syncfusion/blazor-themes 25.1.37 → 25.1.38
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/bds-dark.scss +15 -5
- package/SCSS-Themes/bds.scss +15 -5
- package/SCSS-Themes/bootstrap-dark.scss +15 -5
- package/SCSS-Themes/bootstrap.scss +15 -5
- package/SCSS-Themes/bootstrap4.scss +15 -5
- package/SCSS-Themes/bootstrap5-dark.scss +15 -5
- package/SCSS-Themes/bootstrap5.scss +15 -5
- package/SCSS-Themes/dropdowns/list-box/bds-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/bds.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/material.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/material3.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +6 -2
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +6 -2
- package/SCSS-Themes/fabric-dark.scss +15 -5
- package/SCSS-Themes/fabric.scss +15 -5
- package/SCSS-Themes/fluent-dark.scss +15 -5
- package/SCSS-Themes/fluent.scss +15 -5
- package/SCSS-Themes/grids/grid/bds-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/bds.scss +8 -2
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +8 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +8 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +8 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/fabric.scss +8 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/fluent.scss +8 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +8 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/material.scss +8 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/material3.scss +8 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +8 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +8 -2
- package/SCSS-Themes/highcontrast.scss +15 -5
- package/SCSS-Themes/material-dark.scss +15 -5
- package/SCSS-Themes/material.scss +15 -5
- package/SCSS-Themes/material3-dark.scss +15 -5
- package/SCSS-Themes/material3.scss +15 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/bds-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bds.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +15 -5
- package/SCSS-Themes/tailwind.scss +15 -5
- package/package.json +1 -1
|
@@ -403,11 +403,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 92px) !default;
|
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.e-input-group {
|
|
406
|
-
|
|
406
|
+
@if $skin-name != 'tailwind' {
|
|
407
|
+
padding: 4px 8px;
|
|
408
|
+
}
|
|
407
409
|
}
|
|
408
410
|
|
|
409
411
|
.e-input-focus {
|
|
410
|
-
|
|
412
|
+
@if $skin-name != 'tailwind' {
|
|
413
|
+
padding: 4px 4px 4px 8px;
|
|
414
|
+
}
|
|
411
415
|
}
|
|
412
416
|
|
|
413
417
|
.e-hidden-select {
|
|
@@ -403,11 +403,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.e-input-group {
|
|
406
|
-
|
|
406
|
+
@if $skin-name != 'tailwind' {
|
|
407
|
+
padding: 4px 8px;
|
|
408
|
+
}
|
|
407
409
|
}
|
|
408
410
|
|
|
409
411
|
.e-input-focus {
|
|
410
|
-
|
|
412
|
+
@if $skin-name != 'tailwind' {
|
|
413
|
+
padding: 4px 4px 4px 8px;
|
|
414
|
+
}
|
|
411
415
|
}
|
|
412
416
|
|
|
413
417
|
.e-hidden-select {
|
|
@@ -403,11 +403,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.e-input-group {
|
|
406
|
-
|
|
406
|
+
@if $skin-name != 'tailwind' {
|
|
407
|
+
padding: 4px 8px;
|
|
408
|
+
}
|
|
407
409
|
}
|
|
408
410
|
|
|
409
411
|
.e-input-focus {
|
|
410
|
-
|
|
412
|
+
@if $skin-name != 'tailwind' {
|
|
413
|
+
padding: 4px 4px 4px 8px;
|
|
414
|
+
}
|
|
411
415
|
}
|
|
412
416
|
|
|
413
417
|
.e-hidden-select {
|
|
@@ -64001,11 +64001,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
64001
64001
|
}
|
|
64002
64002
|
|
|
64003
64003
|
.e-input-group {
|
|
64004
|
-
|
|
64004
|
+
@if $skin-name != 'tailwind' {
|
|
64005
|
+
padding: 4px 8px;
|
|
64006
|
+
}
|
|
64005
64007
|
}
|
|
64006
64008
|
|
|
64007
64009
|
.e-input-focus {
|
|
64008
|
-
|
|
64010
|
+
@if $skin-name != 'tailwind' {
|
|
64011
|
+
padding: 4px 4px 4px 8px;
|
|
64012
|
+
}
|
|
64009
64013
|
}
|
|
64010
64014
|
|
|
64011
64015
|
.e-hidden-select {
|
|
@@ -82824,9 +82828,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82824
82828
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
82825
82829
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
82826
82830
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
82827
|
-
@if $grid-skin == 'material3'
|
|
82831
|
+
@if $grid-skin == 'material3' {
|
|
82828
82832
|
background-color: rgb(250 244 244);
|
|
82829
82833
|
}
|
|
82834
|
+
@if $grid-skin == 'bootstrap4' {
|
|
82835
|
+
background-color: rgb(236 233 233);
|
|
82836
|
+
}
|
|
82830
82837
|
}
|
|
82831
82838
|
}
|
|
82832
82839
|
|
|
@@ -82880,9 +82887,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82880
82887
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
82881
82888
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
82882
82889
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
82883
|
-
@if $grid-skin == 'material3'
|
|
82890
|
+
@if $grid-skin == 'material3' {
|
|
82884
82891
|
background-color: rgb(250 244 244);
|
|
82885
82892
|
}
|
|
82893
|
+
@if $grid-skin == 'bootstrap4' {
|
|
82894
|
+
background-color: rgb(236 233 233);
|
|
82895
|
+
}
|
|
82886
82896
|
}
|
|
82887
82897
|
}
|
|
82888
82898
|
}
|
|
@@ -90945,7 +90955,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90945
90955
|
}
|
|
90946
90956
|
|
|
90947
90957
|
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
90948
|
-
padding:
|
|
90958
|
+
padding: 0 6px;
|
|
90949
90959
|
}
|
|
90950
90960
|
|
|
90951
90961
|
.e-tbar-btn-text {
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -63760,11 +63760,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
|
63760
63760
|
}
|
|
63761
63761
|
|
|
63762
63762
|
.e-input-group {
|
|
63763
|
-
|
|
63763
|
+
@if $skin-name != 'tailwind' {
|
|
63764
|
+
padding: 4px 8px;
|
|
63765
|
+
}
|
|
63764
63766
|
}
|
|
63765
63767
|
|
|
63766
63768
|
.e-input-focus {
|
|
63767
|
-
|
|
63769
|
+
@if $skin-name != 'tailwind' {
|
|
63770
|
+
padding: 4px 4px 4px 8px;
|
|
63771
|
+
}
|
|
63768
63772
|
}
|
|
63769
63773
|
|
|
63770
63774
|
.e-hidden-select {
|
|
@@ -82582,9 +82586,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82582
82586
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
82583
82587
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
82584
82588
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
82585
|
-
@if $grid-skin == 'material3'
|
|
82589
|
+
@if $grid-skin == 'material3' {
|
|
82586
82590
|
background-color: rgb(250 244 244);
|
|
82587
82591
|
}
|
|
82592
|
+
@if $grid-skin == 'bootstrap4' {
|
|
82593
|
+
background-color: rgb(236 233 233);
|
|
82594
|
+
}
|
|
82588
82595
|
}
|
|
82589
82596
|
}
|
|
82590
82597
|
|
|
@@ -82638,9 +82645,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82638
82645
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
82639
82646
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
82640
82647
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
82641
|
-
@if $grid-skin == 'material3'
|
|
82648
|
+
@if $grid-skin == 'material3' {
|
|
82642
82649
|
background-color: rgb(250 244 244);
|
|
82643
82650
|
}
|
|
82651
|
+
@if $grid-skin == 'bootstrap4' {
|
|
82652
|
+
background-color: rgb(236 233 233);
|
|
82653
|
+
}
|
|
82644
82654
|
}
|
|
82645
82655
|
}
|
|
82646
82656
|
}
|
|
@@ -90697,7 +90707,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90697
90707
|
}
|
|
90698
90708
|
|
|
90699
90709
|
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
90700
|
-
padding:
|
|
90710
|
+
padding: 0 6px;
|
|
90701
90711
|
}
|
|
90702
90712
|
|
|
90703
90713
|
.e-tbar-btn-text {
|
|
@@ -64457,11 +64457,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
|
|
|
64457
64457
|
}
|
|
64458
64458
|
|
|
64459
64459
|
.e-input-group {
|
|
64460
|
-
|
|
64460
|
+
@if $skin-name != 'tailwind' {
|
|
64461
|
+
padding: 4px 8px;
|
|
64462
|
+
}
|
|
64461
64463
|
}
|
|
64462
64464
|
|
|
64463
64465
|
.e-input-focus {
|
|
64464
|
-
|
|
64466
|
+
@if $skin-name != 'tailwind' {
|
|
64467
|
+
padding: 4px 4px 4px 8px;
|
|
64468
|
+
}
|
|
64465
64469
|
}
|
|
64466
64470
|
|
|
64467
64471
|
.e-hidden-select {
|
|
@@ -83393,9 +83397,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83393
83397
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
83394
83398
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
83395
83399
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
83396
|
-
@if $grid-skin == 'material3'
|
|
83400
|
+
@if $grid-skin == 'material3' {
|
|
83397
83401
|
background-color: rgb(250 244 244);
|
|
83398
83402
|
}
|
|
83403
|
+
@if $grid-skin == 'bootstrap4' {
|
|
83404
|
+
background-color: rgb(236 233 233);
|
|
83405
|
+
}
|
|
83399
83406
|
}
|
|
83400
83407
|
}
|
|
83401
83408
|
|
|
@@ -83449,9 +83456,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83449
83456
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
83450
83457
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
83451
83458
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
83452
|
-
@if $grid-skin == 'material3'
|
|
83459
|
+
@if $grid-skin == 'material3' {
|
|
83453
83460
|
background-color: rgb(250 244 244);
|
|
83454
83461
|
}
|
|
83462
|
+
@if $grid-skin == 'bootstrap4' {
|
|
83463
|
+
background-color: rgb(236 233 233);
|
|
83464
|
+
}
|
|
83455
83465
|
}
|
|
83456
83466
|
}
|
|
83457
83467
|
}
|
|
@@ -91543,7 +91553,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91543
91553
|
}
|
|
91544
91554
|
|
|
91545
91555
|
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
91546
|
-
padding:
|
|
91556
|
+
padding: 0 6px;
|
|
91547
91557
|
}
|
|
91548
91558
|
|
|
91549
91559
|
.e-tbar-btn-text {
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -64458,11 +64458,15 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
|
|
|
64458
64458
|
}
|
|
64459
64459
|
|
|
64460
64460
|
.e-input-group {
|
|
64461
|
-
|
|
64461
|
+
@if $skin-name != 'tailwind' {
|
|
64462
|
+
padding: 4px 8px;
|
|
64463
|
+
}
|
|
64462
64464
|
}
|
|
64463
64465
|
|
|
64464
64466
|
.e-input-focus {
|
|
64465
|
-
|
|
64467
|
+
@if $skin-name != 'tailwind' {
|
|
64468
|
+
padding: 4px 4px 4px 8px;
|
|
64469
|
+
}
|
|
64466
64470
|
}
|
|
64467
64471
|
|
|
64468
64472
|
.e-hidden-select {
|
|
@@ -83394,9 +83398,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83394
83398
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
83395
83399
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
83396
83400
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
83397
|
-
@if $grid-skin == 'material3'
|
|
83401
|
+
@if $grid-skin == 'material3' {
|
|
83398
83402
|
background-color: rgb(250 244 244);
|
|
83399
83403
|
}
|
|
83404
|
+
@if $grid-skin == 'bootstrap4' {
|
|
83405
|
+
background-color: rgb(236 233 233);
|
|
83406
|
+
}
|
|
83400
83407
|
}
|
|
83401
83408
|
}
|
|
83402
83409
|
|
|
@@ -83450,9 +83457,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83450
83457
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
83451
83458
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
83452
83459
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
83453
|
-
@if $grid-skin == 'material3'
|
|
83460
|
+
@if $grid-skin == 'material3' {
|
|
83454
83461
|
background-color: rgb(250 244 244);
|
|
83455
83462
|
}
|
|
83463
|
+
@if $grid-skin == 'bootstrap4' {
|
|
83464
|
+
background-color: rgb(236 233 233);
|
|
83465
|
+
}
|
|
83456
83466
|
}
|
|
83457
83467
|
}
|
|
83458
83468
|
}
|
|
@@ -91544,7 +91554,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91544
91554
|
}
|
|
91545
91555
|
|
|
91546
91556
|
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
91547
|
-
padding:
|
|
91557
|
+
padding: 0 6px;
|
|
91548
91558
|
}
|
|
91549
91559
|
|
|
91550
91560
|
.e-tbar-btn-text {
|
|
@@ -6851,9 +6851,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6851
6851
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6852
6852
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6853
6853
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6854
|
-
@if $grid-skin == 'material3'
|
|
6854
|
+
@if $grid-skin == 'material3' {
|
|
6855
6855
|
background-color: rgb(250 244 244);
|
|
6856
6856
|
}
|
|
6857
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6858
|
+
background-color: rgb(236 233 233);
|
|
6859
|
+
}
|
|
6857
6860
|
}
|
|
6858
6861
|
}
|
|
6859
6862
|
|
|
@@ -6907,9 +6910,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6907
6910
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6908
6911
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6909
6912
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6910
|
-
@if $grid-skin == 'material3'
|
|
6913
|
+
@if $grid-skin == 'material3' {
|
|
6911
6914
|
background-color: rgb(250 244 244);
|
|
6912
6915
|
}
|
|
6916
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6917
|
+
background-color: rgb(236 233 233);
|
|
6918
|
+
}
|
|
6913
6919
|
}
|
|
6914
6920
|
}
|
|
6915
6921
|
}
|
|
@@ -6851,9 +6851,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6851
6851
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6852
6852
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6853
6853
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6854
|
-
@if $grid-skin == 'material3'
|
|
6854
|
+
@if $grid-skin == 'material3' {
|
|
6855
6855
|
background-color: rgb(250 244 244);
|
|
6856
6856
|
}
|
|
6857
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6858
|
+
background-color: rgb(236 233 233);
|
|
6859
|
+
}
|
|
6857
6860
|
}
|
|
6858
6861
|
}
|
|
6859
6862
|
|
|
@@ -6907,9 +6910,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6907
6910
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6908
6911
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6909
6912
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6910
|
-
@if $grid-skin == 'material3'
|
|
6913
|
+
@if $grid-skin == 'material3' {
|
|
6911
6914
|
background-color: rgb(250 244 244);
|
|
6912
6915
|
}
|
|
6916
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6917
|
+
background-color: rgb(236 233 233);
|
|
6918
|
+
}
|
|
6913
6919
|
}
|
|
6914
6920
|
}
|
|
6915
6921
|
}
|
|
@@ -6838,9 +6838,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6838
6838
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6839
6839
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6840
6840
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6841
|
-
@if $grid-skin == 'material3'
|
|
6841
|
+
@if $grid-skin == 'material3' {
|
|
6842
6842
|
background-color: rgb(250 244 244);
|
|
6843
6843
|
}
|
|
6844
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6845
|
+
background-color: rgb(236 233 233);
|
|
6846
|
+
}
|
|
6844
6847
|
}
|
|
6845
6848
|
}
|
|
6846
6849
|
|
|
@@ -6894,9 +6897,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6894
6897
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6895
6898
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6896
6899
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6897
|
-
@if $grid-skin == 'material3'
|
|
6900
|
+
@if $grid-skin == 'material3' {
|
|
6898
6901
|
background-color: rgb(250 244 244);
|
|
6899
6902
|
}
|
|
6903
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6904
|
+
background-color: rgb(236 233 233);
|
|
6905
|
+
}
|
|
6900
6906
|
}
|
|
6901
6907
|
}
|
|
6902
6908
|
}
|
|
@@ -6840,9 +6840,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6840
6840
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6841
6841
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6842
6842
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6843
|
-
@if $grid-skin == 'material3'
|
|
6843
|
+
@if $grid-skin == 'material3' {
|
|
6844
6844
|
background-color: rgb(250 244 244);
|
|
6845
6845
|
}
|
|
6846
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6847
|
+
background-color: rgb(236 233 233);
|
|
6848
|
+
}
|
|
6846
6849
|
}
|
|
6847
6850
|
}
|
|
6848
6851
|
|
|
@@ -6896,9 +6899,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6896
6899
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6897
6900
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6898
6901
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6899
|
-
@if $grid-skin == 'material3'
|
|
6902
|
+
@if $grid-skin == 'material3' {
|
|
6900
6903
|
background-color: rgb(250 244 244);
|
|
6901
6904
|
}
|
|
6905
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6906
|
+
background-color: rgb(236 233 233);
|
|
6907
|
+
}
|
|
6902
6908
|
}
|
|
6903
6909
|
}
|
|
6904
6910
|
}
|
|
@@ -6845,9 +6845,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6845
6845
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6846
6846
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6847
6847
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6848
|
-
@if $grid-skin == 'material3'
|
|
6848
|
+
@if $grid-skin == 'material3' {
|
|
6849
6849
|
background-color: rgb(250 244 244);
|
|
6850
6850
|
}
|
|
6851
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6852
|
+
background-color: rgb(236 233 233);
|
|
6853
|
+
}
|
|
6851
6854
|
}
|
|
6852
6855
|
}
|
|
6853
6856
|
|
|
@@ -6901,9 +6904,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6901
6904
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6902
6905
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6903
6906
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6904
|
-
@if $grid-skin == 'material3'
|
|
6907
|
+
@if $grid-skin == 'material3' {
|
|
6905
6908
|
background-color: rgb(250 244 244);
|
|
6906
6909
|
}
|
|
6910
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6911
|
+
background-color: rgb(236 233 233);
|
|
6912
|
+
}
|
|
6907
6913
|
}
|
|
6908
6914
|
}
|
|
6909
6915
|
}
|
|
@@ -6838,9 +6838,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6838
6838
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6839
6839
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6840
6840
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6841
|
-
@if $grid-skin == 'material3'
|
|
6841
|
+
@if $grid-skin == 'material3' {
|
|
6842
6842
|
background-color: rgb(250 244 244);
|
|
6843
6843
|
}
|
|
6844
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6845
|
+
background-color: rgb(236 233 233);
|
|
6846
|
+
}
|
|
6844
6847
|
}
|
|
6845
6848
|
}
|
|
6846
6849
|
|
|
@@ -6894,9 +6897,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6894
6897
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6895
6898
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6896
6899
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6897
|
-
@if $grid-skin == 'material3'
|
|
6900
|
+
@if $grid-skin == 'material3' {
|
|
6898
6901
|
background-color: rgb(250 244 244);
|
|
6899
6902
|
}
|
|
6903
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6904
|
+
background-color: rgb(236 233 233);
|
|
6905
|
+
}
|
|
6900
6906
|
}
|
|
6901
6907
|
}
|
|
6902
6908
|
}
|
|
@@ -6838,9 +6838,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6838
6838
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6839
6839
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6840
6840
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6841
|
-
@if $grid-skin == 'material3'
|
|
6841
|
+
@if $grid-skin == 'material3' {
|
|
6842
6842
|
background-color: rgb(250 244 244);
|
|
6843
6843
|
}
|
|
6844
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6845
|
+
background-color: rgb(236 233 233);
|
|
6846
|
+
}
|
|
6844
6847
|
}
|
|
6845
6848
|
}
|
|
6846
6849
|
|
|
@@ -6894,9 +6897,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6894
6897
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6895
6898
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6896
6899
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6897
|
-
@if $grid-skin == 'material3'
|
|
6900
|
+
@if $grid-skin == 'material3' {
|
|
6898
6901
|
background-color: rgb(250 244 244);
|
|
6899
6902
|
}
|
|
6903
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6904
|
+
background-color: rgb(236 233 233);
|
|
6905
|
+
}
|
|
6900
6906
|
}
|
|
6901
6907
|
}
|
|
6902
6908
|
}
|
|
@@ -6835,9 +6835,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6835
6835
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6836
6836
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6837
6837
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6838
|
-
@if $grid-skin == 'material3'
|
|
6838
|
+
@if $grid-skin == 'material3' {
|
|
6839
6839
|
background-color: rgb(250 244 244);
|
|
6840
6840
|
}
|
|
6841
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6842
|
+
background-color: rgb(236 233 233);
|
|
6843
|
+
}
|
|
6841
6844
|
}
|
|
6842
6845
|
}
|
|
6843
6846
|
|
|
@@ -6891,9 +6894,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6891
6894
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6892
6895
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6893
6896
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6894
|
-
@if $grid-skin == 'material3'
|
|
6897
|
+
@if $grid-skin == 'material3' {
|
|
6895
6898
|
background-color: rgb(250 244 244);
|
|
6896
6899
|
}
|
|
6900
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6901
|
+
background-color: rgb(236 233 233);
|
|
6902
|
+
}
|
|
6897
6903
|
}
|
|
6898
6904
|
}
|
|
6899
6905
|
}
|
|
@@ -6835,9 +6835,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6835
6835
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6836
6836
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6837
6837
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6838
|
-
@if $grid-skin == 'material3'
|
|
6838
|
+
@if $grid-skin == 'material3' {
|
|
6839
6839
|
background-color: rgb(250 244 244);
|
|
6840
6840
|
}
|
|
6841
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6842
|
+
background-color: rgb(236 233 233);
|
|
6843
|
+
}
|
|
6841
6844
|
}
|
|
6842
6845
|
}
|
|
6843
6846
|
|
|
@@ -6891,9 +6894,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6891
6894
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6892
6895
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6893
6896
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6894
|
-
@if $grid-skin == 'material3'
|
|
6897
|
+
@if $grid-skin == 'material3' {
|
|
6895
6898
|
background-color: rgb(250 244 244);
|
|
6896
6899
|
}
|
|
6900
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6901
|
+
background-color: rgb(236 233 233);
|
|
6902
|
+
}
|
|
6897
6903
|
}
|
|
6898
6904
|
}
|
|
6899
6905
|
}
|
|
@@ -6830,9 +6830,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6830
6830
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6831
6831
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6832
6832
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6833
|
-
@if $grid-skin == 'material3'
|
|
6833
|
+
@if $grid-skin == 'material3' {
|
|
6834
6834
|
background-color: rgb(250 244 244);
|
|
6835
6835
|
}
|
|
6836
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6837
|
+
background-color: rgb(236 233 233);
|
|
6838
|
+
}
|
|
6836
6839
|
}
|
|
6837
6840
|
}
|
|
6838
6841
|
|
|
@@ -6886,9 +6889,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6886
6889
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6887
6890
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6888
6891
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6889
|
-
@if $grid-skin == 'material3'
|
|
6892
|
+
@if $grid-skin == 'material3' {
|
|
6890
6893
|
background-color: rgb(250 244 244);
|
|
6891
6894
|
}
|
|
6895
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6896
|
+
background-color: rgb(236 233 233);
|
|
6897
|
+
}
|
|
6892
6898
|
}
|
|
6893
6899
|
}
|
|
6894
6900
|
}
|
|
@@ -6830,9 +6830,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6830
6830
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6831
6831
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6832
6832
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6833
|
-
@if $grid-skin == 'material3'
|
|
6833
|
+
@if $grid-skin == 'material3' {
|
|
6834
6834
|
background-color: rgb(250 244 244);
|
|
6835
6835
|
}
|
|
6836
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6837
|
+
background-color: rgb(236 233 233);
|
|
6838
|
+
}
|
|
6836
6839
|
}
|
|
6837
6840
|
}
|
|
6838
6841
|
|
|
@@ -6886,9 +6889,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6886
6889
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6887
6890
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6888
6891
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6889
|
-
@if $grid-skin == 'material3'
|
|
6892
|
+
@if $grid-skin == 'material3' {
|
|
6890
6893
|
background-color: rgb(250 244 244);
|
|
6891
6894
|
}
|
|
6895
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6896
|
+
background-color: rgb(236 233 233);
|
|
6897
|
+
}
|
|
6892
6898
|
}
|
|
6893
6899
|
}
|
|
6894
6900
|
}
|
|
@@ -6835,9 +6835,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6835
6835
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6836
6836
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6837
6837
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6838
|
-
@if $grid-skin == 'material3'
|
|
6838
|
+
@if $grid-skin == 'material3' {
|
|
6839
6839
|
background-color: rgb(250 244 244);
|
|
6840
6840
|
}
|
|
6841
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6842
|
+
background-color: rgb(236 233 233);
|
|
6843
|
+
}
|
|
6841
6844
|
}
|
|
6842
6845
|
}
|
|
6843
6846
|
|
|
@@ -6891,9 +6894,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6891
6894
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6892
6895
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6893
6896
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6894
|
-
@if $grid-skin == 'material3'
|
|
6897
|
+
@if $grid-skin == 'material3' {
|
|
6895
6898
|
background-color: rgb(250 244 244);
|
|
6896
6899
|
}
|
|
6900
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6901
|
+
background-color: rgb(236 233 233);
|
|
6902
|
+
}
|
|
6897
6903
|
}
|
|
6898
6904
|
}
|
|
6899
6905
|
}
|
|
@@ -6836,9 +6836,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6836
6836
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6837
6837
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6838
6838
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6839
|
-
@if $grid-skin == 'material3'
|
|
6839
|
+
@if $grid-skin == 'material3' {
|
|
6840
6840
|
background-color: rgb(250 244 244);
|
|
6841
6841
|
}
|
|
6842
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6843
|
+
background-color: rgb(236 233 233);
|
|
6844
|
+
}
|
|
6842
6845
|
}
|
|
6843
6846
|
}
|
|
6844
6847
|
|
|
@@ -6892,9 +6895,12 @@ margin: $grid-group-animator-cell-margin;
|
|
|
6892
6895
|
&.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop.e-fixedfreeze,
|
|
6893
6896
|
&.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
6894
6897
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
6895
|
-
@if $grid-skin == 'material3'
|
|
6898
|
+
@if $grid-skin == 'material3' {
|
|
6896
6899
|
background-color: rgb(250 244 244);
|
|
6897
6900
|
}
|
|
6901
|
+
@if $grid-skin == 'bootstrap4' {
|
|
6902
|
+
background-color: rgb(236 233 233);
|
|
6903
|
+
}
|
|
6898
6904
|
}
|
|
6899
6905
|
}
|
|
6900
6906
|
}
|