@syncfusion/blazor-themes 20.4.53 → 20.4.54
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 +37 -25
- package/SCSS-Themes/bootstrap.scss +37 -25
- package/SCSS-Themes/bootstrap4.scss +32 -20
- package/SCSS-Themes/bootstrap5-dark.scss +34 -22
- package/SCSS-Themes/bootstrap5.scss +34 -22
- package/SCSS-Themes/calendars/datepicker/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/bootstrap.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/calendars/datepicker/bootstrap5.scss +2 -2
- package/SCSS-Themes/calendars/datepicker/fabric-dark.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/fabric.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/fluent-dark.scss +2 -2
- package/SCSS-Themes/calendars/datepicker/fluent.scss +2 -2
- package/SCSS-Themes/calendars/datepicker/highcontrast.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/material-dark.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/material.scss +1 -1
- package/SCSS-Themes/calendars/datepicker/tailwind-dark.scss +2 -2
- package/SCSS-Themes/calendars/datepicker/tailwind.scss +2 -2
- package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +1 -1
- package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +1 -1
- package/SCSS-Themes/calendars/daterangepicker/fabric.scss +1 -1
- package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +1 -1
- package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +1 -1
- package/SCSS-Themes/calendars/daterangepicker/material.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/bootstrap.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/bootstrap4.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/fabric-dark.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/fabric.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/highcontrast.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/material-dark.scss +1 -1
- package/SCSS-Themes/calendars/datetimepicker/material.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/bootstrap.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/fabric-dark.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/fabric.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/highcontrast.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/material-dark.scss +1 -1
- package/SCSS-Themes/calendars/timepicker/material.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +36 -24
- package/SCSS-Themes/fabric.scss +36 -24
- package/SCSS-Themes/fluent-dark.scss +34 -22
- package/SCSS-Themes/fluent.scss +34 -22
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +33 -21
- package/SCSS-Themes/grids/grid/bootstrap.scss +33 -21
- package/SCSS-Themes/grids/grid/bootstrap4.scss +31 -19
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +32 -20
- package/SCSS-Themes/grids/grid/bootstrap5.scss +32 -20
- package/SCSS-Themes/grids/grid/fabric-dark.scss +32 -20
- package/SCSS-Themes/grids/grid/fabric.scss +32 -20
- package/SCSS-Themes/grids/grid/fluent-dark.scss +32 -20
- package/SCSS-Themes/grids/grid/fluent.scss +32 -20
- package/SCSS-Themes/grids/grid/highcontrast.scss +30 -18
- package/SCSS-Themes/grids/grid/material-dark.scss +35 -23
- package/SCSS-Themes/grids/grid/material.scss +35 -23
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +32 -20
- package/SCSS-Themes/grids/grid/tailwind.scss +32 -20
- package/SCSS-Themes/highcontrast.scss +34 -22
- package/SCSS-Themes/material-dark.scss +39 -27
- package/SCSS-Themes/material.scss +39 -27
- package/SCSS-Themes/tailwind-dark.scss +34 -22
- package/SCSS-Themes/tailwind.scss +34 -22
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@ $group-droparea-hover-color: $black !default;
|
|
|
54
54
|
$grid-group-broder-color: $border-light !default;
|
|
55
55
|
$grid-group-hover-broder-color: $border-hover !default;
|
|
56
56
|
$grid-group-text-line-height: 22px !default;
|
|
57
|
-
$grid-wrap-line-height:
|
|
57
|
+
$grid-wrap-line-height: 3px !default;
|
|
58
58
|
$grid-wrap-margin-bottom: 2px !default;
|
|
59
59
|
$grid-wrap-margin-top: 0 !default;
|
|
60
60
|
|
|
@@ -87,8 +87,8 @@ $grid-filterdiv-padding: 0 !default;
|
|
|
87
87
|
$grid-headercelldiv-height: 29px !default;
|
|
88
88
|
$grid-filterbarcell-input-height: 26px !default;
|
|
89
89
|
$grid-sortnumber-border-radius: 65% !default;
|
|
90
|
-
$grid-textwrap-srotnumber-rightalign-margin:
|
|
91
|
-
$grid-textwrap-srotnumber-margin:
|
|
90
|
+
$grid-textwrap-srotnumber-rightalign-margin: 5px 2px 0 10px !default;
|
|
91
|
+
$grid-textwrap-srotnumber-margin: 5px 5px 0 2px !default;
|
|
92
92
|
$grid-textwrap-sorticon-margin: -9px 10px !default;
|
|
93
93
|
$grid-columnchooser-header-padding: 11px 18px 15px !default;
|
|
94
94
|
$grid-columnchooser-toolbar-button-padding: 0 12px !default;
|
|
@@ -332,6 +332,8 @@ $grid-rtl-group-text-margin-left: 0 !default;
|
|
|
332
332
|
$grid-rtl-group-sorticon-margin-right: -10px !default;
|
|
333
333
|
$grid-rtl-headercell-border-width: 0 !default;
|
|
334
334
|
$grid-rtl-headercelldiv-padding: 0 .4em 0 2.8em !default;
|
|
335
|
+
$grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
336
|
+
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
335
337
|
$grid-ungroup-rtl-padding-right: -12px !default;
|
|
336
338
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
337
339
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
@@ -455,12 +457,12 @@ $grid-content-batch-font-color: $success !default;
|
|
|
455
457
|
$grid-bigger-group-headercell-hover-padding: $grid-bigger-group-headercell-padding !default;
|
|
456
458
|
|
|
457
459
|
$grid-header-wrap-rightalign-sortfilter-div-margin: -20px -5px !default;
|
|
458
|
-
$grid-header-wrap-filtericon-sortfilter-div-margin: -
|
|
460
|
+
$grid-header-wrap-filtericon-sortfilter-div-margin: -20px 20px -29px 14px !default;
|
|
459
461
|
$grid-bigger-wrap-sortdiv-margin: -31px 8px !default;
|
|
460
462
|
$grid-bigger-wrap-rightalign-sortdiv-margin: -30px -5px !default;
|
|
461
463
|
$grid-bigger-wrap-rightalign-fltricon-sortdiv-margin: -26px -20px 0 0 !default;
|
|
462
464
|
$grid-bigger-wrap-fltricon-sortdiv-margin: -30px 28px -31px 0 !default;
|
|
463
|
-
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -14px
|
|
465
|
+
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -20px 14px !default;
|
|
464
466
|
$grid-drag-font-size: $text-sm !default;
|
|
465
467
|
$grid-drag-icon-font-weight: $font-weight-bold !default;
|
|
466
468
|
$grid-drag-move-icon: 10px !default;
|
|
@@ -863,9 +865,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
863
865
|
}
|
|
864
866
|
|
|
865
867
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
866
|
-
|
|
867
|
-
padding-right: 4px;
|
|
868
|
-
}
|
|
868
|
+
padding: $grid-bigger-rtl-headercelldiv-chkbox-padding;
|
|
869
869
|
}
|
|
870
870
|
|
|
871
871
|
.e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2421,11 +2421,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2421
2421
|
}
|
|
2422
2422
|
|
|
2423
2423
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2424
|
-
|
|
2425
|
-
padding-right: 4px;
|
|
2426
|
-
}
|
|
2424
|
+
padding: $grid-rtl-headercelldiv-chkbox-padding;
|
|
2427
2425
|
}
|
|
2428
2426
|
|
|
2427
|
+
|
|
2429
2428
|
.e-filtermenudiv {
|
|
2430
2429
|
float: $grid-fltrdiv-float;
|
|
2431
2430
|
margin: $grid-fltrdiv-margin;
|
|
@@ -2538,7 +2537,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2538
2537
|
}
|
|
2539
2538
|
|
|
2540
2539
|
&.e-wrap .e-columnmenu {
|
|
2541
|
-
|
|
2540
|
+
line-height: $grid-wrap-line-height;
|
|
2542
2541
|
}
|
|
2543
2542
|
|
|
2544
2543
|
&.e-rtl .e-columnmenu {
|
|
@@ -2552,7 +2551,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2552
2551
|
|
|
2553
2552
|
&.e-wrap {
|
|
2554
2553
|
&.e-rtl .e-columnmenu {
|
|
2555
|
-
|
|
2554
|
+
line-height: $grid-wrap-line-height;
|
|
2556
2555
|
}
|
|
2557
2556
|
}
|
|
2558
2557
|
|
|
@@ -3734,6 +3733,13 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
3734
3733
|
margin: $grid-rtl-headercelldiv-rightalign-fltricon-margin;
|
|
3735
3734
|
}
|
|
3736
3735
|
|
|
3736
|
+
&.e-wrap .e-columnheader .e-rightalign.e-fltr-icon .e-headercelldiv,
|
|
3737
|
+
& .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-headercelldiv {
|
|
3738
|
+
height: auto;
|
|
3739
|
+
margin-bottom: $grid-wrap-margin-bottom;
|
|
3740
|
+
margin-top: $grid-wrap-margin-top;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3737
3743
|
& .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
|
|
3738
3744
|
margin: $grid-rtl-headercelldiv-fltricon-margin;
|
|
3739
3745
|
}
|
|
@@ -4052,7 +4058,8 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
4052
4058
|
&.e-wrap {
|
|
4053
4059
|
& .e-rowcell,
|
|
4054
4060
|
& .e-columnheader .e-stackedheadercelldiv,
|
|
4055
|
-
& .e-columnheader .e-headercelldiv
|
|
4061
|
+
& .e-columnheader .e-headercelldiv,
|
|
4062
|
+
& .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4056
4063
|
height: Auto;
|
|
4057
4064
|
line-height: $grid-rowcell-wrap-height;
|
|
4058
4065
|
overflow-wrap: break-word;
|
|
@@ -4068,25 +4075,30 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
4068
4075
|
}
|
|
4069
4076
|
|
|
4070
4077
|
&.e-wrap .e-columnheader .e-headercelldiv,
|
|
4071
|
-
|
|
4078
|
+
&.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4079
|
+
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4080
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4072
4081
|
margin-bottom: $grid-wrap-margin-bottom;
|
|
4073
4082
|
margin-top: $grid-wrap-margin-top;
|
|
4074
4083
|
}
|
|
4075
4084
|
|
|
4076
|
-
&.e-wrap .e-columnheader .e-filtermenudiv
|
|
4085
|
+
&.e-wrap .e-columnheader .e-filtermenudiv,
|
|
4086
|
+
&.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
|
|
4077
4087
|
line-height: $grid-wrap-line-height;
|
|
4078
4088
|
}
|
|
4079
4089
|
|
|
4080
|
-
& .e-columnheader.e-wrap .e-filtermenudiv
|
|
4090
|
+
& .e-columnheader.e-wrap .e-filtermenudiv,
|
|
4091
|
+
& .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
|
|
4081
4092
|
line-height: $grid-wrap-line-height;
|
|
4082
4093
|
}
|
|
4083
4094
|
|
|
4084
4095
|
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4096
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4085
4097
|
& .e-columnheader.e-wrap .e-stackedheadercelldiv,
|
|
4086
4098
|
& .e-gridcontent.e-wrap .e-rowcell,
|
|
4087
4099
|
& .e-frozenhdrcont.e-wrap .e-rowcell {
|
|
4088
4100
|
height: Auto;
|
|
4089
|
-
line-height: $grid-wrap-
|
|
4101
|
+
line-height: $grid-rowcell-wrap-height;
|
|
4090
4102
|
overflow-wrap: break-word;
|
|
4091
4103
|
text-overflow: clip;
|
|
4092
4104
|
white-space: normal;
|
|
@@ -5273,8 +5285,8 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
5273
5285
|
|
|
5274
5286
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell,
|
|
5275
5287
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse,
|
|
5276
|
-
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5277
|
-
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5288
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5289
|
+
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5278
5290
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
5279
5291
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
5280
5292
|
background-color: $grid-hover-bg-color;
|
|
@@ -54,7 +54,7 @@ $group-droparea-hover-color: $black !default;
|
|
|
54
54
|
$grid-group-broder-color: $border-light !default;
|
|
55
55
|
$grid-group-hover-broder-color: $border-hover !default;
|
|
56
56
|
$grid-group-text-line-height: 22px !default;
|
|
57
|
-
$grid-wrap-line-height:
|
|
57
|
+
$grid-wrap-line-height: 3px !default;
|
|
58
58
|
$grid-wrap-margin-bottom: 2px !default;
|
|
59
59
|
$grid-wrap-margin-top: 0 !default;
|
|
60
60
|
|
|
@@ -87,8 +87,8 @@ $grid-filterdiv-padding: 0 !default;
|
|
|
87
87
|
$grid-headercelldiv-height: 29px !default;
|
|
88
88
|
$grid-filterbarcell-input-height: 26px !default;
|
|
89
89
|
$grid-sortnumber-border-radius: 65% !default;
|
|
90
|
-
$grid-textwrap-srotnumber-rightalign-margin:
|
|
91
|
-
$grid-textwrap-srotnumber-margin:
|
|
90
|
+
$grid-textwrap-srotnumber-rightalign-margin: 5px 2px 0 10px !default;
|
|
91
|
+
$grid-textwrap-srotnumber-margin: 5px 5px 0 2px !default;
|
|
92
92
|
$grid-textwrap-sorticon-margin: -9px 10px !default;
|
|
93
93
|
$grid-columnchooser-header-padding: 11px 18px 15px !default;
|
|
94
94
|
$grid-columnchooser-toolbar-button-padding: 0 12px !default;
|
|
@@ -332,6 +332,8 @@ $grid-rtl-group-text-margin-left: 0 !default;
|
|
|
332
332
|
$grid-rtl-group-sorticon-margin-right: -10px !default;
|
|
333
333
|
$grid-rtl-headercell-border-width: 0 !default;
|
|
334
334
|
$grid-rtl-headercelldiv-padding: 0 .4em 0 2.8em !default;
|
|
335
|
+
$grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
336
|
+
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
335
337
|
$grid-ungroup-rtl-padding-right: -12px !default;
|
|
336
338
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
337
339
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
@@ -455,12 +457,12 @@ $grid-content-batch-font-color: $success !default;
|
|
|
455
457
|
$grid-bigger-group-headercell-hover-padding: $grid-bigger-group-headercell-padding !default;
|
|
456
458
|
|
|
457
459
|
$grid-header-wrap-rightalign-sortfilter-div-margin: -20px -5px !default;
|
|
458
|
-
$grid-header-wrap-filtericon-sortfilter-div-margin: -
|
|
460
|
+
$grid-header-wrap-filtericon-sortfilter-div-margin: -20px 20px -29px 14px !default;
|
|
459
461
|
$grid-bigger-wrap-sortdiv-margin: -31px 8px !default;
|
|
460
462
|
$grid-bigger-wrap-rightalign-sortdiv-margin: -30px -5px !default;
|
|
461
463
|
$grid-bigger-wrap-rightalign-fltricon-sortdiv-margin: -26px -20px 0 0 !default;
|
|
462
464
|
$grid-bigger-wrap-fltricon-sortdiv-margin: -30px 28px -31px 0 !default;
|
|
463
|
-
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -14px
|
|
465
|
+
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -20px 14px !default;
|
|
464
466
|
$grid-drag-font-size: $text-sm !default;
|
|
465
467
|
$grid-drag-icon-font-weight: $font-weight-bold !default;
|
|
466
468
|
$grid-drag-move-icon: 10px !default;
|
|
@@ -863,9 +865,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
863
865
|
}
|
|
864
866
|
|
|
865
867
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
866
|
-
|
|
867
|
-
padding-right: 4px;
|
|
868
|
-
}
|
|
868
|
+
padding: $grid-bigger-rtl-headercelldiv-chkbox-padding;
|
|
869
869
|
}
|
|
870
870
|
|
|
871
871
|
.e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2421,11 +2421,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2421
2421
|
}
|
|
2422
2422
|
|
|
2423
2423
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2424
|
-
|
|
2425
|
-
padding-right: 4px;
|
|
2426
|
-
}
|
|
2424
|
+
padding: $grid-rtl-headercelldiv-chkbox-padding;
|
|
2427
2425
|
}
|
|
2428
2426
|
|
|
2427
|
+
|
|
2429
2428
|
.e-filtermenudiv {
|
|
2430
2429
|
float: $grid-fltrdiv-float;
|
|
2431
2430
|
margin: $grid-fltrdiv-margin;
|
|
@@ -2538,7 +2537,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2538
2537
|
}
|
|
2539
2538
|
|
|
2540
2539
|
&.e-wrap .e-columnmenu {
|
|
2541
|
-
|
|
2540
|
+
line-height: $grid-wrap-line-height;
|
|
2542
2541
|
}
|
|
2543
2542
|
|
|
2544
2543
|
&.e-rtl .e-columnmenu {
|
|
@@ -2552,7 +2551,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2552
2551
|
|
|
2553
2552
|
&.e-wrap {
|
|
2554
2553
|
&.e-rtl .e-columnmenu {
|
|
2555
|
-
|
|
2554
|
+
line-height: $grid-wrap-line-height;
|
|
2556
2555
|
}
|
|
2557
2556
|
}
|
|
2558
2557
|
|
|
@@ -3734,6 +3733,13 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
3734
3733
|
margin: $grid-rtl-headercelldiv-rightalign-fltricon-margin;
|
|
3735
3734
|
}
|
|
3736
3735
|
|
|
3736
|
+
&.e-wrap .e-columnheader .e-rightalign.e-fltr-icon .e-headercelldiv,
|
|
3737
|
+
& .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-headercelldiv {
|
|
3738
|
+
height: auto;
|
|
3739
|
+
margin-bottom: $grid-wrap-margin-bottom;
|
|
3740
|
+
margin-top: $grid-wrap-margin-top;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3737
3743
|
& .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
|
|
3738
3744
|
margin: $grid-rtl-headercelldiv-fltricon-margin;
|
|
3739
3745
|
}
|
|
@@ -4052,7 +4058,8 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
4052
4058
|
&.e-wrap {
|
|
4053
4059
|
& .e-rowcell,
|
|
4054
4060
|
& .e-columnheader .e-stackedheadercelldiv,
|
|
4055
|
-
& .e-columnheader .e-headercelldiv
|
|
4061
|
+
& .e-columnheader .e-headercelldiv,
|
|
4062
|
+
& .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4056
4063
|
height: Auto;
|
|
4057
4064
|
line-height: $grid-rowcell-wrap-height;
|
|
4058
4065
|
overflow-wrap: break-word;
|
|
@@ -4068,25 +4075,30 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
4068
4075
|
}
|
|
4069
4076
|
|
|
4070
4077
|
&.e-wrap .e-columnheader .e-headercelldiv,
|
|
4071
|
-
|
|
4078
|
+
&.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4079
|
+
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4080
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4072
4081
|
margin-bottom: $grid-wrap-margin-bottom;
|
|
4073
4082
|
margin-top: $grid-wrap-margin-top;
|
|
4074
4083
|
}
|
|
4075
4084
|
|
|
4076
|
-
&.e-wrap .e-columnheader .e-filtermenudiv
|
|
4085
|
+
&.e-wrap .e-columnheader .e-filtermenudiv,
|
|
4086
|
+
&.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
|
|
4077
4087
|
line-height: $grid-wrap-line-height;
|
|
4078
4088
|
}
|
|
4079
4089
|
|
|
4080
|
-
& .e-columnheader.e-wrap .e-filtermenudiv
|
|
4090
|
+
& .e-columnheader.e-wrap .e-filtermenudiv,
|
|
4091
|
+
& .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
|
|
4081
4092
|
line-height: $grid-wrap-line-height;
|
|
4082
4093
|
}
|
|
4083
4094
|
|
|
4084
4095
|
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4096
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4085
4097
|
& .e-columnheader.e-wrap .e-stackedheadercelldiv,
|
|
4086
4098
|
& .e-gridcontent.e-wrap .e-rowcell,
|
|
4087
4099
|
& .e-frozenhdrcont.e-wrap .e-rowcell {
|
|
4088
4100
|
height: Auto;
|
|
4089
|
-
line-height: $grid-wrap-
|
|
4101
|
+
line-height: $grid-rowcell-wrap-height;
|
|
4090
4102
|
overflow-wrap: break-word;
|
|
4091
4103
|
text-overflow: clip;
|
|
4092
4104
|
white-space: normal;
|
|
@@ -5273,8 +5285,8 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
5273
5285
|
|
|
5274
5286
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell,
|
|
5275
5287
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse,
|
|
5276
|
-
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5277
|
-
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5288
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5289
|
+
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5278
5290
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
5279
5291
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
5280
5292
|
background-color: $grid-hover-bg-color;
|
|
@@ -97,8 +97,8 @@ $grid-rowselect-text-indent: 1px !default;
|
|
|
97
97
|
$grid-toolbar-border-width: 1px solid !default;
|
|
98
98
|
$grid-headercelldiv-height: 29px !default;
|
|
99
99
|
$grid-filterbarcell-input-height: 26px !default;
|
|
100
|
-
$grid-textwrap-srotnumber-rightalign-margin: 3px 2px 0
|
|
101
|
-
$grid-textwrap-srotnumber-margin: 3px 5px 0 2px !default;
|
|
100
|
+
$grid-textwrap-srotnumber-rightalign-margin: 3px 2px 0 15px !default;
|
|
101
|
+
$grid-textwrap-srotnumber-margin: 3px -5px 0 2px !default;
|
|
102
102
|
$grid-columnchooser-header-padding: 11px 18px 15px !default;
|
|
103
103
|
$grid-columnchooser-ul-padding: 0 !default;
|
|
104
104
|
$grid-column-chosser-searchdiv-opactiy: .6 !default;
|
|
@@ -168,6 +168,8 @@ $grid-headercelldiv-margin: 0 0 0 -5px !default;
|
|
|
168
168
|
$grid-headercelldiv-right-align-padding: 0 0 0 1em !default;
|
|
169
169
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
170
170
|
$grid-rtl-headercelldiv-padding: 0 .7em 0 25px !default;
|
|
171
|
+
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 4px !default;
|
|
172
|
+
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 0 0 8px !default;
|
|
171
173
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
172
174
|
$grid-header-font-weight: normal !default;
|
|
173
175
|
$grid-headecell-span-height: 26px !default;
|
|
@@ -453,12 +455,12 @@ $grid-content-batch-font-color: $grid-content-font-color !default;
|
|
|
453
455
|
$grid-bigger-group-headercell-hover-padding: $grid-bigger-group-headercell-padding !default;
|
|
454
456
|
|
|
455
457
|
$grid-header-wrap-rightalign-sortfilter-div-margin: -17px 10px 0 0 !default;
|
|
456
|
-
$grid-header-wrap-filtericon-sortfilter-div-margin: -17px
|
|
458
|
+
$grid-header-wrap-filtericon-sortfilter-div-margin: -17px 18px 0 14px !default;
|
|
457
459
|
$grid-bigger-wrap-sortdiv-margin: -19px 6px !default;
|
|
458
460
|
$grid-bigger-wrap-rightalign-sortdiv-margin: -19px -4px !default;
|
|
459
461
|
$grid-bigger-wrap-fltricon-sortdiv-margin: -17px 20px !default;
|
|
460
462
|
$grid-bigger-wrap-rightalign-fltricon-sortdiv-margin: -17px 0 !default;
|
|
461
|
-
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -14px
|
|
463
|
+
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -17px 14px !default;
|
|
462
464
|
$grid-sortnumber-bg-color: $neutral-quintenary !default;
|
|
463
465
|
$grid-sortnumber-color: $neutral-light-fontalt !default;
|
|
464
466
|
$grid-summary-row-bg-color: $neutral-lighter !default;
|
|
@@ -496,7 +498,7 @@ $grid-bigger-fltr-sortnumber-margin: $grid-bigger-sortnumber-margin !default;
|
|
|
496
498
|
$grid-rtl-searchclear: 0 !default;
|
|
497
499
|
$grid-column-chosser-searchdiv-top: -46px !default;
|
|
498
500
|
$grid-reorderarrow-font-size: 8px !default;
|
|
499
|
-
$grid-bigger-wrap-line-height:
|
|
501
|
+
$grid-bigger-wrap-line-height: 18px !default;
|
|
500
502
|
$grid-bigger-clone-padding: $grid-clone-padding !default;
|
|
501
503
|
$grid-bigger-draganddrop-clone-padding: $grid-clone-padding !default;
|
|
502
504
|
$grouped-bigger-text-font-size: $grouped-text-font-size !default;
|
|
@@ -860,9 +862,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
860
862
|
}
|
|
861
863
|
|
|
862
864
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
863
|
-
|
|
864
|
-
padding-right: 4px;
|
|
865
|
-
}
|
|
865
|
+
padding: $grid-bigger-rtl-headercelldiv-chkbox-padding;
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2418,11 +2418,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
2420
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2421
|
-
|
|
2422
|
-
padding-right: 4px;
|
|
2423
|
-
}
|
|
2421
|
+
padding: $grid-rtl-headercelldiv-chkbox-padding;
|
|
2424
2422
|
}
|
|
2425
2423
|
|
|
2424
|
+
|
|
2426
2425
|
.e-filtermenudiv {
|
|
2427
2426
|
float: $grid-fltrdiv-float;
|
|
2428
2427
|
margin: $grid-fltrdiv-margin;
|
|
@@ -2535,7 +2534,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2535
2534
|
}
|
|
2536
2535
|
|
|
2537
2536
|
&.e-wrap .e-columnmenu {
|
|
2538
|
-
|
|
2537
|
+
line-height: $grid-wrap-line-height;
|
|
2539
2538
|
}
|
|
2540
2539
|
|
|
2541
2540
|
&.e-rtl .e-columnmenu {
|
|
@@ -2549,7 +2548,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2549
2548
|
|
|
2550
2549
|
&.e-wrap {
|
|
2551
2550
|
&.e-rtl .e-columnmenu {
|
|
2552
|
-
|
|
2551
|
+
line-height: $grid-wrap-line-height;
|
|
2553
2552
|
}
|
|
2554
2553
|
}
|
|
2555
2554
|
|
|
@@ -3731,6 +3730,13 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
3731
3730
|
margin: $grid-rtl-headercelldiv-rightalign-fltricon-margin;
|
|
3732
3731
|
}
|
|
3733
3732
|
|
|
3733
|
+
&.e-wrap .e-columnheader .e-rightalign.e-fltr-icon .e-headercelldiv,
|
|
3734
|
+
& .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-headercelldiv {
|
|
3735
|
+
height: auto;
|
|
3736
|
+
margin-bottom: $grid-wrap-margin-bottom;
|
|
3737
|
+
margin-top: $grid-wrap-margin-top;
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3734
3740
|
& .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
|
|
3735
3741
|
margin: $grid-rtl-headercelldiv-fltricon-margin;
|
|
3736
3742
|
}
|
|
@@ -4049,7 +4055,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4049
4055
|
&.e-wrap {
|
|
4050
4056
|
& .e-rowcell,
|
|
4051
4057
|
& .e-columnheader .e-stackedheadercelldiv,
|
|
4052
|
-
& .e-columnheader .e-headercelldiv
|
|
4058
|
+
& .e-columnheader .e-headercelldiv,
|
|
4059
|
+
& .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4053
4060
|
height: Auto;
|
|
4054
4061
|
line-height: $grid-rowcell-wrap-height;
|
|
4055
4062
|
overflow-wrap: break-word;
|
|
@@ -4065,25 +4072,30 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4065
4072
|
}
|
|
4066
4073
|
|
|
4067
4074
|
&.e-wrap .e-columnheader .e-headercelldiv,
|
|
4068
|
-
|
|
4075
|
+
&.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4076
|
+
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4077
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4069
4078
|
margin-bottom: $grid-wrap-margin-bottom;
|
|
4070
4079
|
margin-top: $grid-wrap-margin-top;
|
|
4071
4080
|
}
|
|
4072
4081
|
|
|
4073
|
-
&.e-wrap .e-columnheader .e-filtermenudiv
|
|
4082
|
+
&.e-wrap .e-columnheader .e-filtermenudiv,
|
|
4083
|
+
&.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
|
|
4074
4084
|
line-height: $grid-wrap-line-height;
|
|
4075
4085
|
}
|
|
4076
4086
|
|
|
4077
|
-
& .e-columnheader.e-wrap .e-filtermenudiv
|
|
4087
|
+
& .e-columnheader.e-wrap .e-filtermenudiv,
|
|
4088
|
+
& .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
|
|
4078
4089
|
line-height: $grid-wrap-line-height;
|
|
4079
4090
|
}
|
|
4080
4091
|
|
|
4081
4092
|
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4093
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4082
4094
|
& .e-columnheader.e-wrap .e-stackedheadercelldiv,
|
|
4083
4095
|
& .e-gridcontent.e-wrap .e-rowcell,
|
|
4084
4096
|
& .e-frozenhdrcont.e-wrap .e-rowcell {
|
|
4085
4097
|
height: Auto;
|
|
4086
|
-
line-height: $grid-wrap-
|
|
4098
|
+
line-height: $grid-rowcell-wrap-height;
|
|
4087
4099
|
overflow-wrap: break-word;
|
|
4088
4100
|
text-overflow: clip;
|
|
4089
4101
|
white-space: normal;
|
|
@@ -5270,8 +5282,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5270
5282
|
|
|
5271
5283
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell,
|
|
5272
5284
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse,
|
|
5273
|
-
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5274
|
-
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5285
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5286
|
+
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5275
5287
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
5276
5288
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
5277
5289
|
background-color: $grid-hover-bg-color;
|
|
@@ -101,8 +101,8 @@ $grid-rowselect-text-indent: 1px !default;
|
|
|
101
101
|
$grid-toolbar-border-width: 1px solid !default;
|
|
102
102
|
$grid-headercelldiv-height: 29px !default;
|
|
103
103
|
$grid-filterbarcell-input-height: 26px !default;
|
|
104
|
-
$grid-textwrap-srotnumber-rightalign-margin: 3px 2px 0
|
|
105
|
-
$grid-textwrap-srotnumber-margin: 3px 5px 0 2px !default;
|
|
104
|
+
$grid-textwrap-srotnumber-rightalign-margin: 3px 2px 0 15px !default;
|
|
105
|
+
$grid-textwrap-srotnumber-margin: 3px -5px 0 2px !default;
|
|
106
106
|
$grid-columnchooser-header-padding: 11px 18px 15px !default;
|
|
107
107
|
$grid-columnchooser-ul-padding: 0 !default;
|
|
108
108
|
$grid-column-chosser-searchdiv-opactiy: .6 !default;
|
|
@@ -172,6 +172,8 @@ $grid-headercelldiv-margin: 0 !default;
|
|
|
172
172
|
$grid-headercelldiv-right-align-padding: 0 0 0 1em !default;
|
|
173
173
|
$grid-headercelldiv-padding: 0 25px 0 0 !default;
|
|
174
174
|
$grid-rtl-headercelldiv-padding: 0 0 0 25px !default;
|
|
175
|
+
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 0 !default;
|
|
176
|
+
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 0 0 3px !default;
|
|
175
177
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
176
178
|
$grid-header-font-weight: normal !default;
|
|
177
179
|
$grid-headecell-span-height: 24px !default;
|
|
@@ -456,12 +458,12 @@ $grid-content-batch-font-color: $grid-content-font-color !default;
|
|
|
456
458
|
$grid-bigger-group-headercell-hover-padding: $grid-bigger-group-headercell-padding !default;
|
|
457
459
|
|
|
458
460
|
$grid-header-wrap-rightalign-sortfilter-div-margin: -17px 10px 0 0 !default;
|
|
459
|
-
$grid-header-wrap-filtericon-sortfilter-div-margin: -17px
|
|
461
|
+
$grid-header-wrap-filtericon-sortfilter-div-margin: -17px 18px 0 14px !default;
|
|
460
462
|
$grid-bigger-wrap-sortdiv-margin: -19px 6px !default;
|
|
461
463
|
$grid-bigger-wrap-rightalign-sortdiv-margin: -19px -4px !default;
|
|
462
464
|
$grid-bigger-wrap-fltricon-sortdiv-margin: -17px 20px !default;
|
|
463
465
|
$grid-bigger-wrap-rightalign-fltricon-sortdiv-margin: -17px 0 !default;
|
|
464
|
-
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -14px
|
|
466
|
+
$grid-header-wrap-filtericon-rightalign-sortfilter-div-margin: -17px 14px !default;
|
|
465
467
|
|
|
466
468
|
$grid-drag-font-size: 12px !default;
|
|
467
469
|
$grid-drag-icon-font-weight: bold !default;
|
|
@@ -496,7 +498,7 @@ $grid-bigger-fltr-sortnumber-margin: $grid-bigger-sortnumber-margin !default;
|
|
|
496
498
|
$grid-rtl-searchclear: 0 !default;
|
|
497
499
|
$grid-column-chosser-searchdiv-top: -46px !default;
|
|
498
500
|
$grid-reorderarrow-font-size: 8px !default;
|
|
499
|
-
$grid-bigger-wrap-line-height:
|
|
501
|
+
$grid-bigger-wrap-line-height: 18px !default;
|
|
500
502
|
$grid-bigger-clone-padding: $grid-clone-padding !default;
|
|
501
503
|
$grid-bigger-draganddrop-clone-padding: $grid-clone-padding !default;
|
|
502
504
|
$grouped-bigger-text-font-size: $grouped-text-font-size !default;
|
|
@@ -860,9 +862,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
860
862
|
}
|
|
861
863
|
|
|
862
864
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
863
|
-
|
|
864
|
-
padding-right: 4px;
|
|
865
|
-
}
|
|
865
|
+
padding: $grid-bigger-rtl-headercelldiv-chkbox-padding;
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2418,11 +2418,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
2420
|
&.e-rtl .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2421
|
-
|
|
2422
|
-
padding-right: 4px;
|
|
2423
|
-
}
|
|
2421
|
+
padding: $grid-rtl-headercelldiv-chkbox-padding;
|
|
2424
2422
|
}
|
|
2425
2423
|
|
|
2424
|
+
|
|
2426
2425
|
.e-filtermenudiv {
|
|
2427
2426
|
float: $grid-fltrdiv-float;
|
|
2428
2427
|
margin: $grid-fltrdiv-margin;
|
|
@@ -2535,7 +2534,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2535
2534
|
}
|
|
2536
2535
|
|
|
2537
2536
|
&.e-wrap .e-columnmenu {
|
|
2538
|
-
|
|
2537
|
+
line-height: $grid-wrap-line-height;
|
|
2539
2538
|
}
|
|
2540
2539
|
|
|
2541
2540
|
&.e-rtl .e-columnmenu {
|
|
@@ -2549,7 +2548,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2549
2548
|
|
|
2550
2549
|
&.e-wrap {
|
|
2551
2550
|
&.e-rtl .e-columnmenu {
|
|
2552
|
-
|
|
2551
|
+
line-height: $grid-wrap-line-height;
|
|
2553
2552
|
}
|
|
2554
2553
|
}
|
|
2555
2554
|
|
|
@@ -3731,6 +3730,13 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
3731
3730
|
margin: $grid-rtl-headercelldiv-rightalign-fltricon-margin;
|
|
3732
3731
|
}
|
|
3733
3732
|
|
|
3733
|
+
&.e-wrap .e-columnheader .e-rightalign.e-fltr-icon .e-headercelldiv,
|
|
3734
|
+
& .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-headercelldiv {
|
|
3735
|
+
height: auto;
|
|
3736
|
+
margin-bottom: $grid-wrap-margin-bottom;
|
|
3737
|
+
margin-top: $grid-wrap-margin-top;
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3734
3740
|
& .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
|
|
3735
3741
|
margin: $grid-rtl-headercelldiv-fltricon-margin;
|
|
3736
3742
|
}
|
|
@@ -4049,7 +4055,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4049
4055
|
&.e-wrap {
|
|
4050
4056
|
& .e-rowcell,
|
|
4051
4057
|
& .e-columnheader .e-stackedheadercelldiv,
|
|
4052
|
-
& .e-columnheader .e-headercelldiv
|
|
4058
|
+
& .e-columnheader .e-headercelldiv,
|
|
4059
|
+
& .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4053
4060
|
height: Auto;
|
|
4054
4061
|
line-height: $grid-rowcell-wrap-height;
|
|
4055
4062
|
overflow-wrap: break-word;
|
|
@@ -4065,25 +4072,30 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4065
4072
|
}
|
|
4066
4073
|
|
|
4067
4074
|
&.e-wrap .e-columnheader .e-headercelldiv,
|
|
4068
|
-
|
|
4075
|
+
&.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4076
|
+
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4077
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
4069
4078
|
margin-bottom: $grid-wrap-margin-bottom;
|
|
4070
4079
|
margin-top: $grid-wrap-margin-top;
|
|
4071
4080
|
}
|
|
4072
4081
|
|
|
4073
|
-
&.e-wrap .e-columnheader .e-filtermenudiv
|
|
4082
|
+
&.e-wrap .e-columnheader .e-filtermenudiv,
|
|
4083
|
+
&.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
|
|
4074
4084
|
line-height: $grid-wrap-line-height;
|
|
4075
4085
|
}
|
|
4076
4086
|
|
|
4077
|
-
& .e-columnheader.e-wrap .e-filtermenudiv
|
|
4087
|
+
& .e-columnheader.e-wrap .e-filtermenudiv,
|
|
4088
|
+
& .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
|
|
4078
4089
|
line-height: $grid-wrap-line-height;
|
|
4079
4090
|
}
|
|
4080
4091
|
|
|
4081
4092
|
& .e-columnheader.e-wrap .e-headercelldiv,
|
|
4093
|
+
& .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv,
|
|
4082
4094
|
& .e-columnheader.e-wrap .e-stackedheadercelldiv,
|
|
4083
4095
|
& .e-gridcontent.e-wrap .e-rowcell,
|
|
4084
4096
|
& .e-frozenhdrcont.e-wrap .e-rowcell {
|
|
4085
4097
|
height: Auto;
|
|
4086
|
-
line-height: $grid-wrap-
|
|
4098
|
+
line-height: $grid-rowcell-wrap-height;
|
|
4087
4099
|
overflow-wrap: break-word;
|
|
4088
4100
|
text-overflow: clip;
|
|
4089
4101
|
white-space: normal;
|
|
@@ -5270,8 +5282,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5270
5282
|
|
|
5271
5283
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell,
|
|
5272
5284
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse,
|
|
5273
|
-
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5274
|
-
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
5285
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5286
|
+
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop,
|
|
5275
5287
|
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
5276
5288
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
5277
5289
|
background-color: $grid-hover-bg-color;
|