@syncfusion/ej2-angular-grids 22.1.39 → 22.2.5
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 +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/_layout.scss +30 -1
- package/styles/grid/_material-definition.scss +2 -2
- 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 +17 -3
- 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 +17 -3
- 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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@22.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-b2b6Lo+8e21koa8kU+kWi2g/5wfOCm8kJBzUOp+f13T3ApXSo/aCwrgiNV1brR4Ur84MQOHwITpHxOOgNYKxQA==",
|
|
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-22.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-22.1.39.tgz",
|
|
23
|
+
"_shasum": "03b1ee2161f045e494e1f2bfe891899cf2418daa",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~22.
|
|
35
|
-
"@syncfusion/ej2-base": "~22.
|
|
36
|
-
"@syncfusion/ej2-grids": "22.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
36
|
+
"@syncfusion/ej2-grids": "22.2.5",
|
|
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": "22.
|
|
75
|
+
"version": "22.2.5"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^22.1.
|
|
2
|
+
export declare const pkgVer = "^22.1.39";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~22.1.
|
|
4
|
+
export declare const themeVer = "~22.1.39";
|
|
@@ -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 = '^22.
|
|
4
|
+
exports.pkgVer = '^22.2.5';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~22.
|
|
6
|
+
exports.themeVer = '~22.2.5';
|
|
@@ -1839,7 +1839,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1839
1839
|
border-collapse: separate;
|
|
1840
1840
|
table-layout: fixed;
|
|
1841
1841
|
width: 100%;
|
|
1842
|
-
border-spacing: 0.25px;
|
|
1843
1842
|
}
|
|
1844
1843
|
.e-grid .e-tableborder {
|
|
1845
1844
|
border-right: 1px solid;
|
|
@@ -4199,6 +4198,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4199
4198
|
}
|
|
4200
4199
|
|
|
4201
4200
|
/* stylelint-enable */
|
|
4201
|
+
/* Apply styles for Firefox only */
|
|
4202
|
+
/* stylelint-disable function-url-quotes */
|
|
4203
|
+
@-moz-document url-prefix() {
|
|
4204
|
+
.e-grid-min-height .e-rowcell,
|
|
4205
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4206
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4207
|
+
line-height: normal;
|
|
4208
|
+
}
|
|
4209
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4210
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4211
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4212
|
+
line-height: normal;
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
/* stylelint-enable function-url-quotes */
|
|
4202
4216
|
/*! Grid theme */
|
|
4203
4217
|
.e-grid {
|
|
4204
4218
|
border-color: #484848;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1840,7 +1840,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1840
1840
|
border-collapse: separate;
|
|
1841
1841
|
table-layout: fixed;
|
|
1842
1842
|
width: 100%;
|
|
1843
|
-
border-spacing: 0.25px;
|
|
1844
1843
|
}
|
|
1845
1844
|
.e-grid .e-tableborder {
|
|
1846
1845
|
border-right: 1px solid;
|
|
@@ -4200,6 +4199,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4200
4199
|
}
|
|
4201
4200
|
|
|
4202
4201
|
/* stylelint-enable */
|
|
4202
|
+
/* Apply styles for Firefox only */
|
|
4203
|
+
/* stylelint-disable function-url-quotes */
|
|
4204
|
+
@-moz-document url-prefix() {
|
|
4205
|
+
.e-grid-min-height .e-rowcell,
|
|
4206
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4207
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4208
|
+
line-height: normal;
|
|
4209
|
+
}
|
|
4210
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4211
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4212
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4213
|
+
line-height: normal;
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
/* stylelint-enable function-url-quotes */
|
|
4203
4217
|
/*! Grid theme */
|
|
4204
4218
|
.e-grid {
|
|
4205
4219
|
border-color: #ddd;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1899,7 +1899,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1899
1899
|
border-collapse: separate;
|
|
1900
1900
|
table-layout: fixed;
|
|
1901
1901
|
width: 100%;
|
|
1902
|
-
border-spacing: 0.25px;
|
|
1903
1902
|
}
|
|
1904
1903
|
.e-grid .e-tableborder {
|
|
1905
1904
|
border-right: 1px solid;
|
|
@@ -4263,6 +4262,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4263
4262
|
}
|
|
4264
4263
|
|
|
4265
4264
|
/* stylelint-enable */
|
|
4265
|
+
/* Apply styles for Firefox only */
|
|
4266
|
+
/* stylelint-disable function-url-quotes */
|
|
4267
|
+
@-moz-document url-prefix() {
|
|
4268
|
+
.e-grid-min-height .e-rowcell,
|
|
4269
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4270
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4271
|
+
line-height: normal;
|
|
4272
|
+
}
|
|
4273
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4274
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4275
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4276
|
+
line-height: normal;
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
/* stylelint-enable function-url-quotes */
|
|
4266
4280
|
/*! Grid theme */
|
|
4267
4281
|
.e-grid {
|
|
4268
4282
|
border-color: #dee2e6;
|
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4276,6 +4275,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4276
4275
|
}
|
|
4277
4276
|
|
|
4278
4277
|
/* stylelint-enable */
|
|
4278
|
+
/* Apply styles for Firefox only */
|
|
4279
|
+
/* stylelint-disable function-url-quotes */
|
|
4280
|
+
@-moz-document url-prefix() {
|
|
4281
|
+
.e-grid-min-height .e-rowcell,
|
|
4282
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4283
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4284
|
+
line-height: normal;
|
|
4285
|
+
}
|
|
4286
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4287
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4288
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4289
|
+
line-height: normal;
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
/* stylelint-enable function-url-quotes */
|
|
4279
4293
|
/*! Grid theme */
|
|
4280
4294
|
.e-grid {
|
|
4281
4295
|
border-color: #444c54;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4276,6 +4275,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4276
4275
|
}
|
|
4277
4276
|
|
|
4278
4277
|
/* stylelint-enable */
|
|
4278
|
+
/* Apply styles for Firefox only */
|
|
4279
|
+
/* stylelint-disable function-url-quotes */
|
|
4280
|
+
@-moz-document url-prefix() {
|
|
4281
|
+
.e-grid-min-height .e-rowcell,
|
|
4282
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4283
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4284
|
+
line-height: normal;
|
|
4285
|
+
}
|
|
4286
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4287
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4288
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4289
|
+
line-height: normal;
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
/* stylelint-enable function-url-quotes */
|
|
4279
4293
|
/*! Grid theme */
|
|
4280
4294
|
.e-grid {
|
|
4281
4295
|
border-color: #dee2e6;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1813,7 +1813,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1813
1813
|
border-collapse: separate;
|
|
1814
1814
|
table-layout: fixed;
|
|
1815
1815
|
width: 100%;
|
|
1816
|
-
border-spacing: 0.25px;
|
|
1817
1816
|
}
|
|
1818
1817
|
.e-grid .e-tableborder {
|
|
1819
1818
|
border-right: 1px solid;
|
|
@@ -4173,6 +4172,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4173
4172
|
}
|
|
4174
4173
|
|
|
4175
4174
|
/* stylelint-enable */
|
|
4175
|
+
/* Apply styles for Firefox only */
|
|
4176
|
+
/* stylelint-disable function-url-quotes */
|
|
4177
|
+
@-moz-document url-prefix() {
|
|
4178
|
+
.e-grid-min-height .e-rowcell,
|
|
4179
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4180
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4181
|
+
line-height: normal;
|
|
4182
|
+
}
|
|
4183
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4184
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4185
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4186
|
+
line-height: normal;
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
/* stylelint-enable function-url-quotes */
|
|
4176
4190
|
/*! Grid theme */
|
|
4177
4191
|
.e-grid {
|
|
4178
4192
|
border-color: #414040;
|
package/styles/fabric.css
CHANGED
|
@@ -1806,7 +1806,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1806
1806
|
border-collapse: separate;
|
|
1807
1807
|
table-layout: fixed;
|
|
1808
1808
|
width: 100%;
|
|
1809
|
-
border-spacing: 0.25px;
|
|
1810
1809
|
}
|
|
1811
1810
|
.e-grid .e-tableborder {
|
|
1812
1811
|
border-right: 1px solid;
|
|
@@ -4166,6 +4165,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4166
4165
|
}
|
|
4167
4166
|
|
|
4168
4167
|
/* stylelint-enable */
|
|
4168
|
+
/* Apply styles for Firefox only */
|
|
4169
|
+
/* stylelint-disable function-url-quotes */
|
|
4170
|
+
@-moz-document url-prefix() {
|
|
4171
|
+
.e-grid-min-height .e-rowcell,
|
|
4172
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4173
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4174
|
+
line-height: normal;
|
|
4175
|
+
}
|
|
4176
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4177
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4178
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4179
|
+
line-height: normal;
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
/* stylelint-enable function-url-quotes */
|
|
4169
4183
|
/*! Grid theme */
|
|
4170
4184
|
.e-grid {
|
|
4171
4185
|
border-color: #eaeaea;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4310,6 +4309,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4310
4309
|
}
|
|
4311
4310
|
|
|
4312
4311
|
/* stylelint-enable */
|
|
4312
|
+
/* Apply styles for Firefox only */
|
|
4313
|
+
/* stylelint-disable function-url-quotes */
|
|
4314
|
+
@-moz-document url-prefix() {
|
|
4315
|
+
.e-grid-min-height .e-rowcell,
|
|
4316
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4317
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4318
|
+
line-height: normal;
|
|
4319
|
+
}
|
|
4320
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4321
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4322
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4323
|
+
line-height: normal;
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
/* stylelint-enable function-url-quotes */
|
|
4313
4327
|
/*! Grid theme */
|
|
4314
4328
|
.e-grid {
|
|
4315
4329
|
border-color: #292827;
|
package/styles/fluent.css
CHANGED
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4310,6 +4309,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4310
4309
|
}
|
|
4311
4310
|
|
|
4312
4311
|
/* stylelint-enable */
|
|
4312
|
+
/* Apply styles for Firefox only */
|
|
4313
|
+
/* stylelint-disable function-url-quotes */
|
|
4314
|
+
@-moz-document url-prefix() {
|
|
4315
|
+
.e-grid-min-height .e-rowcell,
|
|
4316
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4317
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4318
|
+
line-height: normal;
|
|
4319
|
+
}
|
|
4320
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4321
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4322
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4323
|
+
line-height: normal;
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
/* stylelint-enable function-url-quotes */
|
|
4313
4327
|
/*! Grid theme */
|
|
4314
4328
|
.e-grid {
|
|
4315
4329
|
border-color: #edebe9;
|
package/styles/grid/_layout.scss
CHANGED
|
@@ -792,6 +792,9 @@
|
|
|
792
792
|
|
|
793
793
|
li.e-cclist {
|
|
794
794
|
padding: $grid-bigger-columnchooser-li-padding;
|
|
795
|
+
@if $grid-skin == 'material3' {
|
|
796
|
+
line-height: 24px;
|
|
797
|
+
}
|
|
795
798
|
}
|
|
796
799
|
|
|
797
800
|
.e-toolbar .e-ccdiv {
|
|
@@ -1514,7 +1517,6 @@
|
|
|
1514
1517
|
border-collapse: separate;
|
|
1515
1518
|
table-layout: fixed;
|
|
1516
1519
|
width: 100%;
|
|
1517
|
-
border-spacing: 0.25px;
|
|
1518
1520
|
}
|
|
1519
1521
|
|
|
1520
1522
|
.e-tableborder {
|
|
@@ -3012,6 +3014,13 @@
|
|
|
3012
3014
|
margin: -12px;
|
|
3013
3015
|
}
|
|
3014
3016
|
|
|
3017
|
+
.e-bigger & .e-ccdlg .e-checkbox-wrapper span.e-label,
|
|
3018
|
+
&.e-bigger .e-ccdlg .e-checkbox-wrapper span.e-label {
|
|
3019
|
+
@if $grid-skin == 'material3' {
|
|
3020
|
+
font-size: $text-base;
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3015
3024
|
.e-ccdlg {
|
|
3016
3025
|
|
|
3017
3026
|
.e-dlg-content {
|
|
@@ -4838,3 +4847,23 @@
|
|
|
4838
4847
|
max-height: $grid-fltrmnu-dd-max-height !important;
|
|
4839
4848
|
}
|
|
4840
4849
|
/* stylelint-enable */
|
|
4850
|
+
|
|
4851
|
+
/* Apply styles for Firefox only */
|
|
4852
|
+
/* stylelint-disable function-url-quotes */
|
|
4853
|
+
@-moz-document url-prefix() {
|
|
4854
|
+
#{&}.e-grid-min-height {
|
|
4855
|
+
.e-rowcell,
|
|
4856
|
+
.e-icon-grightarrow,
|
|
4857
|
+
.e-icon-gdownarrow {
|
|
4858
|
+
line-height: normal;
|
|
4859
|
+
}
|
|
4860
|
+
}
|
|
4861
|
+
.e-bigger .e-grid.e-grid-min-height {
|
|
4862
|
+
.e-rowcell,
|
|
4863
|
+
.e-rowcell:first-child,
|
|
4864
|
+
.e-rowcell:last-child {
|
|
4865
|
+
line-height: normal;
|
|
4866
|
+
}
|
|
4867
|
+
}
|
|
4868
|
+
}
|
|
4869
|
+
/* stylelint-enable function-url-quotes */
|
|
@@ -184,7 +184,7 @@ $grid-edit-input-margin-top: 0 !default;
|
|
|
184
184
|
$frozen-border: 2px solid !default;
|
|
185
185
|
$grid-fltrdiv-float: right !default;
|
|
186
186
|
$grid-fltrdiv-text-align: right !default;
|
|
187
|
-
$grid-fltrdiv-margin: -
|
|
187
|
+
$grid-fltrdiv-margin: -18px -7px !default;
|
|
188
188
|
$grid-fltrdiv-padding: 6px !default;
|
|
189
189
|
$grid-rtl-fltrdiv-padding: 6px !default;
|
|
190
190
|
$grid-flmenu-padding: 24px 0 0 !default;
|
|
@@ -192,7 +192,7 @@ $grid-flmenu-boolean-content-padding: 18px 18px 0 !default;
|
|
|
192
192
|
$grid-flmenu-boolean-button-width: 110px !default;
|
|
193
193
|
$grid-flmenu-device-padding: 24px 0 0 !default;
|
|
194
194
|
$grid-fltrmnu-dd-max-height: 298px !default;
|
|
195
|
-
$grid-rtl-fltrdiv-margin: -
|
|
195
|
+
$grid-rtl-fltrdiv-margin: -18px 0 -18px -11px !default;
|
|
196
196
|
$grid-rtl-bigger-fltrdiv-margin: -20px 0 -18px -11px !default;
|
|
197
197
|
$grid-rtl-headercelldiv-rightalign-fltricon-margin: -7px !default;
|
|
198
198
|
$grid-rtl-headercelldiv-fltricon-margin: -7px !default;
|
|
@@ -1418,7 +1418,6 @@
|
|
|
1418
1418
|
border-collapse: separate;
|
|
1419
1419
|
table-layout: fixed;
|
|
1420
1420
|
width: 100%;
|
|
1421
|
-
border-spacing: 0.25px;
|
|
1422
1421
|
}
|
|
1423
1422
|
.e-grid .e-tableborder {
|
|
1424
1423
|
border-right: 1px solid;
|
|
@@ -3778,6 +3777,21 @@
|
|
|
3778
3777
|
}
|
|
3779
3778
|
|
|
3780
3779
|
/* stylelint-enable */
|
|
3780
|
+
/* Apply styles for Firefox only */
|
|
3781
|
+
/* stylelint-disable function-url-quotes */
|
|
3782
|
+
@-moz-document url-prefix() {
|
|
3783
|
+
.e-grid-min-height .e-rowcell,
|
|
3784
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3785
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3786
|
+
line-height: normal;
|
|
3787
|
+
}
|
|
3788
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3789
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3790
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3791
|
+
line-height: normal;
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
/* stylelint-enable function-url-quotes */
|
|
3781
3795
|
/*! Grid theme */
|
|
3782
3796
|
.e-grid {
|
|
3783
3797
|
border-color: #484848;
|
|
@@ -1419,7 +1419,6 @@
|
|
|
1419
1419
|
border-collapse: separate;
|
|
1420
1420
|
table-layout: fixed;
|
|
1421
1421
|
width: 100%;
|
|
1422
|
-
border-spacing: 0.25px;
|
|
1423
1422
|
}
|
|
1424
1423
|
.e-grid .e-tableborder {
|
|
1425
1424
|
border-right: 1px solid;
|
|
@@ -3779,6 +3778,21 @@
|
|
|
3779
3778
|
}
|
|
3780
3779
|
|
|
3781
3780
|
/* stylelint-enable */
|
|
3781
|
+
/* Apply styles for Firefox only */
|
|
3782
|
+
/* stylelint-disable function-url-quotes */
|
|
3783
|
+
@-moz-document url-prefix() {
|
|
3784
|
+
.e-grid-min-height .e-rowcell,
|
|
3785
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3786
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3787
|
+
line-height: normal;
|
|
3788
|
+
}
|
|
3789
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3790
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3791
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3792
|
+
line-height: normal;
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
/* stylelint-enable function-url-quotes */
|
|
3782
3796
|
/*! Grid theme */
|
|
3783
3797
|
.e-grid {
|
|
3784
3798
|
border-color: #ddd;
|
|
@@ -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;
|
|
@@ -3831,6 +3830,21 @@
|
|
|
3831
3830
|
}
|
|
3832
3831
|
|
|
3833
3832
|
/* stylelint-enable */
|
|
3833
|
+
/* Apply styles for Firefox only */
|
|
3834
|
+
/* stylelint-disable function-url-quotes */
|
|
3835
|
+
@-moz-document url-prefix() {
|
|
3836
|
+
.e-grid-min-height .e-rowcell,
|
|
3837
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3838
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3839
|
+
line-height: normal;
|
|
3840
|
+
}
|
|
3841
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3842
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3843
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3844
|
+
line-height: normal;
|
|
3845
|
+
}
|
|
3846
|
+
}
|
|
3847
|
+
/* stylelint-enable function-url-quotes */
|
|
3834
3848
|
/*! Grid theme */
|
|
3835
3849
|
.e-grid {
|
|
3836
3850
|
border-color: #dee2e6;
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3852,6 +3851,21 @@
|
|
|
3852
3851
|
}
|
|
3853
3852
|
|
|
3854
3853
|
/* stylelint-enable */
|
|
3854
|
+
/* Apply styles for Firefox only */
|
|
3855
|
+
/* stylelint-disable function-url-quotes */
|
|
3856
|
+
@-moz-document url-prefix() {
|
|
3857
|
+
.e-grid-min-height .e-rowcell,
|
|
3858
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3859
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3860
|
+
line-height: normal;
|
|
3861
|
+
}
|
|
3862
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3863
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3864
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3865
|
+
line-height: normal;
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
/* stylelint-enable function-url-quotes */
|
|
3855
3869
|
/*! Grid theme */
|
|
3856
3870
|
.e-grid {
|
|
3857
3871
|
border-color: #444c54;
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3852,6 +3851,21 @@
|
|
|
3852
3851
|
}
|
|
3853
3852
|
|
|
3854
3853
|
/* stylelint-enable */
|
|
3854
|
+
/* Apply styles for Firefox only */
|
|
3855
|
+
/* stylelint-disable function-url-quotes */
|
|
3856
|
+
@-moz-document url-prefix() {
|
|
3857
|
+
.e-grid-min-height .e-rowcell,
|
|
3858
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3859
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3860
|
+
line-height: normal;
|
|
3861
|
+
}
|
|
3862
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3863
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3864
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3865
|
+
line-height: normal;
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
/* stylelint-enable function-url-quotes */
|
|
3855
3869
|
/*! Grid theme */
|
|
3856
3870
|
.e-grid {
|
|
3857
3871
|
border-color: #dee2e6;
|
|
@@ -1392,7 +1392,6 @@
|
|
|
1392
1392
|
border-collapse: separate;
|
|
1393
1393
|
table-layout: fixed;
|
|
1394
1394
|
width: 100%;
|
|
1395
|
-
border-spacing: 0.25px;
|
|
1396
1395
|
}
|
|
1397
1396
|
.e-grid .e-tableborder {
|
|
1398
1397
|
border-right: 1px solid;
|
|
@@ -3752,6 +3751,21 @@
|
|
|
3752
3751
|
}
|
|
3753
3752
|
|
|
3754
3753
|
/* stylelint-enable */
|
|
3754
|
+
/* Apply styles for Firefox only */
|
|
3755
|
+
/* stylelint-disable function-url-quotes */
|
|
3756
|
+
@-moz-document url-prefix() {
|
|
3757
|
+
.e-grid-min-height .e-rowcell,
|
|
3758
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3759
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3760
|
+
line-height: normal;
|
|
3761
|
+
}
|
|
3762
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3763
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3764
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3765
|
+
line-height: normal;
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
/* stylelint-enable function-url-quotes */
|
|
3755
3769
|
/*! Grid theme */
|
|
3756
3770
|
.e-grid {
|
|
3757
3771
|
border-color: #414040;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1385,7 +1385,6 @@
|
|
|
1385
1385
|
border-collapse: separate;
|
|
1386
1386
|
table-layout: fixed;
|
|
1387
1387
|
width: 100%;
|
|
1388
|
-
border-spacing: 0.25px;
|
|
1389
1388
|
}
|
|
1390
1389
|
.e-grid .e-tableborder {
|
|
1391
1390
|
border-right: 1px solid;
|
|
@@ -3745,6 +3744,21 @@
|
|
|
3745
3744
|
}
|
|
3746
3745
|
|
|
3747
3746
|
/* stylelint-enable */
|
|
3747
|
+
/* Apply styles for Firefox only */
|
|
3748
|
+
/* stylelint-disable function-url-quotes */
|
|
3749
|
+
@-moz-document url-prefix() {
|
|
3750
|
+
.e-grid-min-height .e-rowcell,
|
|
3751
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3752
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3753
|
+
line-height: normal;
|
|
3754
|
+
}
|
|
3755
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3756
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3757
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3758
|
+
line-height: normal;
|
|
3759
|
+
}
|
|
3760
|
+
}
|
|
3761
|
+
/* stylelint-enable function-url-quotes */
|
|
3748
3762
|
/*! Grid theme */
|
|
3749
3763
|
.e-grid {
|
|
3750
3764
|
border-color: #eaeaea;
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3886,6 +3885,21 @@
|
|
|
3886
3885
|
}
|
|
3887
3886
|
|
|
3888
3887
|
/* stylelint-enable */
|
|
3888
|
+
/* Apply styles for Firefox only */
|
|
3889
|
+
/* stylelint-disable function-url-quotes */
|
|
3890
|
+
@-moz-document url-prefix() {
|
|
3891
|
+
.e-grid-min-height .e-rowcell,
|
|
3892
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3893
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3894
|
+
line-height: normal;
|
|
3895
|
+
}
|
|
3896
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3897
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3898
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3899
|
+
line-height: normal;
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
/* stylelint-enable function-url-quotes */
|
|
3889
3903
|
/*! Grid theme */
|
|
3890
3904
|
.e-grid {
|
|
3891
3905
|
border-color: #292827;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3886,6 +3885,21 @@
|
|
|
3886
3885
|
}
|
|
3887
3886
|
|
|
3888
3887
|
/* stylelint-enable */
|
|
3888
|
+
/* Apply styles for Firefox only */
|
|
3889
|
+
/* stylelint-disable function-url-quotes */
|
|
3890
|
+
@-moz-document url-prefix() {
|
|
3891
|
+
.e-grid-min-height .e-rowcell,
|
|
3892
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3893
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3894
|
+
line-height: normal;
|
|
3895
|
+
}
|
|
3896
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3897
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3898
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3899
|
+
line-height: normal;
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
/* stylelint-enable function-url-quotes */
|
|
3889
3903
|
/*! Grid theme */
|
|
3890
3904
|
.e-grid {
|
|
3891
3905
|
border-color: #edebe9;
|
|
@@ -1389,7 +1389,6 @@
|
|
|
1389
1389
|
border-collapse: separate;
|
|
1390
1390
|
table-layout: fixed;
|
|
1391
1391
|
width: 100%;
|
|
1392
|
-
border-spacing: 0.25px;
|
|
1393
1392
|
}
|
|
1394
1393
|
.e-grid .e-tableborder {
|
|
1395
1394
|
border-right: 1px solid;
|
|
@@ -3749,6 +3748,21 @@
|
|
|
3749
3748
|
}
|
|
3750
3749
|
|
|
3751
3750
|
/* stylelint-enable */
|
|
3751
|
+
/* Apply styles for Firefox only */
|
|
3752
|
+
/* stylelint-disable function-url-quotes */
|
|
3753
|
+
@-moz-document url-prefix() {
|
|
3754
|
+
.e-grid-min-height .e-rowcell,
|
|
3755
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3756
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3757
|
+
line-height: normal;
|
|
3758
|
+
}
|
|
3759
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3760
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3761
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3762
|
+
line-height: normal;
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
/* stylelint-enable function-url-quotes */
|
|
3752
3766
|
/*! Grid theme */
|
|
3753
3767
|
.e-grid {
|
|
3754
3768
|
border-color: #757575;
|
|
@@ -1389,7 +1389,6 @@
|
|
|
1389
1389
|
border-collapse: separate;
|
|
1390
1390
|
table-layout: fixed;
|
|
1391
1391
|
width: 100%;
|
|
1392
|
-
border-spacing: 0.25px;
|
|
1393
1392
|
}
|
|
1394
1393
|
.e-grid .e-tableborder {
|
|
1395
1394
|
border-right: 1px solid;
|
|
@@ -3749,6 +3748,21 @@
|
|
|
3749
3748
|
}
|
|
3750
3749
|
|
|
3751
3750
|
/* stylelint-enable */
|
|
3751
|
+
/* Apply styles for Firefox only */
|
|
3752
|
+
/* stylelint-disable function-url-quotes */
|
|
3753
|
+
@-moz-document url-prefix() {
|
|
3754
|
+
.e-grid-min-height .e-rowcell,
|
|
3755
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3756
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3757
|
+
line-height: normal;
|
|
3758
|
+
}
|
|
3759
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3760
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3761
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3762
|
+
line-height: normal;
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
/* stylelint-enable function-url-quotes */
|
|
3752
3766
|
/*! Grid theme */
|
|
3753
3767
|
.e-grid {
|
|
3754
3768
|
border-color: #969696;
|
|
@@ -1433,7 +1433,6 @@
|
|
|
1433
1433
|
border-collapse: separate;
|
|
1434
1434
|
table-layout: fixed;
|
|
1435
1435
|
width: 100%;
|
|
1436
|
-
border-spacing: 0.25px;
|
|
1437
1436
|
}
|
|
1438
1437
|
.e-grid .e-tableborder {
|
|
1439
1438
|
border-right: 1px solid;
|
|
@@ -3793,6 +3792,21 @@
|
|
|
3793
3792
|
}
|
|
3794
3793
|
|
|
3795
3794
|
/* stylelint-enable */
|
|
3795
|
+
/* Apply styles for Firefox only */
|
|
3796
|
+
/* stylelint-disable function-url-quotes */
|
|
3797
|
+
@-moz-document url-prefix() {
|
|
3798
|
+
.e-grid-min-height .e-rowcell,
|
|
3799
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3800
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3801
|
+
line-height: normal;
|
|
3802
|
+
}
|
|
3803
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3804
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3805
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3806
|
+
line-height: normal;
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
/* stylelint-enable function-url-quotes */
|
|
3796
3810
|
/*! Grid theme */
|
|
3797
3811
|
.e-grid {
|
|
3798
3812
|
border-color: #616161;
|
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;
|
|
@@ -1794,7 +1793,7 @@
|
|
|
1794
1793
|
}
|
|
1795
1794
|
.e-grid .e-filtermenudiv {
|
|
1796
1795
|
float: right;
|
|
1797
|
-
margin: -
|
|
1796
|
+
margin: -18px -7px;
|
|
1798
1797
|
padding: 6px;
|
|
1799
1798
|
text-align: right;
|
|
1800
1799
|
}
|
|
@@ -3011,7 +3010,7 @@
|
|
|
3011
3010
|
}
|
|
3012
3011
|
.e-grid.e-rtl .e-filtermenudiv {
|
|
3013
3012
|
float: left;
|
|
3014
|
-
margin: -
|
|
3013
|
+
margin: -18px 0 -18px -11px;
|
|
3015
3014
|
padding: 6px;
|
|
3016
3015
|
}
|
|
3017
3016
|
.e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv, .e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
@@ -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;
|
|
@@ -2229,7 +2228,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2229
2228
|
}
|
|
2230
2229
|
.e-grid .e-filtermenudiv {
|
|
2231
2230
|
float: right;
|
|
2232
|
-
margin: -
|
|
2231
|
+
margin: -18px -7px;
|
|
2233
2232
|
padding: 6px;
|
|
2234
2233
|
text-align: right;
|
|
2235
2234
|
}
|
|
@@ -3446,7 +3445,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3446
3445
|
}
|
|
3447
3446
|
.e-grid.e-rtl .e-filtermenudiv {
|
|
3448
3447
|
float: left;
|
|
3449
|
-
margin: -
|
|
3448
|
+
margin: -18px 0 -18px -11px;
|
|
3450
3449
|
padding: 6px;
|
|
3451
3450
|
}
|
|
3452
3451
|
.e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv, .e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
|
@@ -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;
|
|
@@ -1576,6 +1576,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1576
1576
|
.e-bigger .e-grid .e-ccdlg li.e-cclist,
|
|
1577
1577
|
.e-grid.e-bigger .e-ccdlg li.e-cclist {
|
|
1578
1578
|
padding: 8px 0;
|
|
1579
|
+
line-height: 24px;
|
|
1579
1580
|
}
|
|
1580
1581
|
.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,
|
|
1581
1582
|
.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
|
|
@@ -2119,7 +2120,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2119
2120
|
border-collapse: separate;
|
|
2120
2121
|
table-layout: fixed;
|
|
2121
2122
|
width: 100%;
|
|
2122
|
-
border-spacing: 0.25px;
|
|
2123
2123
|
}
|
|
2124
2124
|
.e-grid .e-tableborder {
|
|
2125
2125
|
border-right: 1px solid;
|
|
@@ -3202,6 +3202,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3202
3202
|
float: right;
|
|
3203
3203
|
margin: -12px;
|
|
3204
3204
|
}
|
|
3205
|
+
.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper span.e-label, .e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper span.e-label {
|
|
3206
|
+
font-size: 16px;
|
|
3207
|
+
}
|
|
3205
3208
|
.e-grid .e-ccdlg .e-dlg-content {
|
|
3206
3209
|
margin: 40px 0 0;
|
|
3207
3210
|
overflow: visible;
|
|
@@ -4537,6 +4540,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4537
4540
|
}
|
|
4538
4541
|
|
|
4539
4542
|
/* stylelint-enable */
|
|
4543
|
+
/* Apply styles for Firefox only */
|
|
4544
|
+
/* stylelint-disable function-url-quotes */
|
|
4545
|
+
@-moz-document url-prefix() {
|
|
4546
|
+
.e-grid-min-height .e-rowcell,
|
|
4547
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4548
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4549
|
+
line-height: normal;
|
|
4550
|
+
}
|
|
4551
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4552
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4553
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4554
|
+
line-height: normal;
|
|
4555
|
+
}
|
|
4556
|
+
}
|
|
4557
|
+
/* stylelint-enable function-url-quotes */
|
|
4540
4558
|
/*! Grid theme */
|
|
4541
4559
|
.e-grid {
|
|
4542
4560
|
border-color: rgba(var(--color-sf-outline-variant));
|
package/styles/material3.css
CHANGED
|
@@ -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/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;
|