@syncfusion/ej2-vue-grids 20.3.59 → 20.3.61

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-grids@*",
3
- "_id": "@syncfusion/ej2-vue-grids@20.3.58",
3
+ "_id": "@syncfusion/ej2-vue-grids@20.3.60",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-I1QxISq1eKZGhITGmSKYCogli9sZ9mEE+g9A0pEGt7DtaIJqKuz+p4MMlifTCa6Fu0iQB+Ak/tXVj4oHZIt78g==",
5
+ "_integrity": "sha512-OEa2zFc2d/qpQd58VJPiaYsRt0Hv1kVvEVtquueVt8nWWx8KCrI8oPQ3peJdkOkfbfc5AZ4TaieMolYqFpw36w==",
6
6
  "_location": "/@syncfusion/ej2-vue-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-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-20.3.58.tgz",
23
- "_shasum": "81473512292da69bef17ac697bd0b83cbd305f6c",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-20.3.60.tgz",
23
+ "_shasum": "fb4914da2d0e55e06667a26a02a4cfd42224a2c6",
24
24
  "_spec": "@syncfusion/ej2-vue-grids@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-grids": "20.3.59",
35
+ "@syncfusion/ej2-grids": "20.3.61",
36
36
  "@syncfusion/ej2-vue-base": "~20.3.59"
37
37
  },
38
38
  "deprecated": false,
@@ -68,6 +68,6 @@
68
68
  "scripts": {
69
69
  "postinstall": "node ../ej2-vue-base/postinstall.js"
70
70
  },
71
- "version": "20.3.59",
71
+ "version": "20.3.61",
72
72
  "sideEffects": false
73
73
  }
@@ -1543,6 +1543,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1543
1543
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1544
1544
  font-size: 12px;
1545
1545
  }
1546
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1547
+ background: none;
1548
+ box-shadow: none;
1549
+ }
1550
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1551
+ border: none;
1552
+ }
1546
1553
  .e-grid .e-res-toolbar {
1547
1554
  border-bottom: 1px solid;
1548
1555
  border-bottom-color: #484848;
@@ -2650,13 +2657,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2650
2657
  font-size: 10px;
2651
2658
  padding: 13px 9px 11px 10px;
2652
2659
  text-decoration: none;
2653
- text-indent: 11px;
2654
2660
  }
2655
2661
  .e-grid .e-icon-grightarrow {
2656
2662
  font-size: 10px;
2657
2663
  padding: 12px 9px 12px 10px;
2658
2664
  text-decoration: none;
2659
- text-indent: 11px;
2660
2665
  }
2661
2666
  .e-grid .e-recordplusexpand {
2662
2667
  padding-top: 5px;
@@ -3480,7 +3485,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3480
3485
  user-select: none;
3481
3486
  }
3482
3487
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3483
- margin-top: -1.5px;
3488
+ margin-top: 0.5px;
3484
3489
  }
3485
3490
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3486
3491
  margin-top: -1.5px;
@@ -1544,6 +1544,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1544
1544
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1545
1545
  font-size: 12px;
1546
1546
  }
1547
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1548
+ background: none;
1549
+ box-shadow: none;
1550
+ }
1551
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1552
+ border: none;
1553
+ }
1547
1554
  .e-grid .e-res-toolbar {
1548
1555
  border-bottom: 1px solid;
1549
1556
  border-bottom-color: #ddd;
@@ -2651,13 +2658,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2651
2658
  font-size: 10px;
2652
2659
  padding: 13px 9px 11px 10px;
2653
2660
  text-decoration: none;
2654
- text-indent: 11px;
2655
2661
  }
2656
2662
  .e-grid .e-icon-grightarrow {
2657
2663
  font-size: 10px;
2658
2664
  padding: 12px 9px 12px 10px;
2659
2665
  text-decoration: none;
2660
- text-indent: 11px;
2661
2666
  }
2662
2667
  .e-grid .e-recordplusexpand {
2663
2668
  padding-top: 5px;
@@ -3481,7 +3486,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3481
3486
  user-select: none;
3482
3487
  }
3483
3488
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3484
- margin-top: -1.5px;
3489
+ margin-top: 0.5px;
3485
3490
  }
3486
3491
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3487
3492
  margin-top: -1.5px;
@@ -1600,6 +1600,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1600
1600
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1601
1601
  font-size: 14px;
1602
1602
  }
1603
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1604
+ background: none;
1605
+ box-shadow: none;
1606
+ }
1607
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1608
+ border: none;
1609
+ }
1603
1610
  .e-grid .e-res-toolbar {
1604
1611
  border-bottom: 1px solid;
1605
1612
  border-bottom-color: #dee2e6;
@@ -2709,13 +2716,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2709
2716
  font-size: 10px;
2710
2717
  padding: 13px 9px 11px 10px;
2711
2718
  text-decoration: none;
2712
- text-indent: 11px;
2713
2719
  }
2714
2720
  .e-grid .e-icon-grightarrow {
2715
2721
  font-size: 10px;
2716
2722
  padding: 12px 9px 12px 10px;
2717
2723
  text-decoration: none;
2718
- text-indent: 11px;
2719
2724
  }
2720
2725
  .e-grid .e-recordplusexpand {
2721
2726
  padding-top: 5px;
@@ -3540,7 +3545,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3540
3545
  user-select: none;
3541
3546
  }
3542
3547
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3543
- margin-top: -1px;
3548
+ margin-top: 0;
3544
3549
  }
3545
3550
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3546
3551
  margin-top: -3px;
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1606
1606
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1607
1607
  font-size: 14px;
1608
1608
  }
1609
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1610
+ background: none;
1611
+ box-shadow: none;
1612
+ }
1613
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1614
+ border: none;
1615
+ }
1609
1616
  .e-grid .e-res-toolbar {
1610
1617
  border-bottom: 1px solid;
1611
1618
  border-bottom-color: #444c54;
@@ -2714,13 +2721,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2714
2721
  font-size: 14px;
2715
2722
  padding: 12px 7px 11px 8px;
2716
2723
  text-decoration: none;
2717
- text-indent: 11px;
2718
2724
  }
2719
2725
  .e-grid .e-icon-grightarrow {
2720
2726
  font-size: 14px;
2721
2727
  padding: 11px 7px 12px 8px;
2722
2728
  text-decoration: none;
2723
- text-indent: 11px;
2724
2729
  }
2725
2730
  .e-grid .e-recordplusexpand {
2726
2731
  padding-top: 5px;
@@ -3547,7 +3552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3547
3552
  margin-top: 0;
3548
3553
  }
3549
3554
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3550
- margin-top: 0;
3555
+ margin-top: -2px;
3551
3556
  }
3552
3557
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3553
3558
  background-color: rgba(0, 0, 0, 0.1);
@@ -3595,7 +3600,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3595
3600
  }
3596
3601
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3597
3602
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3598
- margin-top: -9px;
3603
+ margin-top: -2px;
3599
3604
  }
3600
3605
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3601
3606
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1606
1606
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1607
1607
  font-size: 14px;
1608
1608
  }
1609
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1610
+ background: none;
1611
+ box-shadow: none;
1612
+ }
1613
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1614
+ border: none;
1615
+ }
1609
1616
  .e-grid .e-res-toolbar {
1610
1617
  border-bottom: 1px solid;
1611
1618
  border-bottom-color: #dee2e6;
@@ -2714,13 +2721,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2714
2721
  font-size: 14px;
2715
2722
  padding: 12px 7px 11px 8px;
2716
2723
  text-decoration: none;
2717
- text-indent: 11px;
2718
2724
  }
2719
2725
  .e-grid .e-icon-grightarrow {
2720
2726
  font-size: 14px;
2721
2727
  padding: 11px 7px 12px 8px;
2722
2728
  text-decoration: none;
2723
- text-indent: 11px;
2724
2729
  }
2725
2730
  .e-grid .e-recordplusexpand {
2726
2731
  padding-top: 5px;
@@ -3547,7 +3552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3547
3552
  margin-top: 0;
3548
3553
  }
3549
3554
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3550
- margin-top: 0;
3555
+ margin-top: -2px;
3551
3556
  }
3552
3557
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3553
3558
  background-color: rgba(0, 0, 0, 0.1);
@@ -3595,7 +3600,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3595
3600
  }
3596
3601
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3597
3602
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3598
- margin-top: -9px;
3603
+ margin-top: -2px;
3599
3604
  }
3600
3605
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3601
3606
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1517,6 +1517,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1517
1517
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1518
1518
  font-size: 12px;
1519
1519
  }
1520
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1521
+ background: none;
1522
+ box-shadow: none;
1523
+ }
1524
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1525
+ border: none;
1526
+ }
1520
1527
  .e-grid .e-res-toolbar {
1521
1528
  border-bottom: 1px solid;
1522
1529
  border-bottom-color: #414040;
@@ -2624,13 +2631,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2624
2631
  font-size: 12px;
2625
2632
  padding: 16px 8px 13px 9px;
2626
2633
  text-decoration: none;
2627
- text-indent: 8px;
2628
2634
  }
2629
2635
  .e-grid .e-icon-grightarrow {
2630
2636
  font-size: 12px;
2631
2637
  padding: 14px 9px 15px 9px;
2632
2638
  text-decoration: none;
2633
- text-indent: 8px;
2634
2639
  }
2635
2640
  .e-grid .e-recordplusexpand {
2636
2641
  padding-top: 5px;
@@ -3454,10 +3459,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3454
3459
  user-select: none;
3455
3460
  }
3456
3461
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3457
- margin-top: 0;
3462
+ margin-top: 1px;
3458
3463
  }
3459
3464
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3460
- margin-top: 0;
3465
+ margin-top: -1px;
3461
3466
  }
3462
3467
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3463
3468
  background-color: rgba(0, 0, 0, 0.1);
package/styles/fabric.css CHANGED
@@ -1510,6 +1510,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1510
1510
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1511
1511
  font-size: 12px;
1512
1512
  }
1513
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1514
+ background: none;
1515
+ box-shadow: none;
1516
+ }
1517
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1518
+ border: none;
1519
+ }
1513
1520
  .e-grid .e-res-toolbar {
1514
1521
  border-bottom: 1px solid;
1515
1522
  border-bottom-color: #eaeaea;
@@ -2617,13 +2624,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2617
2624
  font-size: 12px;
2618
2625
  padding: 16px 8px 13px 9px;
2619
2626
  text-decoration: none;
2620
- text-indent: 8px;
2621
2627
  }
2622
2628
  .e-grid .e-icon-grightarrow {
2623
2629
  font-size: 12px;
2624
2630
  padding: 14px 9px 15px 9px;
2625
2631
  text-decoration: none;
2626
- text-indent: 8px;
2627
2632
  }
2628
2633
  .e-grid .e-recordplusexpand {
2629
2634
  padding-top: 5px;
@@ -3447,10 +3452,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3447
3452
  user-select: none;
3448
3453
  }
3449
3454
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3450
- margin-top: 0;
3455
+ margin-top: 1px;
3451
3456
  }
3452
3457
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3453
- margin-top: 0;
3458
+ margin-top: -1px;
3454
3459
  }
3455
3460
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3456
3461
  background-color: rgba(0, 0, 0, 0.1);
@@ -1608,6 +1608,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1608
1608
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1609
1609
  font-size: 14px;
1610
1610
  }
1611
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1612
+ background: none;
1613
+ box-shadow: none;
1614
+ }
1615
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1616
+ border: none;
1617
+ }
1611
1618
  .e-grid .e-res-toolbar {
1612
1619
  border-bottom: 1px solid;
1613
1620
  border-bottom-color: #292827;
@@ -2729,13 +2736,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2729
2736
  font-size: 16px;
2730
2737
  padding: 9px 7px 9px 7px;
2731
2738
  text-decoration: none;
2732
- text-indent: 11px;
2733
2739
  }
2734
2740
  .e-grid .e-icon-grightarrow {
2735
2741
  font-size: 16px;
2736
2742
  padding: 8px 7px 11px 7px;
2737
2743
  text-decoration: none;
2738
- text-indent: 11px;
2739
2744
  }
2740
2745
  .e-grid .e-recordplusexpand {
2741
2746
  padding-top: 5px;
@@ -3563,7 +3568,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3563
3568
  margin-top: 0;
3564
3569
  }
3565
3570
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3566
- margin-top: 0;
3571
+ margin-top: -1px;
3567
3572
  }
3568
3573
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3569
3574
  background-color: rgba(0, 0, 0, 0.1);
@@ -3611,7 +3616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3611
3616
  }
3612
3617
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3613
3618
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3614
- margin-top: -9px;
3619
+ margin-top: -2px;
3615
3620
  }
3616
3621
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3617
3622
  .e-bigger.e-grid .e-gridheader thead .e-icons {
package/styles/fluent.css CHANGED
@@ -1608,6 +1608,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1608
1608
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1609
1609
  font-size: 14px;
1610
1610
  }
1611
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1612
+ background: none;
1613
+ box-shadow: none;
1614
+ }
1615
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1616
+ border: none;
1617
+ }
1611
1618
  .e-grid .e-res-toolbar {
1612
1619
  border-bottom: 1px solid;
1613
1620
  border-bottom-color: #edebe9;
@@ -2729,13 +2736,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2729
2736
  font-size: 16px;
2730
2737
  padding: 9px 7px 9px 7px;
2731
2738
  text-decoration: none;
2732
- text-indent: 11px;
2733
2739
  }
2734
2740
  .e-grid .e-icon-grightarrow {
2735
2741
  font-size: 16px;
2736
2742
  padding: 8px 7px 11px 7px;
2737
2743
  text-decoration: none;
2738
- text-indent: 11px;
2739
2744
  }
2740
2745
  .e-grid .e-recordplusexpand {
2741
2746
  padding-top: 5px;
@@ -3563,7 +3568,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3563
3568
  margin-top: 0;
3564
3569
  }
3565
3570
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3566
- margin-top: 0;
3571
+ margin-top: -1px;
3567
3572
  }
3568
3573
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3569
3574
  background-color: rgba(0, 0, 0, 0.1);
@@ -3611,7 +3616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3611
3616
  }
3612
3617
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3613
3618
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3614
- margin-top: -9px;
3619
+ margin-top: -2px;
3615
3620
  }
3616
3621
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3617
3622
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1131,6 +1131,13 @@
1131
1131
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1132
1132
  font-size: 12px;
1133
1133
  }
1134
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1135
+ background: none;
1136
+ box-shadow: none;
1137
+ }
1138
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1139
+ border: none;
1140
+ }
1134
1141
  .e-grid .e-res-toolbar {
1135
1142
  border-bottom: 1px solid;
1136
1143
  border-bottom-color: #484848;
@@ -2238,13 +2245,11 @@
2238
2245
  font-size: 10px;
2239
2246
  padding: 13px 9px 11px 10px;
2240
2247
  text-decoration: none;
2241
- text-indent: 11px;
2242
2248
  }
2243
2249
  .e-grid .e-icon-grightarrow {
2244
2250
  font-size: 10px;
2245
2251
  padding: 12px 9px 12px 10px;
2246
2252
  text-decoration: none;
2247
- text-indent: 11px;
2248
2253
  }
2249
2254
  .e-grid .e-recordplusexpand {
2250
2255
  padding-top: 5px;
@@ -3068,7 +3073,7 @@
3068
3073
  user-select: none;
3069
3074
  }
3070
3075
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3071
- margin-top: -1.5px;
3076
+ margin-top: 0.5px;
3072
3077
  }
3073
3078
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3074
3079
  margin-top: -1.5px;
@@ -1132,6 +1132,13 @@
1132
1132
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1133
1133
  font-size: 12px;
1134
1134
  }
1135
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1136
+ background: none;
1137
+ box-shadow: none;
1138
+ }
1139
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1140
+ border: none;
1141
+ }
1135
1142
  .e-grid .e-res-toolbar {
1136
1143
  border-bottom: 1px solid;
1137
1144
  border-bottom-color: #ddd;
@@ -2239,13 +2246,11 @@
2239
2246
  font-size: 10px;
2240
2247
  padding: 13px 9px 11px 10px;
2241
2248
  text-decoration: none;
2242
- text-indent: 11px;
2243
2249
  }
2244
2250
  .e-grid .e-icon-grightarrow {
2245
2251
  font-size: 10px;
2246
2252
  padding: 12px 9px 12px 10px;
2247
2253
  text-decoration: none;
2248
- text-indent: 11px;
2249
2254
  }
2250
2255
  .e-grid .e-recordplusexpand {
2251
2256
  padding-top: 5px;
@@ -3069,7 +3074,7 @@
3069
3074
  user-select: none;
3070
3075
  }
3071
3076
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3072
- margin-top: -1.5px;
3077
+ margin-top: 0.5px;
3073
3078
  }
3074
3079
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3075
3080
  margin-top: -1.5px;
@@ -1177,6 +1177,13 @@
1177
1177
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1178
1178
  font-size: 14px;
1179
1179
  }
1180
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1181
+ background: none;
1182
+ box-shadow: none;
1183
+ }
1184
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1185
+ border: none;
1186
+ }
1180
1187
  .e-grid .e-res-toolbar {
1181
1188
  border-bottom: 1px solid;
1182
1189
  border-bottom-color: #dee2e6;
@@ -2286,13 +2293,11 @@
2286
2293
  font-size: 10px;
2287
2294
  padding: 13px 9px 11px 10px;
2288
2295
  text-decoration: none;
2289
- text-indent: 11px;
2290
2296
  }
2291
2297
  .e-grid .e-icon-grightarrow {
2292
2298
  font-size: 10px;
2293
2299
  padding: 12px 9px 12px 10px;
2294
2300
  text-decoration: none;
2295
- text-indent: 11px;
2296
2301
  }
2297
2302
  .e-grid .e-recordplusexpand {
2298
2303
  padding-top: 5px;
@@ -3117,7 +3122,7 @@
3117
3122
  user-select: none;
3118
3123
  }
3119
3124
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3120
- margin-top: -1px;
3125
+ margin-top: 0;
3121
3126
  }
3122
3127
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3123
3128
  margin-top: -3px;
@@ -1191,6 +1191,13 @@
1191
1191
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1192
1192
  font-size: 14px;
1193
1193
  }
1194
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1195
+ background: none;
1196
+ box-shadow: none;
1197
+ }
1198
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1199
+ border: none;
1200
+ }
1194
1201
  .e-grid .e-res-toolbar {
1195
1202
  border-bottom: 1px solid;
1196
1203
  border-bottom-color: #444c54;
@@ -2299,13 +2306,11 @@
2299
2306
  font-size: 14px;
2300
2307
  padding: 12px 7px 11px 8px;
2301
2308
  text-decoration: none;
2302
- text-indent: 11px;
2303
2309
  }
2304
2310
  .e-grid .e-icon-grightarrow {
2305
2311
  font-size: 14px;
2306
2312
  padding: 11px 7px 12px 8px;
2307
2313
  text-decoration: none;
2308
- text-indent: 11px;
2309
2314
  }
2310
2315
  .e-grid .e-recordplusexpand {
2311
2316
  padding-top: 5px;
@@ -3132,7 +3137,7 @@
3132
3137
  margin-top: 0;
3133
3138
  }
3134
3139
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3135
- margin-top: 0;
3140
+ margin-top: -2px;
3136
3141
  }
3137
3142
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3138
3143
  background-color: rgba(0, 0, 0, 0.1);
@@ -3180,7 +3185,7 @@
3180
3185
  }
3181
3186
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3182
3187
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3183
- margin-top: -9px;
3188
+ margin-top: -2px;
3184
3189
  }
3185
3190
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3186
3191
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1191,6 +1191,13 @@
1191
1191
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1192
1192
  font-size: 14px;
1193
1193
  }
1194
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1195
+ background: none;
1196
+ box-shadow: none;
1197
+ }
1198
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1199
+ border: none;
1200
+ }
1194
1201
  .e-grid .e-res-toolbar {
1195
1202
  border-bottom: 1px solid;
1196
1203
  border-bottom-color: #dee2e6;
@@ -2299,13 +2306,11 @@
2299
2306
  font-size: 14px;
2300
2307
  padding: 12px 7px 11px 8px;
2301
2308
  text-decoration: none;
2302
- text-indent: 11px;
2303
2309
  }
2304
2310
  .e-grid .e-icon-grightarrow {
2305
2311
  font-size: 14px;
2306
2312
  padding: 11px 7px 12px 8px;
2307
2313
  text-decoration: none;
2308
- text-indent: 11px;
2309
2314
  }
2310
2315
  .e-grid .e-recordplusexpand {
2311
2316
  padding-top: 5px;
@@ -3132,7 +3137,7 @@
3132
3137
  margin-top: 0;
3133
3138
  }
3134
3139
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3135
- margin-top: 0;
3140
+ margin-top: -2px;
3136
3141
  }
3137
3142
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3138
3143
  background-color: rgba(0, 0, 0, 0.1);
@@ -3180,7 +3185,7 @@
3180
3185
  }
3181
3186
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3182
3187
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3183
- margin-top: -9px;
3188
+ margin-top: -2px;
3184
3189
  }
3185
3190
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3186
3191
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1105,6 +1105,13 @@
1105
1105
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1106
1106
  font-size: 12px;
1107
1107
  }
1108
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1109
+ background: none;
1110
+ box-shadow: none;
1111
+ }
1112
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1113
+ border: none;
1114
+ }
1108
1115
  .e-grid .e-res-toolbar {
1109
1116
  border-bottom: 1px solid;
1110
1117
  border-bottom-color: #414040;
@@ -2212,13 +2219,11 @@
2212
2219
  font-size: 12px;
2213
2220
  padding: 16px 8px 13px 9px;
2214
2221
  text-decoration: none;
2215
- text-indent: 8px;
2216
2222
  }
2217
2223
  .e-grid .e-icon-grightarrow {
2218
2224
  font-size: 12px;
2219
2225
  padding: 14px 9px 15px 9px;
2220
2226
  text-decoration: none;
2221
- text-indent: 8px;
2222
2227
  }
2223
2228
  .e-grid .e-recordplusexpand {
2224
2229
  padding-top: 5px;
@@ -3042,10 +3047,10 @@
3042
3047
  user-select: none;
3043
3048
  }
3044
3049
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3045
- margin-top: 0;
3050
+ margin-top: 1px;
3046
3051
  }
3047
3052
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3048
- margin-top: 0;
3053
+ margin-top: -1px;
3049
3054
  }
3050
3055
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3051
3056
  background-color: rgba(0, 0, 0, 0.1);