@syncfusion/ej2-angular-grids 20.4.44 → 20.4.48
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/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +13 -1
- package/styles/bootstrap.css +13 -1
- package/styles/bootstrap4.css +13 -1
- package/styles/bootstrap5-dark.css +13 -1
- package/styles/bootstrap5.css +13 -1
- package/styles/fabric-dark.css +13 -1
- package/styles/fabric.css +13 -1
- package/styles/fluent-dark.css +13 -1
- package/styles/fluent.css +13 -1
- package/styles/grid/_bootstrap-dark-definition.scss +2 -0
- package/styles/grid/_bootstrap-definition.scss +2 -0
- package/styles/grid/_bootstrap4-definition.scss +2 -0
- package/styles/grid/_bootstrap5-definition.scss +2 -0
- package/styles/grid/_fabric-dark-definition.scss +2 -0
- package/styles/grid/_fabric-definition.scss +2 -0
- package/styles/grid/_fluent-definition.scss +2 -0
- package/styles/grid/_fusionnew-definition.scss +2 -0
- package/styles/grid/_highcontrast-definition.scss +2 -0
- package/styles/grid/_highcontrast-light-definition.scss +2 -0
- package/styles/grid/_layout.scss +15 -1
- package/styles/grid/_material-dark-definition.scss +2 -0
- package/styles/grid/_material-definition.scss +2 -0
- package/styles/grid/_material3-definition.scss +2 -0
- package/styles/grid/_tailwind-definition.scss +2 -0
- package/styles/grid/bootstrap-dark.css +13 -1
- package/styles/grid/bootstrap.css +13 -1
- package/styles/grid/bootstrap4.css +13 -1
- package/styles/grid/bootstrap5-dark.css +13 -1
- package/styles/grid/bootstrap5.css +13 -1
- package/styles/grid/fabric-dark.css +13 -1
- package/styles/grid/fabric.css +13 -1
- package/styles/grid/fluent-dark.css +13 -1
- package/styles/grid/fluent.css +13 -1
- package/styles/grid/highcontrast-light.css +13 -1
- package/styles/grid/highcontrast.css +13 -1
- package/styles/grid/material-dark.css +13 -1
- package/styles/grid/material.css +13 -1
- package/styles/grid/tailwind-dark.css +13 -1
- package/styles/grid/tailwind.css +13 -1
- package/styles/highcontrast-light.css +13 -1
- package/styles/highcontrast.css +13 -1
- package/styles/material-dark.css +13 -1
- package/styles/material.css +13 -1
- package/styles/tailwind-dark.css +13 -1
- package/styles/tailwind.css +13 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.4.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-x6xKT/TlNPh1Ddz5/5HuKONl77uEqsTBZ8k5djjnnBxlxxSChs4aecHT+F0cCxfQn7//xTZPBL9F38wwfCc/Aw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.4.43.tgz",
|
|
23
|
+
"_shasum": "376025e32ed652588026e933cdaebdd15d212616",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-grids": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
36
|
+
"@syncfusion/ej2-grids": "20.4.48",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
75
|
-
"version": "20.4.
|
|
75
|
+
"version": "20.4.48"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.4.
|
|
2
|
+
export declare const pkgVer = "^20.4.43";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.4.
|
|
4
|
+
export declare const themeVer = "~20.4.43";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.48';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.48';
|
|
@@ -2520,7 +2520,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2520
2520
|
border-left-width: 0;
|
|
2521
2521
|
}
|
|
2522
2522
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2523
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2523
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2524
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2525
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2524
2526
|
font-size: 10px;
|
|
2525
2527
|
margin-left: -2.5px;
|
|
2526
2528
|
margin-top: -6.5px;
|
|
@@ -3490,9 +3492,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3490
3492
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3491
3493
|
margin-top: 0.5px;
|
|
3492
3494
|
}
|
|
3495
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3496
|
+
margin-top: -0.5px;
|
|
3497
|
+
}
|
|
3493
3498
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3494
3499
|
margin-top: -1.5px;
|
|
3495
3500
|
}
|
|
3501
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3502
|
+
margin-top: -1.5px;
|
|
3503
|
+
}
|
|
3496
3504
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3497
3505
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3498
3506
|
display: inline-block;
|
|
@@ -3533,6 +3541,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3533
3541
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3534
3542
|
white-space: nowrap;
|
|
3535
3543
|
}
|
|
3544
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3545
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3546
|
+
text-align: left;
|
|
3547
|
+
}
|
|
3536
3548
|
|
|
3537
3549
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3538
3550
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/bootstrap.css
CHANGED
|
@@ -2521,7 +2521,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2521
2521
|
border-left-width: 0;
|
|
2522
2522
|
}
|
|
2523
2523
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2524
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2524
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2525
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2526
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2525
2527
|
font-size: 10px;
|
|
2526
2528
|
margin-left: -2.5px;
|
|
2527
2529
|
margin-top: -6.5px;
|
|
@@ -3491,9 +3493,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3491
3493
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3492
3494
|
margin-top: 0.5px;
|
|
3493
3495
|
}
|
|
3496
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3497
|
+
margin-top: -0.5px;
|
|
3498
|
+
}
|
|
3494
3499
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3495
3500
|
margin-top: -1.5px;
|
|
3496
3501
|
}
|
|
3502
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3503
|
+
margin-top: -1.5px;
|
|
3504
|
+
}
|
|
3497
3505
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3498
3506
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3499
3507
|
display: inline-block;
|
|
@@ -3534,6 +3542,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3534
3542
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3535
3543
|
white-space: nowrap;
|
|
3536
3544
|
}
|
|
3545
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3546
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3547
|
+
text-align: left;
|
|
3548
|
+
}
|
|
3537
3549
|
|
|
3538
3550
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3539
3551
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2580,7 +2580,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2580
2580
|
border-left-width: 0;
|
|
2581
2581
|
}
|
|
2582
2582
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2583
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2583
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2584
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2585
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2584
2586
|
font-size: 12px;
|
|
2585
2587
|
margin-left: -3.5px;
|
|
2586
2588
|
margin-top: -7.5px;
|
|
@@ -3553,9 +3555,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3553
3555
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3554
3556
|
margin-top: 0;
|
|
3555
3557
|
}
|
|
3558
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3559
|
+
margin-top: -1px;
|
|
3560
|
+
}
|
|
3556
3561
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3557
3562
|
margin-top: -3px;
|
|
3558
3563
|
}
|
|
3564
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3565
|
+
margin-top: -3px;
|
|
3566
|
+
}
|
|
3559
3567
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3560
3568
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3561
3569
|
display: inline-block;
|
|
@@ -3596,6 +3604,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3596
3604
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3597
3605
|
white-space: nowrap;
|
|
3598
3606
|
}
|
|
3607
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3608
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3609
|
+
text-align: left;
|
|
3610
|
+
}
|
|
3599
3611
|
|
|
3600
3612
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3601
3613
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
@@ -2587,7 +2587,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2587
2587
|
border-left-width: 0;
|
|
2588
2588
|
}
|
|
2589
2589
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2590
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2590
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2591
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2592
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2591
2593
|
font-size: 10px;
|
|
2592
2594
|
margin-left: -3px;
|
|
2593
2595
|
margin-top: -7px;
|
|
@@ -3557,9 +3559,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3557
3559
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3558
3560
|
margin-top: 0;
|
|
3559
3561
|
}
|
|
3562
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3563
|
+
margin-top: -1px;
|
|
3564
|
+
}
|
|
3560
3565
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3561
3566
|
margin-top: -2px;
|
|
3562
3567
|
}
|
|
3568
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3569
|
+
margin-top: -1px;
|
|
3570
|
+
}
|
|
3563
3571
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3564
3572
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3565
3573
|
display: inline-block;
|
|
@@ -3600,6 +3608,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3600
3608
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3601
3609
|
white-space: nowrap;
|
|
3602
3610
|
}
|
|
3611
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3612
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3613
|
+
text-align: left;
|
|
3614
|
+
}
|
|
3603
3615
|
|
|
3604
3616
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3605
3617
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2587,7 +2587,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2587
2587
|
border-left-width: 0;
|
|
2588
2588
|
}
|
|
2589
2589
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2590
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2590
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2591
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2592
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2591
2593
|
font-size: 10px;
|
|
2592
2594
|
margin-left: -3px;
|
|
2593
2595
|
margin-top: -7px;
|
|
@@ -3557,9 +3559,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3557
3559
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3558
3560
|
margin-top: 0;
|
|
3559
3561
|
}
|
|
3562
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3563
|
+
margin-top: -1px;
|
|
3564
|
+
}
|
|
3560
3565
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3561
3566
|
margin-top: -2px;
|
|
3562
3567
|
}
|
|
3568
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3569
|
+
margin-top: -1px;
|
|
3570
|
+
}
|
|
3563
3571
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3564
3572
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3565
3573
|
display: inline-block;
|
|
@@ -3600,6 +3608,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3600
3608
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3601
3609
|
white-space: nowrap;
|
|
3602
3610
|
}
|
|
3611
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3612
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3613
|
+
text-align: left;
|
|
3614
|
+
}
|
|
3603
3615
|
|
|
3604
3616
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3605
3617
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2494,7 +2494,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2494
2494
|
border-left-width: 0;
|
|
2495
2495
|
}
|
|
2496
2496
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2497
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2497
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2498
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2499
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2498
2500
|
font-size: 8px;
|
|
2499
2501
|
margin-left: -1.5px;
|
|
2500
2502
|
margin-top: -4.5px;
|
|
@@ -3464,9 +3466,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3464
3466
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3465
3467
|
margin-top: 1px;
|
|
3466
3468
|
}
|
|
3469
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3470
|
+
margin-top: 1px;
|
|
3471
|
+
}
|
|
3467
3472
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3468
3473
|
margin-top: -1px;
|
|
3469
3474
|
}
|
|
3475
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3476
|
+
margin-top: -1px;
|
|
3477
|
+
}
|
|
3470
3478
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3471
3479
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3472
3480
|
display: inline-block;
|
|
@@ -3507,6 +3515,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3507
3515
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3508
3516
|
white-space: nowrap;
|
|
3509
3517
|
}
|
|
3518
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3519
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3520
|
+
text-align: left;
|
|
3521
|
+
}
|
|
3510
3522
|
|
|
3511
3523
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3512
3524
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fabric.css
CHANGED
|
@@ -2487,7 +2487,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2487
2487
|
border-left-width: 0;
|
|
2488
2488
|
}
|
|
2489
2489
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2490
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2490
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2491
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2492
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2491
2493
|
font-size: 8px;
|
|
2492
2494
|
margin-left: -1.5px;
|
|
2493
2495
|
margin-top: -4.5px;
|
|
@@ -3457,9 +3459,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3459
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3458
3460
|
margin-top: 1px;
|
|
3459
3461
|
}
|
|
3462
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3463
|
+
margin-top: 1px;
|
|
3464
|
+
}
|
|
3460
3465
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3461
3466
|
margin-top: -1px;
|
|
3462
3467
|
}
|
|
3468
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3469
|
+
margin-top: -1px;
|
|
3470
|
+
}
|
|
3463
3471
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3464
3472
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3465
3473
|
display: inline-block;
|
|
@@ -3500,6 +3508,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3500
3508
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3501
3509
|
white-space: nowrap;
|
|
3502
3510
|
}
|
|
3511
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3512
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3513
|
+
text-align: left;
|
|
3514
|
+
}
|
|
3503
3515
|
|
|
3504
3516
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3505
3517
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2596,7 +2596,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2596
2596
|
border-left-width: 0;
|
|
2597
2597
|
}
|
|
2598
2598
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2599
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2599
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2600
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2601
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2600
2602
|
font-size: 10px;
|
|
2601
2603
|
margin-left: -2px;
|
|
2602
2604
|
margin-top: -6.5px;
|
|
@@ -3570,9 +3572,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3570
3572
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3571
3573
|
margin-top: 0;
|
|
3572
3574
|
}
|
|
3575
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3576
|
+
margin-top: -1px;
|
|
3577
|
+
}
|
|
3573
3578
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3574
3579
|
margin-top: -1px;
|
|
3575
3580
|
}
|
|
3581
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3582
|
+
margin-top: -1px;
|
|
3583
|
+
}
|
|
3576
3584
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3577
3585
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3578
3586
|
display: inline-block;
|
|
@@ -3613,6 +3621,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3613
3621
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3614
3622
|
white-space: nowrap;
|
|
3615
3623
|
}
|
|
3624
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3625
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3626
|
+
text-align: left;
|
|
3627
|
+
}
|
|
3616
3628
|
|
|
3617
3629
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3618
3630
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
package/styles/fluent.css
CHANGED
|
@@ -2596,7 +2596,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2596
2596
|
border-left-width: 0;
|
|
2597
2597
|
}
|
|
2598
2598
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2599
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2599
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2600
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2601
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2600
2602
|
font-size: 10px;
|
|
2601
2603
|
margin-left: -2px;
|
|
2602
2604
|
margin-top: -6.5px;
|
|
@@ -3570,9 +3572,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3570
3572
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3571
3573
|
margin-top: 0;
|
|
3572
3574
|
}
|
|
3575
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3576
|
+
margin-top: -1px;
|
|
3577
|
+
}
|
|
3573
3578
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3574
3579
|
margin-top: -1px;
|
|
3575
3580
|
}
|
|
3581
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3582
|
+
margin-top: -1px;
|
|
3583
|
+
}
|
|
3576
3584
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3577
3585
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3578
3586
|
display: inline-block;
|
|
@@ -3613,6 +3621,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3613
3621
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3614
3622
|
white-space: nowrap;
|
|
3615
3623
|
}
|
|
3624
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3625
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3626
|
+
text-align: left;
|
|
3627
|
+
}
|
|
3616
3628
|
|
|
3617
3629
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3618
3630
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
@@ -561,6 +561,8 @@ $grid-reorderarrow-margin-top: -6.5px !default;
|
|
|
561
561
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
562
562
|
$grid-reorder-arrow-top-margin: .5px !default;
|
|
563
563
|
$grid-reorder-downarrow-top-margin: -1.5px !default;
|
|
564
|
+
$grid-reorder-virtualarrow-top-margin: -.5px !default;
|
|
565
|
+
$grid-reorder-virtualdownarrow-top-margin: -1.5px !default;
|
|
564
566
|
$grid-sortnumber-font-size: 9px !default;
|
|
565
567
|
$grid-header-text-transform: none !default;
|
|
566
568
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -563,6 +563,8 @@ $grid-reorderarrow-margin-top: -6.5px !default;
|
|
|
563
563
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
564
564
|
$grid-reorder-arrow-top-margin: .5px !default;
|
|
565
565
|
$grid-reorder-downarrow-top-margin: -1.5px !default;
|
|
566
|
+
$grid-reorder-virtualarrow-top-margin: -.5px !default;
|
|
567
|
+
$grid-reorder-virtualdownarrow-top-margin: -1.5px !default;
|
|
566
568
|
$grid-sortnumber-font-size: 9px !default;
|
|
567
569
|
$grid-header-text-transform: none !default;
|
|
568
570
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -567,6 +567,8 @@ $grid-reorderarrow-margin-top: -7.5px !default;
|
|
|
567
567
|
$grid-reorderdownarrow-margin-top: 2.5px !default;
|
|
568
568
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
569
569
|
$grid-reorder-downarrow-top-margin: -3px !default;
|
|
570
|
+
$grid-reorder-virtualarrow-top-margin: -1px !default;
|
|
571
|
+
$grid-reorder-virtualdownarrow-top-margin: -3px !default;
|
|
570
572
|
$grid-sortnumber-font-size: 9px !default;
|
|
571
573
|
$grid-header-text-transform: none !default;
|
|
572
574
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -564,6 +564,8 @@ $grid-reorderarrow-margin-top: -7px !default;
|
|
|
564
564
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
565
565
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
566
566
|
$grid-reorder-downarrow-top-margin: -2px !default;
|
|
567
|
+
$grid-reorder-virtualarrow-top-margin: -1px !default;
|
|
568
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
567
569
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
568
570
|
$grid-reorderarrow-margin-left: -3px !default;
|
|
569
571
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -559,6 +559,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
560
560
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
561
561
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
563
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
562
564
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
565
|
$grid-header-text-transform: none !default;
|
|
564
566
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -559,6 +559,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
560
560
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
561
561
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
563
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
562
564
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
565
|
$grid-header-text-transform: none !default;
|
|
564
566
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -559,6 +559,8 @@ $grid-reorderarrow-margin-top: -6.5px !default;
|
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
560
560
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
561
561
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
|
+
$grid-reorder-virtualarrow-top-margin: -1px !default;
|
|
563
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
562
564
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
563
565
|
$grid-reorderarrow-margin-left: -2px !default;
|
|
564
566
|
$grid-column-chooser-cancel-icon-size: 10px !default;
|
|
@@ -540,6 +540,8 @@ $grid-sortnumber-font-size: 14px !default;
|
|
|
540
540
|
$grid-reorderarrow-margin-top: -7px !default;
|
|
541
541
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
542
542
|
$grid-reorder-downarrow-top-margin: 0 !default;
|
|
543
|
+
$grid-reorder-virtualarrow-top-margin: 0 !default;
|
|
544
|
+
$grid-reorder-virtualdownarrow-top-margin: 0 !default;
|
|
543
545
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
544
546
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
545
547
|
$grid-reorderarrow-margin-left: -3px !default;
|
|
@@ -559,6 +559,8 @@ $grid-reorderarrow-margin-top: -5px !default;
|
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
560
560
|
$grid-reorder-arrow-top-margin: 2px !default;
|
|
561
561
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
563
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
562
564
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
565
|
$grid-header-text-transform: none !default;
|
|
564
566
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -555,6 +555,8 @@ $grid-reorderarrow-margin-top: 0 !default;
|
|
|
555
555
|
$grid-reorderdownarrow-margin-top: $grid-reorderarrow-margin-top !default;
|
|
556
556
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
557
557
|
$grid-reorder-downarrow-top-margin: $grid-reorderarrow-margin-top !default;
|
|
558
|
+
$grid-reorder-virtualarrow-top-margin: 0 !default;
|
|
559
|
+
$grid-reorder-virtualdownarrow-top-margin: 0 !default;
|
|
558
560
|
$grid-sortnumber-font-size: 9px !default;
|
|
559
561
|
$grid-header-text-transform: none !default;
|
|
560
562
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
package/styles/grid/_layout.scss
CHANGED
|
@@ -2312,7 +2312,9 @@
|
|
|
2312
2312
|
}
|
|
2313
2313
|
|
|
2314
2314
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2315
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2315
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2316
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2317
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2316
2318
|
font-size: $grid-reorderarrow-font-size;
|
|
2317
2319
|
margin-left: $grid-reorderarrow-margin-left;
|
|
2318
2320
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -3657,9 +3659,16 @@
|
|
|
3657
3659
|
margin-top: $grid-reorder-arrow-top-margin;
|
|
3658
3660
|
}
|
|
3659
3661
|
|
|
3662
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3663
|
+
margin-top: $grid-reorder-virtualarrow-top-margin;
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3660
3666
|
.e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3661
3667
|
margin-top: $grid-reorder-downarrow-top-margin;
|
|
3662
3668
|
}
|
|
3669
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3670
|
+
margin-top: $grid-reorder-virtualdownarrow-top-margin;
|
|
3671
|
+
}
|
|
3663
3672
|
|
|
3664
3673
|
.e-masked-cell.e-rowcell .e-virtualcell {
|
|
3665
3674
|
background-color: $grid-maskedcell-virtual-background-color;
|
|
@@ -3710,6 +3719,11 @@
|
|
|
3710
3719
|
.e-cc-contentdiv .e-choosercheck {
|
|
3711
3720
|
white-space: $grid-filter-checkbox-white-space;
|
|
3712
3721
|
}
|
|
3722
|
+
|
|
3723
|
+
.e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3724
|
+
.e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl){
|
|
3725
|
+
text-align: left;
|
|
3726
|
+
}
|
|
3713
3727
|
}
|
|
3714
3728
|
}
|
|
3715
3729
|
}
|
|
@@ -559,6 +559,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
560
560
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
561
561
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
563
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
562
564
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
565
|
$grid-header-text-transform: none !default;
|
|
564
566
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -557,6 +557,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
557
557
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
558
558
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
559
559
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
560
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
561
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
560
562
|
$grid-sortnumber-font-size: 9px !default;
|
|
561
563
|
$grid-header-text-transform: none !default;
|
|
562
564
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -564,6 +564,8 @@ $grid-sortnumber-font-size: 14px !default;
|
|
|
564
564
|
$grid-reorderarrow-margin-top: -7px !default;
|
|
565
565
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
566
566
|
$grid-reorder-downarrow-top-margin: 0 !default;
|
|
567
|
+
$grid-reorder-virtualarrow-top-margin: 0 !default;
|
|
568
|
+
$grid-reorder-virtualdownarrow-top-margin: 0 !default;
|
|
567
569
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
568
570
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
569
571
|
$grid-reorderarrow-margin-left: -3px !default;
|
|
@@ -570,6 +570,8 @@ $grid-reorderarrow-margin-top: -11px !default;
|
|
|
570
570
|
$grid-reorderdownarrow-margin-top: 1px !default;
|
|
571
571
|
$grid-reorder-arrow-top-margin: -4px !default;
|
|
572
572
|
$grid-reorder-downarrow-top-margin: -5px !default;
|
|
573
|
+
$grid-reorder-virtualarrow-top-margin: -5px !default;
|
|
574
|
+
$grid-reorder-virtualdownarrow-top-margin: -5px !default;
|
|
573
575
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
574
576
|
$grid-reorderarrow-margin-left: -6px !default;
|
|
575
577
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -2108,7 +2108,9 @@
|
|
|
2108
2108
|
border-left-width: 0;
|
|
2109
2109
|
}
|
|
2110
2110
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2111
|
-
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2111
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2112
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2113
|
+
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2112
2114
|
font-size: 10px;
|
|
2113
2115
|
margin-left: -2.5px;
|
|
2114
2116
|
margin-top: -6.5px;
|
|
@@ -3078,9 +3080,15 @@
|
|
|
3078
3080
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3079
3081
|
margin-top: 0.5px;
|
|
3080
3082
|
}
|
|
3083
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
|
|
3084
|
+
margin-top: -0.5px;
|
|
3085
|
+
}
|
|
3081
3086
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3082
3087
|
margin-top: -1.5px;
|
|
3083
3088
|
}
|
|
3089
|
+
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
3090
|
+
margin-top: -1.5px;
|
|
3091
|
+
}
|
|
3084
3092
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3085
3093
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3086
3094
|
display: inline-block;
|
|
@@ -3121,6 +3129,10 @@
|
|
|
3121
3129
|
.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
|
|
3122
3130
|
white-space: nowrap;
|
|
3123
3131
|
}
|
|
3132
|
+
.e-grid.sf-grid .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
|
|
3133
|
+
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3134
|
+
text-align: left;
|
|
3135
|
+
}
|
|
3124
3136
|
|
|
3125
3137
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3126
3138
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,
|