@syncfusion/ej2-vue-grids 20.3.59 → 20.3.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1098,6 +1098,13 @@
1098
1098
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1099
1099
  font-size: 12px;
1100
1100
  }
1101
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1102
+ background: none;
1103
+ box-shadow: none;
1104
+ }
1105
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1106
+ border: none;
1107
+ }
1101
1108
  .e-grid .e-res-toolbar {
1102
1109
  border-bottom: 1px solid;
1103
1110
  border-bottom-color: #eaeaea;
@@ -2205,13 +2212,11 @@
2205
2212
  font-size: 12px;
2206
2213
  padding: 16px 8px 13px 9px;
2207
2214
  text-decoration: none;
2208
- text-indent: 8px;
2209
2215
  }
2210
2216
  .e-grid .e-icon-grightarrow {
2211
2217
  font-size: 12px;
2212
2218
  padding: 14px 9px 15px 9px;
2213
2219
  text-decoration: none;
2214
- text-indent: 8px;
2215
2220
  }
2216
2221
  .e-grid .e-recordplusexpand {
2217
2222
  padding-top: 5px;
@@ -3035,10 +3040,10 @@
3035
3040
  user-select: none;
3036
3041
  }
3037
3042
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3038
- margin-top: 0;
3043
+ margin-top: 1px;
3039
3044
  }
3040
3045
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3041
- margin-top: 0;
3046
+ margin-top: -1px;
3042
3047
  }
3043
3048
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3044
3049
  background-color: rgba(0, 0, 0, 0.1);
@@ -1193,6 +1193,13 @@
1193
1193
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1194
1194
  font-size: 14px;
1195
1195
  }
1196
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1197
+ background: none;
1198
+ box-shadow: none;
1199
+ }
1200
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1201
+ border: none;
1202
+ }
1196
1203
  .e-grid .e-res-toolbar {
1197
1204
  border-bottom: 1px solid;
1198
1205
  border-bottom-color: #292827;
@@ -2314,13 +2321,11 @@
2314
2321
  font-size: 16px;
2315
2322
  padding: 9px 7px 9px 7px;
2316
2323
  text-decoration: none;
2317
- text-indent: 11px;
2318
2324
  }
2319
2325
  .e-grid .e-icon-grightarrow {
2320
2326
  font-size: 16px;
2321
2327
  padding: 8px 7px 11px 7px;
2322
2328
  text-decoration: none;
2323
- text-indent: 11px;
2324
2329
  }
2325
2330
  .e-grid .e-recordplusexpand {
2326
2331
  padding-top: 5px;
@@ -3148,7 +3153,7 @@
3148
3153
  margin-top: 0;
3149
3154
  }
3150
3155
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3151
- margin-top: 0;
3156
+ margin-top: -1px;
3152
3157
  }
3153
3158
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3154
3159
  background-color: rgba(0, 0, 0, 0.1);
@@ -3196,7 +3201,7 @@
3196
3201
  }
3197
3202
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3198
3203
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3199
- margin-top: -9px;
3204
+ margin-top: -2px;
3200
3205
  }
3201
3206
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3202
3207
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1193,6 +1193,13 @@
1193
1193
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1194
1194
  font-size: 14px;
1195
1195
  }
1196
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1197
+ background: none;
1198
+ box-shadow: none;
1199
+ }
1200
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1201
+ border: none;
1202
+ }
1196
1203
  .e-grid .e-res-toolbar {
1197
1204
  border-bottom: 1px solid;
1198
1205
  border-bottom-color: #edebe9;
@@ -2314,13 +2321,11 @@
2314
2321
  font-size: 16px;
2315
2322
  padding: 9px 7px 9px 7px;
2316
2323
  text-decoration: none;
2317
- text-indent: 11px;
2318
2324
  }
2319
2325
  .e-grid .e-icon-grightarrow {
2320
2326
  font-size: 16px;
2321
2327
  padding: 8px 7px 11px 7px;
2322
2328
  text-decoration: none;
2323
- text-indent: 11px;
2324
2329
  }
2325
2330
  .e-grid .e-recordplusexpand {
2326
2331
  padding-top: 5px;
@@ -3148,7 +3153,7 @@
3148
3153
  margin-top: 0;
3149
3154
  }
3150
3155
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3151
- margin-top: 0;
3156
+ margin-top: -1px;
3152
3157
  }
3153
3158
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3154
3159
  background-color: rgba(0, 0, 0, 0.1);
@@ -3196,7 +3201,7 @@
3196
3201
  }
3197
3202
  .e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3198
3203
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3199
- margin-top: -9px;
3204
+ margin-top: -2px;
3200
3205
  }
3201
3206
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3202
3207
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -1102,6 +1102,13 @@
1102
1102
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1103
1103
  font-size: 12px;
1104
1104
  }
1105
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1106
+ background: none;
1107
+ box-shadow: none;
1108
+ }
1109
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1110
+ border: none;
1111
+ }
1105
1112
  .e-grid .e-res-toolbar {
1106
1113
  border-bottom: 1px solid;
1107
1114
  border-bottom-color: #757575;
@@ -2209,13 +2216,11 @@
2209
2216
  font-size: 12px;
2210
2217
  padding: 16px 9px 13px 8px;
2211
2218
  text-decoration: none;
2212
- text-indent: 8px;
2213
2219
  }
2214
2220
  .e-grid .e-icon-grightarrow {
2215
2221
  font-size: 12px;
2216
2222
  padding: 15px 9px 15px 8px;
2217
2223
  text-decoration: none;
2218
- text-indent: 8px;
2219
2224
  }
2220
2225
  .e-grid .e-recordplusexpand {
2221
2226
  padding-top: 5px;
@@ -1102,6 +1102,13 @@
1102
1102
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1103
1103
  font-size: 12px;
1104
1104
  }
1105
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1106
+ background: none;
1107
+ box-shadow: none;
1108
+ }
1109
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1110
+ border: none;
1111
+ }
1105
1112
  .e-grid .e-res-toolbar {
1106
1113
  border-bottom: 1px solid;
1107
1114
  border-bottom-color: #969696;
@@ -2209,13 +2216,11 @@
2209
2216
  font-size: 12px;
2210
2217
  padding: 16px 9px 13px 8px;
2211
2218
  text-decoration: none;
2212
- text-indent: 8px;
2213
2219
  }
2214
2220
  .e-grid .e-icon-grightarrow {
2215
2221
  font-size: 12px;
2216
2222
  padding: 15px 9px 15px 8px;
2217
2223
  text-decoration: none;
2218
- text-indent: 8px;
2219
2224
  }
2220
2225
  .e-grid .e-recordplusexpand {
2221
2226
  padding-top: 5px;
@@ -3039,10 +3044,10 @@
3039
3044
  user-select: none;
3040
3045
  }
3041
3046
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3042
- margin-top: 0;
3047
+ margin-top: 2px;
3043
3048
  }
3044
3049
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3045
- margin-top: 0;
3050
+ margin-top: -1px;
3046
3051
  }
3047
3052
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3048
3053
  background-color: rgba(0, 0, 0, 0.1);
@@ -1146,6 +1146,13 @@
1146
1146
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1147
1147
  font-size: 12px;
1148
1148
  }
1149
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1150
+ background: none;
1151
+ box-shadow: none;
1152
+ }
1153
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1154
+ border: none;
1155
+ }
1149
1156
  .e-grid .e-res-toolbar {
1150
1157
  border-bottom: 1px solid;
1151
1158
  border-bottom-color: #616161;
@@ -2253,13 +2260,11 @@
2253
2260
  font-size: 11px;
2254
2261
  padding: 14px 9px 12px 9px;
2255
2262
  text-decoration: none;
2256
- text-indent: 12px;
2257
2263
  }
2258
2264
  .e-grid .e-icon-grightarrow {
2259
2265
  font-size: 10px;
2260
2266
  padding: 14px 9px 14px 10px;
2261
2267
  text-decoration: none;
2262
- text-indent: 12px;
2263
2268
  }
2264
2269
  .e-grid .e-recordplusexpand {
2265
2270
  padding-top: 5px;
@@ -3083,10 +3088,10 @@
3083
3088
  user-select: none;
3084
3089
  }
3085
3090
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3086
- margin-top: 0;
3091
+ margin-top: 1px;
3087
3092
  }
3088
3093
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3089
- margin-top: 0;
3094
+ margin-top: -1px;
3090
3095
  }
3091
3096
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3092
3097
  background-color: rgba(0, 0, 0, 0.1);
@@ -1180,6 +1180,13 @@
1180
1180
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1181
1181
  font-size: 12px;
1182
1182
  }
1183
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1184
+ background: none;
1185
+ box-shadow: none;
1186
+ }
1187
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1188
+ border: none;
1189
+ }
1183
1190
  .e-grid .e-res-toolbar {
1184
1191
  border-bottom: 1px solid;
1185
1192
  border-bottom-color: #e0e0e0;
@@ -2287,13 +2294,11 @@
2287
2294
  font-size: 11px;
2288
2295
  padding: 14px 9px 12px 9px;
2289
2296
  text-decoration: none;
2290
- text-indent: 12px;
2291
2297
  }
2292
2298
  .e-grid .e-icon-grightarrow {
2293
2299
  font-size: 10px;
2294
2300
  padding: 14px 9px 14px 10px;
2295
2301
  text-decoration: none;
2296
- text-indent: 12px;
2297
2302
  }
2298
2303
  .e-grid .e-recordplusexpand {
2299
2304
  padding-top: 5px;
@@ -3117,10 +3122,10 @@
3117
3122
  user-select: none;
3118
3123
  }
3119
3124
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3120
- margin-top: 0;
3125
+ margin-top: 1px;
3121
3126
  }
3122
3127
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3123
- margin-top: 0;
3128
+ margin-top: -1px;
3124
3129
  }
3125
3130
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3126
3131
  background-color: rgba(0, 0, 0, 0.1);
@@ -1182,6 +1182,13 @@
1182
1182
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1183
1183
  font-size: 18px;
1184
1184
  }
1185
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1186
+ background: none;
1187
+ box-shadow: none;
1188
+ }
1189
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1190
+ border: none;
1191
+ }
1185
1192
  .e-grid .e-res-toolbar {
1186
1193
  border-bottom: 1px solid;
1187
1194
  border-bottom-color: #4b5563;
@@ -2318,13 +2325,11 @@
2318
2325
  font-size: 14px;
2319
2326
  padding: 11px 8px 10px 8px;
2320
2327
  text-decoration: none;
2321
- text-indent: 11px;
2322
2328
  }
2323
2329
  .e-grid .e-icon-grightarrow {
2324
2330
  font-size: 14px;
2325
2331
  padding: 10px 8px 12px 8px;
2326
2332
  text-decoration: none;
2327
- text-indent: 11px;
2328
2333
  }
2329
2334
  .e-grid .e-recordplusexpand {
2330
2335
  padding-top: 5px;
@@ -3153,10 +3158,10 @@
3153
3158
  user-select: none;
3154
3159
  }
3155
3160
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3156
- margin-top: -11px;
3161
+ margin-top: -4px;
3157
3162
  }
3158
3163
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3159
- margin-top: 1px;
3164
+ margin-top: -5px;
3160
3165
  }
3161
3166
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3162
3167
  background-color: rgba(0, 0, 0, 0.1);
@@ -1182,6 +1182,13 @@
1182
1182
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1183
1183
  font-size: 18px;
1184
1184
  }
1185
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1186
+ background: none;
1187
+ box-shadow: none;
1188
+ }
1189
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1190
+ border: none;
1191
+ }
1185
1192
  .e-grid .e-res-toolbar {
1186
1193
  border-bottom: 1px solid;
1187
1194
  border-bottom-color: #e5e7eb;
@@ -2318,13 +2325,11 @@
2318
2325
  font-size: 14px;
2319
2326
  padding: 11px 8px 10px 8px;
2320
2327
  text-decoration: none;
2321
- text-indent: 11px;
2322
2328
  }
2323
2329
  .e-grid .e-icon-grightarrow {
2324
2330
  font-size: 14px;
2325
2331
  padding: 10px 8px 12px 8px;
2326
2332
  text-decoration: none;
2327
- text-indent: 11px;
2328
2333
  }
2329
2334
  .e-grid .e-recordplusexpand {
2330
2335
  padding-top: 5px;
@@ -3153,10 +3158,10 @@
3153
3158
  user-select: none;
3154
3159
  }
3155
3160
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3156
- margin-top: -11px;
3161
+ margin-top: -4px;
3157
3162
  }
3158
3163
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3159
- margin-top: 1px;
3164
+ margin-top: -5px;
3160
3165
  }
3161
3166
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3162
3167
  background-color: rgba(0, 0, 0, 0.1);
@@ -1514,6 +1514,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1514
1514
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1515
1515
  font-size: 12px;
1516
1516
  }
1517
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1518
+ background: none;
1519
+ box-shadow: none;
1520
+ }
1521
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1522
+ border: none;
1523
+ }
1517
1524
  .e-grid .e-res-toolbar {
1518
1525
  border-bottom: 1px solid;
1519
1526
  border-bottom-color: #757575;
@@ -2621,13 +2628,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2621
2628
  font-size: 12px;
2622
2629
  padding: 16px 9px 13px 8px;
2623
2630
  text-decoration: none;
2624
- text-indent: 8px;
2625
2631
  }
2626
2632
  .e-grid .e-icon-grightarrow {
2627
2633
  font-size: 12px;
2628
2634
  padding: 15px 9px 15px 8px;
2629
2635
  text-decoration: none;
2630
- text-indent: 8px;
2631
2636
  }
2632
2637
  .e-grid .e-recordplusexpand {
2633
2638
  padding-top: 5px;
@@ -1514,6 +1514,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1514
1514
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1515
1515
  font-size: 12px;
1516
1516
  }
1517
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1518
+ background: none;
1519
+ box-shadow: none;
1520
+ }
1521
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1522
+ border: none;
1523
+ }
1517
1524
  .e-grid .e-res-toolbar {
1518
1525
  border-bottom: 1px solid;
1519
1526
  border-bottom-color: #969696;
@@ -2621,13 +2628,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2621
2628
  font-size: 12px;
2622
2629
  padding: 16px 9px 13px 8px;
2623
2630
  text-decoration: none;
2624
- text-indent: 8px;
2625
2631
  }
2626
2632
  .e-grid .e-icon-grightarrow {
2627
2633
  font-size: 12px;
2628
2634
  padding: 15px 9px 15px 8px;
2629
2635
  text-decoration: none;
2630
- text-indent: 8px;
2631
2636
  }
2632
2637
  .e-grid .e-recordplusexpand {
2633
2638
  padding-top: 5px;
@@ -3451,10 +3456,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3451
3456
  user-select: none;
3452
3457
  }
3453
3458
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3454
- margin-top: 0;
3459
+ margin-top: 2px;
3455
3460
  }
3456
3461
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3457
- margin-top: 0;
3462
+ margin-top: -1px;
3458
3463
  }
3459
3464
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3460
3465
  background-color: rgba(0, 0, 0, 0.1);
@@ -1564,6 +1564,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1564
1564
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1565
1565
  font-size: 12px;
1566
1566
  }
1567
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1568
+ background: none;
1569
+ box-shadow: none;
1570
+ }
1571
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1572
+ border: none;
1573
+ }
1567
1574
  .e-grid .e-res-toolbar {
1568
1575
  border-bottom: 1px solid;
1569
1576
  border-bottom-color: #616161;
@@ -2671,13 +2678,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2671
2678
  font-size: 11px;
2672
2679
  padding: 14px 9px 12px 9px;
2673
2680
  text-decoration: none;
2674
- text-indent: 12px;
2675
2681
  }
2676
2682
  .e-grid .e-icon-grightarrow {
2677
2683
  font-size: 10px;
2678
2684
  padding: 14px 9px 14px 10px;
2679
2685
  text-decoration: none;
2680
- text-indent: 12px;
2681
2686
  }
2682
2687
  .e-grid .e-recordplusexpand {
2683
2688
  padding-top: 5px;
@@ -3501,10 +3506,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3501
3506
  user-select: none;
3502
3507
  }
3503
3508
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3504
- margin-top: 0;
3509
+ margin-top: 1px;
3505
3510
  }
3506
3511
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3507
- margin-top: 0;
3512
+ margin-top: -1px;
3508
3513
  }
3509
3514
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3510
3515
  background-color: rgba(0, 0, 0, 0.1);
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1606
1606
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1607
1607
  font-size: 12px;
1608
1608
  }
1609
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1610
+ background: none;
1611
+ box-shadow: none;
1612
+ }
1613
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1614
+ border: none;
1615
+ }
1609
1616
  .e-grid .e-res-toolbar {
1610
1617
  border-bottom: 1px solid;
1611
1618
  border-bottom-color: #e0e0e0;
@@ -2713,13 +2720,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2713
2720
  font-size: 11px;
2714
2721
  padding: 14px 9px 12px 9px;
2715
2722
  text-decoration: none;
2716
- text-indent: 12px;
2717
2723
  }
2718
2724
  .e-grid .e-icon-grightarrow {
2719
2725
  font-size: 10px;
2720
2726
  padding: 14px 9px 14px 10px;
2721
2727
  text-decoration: none;
2722
- text-indent: 12px;
2723
2728
  }
2724
2729
  .e-grid .e-recordplusexpand {
2725
2730
  padding-top: 5px;
@@ -3543,10 +3548,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3543
3548
  user-select: none;
3544
3549
  }
3545
3550
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3546
- margin-top: 0;
3551
+ margin-top: 1px;
3547
3552
  }
3548
3553
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3549
- margin-top: 0;
3554
+ margin-top: -1px;
3550
3555
  }
3551
3556
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3552
3557
  background-color: rgba(0, 0, 0, 0.1);
@@ -1598,6 +1598,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1598
1598
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1599
1599
  font-size: 18px;
1600
1600
  }
1601
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1602
+ background: none;
1603
+ box-shadow: none;
1604
+ }
1605
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1606
+ border: none;
1607
+ }
1601
1608
  .e-grid .e-res-toolbar {
1602
1609
  border-bottom: 1px solid;
1603
1610
  border-bottom-color: #4b5563;
@@ -2734,13 +2741,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2734
2741
  font-size: 14px;
2735
2742
  padding: 11px 8px 10px 8px;
2736
2743
  text-decoration: none;
2737
- text-indent: 11px;
2738
2744
  }
2739
2745
  .e-grid .e-icon-grightarrow {
2740
2746
  font-size: 14px;
2741
2747
  padding: 10px 8px 12px 8px;
2742
2748
  text-decoration: none;
2743
- text-indent: 11px;
2744
2749
  }
2745
2750
  .e-grid .e-recordplusexpand {
2746
2751
  padding-top: 5px;
@@ -3569,10 +3574,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3569
3574
  user-select: none;
3570
3575
  }
3571
3576
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3572
- margin-top: -11px;
3577
+ margin-top: -4px;
3573
3578
  }
3574
3579
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3575
- margin-top: 1px;
3580
+ margin-top: -5px;
3576
3581
  }
3577
3582
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3578
3583
  background-color: rgba(0, 0, 0, 0.1);
@@ -1598,6 +1598,13 @@ li.e-separator.e-menu-item.e-excel-separator {
1598
1598
  .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
1599
1599
  font-size: 18px;
1600
1600
  }
1601
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
1602
+ background: none;
1603
+ box-shadow: none;
1604
+ }
1605
+ .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
1606
+ border: none;
1607
+ }
1601
1608
  .e-grid .e-res-toolbar {
1602
1609
  border-bottom: 1px solid;
1603
1610
  border-bottom-color: #e5e7eb;
@@ -2734,13 +2741,11 @@ li.e-separator.e-menu-item.e-excel-separator {
2734
2741
  font-size: 14px;
2735
2742
  padding: 11px 8px 10px 8px;
2736
2743
  text-decoration: none;
2737
- text-indent: 11px;
2738
2744
  }
2739
2745
  .e-grid .e-icon-grightarrow {
2740
2746
  font-size: 14px;
2741
2747
  padding: 10px 8px 12px 8px;
2742
2748
  text-decoration: none;
2743
- text-indent: 11px;
2744
2749
  }
2745
2750
  .e-grid .e-recordplusexpand {
2746
2751
  padding-top: 5px;
@@ -3569,10 +3574,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3569
3574
  user-select: none;
3570
3575
  }
3571
3576
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
3572
- margin-top: -11px;
3577
+ margin-top: -4px;
3573
3578
  }
3574
3579
  .e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3575
- margin-top: 1px;
3580
+ margin-top: -5px;
3576
3581
  }
3577
3582
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
3578
3583
  background-color: rgba(0, 0, 0, 0.1);