@syncfusion/ej2-react-grids 20.3.57 → 20.3.58
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/CHANGELOG.md +2 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +11 -22
- package/styles/bootstrap.css +11 -22
- package/styles/bootstrap4.css +11 -22
- package/styles/bootstrap5-dark.css +11 -22
- package/styles/bootstrap5.css +11 -22
- package/styles/excel-filter/bootstrap-dark.css +1 -2
- package/styles/excel-filter/bootstrap.css +1 -2
- package/styles/excel-filter/bootstrap4.css +1 -2
- package/styles/excel-filter/bootstrap5-dark.css +1 -2
- package/styles/excel-filter/bootstrap5.css +1 -2
- package/styles/excel-filter/fabric-dark.css +1 -2
- package/styles/excel-filter/fabric.css +1 -2
- package/styles/excel-filter/fluent-dark.css +1 -2
- package/styles/excel-filter/fluent.css +1 -2
- package/styles/excel-filter/highcontrast-light.css +1 -2
- package/styles/excel-filter/highcontrast.css +1 -2
- package/styles/excel-filter/material-dark.css +1 -2
- package/styles/excel-filter/material.css +1 -2
- package/styles/excel-filter/tailwind-dark.css +1 -2
- package/styles/excel-filter/tailwind.css +1 -2
- package/styles/fabric-dark.css +11 -22
- package/styles/fabric.css +11 -22
- package/styles/fluent-dark.css +11 -22
- package/styles/fluent.css +11 -22
- package/styles/grid/bootstrap-dark.css +10 -20
- package/styles/grid/bootstrap.css +10 -20
- package/styles/grid/bootstrap4.css +10 -20
- package/styles/grid/bootstrap5-dark.css +10 -20
- package/styles/grid/bootstrap5.css +10 -20
- package/styles/grid/fabric-dark.css +10 -20
- package/styles/grid/fabric.css +10 -20
- package/styles/grid/fluent-dark.css +10 -20
- package/styles/grid/fluent.css +10 -20
- package/styles/grid/highcontrast-light.css +10 -20
- package/styles/grid/highcontrast.css +10 -20
- package/styles/grid/material-dark.css +10 -20
- package/styles/grid/material.css +10 -20
- package/styles/grid/tailwind-dark.css +10 -20
- package/styles/grid/tailwind.css +10 -20
- package/styles/highcontrast-light.css +11 -22
- package/styles/highcontrast.css +11 -22
- package/styles/material-dark.css +11 -22
- package/styles/material.css +11 -22
- package/styles/tailwind-dark.css +11 -22
- package/styles/tailwind.css +11 -22
|
@@ -1937,8 +1937,7 @@
|
|
|
1937
1937
|
padding-left: 9px;
|
|
1938
1938
|
}
|
|
1939
1939
|
.e-grid .e-chk-hidden {
|
|
1940
|
-
-moz-appearance: none;
|
|
1941
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1940
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1942
1941
|
height: 1px;
|
|
1943
1942
|
opacity: 0;
|
|
1944
1943
|
width: 1px;
|
|
@@ -1952,8 +1951,7 @@
|
|
|
1952
1951
|
}
|
|
1953
1952
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1954
1953
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1955
|
-
-webkit-user-select: auto;
|
|
1956
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1954
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1957
1955
|
height: 20px;
|
|
1958
1956
|
line-height: 20px;
|
|
1959
1957
|
position: relative;
|
|
@@ -2149,8 +2147,7 @@
|
|
|
2149
2147
|
padding: 2px;
|
|
2150
2148
|
}
|
|
2151
2149
|
.e-grid .e-content {
|
|
2152
|
-
-webkit-overflow-scrolling: touch;
|
|
2153
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2150
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2154
2151
|
overflow-x: auto;
|
|
2155
2152
|
overflow-y: scroll;
|
|
2156
2153
|
position: relative;
|
|
@@ -2565,12 +2562,10 @@
|
|
|
2565
2562
|
overflow: hidden;
|
|
2566
2563
|
}
|
|
2567
2564
|
.e-grid .e-frozenhdrcont {
|
|
2568
|
-
-ms-touch-action: none;
|
|
2569
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2565
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2570
2566
|
}
|
|
2571
2567
|
.e-grid .e-frozencontent {
|
|
2572
|
-
-ms-touch-action: none;
|
|
2573
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2568
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2574
2569
|
border-bottom-width: 1px;
|
|
2575
2570
|
float: left;
|
|
2576
2571
|
width: min-content;
|
|
@@ -2579,23 +2574,19 @@
|
|
|
2579
2574
|
float: right;
|
|
2580
2575
|
}
|
|
2581
2576
|
.e-grid .e-movablecontent {
|
|
2582
|
-
-ms-overflow-style: none;
|
|
2583
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2577
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2584
2578
|
-ms-flex: 1;
|
|
2585
2579
|
flex: 1;
|
|
2586
2580
|
overflow-x: auto;
|
|
2587
2581
|
overflow-y: hidden;
|
|
2588
2582
|
}
|
|
2589
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2590
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2583
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2591
2584
|
display: none;
|
|
2592
2585
|
}
|
|
2593
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2594
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2586
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2595
2587
|
width: 7px;
|
|
2596
2588
|
}
|
|
2597
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2598
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2589
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2599
2590
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2600
2591
|
border-radius: 4px;
|
|
2601
2592
|
}
|
|
@@ -3612,8 +3603,7 @@
|
|
|
3612
3603
|
}
|
|
3613
3604
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3614
3605
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3615
|
-
-moz-appearance: none;
|
|
3616
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3606
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3617
3607
|
height: 1px;
|
|
3618
3608
|
opacity: 0;
|
|
3619
3609
|
width: 1px;
|
package/styles/grid/material.css
CHANGED
|
@@ -1971,8 +1971,7 @@
|
|
|
1971
1971
|
padding-left: 9px;
|
|
1972
1972
|
}
|
|
1973
1973
|
.e-grid .e-chk-hidden {
|
|
1974
|
-
-moz-appearance: none;
|
|
1975
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1976
1975
|
height: 1px;
|
|
1977
1976
|
opacity: 0;
|
|
1978
1977
|
width: 1px;
|
|
@@ -1986,8 +1985,7 @@
|
|
|
1986
1985
|
}
|
|
1987
1986
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1988
1987
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1989
|
-
-webkit-user-select: auto;
|
|
1990
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1988
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1991
1989
|
height: 20px;
|
|
1992
1990
|
line-height: 20px;
|
|
1993
1991
|
position: relative;
|
|
@@ -2183,8 +2181,7 @@
|
|
|
2183
2181
|
padding: 2px;
|
|
2184
2182
|
}
|
|
2185
2183
|
.e-grid .e-content {
|
|
2186
|
-
-webkit-overflow-scrolling: touch;
|
|
2187
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2184
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2188
2185
|
overflow-x: auto;
|
|
2189
2186
|
overflow-y: scroll;
|
|
2190
2187
|
position: relative;
|
|
@@ -2599,12 +2596,10 @@
|
|
|
2599
2596
|
overflow: hidden;
|
|
2600
2597
|
}
|
|
2601
2598
|
.e-grid .e-frozenhdrcont {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2603
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2599
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2604
2600
|
}
|
|
2605
2601
|
.e-grid .e-frozencontent {
|
|
2606
|
-
-ms-touch-action: none;
|
|
2607
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2602
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2608
2603
|
border-bottom-width: 1px;
|
|
2609
2604
|
float: left;
|
|
2610
2605
|
width: min-content;
|
|
@@ -2613,23 +2608,19 @@
|
|
|
2613
2608
|
float: right;
|
|
2614
2609
|
}
|
|
2615
2610
|
.e-grid .e-movablecontent {
|
|
2616
|
-
-ms-overflow-style: none;
|
|
2617
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2612
|
-ms-flex: 1;
|
|
2619
2613
|
flex: 1;
|
|
2620
2614
|
overflow-x: auto;
|
|
2621
2615
|
overflow-y: hidden;
|
|
2622
2616
|
}
|
|
2623
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2624
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2625
2618
|
display: none;
|
|
2626
2619
|
}
|
|
2627
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2628
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2621
|
width: 7px;
|
|
2630
2622
|
}
|
|
2631
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2632
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2633
2624
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2634
2625
|
border-radius: 4px;
|
|
2635
2626
|
}
|
|
@@ -3646,8 +3637,7 @@
|
|
|
3646
3637
|
}
|
|
3647
3638
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3648
3639
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3649
|
-
-moz-appearance: none;
|
|
3650
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3640
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3651
3641
|
height: 1px;
|
|
3652
3642
|
opacity: 0;
|
|
3653
3643
|
width: 1px;
|
|
@@ -1994,8 +1994,7 @@
|
|
|
1994
1994
|
padding-left: 8px;
|
|
1995
1995
|
}
|
|
1996
1996
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1998
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1999
1998
|
height: 1px;
|
|
2000
1999
|
opacity: 0;
|
|
2001
2000
|
width: 1px;
|
|
@@ -2009,8 +2008,7 @@
|
|
|
2009
2008
|
}
|
|
2010
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2011
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2012
|
-
-webkit-user-select: auto;
|
|
2013
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2014
2012
|
height: 20px;
|
|
2015
2013
|
line-height: 20px;
|
|
2016
2014
|
position: relative;
|
|
@@ -2207,8 +2205,7 @@
|
|
|
2207
2205
|
padding: 2px;
|
|
2208
2206
|
}
|
|
2209
2207
|
.e-grid .e-content {
|
|
2210
|
-
-webkit-overflow-scrolling: touch;
|
|
2211
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2212
2209
|
overflow-x: auto;
|
|
2213
2210
|
overflow-y: scroll;
|
|
2214
2211
|
position: relative;
|
|
@@ -2630,12 +2627,10 @@
|
|
|
2630
2627
|
overflow: hidden;
|
|
2631
2628
|
}
|
|
2632
2629
|
.e-grid .e-frozenhdrcont {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2634
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2631
|
}
|
|
2636
2632
|
.e-grid .e-frozencontent {
|
|
2637
|
-
-ms-touch-action: none;
|
|
2638
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2639
2634
|
border-bottom-width: 1px;
|
|
2640
2635
|
float: left;
|
|
2641
2636
|
width: min-content;
|
|
@@ -2644,23 +2639,19 @@
|
|
|
2644
2639
|
float: right;
|
|
2645
2640
|
}
|
|
2646
2641
|
.e-grid .e-movablecontent {
|
|
2647
|
-
-ms-overflow-style: none;
|
|
2648
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2643
|
-ms-flex: 1;
|
|
2650
2644
|
flex: 1;
|
|
2651
2645
|
overflow-x: auto;
|
|
2652
2646
|
overflow-y: hidden;
|
|
2653
2647
|
}
|
|
2654
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2655
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2656
2649
|
display: none;
|
|
2657
2650
|
}
|
|
2658
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2659
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2660
2652
|
width: 7px;
|
|
2661
2653
|
}
|
|
2662
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2663
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2664
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2665
2656
|
border-radius: 4px;
|
|
2666
2657
|
}
|
|
@@ -3694,8 +3685,7 @@
|
|
|
3694
3685
|
}
|
|
3695
3686
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3696
3687
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3697
|
-
-moz-appearance: none;
|
|
3698
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3688
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3699
3689
|
height: 1px;
|
|
3700
3690
|
opacity: 0;
|
|
3701
3691
|
width: 1px;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1994,8 +1994,7 @@
|
|
|
1994
1994
|
padding-left: 8px;
|
|
1995
1995
|
}
|
|
1996
1996
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1998
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1999
1998
|
height: 1px;
|
|
2000
1999
|
opacity: 0;
|
|
2001
2000
|
width: 1px;
|
|
@@ -2009,8 +2008,7 @@
|
|
|
2009
2008
|
}
|
|
2010
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2011
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2012
|
-
-webkit-user-select: auto;
|
|
2013
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2014
2012
|
height: 20px;
|
|
2015
2013
|
line-height: 20px;
|
|
2016
2014
|
position: relative;
|
|
@@ -2207,8 +2205,7 @@
|
|
|
2207
2205
|
padding: 2px;
|
|
2208
2206
|
}
|
|
2209
2207
|
.e-grid .e-content {
|
|
2210
|
-
-webkit-overflow-scrolling: touch;
|
|
2211
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2212
2209
|
overflow-x: auto;
|
|
2213
2210
|
overflow-y: scroll;
|
|
2214
2211
|
position: relative;
|
|
@@ -2630,12 +2627,10 @@
|
|
|
2630
2627
|
overflow: hidden;
|
|
2631
2628
|
}
|
|
2632
2629
|
.e-grid .e-frozenhdrcont {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2634
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2631
|
}
|
|
2636
2632
|
.e-grid .e-frozencontent {
|
|
2637
|
-
-ms-touch-action: none;
|
|
2638
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2639
2634
|
border-bottom-width: 1px;
|
|
2640
2635
|
float: left;
|
|
2641
2636
|
width: min-content;
|
|
@@ -2644,23 +2639,19 @@
|
|
|
2644
2639
|
float: right;
|
|
2645
2640
|
}
|
|
2646
2641
|
.e-grid .e-movablecontent {
|
|
2647
|
-
-ms-overflow-style: none;
|
|
2648
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2643
|
-ms-flex: 1;
|
|
2650
2644
|
flex: 1;
|
|
2651
2645
|
overflow-x: auto;
|
|
2652
2646
|
overflow-y: hidden;
|
|
2653
2647
|
}
|
|
2654
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2655
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2656
2649
|
display: none;
|
|
2657
2650
|
}
|
|
2658
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2659
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2660
2652
|
width: 7px;
|
|
2661
2653
|
}
|
|
2662
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2663
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2664
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2665
2656
|
border-radius: 4px;
|
|
2666
2657
|
}
|
|
@@ -3694,8 +3685,7 @@
|
|
|
3694
3685
|
}
|
|
3695
3686
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3696
3687
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3697
|
-
-moz-appearance: none;
|
|
3698
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3688
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3699
3689
|
height: 1px;
|
|
3700
3690
|
opacity: 0;
|
|
3701
3691
|
width: 1px;
|
|
@@ -344,8 +344,7 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
348
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
348
|
height: 1px;
|
|
350
349
|
opacity: 0;
|
|
351
350
|
width: 1px;
|
|
@@ -2306,8 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2306
2305
|
padding-left: 7px;
|
|
2307
2306
|
}
|
|
2308
2307
|
.e-grid .e-chk-hidden {
|
|
2309
|
-
-moz-appearance: none;
|
|
2310
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2308
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2311
2309
|
height: 1px;
|
|
2312
2310
|
opacity: 0;
|
|
2313
2311
|
width: 1px;
|
|
@@ -2321,8 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2321
2319
|
}
|
|
2322
2320
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2323
2321
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2324
|
-
-webkit-user-select: auto;
|
|
2325
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2322
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2326
2323
|
height: 20px;
|
|
2327
2324
|
line-height: 20px;
|
|
2328
2325
|
position: relative;
|
|
@@ -2518,8 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2518
2515
|
padding: 2px;
|
|
2519
2516
|
}
|
|
2520
2517
|
.e-grid .e-content {
|
|
2521
|
-
-webkit-overflow-scrolling: touch;
|
|
2522
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2518
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2523
2519
|
overflow-x: auto;
|
|
2524
2520
|
overflow-y: scroll;
|
|
2525
2521
|
position: relative;
|
|
@@ -2934,12 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2934
2930
|
overflow: hidden;
|
|
2935
2931
|
}
|
|
2936
2932
|
.e-grid .e-frozenhdrcont {
|
|
2937
|
-
-ms-touch-action: none;
|
|
2938
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2934
|
}
|
|
2940
2935
|
.e-grid .e-frozencontent {
|
|
2941
|
-
-ms-touch-action: none;
|
|
2942
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2936
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2943
2937
|
border-bottom-width: 1px;
|
|
2944
2938
|
float: left;
|
|
2945
2939
|
width: min-content;
|
|
@@ -2948,23 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2948
2942
|
float: right;
|
|
2949
2943
|
}
|
|
2950
2944
|
.e-grid .e-movablecontent {
|
|
2951
|
-
-ms-overflow-style: none;
|
|
2952
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2953
2946
|
-ms-flex: 1;
|
|
2954
2947
|
flex: 1;
|
|
2955
2948
|
overflow-x: auto;
|
|
2956
2949
|
overflow-y: hidden;
|
|
2957
2950
|
}
|
|
2958
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2959
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2951
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2960
2952
|
display: none;
|
|
2961
2953
|
}
|
|
2962
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2963
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2954
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2964
2955
|
width: 7px;
|
|
2965
2956
|
}
|
|
2966
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2967
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2957
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2968
2958
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2969
2959
|
border-radius: 4px;
|
|
2970
2960
|
}
|
|
@@ -3981,8 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3981
3971
|
}
|
|
3982
3972
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3983
3973
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3984
|
-
-moz-appearance: none;
|
|
3985
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3986
3975
|
height: 1px;
|
|
3987
3976
|
opacity: 0;
|
|
3988
3977
|
width: 1px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -344,8 +344,7 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
348
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
348
|
height: 1px;
|
|
350
349
|
opacity: 0;
|
|
351
350
|
width: 1px;
|
|
@@ -2306,8 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2306
2305
|
padding-left: 7px;
|
|
2307
2306
|
}
|
|
2308
2307
|
.e-grid .e-chk-hidden {
|
|
2309
|
-
-moz-appearance: none;
|
|
2310
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2308
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2311
2309
|
height: 1px;
|
|
2312
2310
|
opacity: 0;
|
|
2313
2311
|
width: 1px;
|
|
@@ -2321,8 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2321
2319
|
}
|
|
2322
2320
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2323
2321
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2324
|
-
-webkit-user-select: auto;
|
|
2325
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2322
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2326
2323
|
height: 20px;
|
|
2327
2324
|
line-height: 20px;
|
|
2328
2325
|
position: relative;
|
|
@@ -2518,8 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2518
2515
|
padding: 2px;
|
|
2519
2516
|
}
|
|
2520
2517
|
.e-grid .e-content {
|
|
2521
|
-
-webkit-overflow-scrolling: touch;
|
|
2522
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2518
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2523
2519
|
overflow-x: auto;
|
|
2524
2520
|
overflow-y: scroll;
|
|
2525
2521
|
position: relative;
|
|
@@ -2934,12 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2934
2930
|
overflow: hidden;
|
|
2935
2931
|
}
|
|
2936
2932
|
.e-grid .e-frozenhdrcont {
|
|
2937
|
-
-ms-touch-action: none;
|
|
2938
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2934
|
}
|
|
2940
2935
|
.e-grid .e-frozencontent {
|
|
2941
|
-
-ms-touch-action: none;
|
|
2942
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2936
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2943
2937
|
border-bottom-width: 1px;
|
|
2944
2938
|
float: left;
|
|
2945
2939
|
width: min-content;
|
|
@@ -2948,23 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2948
2942
|
float: right;
|
|
2949
2943
|
}
|
|
2950
2944
|
.e-grid .e-movablecontent {
|
|
2951
|
-
-ms-overflow-style: none;
|
|
2952
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2953
2946
|
-ms-flex: 1;
|
|
2954
2947
|
flex: 1;
|
|
2955
2948
|
overflow-x: auto;
|
|
2956
2949
|
overflow-y: hidden;
|
|
2957
2950
|
}
|
|
2958
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2959
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2951
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2960
2952
|
display: none;
|
|
2961
2953
|
}
|
|
2962
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2963
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2954
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2964
2955
|
width: 7px;
|
|
2965
2956
|
}
|
|
2966
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2967
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2957
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2968
2958
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2969
2959
|
border-radius: 4px;
|
|
2970
2960
|
}
|
|
@@ -3981,8 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3981
3971
|
}
|
|
3982
3972
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3983
3973
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3984
|
-
-moz-appearance: none;
|
|
3985
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3986
3975
|
height: 1px;
|
|
3987
3976
|
opacity: 0;
|
|
3988
3977
|
width: 1px;
|
package/styles/material-dark.css
CHANGED
|
@@ -379,8 +379,7 @@
|
|
|
379
379
|
word-break: normal;
|
|
380
380
|
}
|
|
381
381
|
.e-excelfilter .e-chk-hidden {
|
|
382
|
-
-moz-appearance: none;
|
|
383
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
382
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
384
383
|
height: 1px;
|
|
385
384
|
opacity: 0;
|
|
386
385
|
width: 1px;
|
|
@@ -2356,8 +2355,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2356
2355
|
padding-left: 9px;
|
|
2357
2356
|
}
|
|
2358
2357
|
.e-grid .e-chk-hidden {
|
|
2359
|
-
-moz-appearance: none;
|
|
2360
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2358
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2361
2359
|
height: 1px;
|
|
2362
2360
|
opacity: 0;
|
|
2363
2361
|
width: 1px;
|
|
@@ -2371,8 +2369,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2371
2369
|
}
|
|
2372
2370
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2373
2371
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2374
|
-
-webkit-user-select: auto;
|
|
2375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2372
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2376
2373
|
height: 20px;
|
|
2377
2374
|
line-height: 20px;
|
|
2378
2375
|
position: relative;
|
|
@@ -2568,8 +2565,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2568
2565
|
padding: 2px;
|
|
2569
2566
|
}
|
|
2570
2567
|
.e-grid .e-content {
|
|
2571
|
-
-webkit-overflow-scrolling: touch;
|
|
2572
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2568
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2573
2569
|
overflow-x: auto;
|
|
2574
2570
|
overflow-y: scroll;
|
|
2575
2571
|
position: relative;
|
|
@@ -2984,12 +2980,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2984
2980
|
overflow: hidden;
|
|
2985
2981
|
}
|
|
2986
2982
|
.e-grid .e-frozenhdrcont {
|
|
2987
|
-
-ms-touch-action: none;
|
|
2988
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2983
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2989
2984
|
}
|
|
2990
2985
|
.e-grid .e-frozencontent {
|
|
2991
|
-
-ms-touch-action: none;
|
|
2992
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2986
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2993
2987
|
border-bottom-width: 1px;
|
|
2994
2988
|
float: left;
|
|
2995
2989
|
width: min-content;
|
|
@@ -2998,23 +2992,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2998
2992
|
float: right;
|
|
2999
2993
|
}
|
|
3000
2994
|
.e-grid .e-movablecontent {
|
|
3001
|
-
-ms-overflow-style: none;
|
|
3002
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2995
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3003
2996
|
-ms-flex: 1;
|
|
3004
2997
|
flex: 1;
|
|
3005
2998
|
overflow-x: auto;
|
|
3006
2999
|
overflow-y: hidden;
|
|
3007
3000
|
}
|
|
3008
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3009
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3001
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3010
3002
|
display: none;
|
|
3011
3003
|
}
|
|
3012
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3013
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3004
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3014
3005
|
width: 7px;
|
|
3015
3006
|
}
|
|
3016
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3017
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3007
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3018
3008
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3019
3009
|
border-radius: 4px;
|
|
3020
3010
|
}
|
|
@@ -4031,8 +4021,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4031
4021
|
}
|
|
4032
4022
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4033
4023
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4034
|
-
-moz-appearance: none;
|
|
4035
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4024
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4036
4025
|
height: 1px;
|
|
4037
4026
|
opacity: 0;
|
|
4038
4027
|
width: 1px;
|