@syncfusion/ej2-react-grids 20.1.61 → 20.2.39
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 +27 -80
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +84 -699
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +83 -698
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +102 -710
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +84 -732
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +84 -732
- package/styles/bootstrap5.scss +0 -1
- package/styles/excel-filter/bootstrap-dark.css +4 -0
- package/styles/excel-filter/bootstrap.css +4 -0
- package/styles/excel-filter/bootstrap4.css +4 -0
- package/styles/excel-filter/bootstrap5-dark.css +4 -0
- package/styles/excel-filter/bootstrap5.css +4 -0
- package/styles/excel-filter/fabric-dark.css +4 -0
- package/styles/excel-filter/fabric.css +4 -0
- package/styles/excel-filter/fluent-dark.css +4 -0
- package/styles/excel-filter/fluent.css +4 -0
- package/styles/excel-filter/highcontrast-light.css +4 -0
- package/styles/excel-filter/highcontrast.css +4 -0
- package/styles/excel-filter/material-dark.css +4 -0
- package/styles/excel-filter/material.css +4 -0
- package/styles/excel-filter/tailwind-dark.css +4 -0
- package/styles/excel-filter/tailwind.css +4 -0
- package/styles/fabric-dark.css +80 -697
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +82 -699
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +105 -712
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +105 -712
- package/styles/fluent.scss +0 -1
- package/styles/grid/bootstrap-dark.css +80 -12
- package/styles/grid/bootstrap.css +79 -11
- package/styles/grid/bootstrap4.css +98 -23
- package/styles/grid/bootstrap5-dark.css +80 -10
- package/styles/grid/bootstrap5.css +80 -10
- package/styles/grid/fabric-dark.css +76 -10
- package/styles/grid/fabric.css +78 -12
- package/styles/grid/fluent-dark.css +101 -23
- package/styles/grid/fluent.css +101 -23
- package/styles/grid/highcontrast-light.css +72 -6
- package/styles/grid/highcontrast.css +76 -10
- package/styles/grid/material-dark.css +77 -11
- package/styles/grid/material.css +76 -10
- package/styles/grid/tailwind-dark.css +77 -10
- package/styles/grid/tailwind.css +77 -10
- package/styles/highcontrast-light.css +76 -693
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +80 -697
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +81 -698
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +80 -697
- package/styles/material.scss +0 -1
- package/styles/tailwind-dark.css +81 -824
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +81 -824
- package/styles/tailwind.scss +0 -1
- package/styles/pager/bootstrap-dark.css +0 -686
- package/styles/pager/bootstrap-dark.scss +0 -1
- package/styles/pager/bootstrap.css +0 -686
- package/styles/pager/bootstrap.scss +0 -1
- package/styles/pager/bootstrap4.css +0 -686
- package/styles/pager/bootstrap4.scss +0 -1
- package/styles/pager/bootstrap5-dark.css +0 -721
- package/styles/pager/bootstrap5-dark.scss +0 -1
- package/styles/pager/bootstrap5.css +0 -721
- package/styles/pager/bootstrap5.scss +0 -1
- package/styles/pager/fabric-dark.css +0 -686
- package/styles/pager/fabric-dark.scss +0 -1
- package/styles/pager/fabric.css +0 -686
- package/styles/pager/fabric.scss +0 -1
- package/styles/pager/fluent-dark.css +0 -688
- package/styles/pager/fluent-dark.scss +0 -1
- package/styles/pager/fluent.css +0 -688
- package/styles/pager/fluent.scss +0 -1
- package/styles/pager/highcontrast-light.css +0 -686
- package/styles/pager/highcontrast-light.scss +0 -1
- package/styles/pager/highcontrast.css +0 -686
- package/styles/pager/highcontrast.scss +0 -1
- package/styles/pager/material-dark.css +0 -687
- package/styles/pager/material-dark.scss +0 -1
- package/styles/pager/material.css +0 -687
- package/styles/pager/material.scss +0 -1
- package/styles/pager/tailwind-dark.css +0 -813
- package/styles/pager/tailwind-dark.scss +0 -1
- package/styles/pager/tailwind.css +0 -813
- package/styles/pager/tailwind.scss +0 -1
package/styles/fluent.scss
CHANGED
|
@@ -302,8 +302,10 @@
|
|
|
302
302
|
}
|
|
303
303
|
.e-grid .e-ccsearch-icon.e-cc-cancel::before,
|
|
304
304
|
.e-grid .e-chkcancel-icon::before,
|
|
305
|
+
.e-grid .e-input-group .e-clear-icon::before,
|
|
305
306
|
.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before,
|
|
306
|
-
.e-grid-menu .e-chkcancel-icon::before
|
|
307
|
+
.e-grid-menu .e-chkcancel-icon::before,
|
|
308
|
+
.e-grid-menu .e-input-group .e-clear-icon::before {
|
|
307
309
|
content: "\e7a7";
|
|
308
310
|
}
|
|
309
311
|
|
|
@@ -359,6 +361,26 @@
|
|
|
359
361
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
360
362
|
font-size: 10px;
|
|
361
363
|
}
|
|
364
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
365
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
366
|
+
padding: 5px 13px 5px 0;
|
|
367
|
+
}
|
|
368
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
369
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
370
|
+
width: 100%;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon,
|
|
373
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon {
|
|
374
|
+
margin: 0;
|
|
375
|
+
}
|
|
376
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
377
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
378
|
+
font-size: 17px;
|
|
379
|
+
}
|
|
380
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
381
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
382
|
+
padding-left: 0;
|
|
383
|
+
}
|
|
362
384
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
363
385
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
364
386
|
padding-bottom: 5px;
|
|
@@ -368,6 +390,22 @@
|
|
|
368
390
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
369
391
|
min-width: 38px;
|
|
370
392
|
}
|
|
393
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
394
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
395
|
+
margin: 0;
|
|
396
|
+
min-width: 38px;
|
|
397
|
+
padding: 0;
|
|
398
|
+
}
|
|
399
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
400
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
401
|
+
font-size: 14px;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
404
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
405
|
+
margin: 0;
|
|
406
|
+
min-width: 38px;
|
|
407
|
+
padding: 0;
|
|
408
|
+
}
|
|
371
409
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
372
410
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
373
411
|
font-size: 18px;
|
|
@@ -830,8 +868,8 @@
|
|
|
830
868
|
margin-top: -3px;
|
|
831
869
|
margin-right: 0;
|
|
832
870
|
}
|
|
833
|
-
.e-bigger .e-grid .e-groupsort,
|
|
834
|
-
.e-grid.e-bigger .e-groupsort {
|
|
871
|
+
.e-bigger .e-grid span.e-groupsort.e-icons,
|
|
872
|
+
.e-grid.e-bigger span.e-groupsort.e-icons {
|
|
835
873
|
margin-right: 0;
|
|
836
874
|
margin-top: -4px;
|
|
837
875
|
}
|
|
@@ -995,7 +1033,7 @@
|
|
|
995
1033
|
.e-grid .e-gridheader .e-firstrow-dragborder, .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,
|
|
996
1034
|
.e-grid .e-gridcontent .e-lastrow-dragborder, .e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder {
|
|
997
1035
|
bottom: 0;
|
|
998
|
-
background-color: #
|
|
1036
|
+
background-color: #0070f0;
|
|
999
1037
|
height: 2px;
|
|
1000
1038
|
position: absolute;
|
|
1001
1039
|
}
|
|
@@ -1019,6 +1057,10 @@
|
|
|
1019
1057
|
.e-grid.e-rtl .e-dropitemscount {
|
|
1020
1058
|
left: -6px !important;
|
|
1021
1059
|
}
|
|
1060
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1061
|
+
padding: 0;
|
|
1062
|
+
margin: 0;
|
|
1063
|
+
}
|
|
1022
1064
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
1023
1065
|
border-top: 1px solid #484848;
|
|
1024
1066
|
border-right: 1px solid #484848;
|
|
@@ -1075,6 +1117,14 @@
|
|
|
1075
1117
|
border-top: 1px solid #484848;
|
|
1076
1118
|
border-radius: 0;
|
|
1077
1119
|
}
|
|
1120
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1121
|
+
padding: 0;
|
|
1122
|
+
min-width: 32px;
|
|
1123
|
+
margin-right: 0;
|
|
1124
|
+
}
|
|
1125
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1126
|
+
font-size: 12px;
|
|
1127
|
+
}
|
|
1078
1128
|
.e-grid .e-res-toolbar {
|
|
1079
1129
|
border-bottom: 1px solid;
|
|
1080
1130
|
border-bottom-color: #484848;
|
|
@@ -1082,7 +1132,7 @@
|
|
|
1082
1132
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1083
1133
|
min-height: initial;
|
|
1084
1134
|
}
|
|
1085
|
-
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus {
|
|
1135
|
+
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
|
|
1086
1136
|
background: none;
|
|
1087
1137
|
}
|
|
1088
1138
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1123,13 +1173,25 @@
|
|
|
1123
1173
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1124
1174
|
padding-left: 0;
|
|
1125
1175
|
}
|
|
1176
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1177
|
+
margin: 0 -16px 0 0;
|
|
1178
|
+
}
|
|
1179
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1180
|
+
font-size: 18px;
|
|
1181
|
+
}
|
|
1126
1182
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1127
1183
|
padding-left: 26px;
|
|
1128
1184
|
}
|
|
1185
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1186
|
+
margin: 0;
|
|
1187
|
+
}
|
|
1129
1188
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1130
1189
|
padding-bottom: 3px;
|
|
1131
1190
|
padding-top: 3px;
|
|
1132
1191
|
}
|
|
1192
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1193
|
+
opacity: 1;
|
|
1194
|
+
}
|
|
1133
1195
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1134
1196
|
margin-bottom: 0;
|
|
1135
1197
|
opacity: 0.6;
|
|
@@ -1868,10 +1930,13 @@
|
|
|
1868
1930
|
}
|
|
1869
1931
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1870
1932
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1933
|
+
-webkit-user-select: auto;
|
|
1871
1934
|
height: 20px;
|
|
1872
1935
|
line-height: 20px;
|
|
1873
1936
|
position: relative;
|
|
1874
1937
|
top: 0;
|
|
1938
|
+
-ms-user-select: auto;
|
|
1939
|
+
user-select: auto;
|
|
1875
1940
|
}
|
|
1876
1941
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
1877
1942
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2029,16 +2094,16 @@
|
|
|
2029
2094
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2030
2095
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2031
2096
|
font-size: 10px;
|
|
2032
|
-
margin-left:
|
|
2033
|
-
margin-top: -
|
|
2097
|
+
margin-left: -2.5px;
|
|
2098
|
+
margin-top: -6.5px;
|
|
2034
2099
|
position: absolute;
|
|
2035
2100
|
z-index: 10;
|
|
2036
2101
|
}
|
|
2037
2102
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2038
|
-
margin-top: -
|
|
2103
|
+
margin-top: -6.5px;
|
|
2039
2104
|
}
|
|
2040
2105
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2041
|
-
margin-top:
|
|
2106
|
+
margin-top: 4px;
|
|
2042
2107
|
}
|
|
2043
2108
|
.e-grid td.e-active {
|
|
2044
2109
|
font-weight: normal;
|
|
@@ -2165,10 +2230,14 @@
|
|
|
2165
2230
|
}
|
|
2166
2231
|
.e-grid .e-icon-gdownarrow {
|
|
2167
2232
|
font-size: 10px;
|
|
2233
|
+
padding: 13px 9px 11px 10px;
|
|
2234
|
+
text-decoration: none;
|
|
2168
2235
|
text-indent: 11px;
|
|
2169
2236
|
}
|
|
2170
2237
|
.e-grid .e-icon-grightarrow {
|
|
2171
2238
|
font-size: 10px;
|
|
2239
|
+
padding: 12px 9px 12px 10px;
|
|
2240
|
+
text-decoration: none;
|
|
2172
2241
|
text-indent: 11px;
|
|
2173
2242
|
}
|
|
2174
2243
|
.e-grid .e-recordplusexpand {
|
|
@@ -2628,7 +2697,7 @@
|
|
|
2628
2697
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
2629
2698
|
border-top: 2px solid;
|
|
2630
2699
|
}
|
|
2631
|
-
.e-grid.e-rtl .e-grouptext {
|
|
2700
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
2632
2701
|
margin-left: 0;
|
|
2633
2702
|
margin-right: 0;
|
|
2634
2703
|
}
|
|
@@ -2871,7 +2940,7 @@
|
|
|
2871
2940
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2872
2941
|
display: inline-block;
|
|
2873
2942
|
}
|
|
2874
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2943
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2875
2944
|
text-overflow: clip;
|
|
2876
2945
|
}
|
|
2877
2946
|
.e-grid .e-clipboard {
|
|
@@ -3009,7 +3078,6 @@
|
|
|
3009
3078
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3010
3079
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3011
3080
|
font-size: 10px;
|
|
3012
|
-
margin-top: -1.5px;
|
|
3013
3081
|
}
|
|
3014
3082
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3015
3083
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -303,8 +303,10 @@
|
|
|
303
303
|
}
|
|
304
304
|
.e-grid .e-ccsearch-icon.e-cc-cancel::before,
|
|
305
305
|
.e-grid .e-chkcancel-icon::before,
|
|
306
|
+
.e-grid .e-input-group .e-clear-icon::before,
|
|
306
307
|
.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before,
|
|
307
|
-
.e-grid-menu .e-chkcancel-icon::before
|
|
308
|
+
.e-grid-menu .e-chkcancel-icon::before,
|
|
309
|
+
.e-grid-menu .e-input-group .e-clear-icon::before {
|
|
308
310
|
content: "\e7a7";
|
|
309
311
|
}
|
|
310
312
|
|
|
@@ -360,6 +362,26 @@
|
|
|
360
362
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
361
363
|
font-size: 10px;
|
|
362
364
|
}
|
|
365
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
366
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
367
|
+
padding: 5px 18px 5px 0;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
370
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
371
|
+
width: 100%;
|
|
372
|
+
}
|
|
373
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon,
|
|
374
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon {
|
|
375
|
+
margin: 0;
|
|
376
|
+
}
|
|
377
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
378
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
379
|
+
font-size: 17px;
|
|
380
|
+
}
|
|
381
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
382
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
383
|
+
padding-left: 0;
|
|
384
|
+
}
|
|
363
385
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
364
386
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
365
387
|
padding-bottom: 5px;
|
|
@@ -369,6 +391,22 @@
|
|
|
369
391
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
370
392
|
min-width: 38px;
|
|
371
393
|
}
|
|
394
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
395
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
396
|
+
margin: 0;
|
|
397
|
+
min-width: 38px;
|
|
398
|
+
padding: 0;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
401
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
402
|
+
font-size: 14px;
|
|
403
|
+
}
|
|
404
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
405
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
406
|
+
margin: 0;
|
|
407
|
+
min-width: 38px;
|
|
408
|
+
padding: 0;
|
|
409
|
+
}
|
|
372
410
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
373
411
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
374
412
|
font-size: 18px;
|
|
@@ -831,8 +869,8 @@
|
|
|
831
869
|
margin-top: -3px;
|
|
832
870
|
margin-right: 0;
|
|
833
871
|
}
|
|
834
|
-
.e-bigger .e-grid .e-groupsort,
|
|
835
|
-
.e-grid.e-bigger .e-groupsort {
|
|
872
|
+
.e-bigger .e-grid span.e-groupsort.e-icons,
|
|
873
|
+
.e-grid.e-bigger span.e-groupsort.e-icons {
|
|
836
874
|
margin-right: 0;
|
|
837
875
|
margin-top: -4px;
|
|
838
876
|
}
|
|
@@ -1020,6 +1058,10 @@
|
|
|
1020
1058
|
.e-grid.e-rtl .e-dropitemscount {
|
|
1021
1059
|
left: -6px !important;
|
|
1022
1060
|
}
|
|
1061
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1062
|
+
padding: 0;
|
|
1063
|
+
margin: 0;
|
|
1064
|
+
}
|
|
1023
1065
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
1024
1066
|
border-top: 1px solid #ddd;
|
|
1025
1067
|
border-right: 1px solid #ddd;
|
|
@@ -1076,6 +1118,14 @@
|
|
|
1076
1118
|
border-top: 1px solid #ddd;
|
|
1077
1119
|
border-radius: 0;
|
|
1078
1120
|
}
|
|
1121
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1122
|
+
padding: 0;
|
|
1123
|
+
min-width: 32px;
|
|
1124
|
+
margin-right: 0;
|
|
1125
|
+
}
|
|
1126
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1127
|
+
font-size: 12px;
|
|
1128
|
+
}
|
|
1079
1129
|
.e-grid .e-res-toolbar {
|
|
1080
1130
|
border-bottom: 1px solid;
|
|
1081
1131
|
border-bottom-color: #ddd;
|
|
@@ -1083,7 +1133,7 @@
|
|
|
1083
1133
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1084
1134
|
min-height: initial;
|
|
1085
1135
|
}
|
|
1086
|
-
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus {
|
|
1136
|
+
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
|
|
1087
1137
|
background: none;
|
|
1088
1138
|
}
|
|
1089
1139
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1124,13 +1174,25 @@
|
|
|
1124
1174
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1125
1175
|
padding-left: 0;
|
|
1126
1176
|
}
|
|
1177
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1178
|
+
margin: 0 -16px 0 0;
|
|
1179
|
+
}
|
|
1180
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1181
|
+
font-size: 18px;
|
|
1182
|
+
}
|
|
1127
1183
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1128
1184
|
padding-left: 26px;
|
|
1129
1185
|
}
|
|
1186
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1187
|
+
margin: 0;
|
|
1188
|
+
}
|
|
1130
1189
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1131
1190
|
padding-bottom: 3px;
|
|
1132
1191
|
padding-top: 3px;
|
|
1133
1192
|
}
|
|
1193
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1194
|
+
opacity: 1;
|
|
1195
|
+
}
|
|
1134
1196
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1135
1197
|
margin-bottom: 0;
|
|
1136
1198
|
opacity: 0.6;
|
|
@@ -1869,10 +1931,13 @@
|
|
|
1869
1931
|
}
|
|
1870
1932
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1871
1933
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1934
|
+
-webkit-user-select: auto;
|
|
1872
1935
|
height: 20px;
|
|
1873
1936
|
line-height: 20px;
|
|
1874
1937
|
position: relative;
|
|
1875
1938
|
top: 0;
|
|
1939
|
+
-ms-user-select: auto;
|
|
1940
|
+
user-select: auto;
|
|
1876
1941
|
}
|
|
1877
1942
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
1878
1943
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2030,16 +2095,16 @@
|
|
|
2030
2095
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2031
2096
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2032
2097
|
font-size: 10px;
|
|
2033
|
-
margin-left:
|
|
2034
|
-
margin-top: -
|
|
2098
|
+
margin-left: -2.5px;
|
|
2099
|
+
margin-top: -6.5px;
|
|
2035
2100
|
position: absolute;
|
|
2036
2101
|
z-index: 10;
|
|
2037
2102
|
}
|
|
2038
2103
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2039
|
-
margin-top: -
|
|
2104
|
+
margin-top: -6.5px;
|
|
2040
2105
|
}
|
|
2041
2106
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2042
|
-
margin-top:
|
|
2107
|
+
margin-top: 4px;
|
|
2043
2108
|
}
|
|
2044
2109
|
.e-grid td.e-active {
|
|
2045
2110
|
font-weight: normal;
|
|
@@ -2166,10 +2231,14 @@
|
|
|
2166
2231
|
}
|
|
2167
2232
|
.e-grid .e-icon-gdownarrow {
|
|
2168
2233
|
font-size: 10px;
|
|
2234
|
+
padding: 13px 9px 11px 10px;
|
|
2235
|
+
text-decoration: none;
|
|
2169
2236
|
text-indent: 11px;
|
|
2170
2237
|
}
|
|
2171
2238
|
.e-grid .e-icon-grightarrow {
|
|
2172
2239
|
font-size: 10px;
|
|
2240
|
+
padding: 12px 9px 12px 10px;
|
|
2241
|
+
text-decoration: none;
|
|
2173
2242
|
text-indent: 11px;
|
|
2174
2243
|
}
|
|
2175
2244
|
.e-grid .e-recordplusexpand {
|
|
@@ -2629,7 +2698,7 @@
|
|
|
2629
2698
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
2630
2699
|
border-top: 2px solid;
|
|
2631
2700
|
}
|
|
2632
|
-
.e-grid.e-rtl .e-grouptext {
|
|
2701
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
2633
2702
|
margin-left: 0;
|
|
2634
2703
|
margin-right: 0;
|
|
2635
2704
|
}
|
|
@@ -2872,7 +2941,7 @@
|
|
|
2872
2941
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2873
2942
|
display: inline-block;
|
|
2874
2943
|
}
|
|
2875
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2944
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2876
2945
|
text-overflow: clip;
|
|
2877
2946
|
}
|
|
2878
2947
|
.e-grid .e-clipboard {
|
|
@@ -3010,7 +3079,6 @@
|
|
|
3010
3079
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3011
3080
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3012
3081
|
font-size: 10px;
|
|
3013
|
-
margin-top: -1.5px;
|
|
3014
3082
|
}
|
|
3015
3083
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3016
3084
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|