@syncfusion/ej2-vue-grids 22.1.36 → 22.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -11
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +15 -1
- package/styles/bootstrap.css +15 -1
- package/styles/bootstrap4.css +15 -1
- package/styles/bootstrap5-dark.css +15 -1
- package/styles/bootstrap5.css +15 -1
- package/styles/fabric-dark.css +15 -1
- package/styles/fabric.css +15 -1
- package/styles/fluent-dark.css +15 -1
- package/styles/fluent.css +15 -1
- package/styles/grid/bootstrap-dark.css +15 -1
- package/styles/grid/bootstrap.css +15 -1
- package/styles/grid/bootstrap4.css +15 -1
- package/styles/grid/bootstrap5-dark.css +15 -1
- package/styles/grid/bootstrap5.css +15 -1
- package/styles/grid/fabric-dark.css +15 -1
- package/styles/grid/fabric.css +15 -1
- package/styles/grid/fluent-dark.css +15 -1
- package/styles/grid/fluent.css +15 -1
- package/styles/grid/highcontrast-light.css +15 -1
- package/styles/grid/highcontrast.css +15 -1
- package/styles/grid/material-dark.css +15 -1
- package/styles/grid/material.css +15 -1
- package/styles/grid/material3-dark.css +19 -1
- package/styles/grid/material3.css +19 -1
- package/styles/grid/tailwind-dark.css +15 -1
- package/styles/grid/tailwind.css +15 -1
- package/styles/highcontrast-light.css +15 -1
- package/styles/highcontrast.css +15 -1
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +19 -1
- package/styles/material3.css +19 -1
- package/styles/tailwind-dark.css +15 -1
- package/styles/tailwind.css +15 -1
package/styles/grid/material.css
CHANGED
|
@@ -1467,7 +1467,6 @@
|
|
|
1467
1467
|
border-collapse: separate;
|
|
1468
1468
|
table-layout: fixed;
|
|
1469
1469
|
width: 100%;
|
|
1470
|
-
border-spacing: 0.25px;
|
|
1471
1470
|
}
|
|
1472
1471
|
.e-grid .e-tableborder {
|
|
1473
1472
|
border-right: 1px solid;
|
|
@@ -3827,6 +3826,21 @@
|
|
|
3827
3826
|
}
|
|
3828
3827
|
|
|
3829
3828
|
/* stylelint-enable */
|
|
3829
|
+
/* Apply styles for Firefox only */
|
|
3830
|
+
/* stylelint-disable function-url-quotes */
|
|
3831
|
+
@-moz-document url-prefix() {
|
|
3832
|
+
.e-grid-min-height .e-rowcell,
|
|
3833
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3834
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3835
|
+
line-height: normal;
|
|
3836
|
+
}
|
|
3837
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3838
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3839
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3840
|
+
line-height: normal;
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
/* stylelint-enable function-url-quotes */
|
|
3830
3844
|
/*! Grid theme */
|
|
3831
3845
|
.e-grid {
|
|
3832
3846
|
border-color: #e0e0e0;
|
|
@@ -1104,6 +1104,7 @@
|
|
|
1104
1104
|
.e-bigger .e-grid .e-ccdlg li.e-cclist,
|
|
1105
1105
|
.e-grid.e-bigger .e-ccdlg li.e-cclist {
|
|
1106
1106
|
padding: 8px 0;
|
|
1107
|
+
line-height: 24px;
|
|
1107
1108
|
}
|
|
1108
1109
|
.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,
|
|
1109
1110
|
.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
|
|
@@ -1647,7 +1648,6 @@
|
|
|
1647
1648
|
border-collapse: separate;
|
|
1648
1649
|
table-layout: fixed;
|
|
1649
1650
|
width: 100%;
|
|
1650
|
-
border-spacing: 0.25px;
|
|
1651
1651
|
}
|
|
1652
1652
|
.e-grid .e-tableborder {
|
|
1653
1653
|
border-right: 1px solid;
|
|
@@ -2730,6 +2730,9 @@
|
|
|
2730
2730
|
float: right;
|
|
2731
2731
|
margin: -12px;
|
|
2732
2732
|
}
|
|
2733
|
+
.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper span.e-label, .e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper span.e-label {
|
|
2734
|
+
font-size: 16px;
|
|
2735
|
+
}
|
|
2733
2736
|
.e-grid .e-ccdlg .e-dlg-content {
|
|
2734
2737
|
margin: 40px 0 0;
|
|
2735
2738
|
overflow: visible;
|
|
@@ -4065,6 +4068,21 @@
|
|
|
4065
4068
|
}
|
|
4066
4069
|
|
|
4067
4070
|
/* stylelint-enable */
|
|
4071
|
+
/* Apply styles for Firefox only */
|
|
4072
|
+
/* stylelint-disable function-url-quotes */
|
|
4073
|
+
@-moz-document url-prefix() {
|
|
4074
|
+
.e-grid-min-height .e-rowcell,
|
|
4075
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4076
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4077
|
+
line-height: normal;
|
|
4078
|
+
}
|
|
4079
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4080
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4081
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4082
|
+
line-height: normal;
|
|
4083
|
+
}
|
|
4084
|
+
}
|
|
4085
|
+
/* stylelint-enable function-url-quotes */
|
|
4068
4086
|
/*! Grid theme */
|
|
4069
4087
|
.e-grid {
|
|
4070
4088
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -1160,6 +1160,7 @@
|
|
|
1160
1160
|
.e-bigger .e-grid .e-ccdlg li.e-cclist,
|
|
1161
1161
|
.e-grid.e-bigger .e-ccdlg li.e-cclist {
|
|
1162
1162
|
padding: 8px 0;
|
|
1163
|
+
line-height: 24px;
|
|
1163
1164
|
}
|
|
1164
1165
|
.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,
|
|
1165
1166
|
.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
|
|
@@ -1703,7 +1704,6 @@
|
|
|
1703
1704
|
border-collapse: separate;
|
|
1704
1705
|
table-layout: fixed;
|
|
1705
1706
|
width: 100%;
|
|
1706
|
-
border-spacing: 0.25px;
|
|
1707
1707
|
}
|
|
1708
1708
|
.e-grid .e-tableborder {
|
|
1709
1709
|
border-right: 1px solid;
|
|
@@ -2786,6 +2786,9 @@
|
|
|
2786
2786
|
float: right;
|
|
2787
2787
|
margin: -12px;
|
|
2788
2788
|
}
|
|
2789
|
+
.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper span.e-label, .e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper span.e-label {
|
|
2790
|
+
font-size: 16px;
|
|
2791
|
+
}
|
|
2789
2792
|
.e-grid .e-ccdlg .e-dlg-content {
|
|
2790
2793
|
margin: 40px 0 0;
|
|
2791
2794
|
overflow: visible;
|
|
@@ -4121,6 +4124,21 @@
|
|
|
4121
4124
|
}
|
|
4122
4125
|
|
|
4123
4126
|
/* stylelint-enable */
|
|
4127
|
+
/* Apply styles for Firefox only */
|
|
4128
|
+
/* stylelint-disable function-url-quotes */
|
|
4129
|
+
@-moz-document url-prefix() {
|
|
4130
|
+
.e-grid-min-height .e-rowcell,
|
|
4131
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4132
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4133
|
+
line-height: normal;
|
|
4134
|
+
}
|
|
4135
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4136
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4137
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4138
|
+
line-height: normal;
|
|
4139
|
+
}
|
|
4140
|
+
}
|
|
4141
|
+
/* stylelint-enable function-url-quotes */
|
|
4124
4142
|
/*! Grid theme */
|
|
4125
4143
|
.e-grid {
|
|
4126
4144
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
@@ -1472,7 +1472,6 @@
|
|
|
1472
1472
|
border-collapse: separate;
|
|
1473
1473
|
table-layout: fixed;
|
|
1474
1474
|
width: 100%;
|
|
1475
|
-
border-spacing: 0.25px;
|
|
1476
1475
|
}
|
|
1477
1476
|
.e-grid .e-tableborder {
|
|
1478
1477
|
border-right: 1px solid;
|
|
@@ -3874,6 +3873,21 @@
|
|
|
3874
3873
|
}
|
|
3875
3874
|
|
|
3876
3875
|
/* stylelint-enable */
|
|
3876
|
+
/* Apply styles for Firefox only */
|
|
3877
|
+
/* stylelint-disable function-url-quotes */
|
|
3878
|
+
@-moz-document url-prefix() {
|
|
3879
|
+
.e-grid-min-height .e-rowcell,
|
|
3880
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3881
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3882
|
+
line-height: normal;
|
|
3883
|
+
}
|
|
3884
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3885
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3886
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3887
|
+
line-height: normal;
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
/* stylelint-enable function-url-quotes */
|
|
3877
3891
|
/*! Grid theme */
|
|
3878
3892
|
.e-grid {
|
|
3879
3893
|
border-color: #4b5563;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1472,7 +1472,6 @@
|
|
|
1472
1472
|
border-collapse: separate;
|
|
1473
1473
|
table-layout: fixed;
|
|
1474
1474
|
width: 100%;
|
|
1475
|
-
border-spacing: 0.25px;
|
|
1476
1475
|
}
|
|
1477
1476
|
.e-grid .e-tableborder {
|
|
1478
1477
|
border-right: 1px solid;
|
|
@@ -3874,6 +3873,21 @@
|
|
|
3874
3873
|
}
|
|
3875
3874
|
|
|
3876
3875
|
/* stylelint-enable */
|
|
3876
|
+
/* Apply styles for Firefox only */
|
|
3877
|
+
/* stylelint-disable function-url-quotes */
|
|
3878
|
+
@-moz-document url-prefix() {
|
|
3879
|
+
.e-grid-min-height .e-rowcell,
|
|
3880
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3881
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3882
|
+
line-height: normal;
|
|
3883
|
+
}
|
|
3884
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3885
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3886
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3887
|
+
line-height: normal;
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
/* stylelint-enable function-url-quotes */
|
|
3877
3891
|
/*! Grid theme */
|
|
3878
3892
|
.e-grid {
|
|
3879
3893
|
border-color: #e5e7eb;
|
|
@@ -1810,7 +1810,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1810
1810
|
border-collapse: separate;
|
|
1811
1811
|
table-layout: fixed;
|
|
1812
1812
|
width: 100%;
|
|
1813
|
-
border-spacing: 0.25px;
|
|
1814
1813
|
}
|
|
1815
1814
|
.e-grid .e-tableborder {
|
|
1816
1815
|
border-right: 1px solid;
|
|
@@ -4170,6 +4169,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4170
4169
|
}
|
|
4171
4170
|
|
|
4172
4171
|
/* stylelint-enable */
|
|
4172
|
+
/* Apply styles for Firefox only */
|
|
4173
|
+
/* stylelint-disable function-url-quotes */
|
|
4174
|
+
@-moz-document url-prefix() {
|
|
4175
|
+
.e-grid-min-height .e-rowcell,
|
|
4176
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4177
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4178
|
+
line-height: normal;
|
|
4179
|
+
}
|
|
4180
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4181
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4182
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4183
|
+
line-height: normal;
|
|
4184
|
+
}
|
|
4185
|
+
}
|
|
4186
|
+
/* stylelint-enable function-url-quotes */
|
|
4173
4187
|
/*! Grid theme */
|
|
4174
4188
|
.e-grid {
|
|
4175
4189
|
border-color: #757575;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1810,7 +1810,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1810
1810
|
border-collapse: separate;
|
|
1811
1811
|
table-layout: fixed;
|
|
1812
1812
|
width: 100%;
|
|
1813
|
-
border-spacing: 0.25px;
|
|
1814
1813
|
}
|
|
1815
1814
|
.e-grid .e-tableborder {
|
|
1816
1815
|
border-right: 1px solid;
|
|
@@ -4170,6 +4169,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4170
4169
|
}
|
|
4171
4170
|
|
|
4172
4171
|
/* stylelint-enable */
|
|
4172
|
+
/* Apply styles for Firefox only */
|
|
4173
|
+
/* stylelint-disable function-url-quotes */
|
|
4174
|
+
@-moz-document url-prefix() {
|
|
4175
|
+
.e-grid-min-height .e-rowcell,
|
|
4176
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4177
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4178
|
+
line-height: normal;
|
|
4179
|
+
}
|
|
4180
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4181
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4182
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4183
|
+
line-height: normal;
|
|
4184
|
+
}
|
|
4185
|
+
}
|
|
4186
|
+
/* stylelint-enable function-url-quotes */
|
|
4173
4187
|
/*! Grid theme */
|
|
4174
4188
|
.e-grid {
|
|
4175
4189
|
border-color: #969696;
|
package/styles/material-dark.css
CHANGED
|
@@ -1860,7 +1860,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1860
1860
|
border-collapse: separate;
|
|
1861
1861
|
table-layout: fixed;
|
|
1862
1862
|
width: 100%;
|
|
1863
|
-
border-spacing: 0.25px;
|
|
1864
1863
|
}
|
|
1865
1864
|
.e-grid .e-tableborder {
|
|
1866
1865
|
border-right: 1px solid;
|
|
@@ -4220,6 +4219,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4220
4219
|
}
|
|
4221
4220
|
|
|
4222
4221
|
/* stylelint-enable */
|
|
4222
|
+
/* Apply styles for Firefox only */
|
|
4223
|
+
/* stylelint-disable function-url-quotes */
|
|
4224
|
+
@-moz-document url-prefix() {
|
|
4225
|
+
.e-grid-min-height .e-rowcell,
|
|
4226
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4227
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4228
|
+
line-height: normal;
|
|
4229
|
+
}
|
|
4230
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4231
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4232
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4233
|
+
line-height: normal;
|
|
4234
|
+
}
|
|
4235
|
+
}
|
|
4236
|
+
/* stylelint-enable function-url-quotes */
|
|
4223
4237
|
/*! Grid theme */
|
|
4224
4238
|
.e-grid {
|
|
4225
4239
|
border-color: #616161;
|
package/styles/material.css
CHANGED
|
@@ -1902,7 +1902,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1902
1902
|
border-collapse: separate;
|
|
1903
1903
|
table-layout: fixed;
|
|
1904
1904
|
width: 100%;
|
|
1905
|
-
border-spacing: 0.25px;
|
|
1906
1905
|
}
|
|
1907
1906
|
.e-grid .e-tableborder {
|
|
1908
1907
|
border-right: 1px solid;
|
|
@@ -4262,6 +4261,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4262
4261
|
}
|
|
4263
4262
|
|
|
4264
4263
|
/* stylelint-enable */
|
|
4264
|
+
/* Apply styles for Firefox only */
|
|
4265
|
+
/* stylelint-disable function-url-quotes */
|
|
4266
|
+
@-moz-document url-prefix() {
|
|
4267
|
+
.e-grid-min-height .e-rowcell,
|
|
4268
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4269
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4270
|
+
line-height: normal;
|
|
4271
|
+
}
|
|
4272
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4273
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4274
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4275
|
+
line-height: normal;
|
|
4276
|
+
}
|
|
4277
|
+
}
|
|
4278
|
+
/* stylelint-enable function-url-quotes */
|
|
4265
4279
|
/*! Grid theme */
|
|
4266
4280
|
.e-grid {
|
|
4267
4281
|
border-color: #e0e0e0;
|
|
@@ -1632,6 +1632,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1632
1632
|
.e-bigger .e-grid .e-ccdlg li.e-cclist,
|
|
1633
1633
|
.e-grid.e-bigger .e-ccdlg li.e-cclist {
|
|
1634
1634
|
padding: 8px 0;
|
|
1635
|
+
line-height: 24px;
|
|
1635
1636
|
}
|
|
1636
1637
|
.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,
|
|
1637
1638
|
.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
|
|
@@ -2175,7 +2176,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2175
2176
|
border-collapse: separate;
|
|
2176
2177
|
table-layout: fixed;
|
|
2177
2178
|
width: 100%;
|
|
2178
|
-
border-spacing: 0.25px;
|
|
2179
2179
|
}
|
|
2180
2180
|
.e-grid .e-tableborder {
|
|
2181
2181
|
border-right: 1px solid;
|
|
@@ -3258,6 +3258,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3258
3258
|
float: right;
|
|
3259
3259
|
margin: -12px;
|
|
3260
3260
|
}
|
|
3261
|
+
.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper span.e-label, .e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper span.e-label {
|
|
3262
|
+
font-size: 16px;
|
|
3263
|
+
}
|
|
3261
3264
|
.e-grid .e-ccdlg .e-dlg-content {
|
|
3262
3265
|
margin: 40px 0 0;
|
|
3263
3266
|
overflow: visible;
|
|
@@ -4593,6 +4596,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4593
4596
|
}
|
|
4594
4597
|
|
|
4595
4598
|
/* stylelint-enable */
|
|
4599
|
+
/* Apply styles for Firefox only */
|
|
4600
|
+
/* stylelint-disable function-url-quotes */
|
|
4601
|
+
@-moz-document url-prefix() {
|
|
4602
|
+
.e-grid-min-height .e-rowcell,
|
|
4603
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4604
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4605
|
+
line-height: normal;
|
|
4606
|
+
}
|
|
4607
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4608
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4609
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4610
|
+
line-height: normal;
|
|
4611
|
+
}
|
|
4612
|
+
}
|
|
4613
|
+
/* stylelint-enable function-url-quotes */
|
|
4596
4614
|
/*! Grid theme */
|
|
4597
4615
|
.e-grid {
|
|
4598
4616
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/material3.css
CHANGED
|
@@ -1743,6 +1743,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1743
1743
|
.e-bigger .e-grid .e-ccdlg li.e-cclist,
|
|
1744
1744
|
.e-grid.e-bigger .e-ccdlg li.e-cclist {
|
|
1745
1745
|
padding: 8px 0;
|
|
1746
|
+
line-height: 24px;
|
|
1746
1747
|
}
|
|
1747
1748
|
.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,
|
|
1748
1749
|
.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
|
|
@@ -2286,7 +2287,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2286
2287
|
border-collapse: separate;
|
|
2287
2288
|
table-layout: fixed;
|
|
2288
2289
|
width: 100%;
|
|
2289
|
-
border-spacing: 0.25px;
|
|
2290
2290
|
}
|
|
2291
2291
|
.e-grid .e-tableborder {
|
|
2292
2292
|
border-right: 1px solid;
|
|
@@ -3369,6 +3369,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3369
3369
|
float: right;
|
|
3370
3370
|
margin: -12px;
|
|
3371
3371
|
}
|
|
3372
|
+
.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper span.e-label, .e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper span.e-label {
|
|
3373
|
+
font-size: 16px;
|
|
3374
|
+
}
|
|
3372
3375
|
.e-grid .e-ccdlg .e-dlg-content {
|
|
3373
3376
|
margin: 40px 0 0;
|
|
3374
3377
|
overflow: visible;
|
|
@@ -4704,6 +4707,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4704
4707
|
}
|
|
4705
4708
|
|
|
4706
4709
|
/* stylelint-enable */
|
|
4710
|
+
/* Apply styles for Firefox only */
|
|
4711
|
+
/* stylelint-disable function-url-quotes */
|
|
4712
|
+
@-moz-document url-prefix() {
|
|
4713
|
+
.e-grid-min-height .e-rowcell,
|
|
4714
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4715
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4716
|
+
line-height: normal;
|
|
4717
|
+
}
|
|
4718
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4719
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4720
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4721
|
+
line-height: normal;
|
|
4722
|
+
}
|
|
4723
|
+
}
|
|
4724
|
+
/* stylelint-enable function-url-quotes */
|
|
4707
4725
|
/*! Grid theme */
|
|
4708
4726
|
.e-grid {
|
|
4709
4727
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1897,7 +1897,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1897
1897
|
border-collapse: separate;
|
|
1898
1898
|
table-layout: fixed;
|
|
1899
1899
|
width: 100%;
|
|
1900
|
-
border-spacing: 0.25px;
|
|
1901
1900
|
}
|
|
1902
1901
|
.e-grid .e-tableborder {
|
|
1903
1902
|
border-right: 1px solid;
|
|
@@ -4299,6 +4298,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4299
4298
|
}
|
|
4300
4299
|
|
|
4301
4300
|
/* stylelint-enable */
|
|
4301
|
+
/* Apply styles for Firefox only */
|
|
4302
|
+
/* stylelint-disable function-url-quotes */
|
|
4303
|
+
@-moz-document url-prefix() {
|
|
4304
|
+
.e-grid-min-height .e-rowcell,
|
|
4305
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4306
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4307
|
+
line-height: normal;
|
|
4308
|
+
}
|
|
4309
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4310
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4311
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4312
|
+
line-height: normal;
|
|
4313
|
+
}
|
|
4314
|
+
}
|
|
4315
|
+
/* stylelint-enable function-url-quotes */
|
|
4302
4316
|
/*! Grid theme */
|
|
4303
4317
|
.e-grid {
|
|
4304
4318
|
border-color: #4b5563;
|
package/styles/tailwind.css
CHANGED
|
@@ -1897,7 +1897,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1897
1897
|
border-collapse: separate;
|
|
1898
1898
|
table-layout: fixed;
|
|
1899
1899
|
width: 100%;
|
|
1900
|
-
border-spacing: 0.25px;
|
|
1901
1900
|
}
|
|
1902
1901
|
.e-grid .e-tableborder {
|
|
1903
1902
|
border-right: 1px solid;
|
|
@@ -4299,6 +4298,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4299
4298
|
}
|
|
4300
4299
|
|
|
4301
4300
|
/* stylelint-enable */
|
|
4301
|
+
/* Apply styles for Firefox only */
|
|
4302
|
+
/* stylelint-disable function-url-quotes */
|
|
4303
|
+
@-moz-document url-prefix() {
|
|
4304
|
+
.e-grid-min-height .e-rowcell,
|
|
4305
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4306
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4307
|
+
line-height: normal;
|
|
4308
|
+
}
|
|
4309
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4310
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4311
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4312
|
+
line-height: normal;
|
|
4313
|
+
}
|
|
4314
|
+
}
|
|
4315
|
+
/* stylelint-enable function-url-quotes */
|
|
4302
4316
|
/*! Grid theme */
|
|
4303
4317
|
.e-grid {
|
|
4304
4318
|
border-color: #e5e7eb;
|