@syncfusion/ej2-angular-grids 20.1.60 → 20.2.36
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +64 -689
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +64 -689
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +61 -688
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +62 -724
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +62 -724
- package/styles/bootstrap5.scss +0 -1
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +60 -0
- package/styles/excel-filter/_bootstrap-definition.scss +65 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +70 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +60 -0
- package/styles/excel-filter/_fabric-definition.scss +65 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +60 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +58 -0
- package/styles/excel-filter/_layout.scss +413 -0
- package/styles/excel-filter/_material-dark-definition.scss +62 -0
- package/styles/excel-filter/_material-definition.scss +63 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +27 -0
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +37 -0
- package/styles/excel-filter/icons/_bootstrap.scss +37 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +37 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +41 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +37 -0
- package/styles/excel-filter/icons/_fabric.scss +37 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +41 -0
- package/styles/excel-filter/icons/_fusionnew.scss +41 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +37 -0
- package/styles/excel-filter/icons/_highcontrast.scss +37 -0
- package/styles/excel-filter/icons/_material-dark.scss +37 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +41 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +41 -0
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +61 -688
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +61 -688
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +61 -690
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +61 -690
- package/styles/fluent.scss +0 -1
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +597 -0
- package/styles/grid/_bootstrap4-definition.scss +601 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +596 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +587 -0
- package/styles/grid/_fusionnew-definition.scss +573 -0
- package/styles/grid/_highcontrast-definition.scss +593 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4282 -0
- package/styles/grid/_material-dark-definition.scss +592 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +597 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +602 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +64 -2
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +64 -2
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +61 -1
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +62 -2
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +62 -2
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +61 -1
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +61 -1
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +61 -1
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +61 -1
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +61 -1
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +61 -1
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +225 -0
- package/styles/grid/icons/_bootstrap.scss +225 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +245 -0
- package/styles/grid/icons/_fabric-dark.scss +224 -0
- package/styles/grid/icons/_fabric.scss +224 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +245 -0
- package/styles/grid/icons/_fusionnew.scss +245 -0
- package/styles/grid/icons/_highcontrast-light.scss +224 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +224 -0
- package/styles/grid/icons/_material.scss +224 -0
- package/styles/grid/icons/_material3.scss +245 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +245 -0
- package/styles/grid/material-dark.css +61 -1
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +61 -1
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +61 -1
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +61 -1
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +61 -688
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +61 -688
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +61 -688
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +61 -688
- package/styles/material.scss +0 -1
- package/styles/tailwind-dark.css +61 -815
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +61 -815
- package/styles/tailwind.scss +0 -1
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2693
- package/dist/ej2-angular-grids.umd.js +0 -1576
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -124
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
- 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
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap5-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap5-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
18
|
+
@import 'bootstrap5-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap5.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -335,6 +335,26 @@
|
|
|
335
335
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
336
336
|
font-size: 10px;
|
|
337
337
|
}
|
|
338
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
339
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
340
|
+
padding: 0 1.5px;
|
|
341
|
+
}
|
|
342
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
343
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
344
|
+
width: 100%;
|
|
345
|
+
}
|
|
346
|
+
.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,
|
|
347
|
+
.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 {
|
|
348
|
+
margin: 0;
|
|
349
|
+
}
|
|
350
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
351
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
352
|
+
font-size: 17px;
|
|
353
|
+
}
|
|
354
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
355
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
356
|
+
padding-left: 0;
|
|
357
|
+
}
|
|
338
358
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
339
359
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
340
360
|
padding-bottom: 5px;
|
|
@@ -344,6 +364,22 @@
|
|
|
344
364
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
345
365
|
min-width: 38px;
|
|
346
366
|
}
|
|
367
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
368
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
369
|
+
margin: 0;
|
|
370
|
+
min-width: 38px;
|
|
371
|
+
padding: 0;
|
|
372
|
+
}
|
|
373
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
374
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
375
|
+
font-size: 12px;
|
|
376
|
+
}
|
|
377
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
378
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
379
|
+
margin: 0;
|
|
380
|
+
min-width: 38px;
|
|
381
|
+
padding: 0;
|
|
382
|
+
}
|
|
347
383
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
348
384
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
349
385
|
font-size: 18px;
|
|
@@ -995,6 +1031,10 @@
|
|
|
995
1031
|
.e-grid.e-rtl .e-dropitemscount {
|
|
996
1032
|
left: -6px !important;
|
|
997
1033
|
}
|
|
1034
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1035
|
+
padding: 0;
|
|
1036
|
+
margin: 0;
|
|
1037
|
+
}
|
|
998
1038
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
999
1039
|
border-top: 1px solid #414040;
|
|
1000
1040
|
border-right: 1px solid #414040;
|
|
@@ -1051,6 +1091,14 @@
|
|
|
1051
1091
|
border-top: 1px solid #414040;
|
|
1052
1092
|
border-radius: 0;
|
|
1053
1093
|
}
|
|
1094
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1095
|
+
padding: 0;
|
|
1096
|
+
min-width: 30px;
|
|
1097
|
+
margin-right: 0;
|
|
1098
|
+
}
|
|
1099
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1100
|
+
font-size: 12px;
|
|
1101
|
+
}
|
|
1054
1102
|
.e-grid .e-res-toolbar {
|
|
1055
1103
|
border-bottom: 1px solid;
|
|
1056
1104
|
border-bottom-color: #414040;
|
|
@@ -1058,7 +1106,7 @@
|
|
|
1058
1106
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1059
1107
|
min-height: initial;
|
|
1060
1108
|
}
|
|
1061
|
-
.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 {
|
|
1109
|
+
.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 {
|
|
1062
1110
|
background: none;
|
|
1063
1111
|
}
|
|
1064
1112
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1099,13 +1147,25 @@
|
|
|
1099
1147
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1100
1148
|
padding-left: 0;
|
|
1101
1149
|
}
|
|
1150
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1151
|
+
margin: 0;
|
|
1152
|
+
}
|
|
1153
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1154
|
+
font-size: 18px;
|
|
1155
|
+
}
|
|
1102
1156
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1103
1157
|
padding-left: 26px;
|
|
1104
1158
|
}
|
|
1159
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1160
|
+
margin: 0;
|
|
1161
|
+
}
|
|
1105
1162
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1106
1163
|
padding-bottom: 4px;
|
|
1107
1164
|
padding-top: 4px;
|
|
1108
1165
|
}
|
|
1166
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1167
|
+
opacity: 1;
|
|
1168
|
+
}
|
|
1109
1169
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1110
1170
|
margin-bottom: 0;
|
|
1111
1171
|
opacity: 0.6;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fabric-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/fabric-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
18
|
+
@import 'fabric-dark-definition.scss';
|
|
19
|
+
@import 'icons/fabric-dark.scss';
|
|
20
|
+
@import 'all.scss';
|
package/styles/grid/fabric.css
CHANGED
|
@@ -328,6 +328,26 @@
|
|
|
328
328
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
329
329
|
font-size: 10px;
|
|
330
330
|
}
|
|
331
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
332
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
333
|
+
padding: 0 1.5px;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
336
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
337
|
+
width: 100%;
|
|
338
|
+
}
|
|
339
|
+
.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,
|
|
340
|
+
.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 {
|
|
341
|
+
margin: 0;
|
|
342
|
+
}
|
|
343
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
344
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
345
|
+
font-size: 17px;
|
|
346
|
+
}
|
|
347
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
348
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
349
|
+
padding-left: 0;
|
|
350
|
+
}
|
|
331
351
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
332
352
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
333
353
|
padding-bottom: 5px;
|
|
@@ -337,6 +357,22 @@
|
|
|
337
357
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
338
358
|
min-width: 38px;
|
|
339
359
|
}
|
|
360
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
361
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
362
|
+
margin: 0;
|
|
363
|
+
min-width: 38px;
|
|
364
|
+
padding: 0;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
367
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
368
|
+
font-size: 12px;
|
|
369
|
+
}
|
|
370
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
371
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
372
|
+
margin: 0;
|
|
373
|
+
min-width: 38px;
|
|
374
|
+
padding: 0;
|
|
375
|
+
}
|
|
340
376
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
341
377
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
342
378
|
font-size: 18px;
|
|
@@ -988,6 +1024,10 @@
|
|
|
988
1024
|
.e-grid.e-rtl .e-dropitemscount {
|
|
989
1025
|
left: -6px !important;
|
|
990
1026
|
}
|
|
1027
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1028
|
+
padding: 0;
|
|
1029
|
+
margin: 0;
|
|
1030
|
+
}
|
|
991
1031
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
992
1032
|
border-top: 1px solid #eaeaea;
|
|
993
1033
|
border-right: 1px solid #eaeaea;
|
|
@@ -1044,6 +1084,14 @@
|
|
|
1044
1084
|
border-top: 1px solid #eaeaea;
|
|
1045
1085
|
border-radius: 0;
|
|
1046
1086
|
}
|
|
1087
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1088
|
+
padding: 0;
|
|
1089
|
+
min-width: 30px;
|
|
1090
|
+
margin-right: 0;
|
|
1091
|
+
}
|
|
1092
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1093
|
+
font-size: 12px;
|
|
1094
|
+
}
|
|
1047
1095
|
.e-grid .e-res-toolbar {
|
|
1048
1096
|
border-bottom: 1px solid;
|
|
1049
1097
|
border-bottom-color: #eaeaea;
|
|
@@ -1051,7 +1099,7 @@
|
|
|
1051
1099
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1052
1100
|
min-height: initial;
|
|
1053
1101
|
}
|
|
1054
|
-
.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 {
|
|
1102
|
+
.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 {
|
|
1055
1103
|
background: none;
|
|
1056
1104
|
}
|
|
1057
1105
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1092,13 +1140,25 @@
|
|
|
1092
1140
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1093
1141
|
padding-left: 0;
|
|
1094
1142
|
}
|
|
1143
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1144
|
+
margin: 0;
|
|
1145
|
+
}
|
|
1146
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1147
|
+
font-size: 18px;
|
|
1148
|
+
}
|
|
1095
1149
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1096
1150
|
padding-left: 26px;
|
|
1097
1151
|
}
|
|
1152
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1153
|
+
margin: 0;
|
|
1154
|
+
}
|
|
1098
1155
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1099
1156
|
padding-bottom: 4px;
|
|
1100
1157
|
padding-top: 4px;
|
|
1101
1158
|
}
|
|
1159
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1160
|
+
opacity: 1;
|
|
1161
|
+
}
|
|
1102
1162
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1103
1163
|
margin-bottom: 0;
|
|
1104
1164
|
opacity: 0.6;
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fabric-definition.scss';
|
|
3
|
+
@import '../excel-filter/fabric-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fabric-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
+
@import 'fabric-definition.scss';
|
|
19
|
+
@import 'icons/fabric.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -393,6 +393,26 @@
|
|
|
393
393
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
394
394
|
font-size: 18px;
|
|
395
395
|
}
|
|
396
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
397
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
398
|
+
padding: 2px 18px 5px 0;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
401
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
402
|
+
width: 100%;
|
|
403
|
+
}
|
|
404
|
+
.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,
|
|
405
|
+
.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 {
|
|
406
|
+
margin: 0;
|
|
407
|
+
}
|
|
408
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
409
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
410
|
+
font-size: 17px;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
413
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
414
|
+
padding-left: 0;
|
|
415
|
+
}
|
|
396
416
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
397
417
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
398
418
|
padding-bottom: 5px;
|
|
@@ -402,6 +422,22 @@
|
|
|
402
422
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
403
423
|
min-width: 38px;
|
|
404
424
|
}
|
|
425
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
426
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
427
|
+
margin: 0;
|
|
428
|
+
min-width: 38px;
|
|
429
|
+
padding: 0;
|
|
430
|
+
}
|
|
431
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
432
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
433
|
+
font-size: 18px;
|
|
434
|
+
}
|
|
435
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
436
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
437
|
+
margin: 0;
|
|
438
|
+
min-width: 38px;
|
|
439
|
+
padding: 0;
|
|
440
|
+
}
|
|
405
441
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
406
442
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
407
443
|
font-size: 16px;
|
|
@@ -1075,6 +1111,10 @@
|
|
|
1075
1111
|
.e-grid.e-rtl .e-dropitemscount {
|
|
1076
1112
|
left: -6px !important;
|
|
1077
1113
|
}
|
|
1114
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1115
|
+
padding: 0;
|
|
1116
|
+
margin: 0;
|
|
1117
|
+
}
|
|
1078
1118
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
1079
1119
|
border-top: 1px solid #292827;
|
|
1080
1120
|
border-right: 1px solid #292827;
|
|
@@ -1131,6 +1171,14 @@
|
|
|
1131
1171
|
border-top: 1px solid #292827;
|
|
1132
1172
|
border-radius: 0;
|
|
1133
1173
|
}
|
|
1174
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1175
|
+
padding: 0;
|
|
1176
|
+
min-width: 32px;
|
|
1177
|
+
margin-right: 0;
|
|
1178
|
+
}
|
|
1179
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1180
|
+
font-size: 14px;
|
|
1181
|
+
}
|
|
1134
1182
|
.e-grid .e-res-toolbar {
|
|
1135
1183
|
border-bottom: 1px solid;
|
|
1136
1184
|
border-bottom-color: #292827;
|
|
@@ -1138,7 +1186,7 @@
|
|
|
1138
1186
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1139
1187
|
min-height: initial;
|
|
1140
1188
|
}
|
|
1141
|
-
.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 {
|
|
1189
|
+
.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 {
|
|
1142
1190
|
background: none;
|
|
1143
1191
|
}
|
|
1144
1192
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1179,13 +1227,25 @@
|
|
|
1179
1227
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1180
1228
|
padding-left: 0;
|
|
1181
1229
|
}
|
|
1230
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1231
|
+
margin: 0;
|
|
1232
|
+
}
|
|
1233
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1234
|
+
font-size: 18px;
|
|
1235
|
+
}
|
|
1182
1236
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1183
1237
|
padding-left: 26px;
|
|
1184
1238
|
}
|
|
1239
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1240
|
+
margin: 0;
|
|
1241
|
+
}
|
|
1185
1242
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1186
1243
|
padding-bottom: 6px;
|
|
1187
1244
|
padding-top: 3px;
|
|
1188
1245
|
}
|
|
1246
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1247
|
+
opacity: 1;
|
|
1248
|
+
}
|
|
1189
1249
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1190
1250
|
margin-bottom: 0;
|
|
1191
1251
|
opacity: 0.6;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fluent-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/fluent-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
18
|
+
@import 'fluent-dark-definition.scss';
|
|
19
|
+
@import 'icons/fluent-dark.scss';
|
|
20
|
+
@import 'all.scss';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -393,6 +393,26 @@
|
|
|
393
393
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
394
394
|
font-size: 18px;
|
|
395
395
|
}
|
|
396
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
397
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
398
|
+
padding: 2px 18px 5px 0;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
401
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
402
|
+
width: 100%;
|
|
403
|
+
}
|
|
404
|
+
.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,
|
|
405
|
+
.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 {
|
|
406
|
+
margin: 0;
|
|
407
|
+
}
|
|
408
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
409
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
410
|
+
font-size: 17px;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
413
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
414
|
+
padding-left: 0;
|
|
415
|
+
}
|
|
396
416
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
397
417
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
398
418
|
padding-bottom: 5px;
|
|
@@ -402,6 +422,22 @@
|
|
|
402
422
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
403
423
|
min-width: 38px;
|
|
404
424
|
}
|
|
425
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
426
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
427
|
+
margin: 0;
|
|
428
|
+
min-width: 38px;
|
|
429
|
+
padding: 0;
|
|
430
|
+
}
|
|
431
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
432
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
433
|
+
font-size: 18px;
|
|
434
|
+
}
|
|
435
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
436
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
437
|
+
margin: 0;
|
|
438
|
+
min-width: 38px;
|
|
439
|
+
padding: 0;
|
|
440
|
+
}
|
|
405
441
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
406
442
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
407
443
|
font-size: 16px;
|
|
@@ -1075,6 +1111,10 @@
|
|
|
1075
1111
|
.e-grid.e-rtl .e-dropitemscount {
|
|
1076
1112
|
left: -6px !important;
|
|
1077
1113
|
}
|
|
1114
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1115
|
+
padding: 0;
|
|
1116
|
+
margin: 0;
|
|
1117
|
+
}
|
|
1078
1118
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
1079
1119
|
border-top: 1px solid #edebe9;
|
|
1080
1120
|
border-right: 1px solid #edebe9;
|
|
@@ -1131,6 +1171,14 @@
|
|
|
1131
1171
|
border-top: 1px solid #edebe9;
|
|
1132
1172
|
border-radius: 0;
|
|
1133
1173
|
}
|
|
1174
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1175
|
+
padding: 0;
|
|
1176
|
+
min-width: 32px;
|
|
1177
|
+
margin-right: 0;
|
|
1178
|
+
}
|
|
1179
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1180
|
+
font-size: 14px;
|
|
1181
|
+
}
|
|
1134
1182
|
.e-grid .e-res-toolbar {
|
|
1135
1183
|
border-bottom: 1px solid;
|
|
1136
1184
|
border-bottom-color: #edebe9;
|
|
@@ -1138,7 +1186,7 @@
|
|
|
1138
1186
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1139
1187
|
min-height: initial;
|
|
1140
1188
|
}
|
|
1141
|
-
.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 {
|
|
1189
|
+
.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 {
|
|
1142
1190
|
background: none;
|
|
1143
1191
|
}
|
|
1144
1192
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1179,13 +1227,25 @@
|
|
|
1179
1227
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1180
1228
|
padding-left: 0;
|
|
1181
1229
|
}
|
|
1230
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1231
|
+
margin: 0;
|
|
1232
|
+
}
|
|
1233
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1234
|
+
font-size: 18px;
|
|
1235
|
+
}
|
|
1182
1236
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1183
1237
|
padding-left: 26px;
|
|
1184
1238
|
}
|
|
1239
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1240
|
+
margin: 0;
|
|
1241
|
+
}
|
|
1185
1242
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1186
1243
|
padding-bottom: 6px;
|
|
1187
1244
|
padding-top: 3px;
|
|
1188
1245
|
}
|
|
1246
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1247
|
+
opacity: 1;
|
|
1248
|
+
}
|
|
1189
1249
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1190
1250
|
margin-bottom: 0;
|
|
1191
1251
|
opacity: 0.6;
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fluent-definition.scss';
|
|
3
|
+
@import '../excel-filter/fluent-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fluent-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fluent-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
18
|
+
@import 'fluent-definition.scss';
|
|
19
|
+
@import 'icons/fluent.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -332,6 +332,26 @@
|
|
|
332
332
|
.e-grid.e-bigger .e-row .e-icon-rowdragicon::before {
|
|
333
333
|
font-size: 10px;
|
|
334
334
|
}
|
|
335
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
336
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
337
|
+
padding: 0 1.5px;
|
|
338
|
+
}
|
|
339
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,
|
|
340
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search {
|
|
341
|
+
width: 100%;
|
|
342
|
+
}
|
|
343
|
+
.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,
|
|
344
|
+
.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 {
|
|
345
|
+
margin: 0;
|
|
346
|
+
}
|
|
347
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
348
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
349
|
+
font-size: 17px;
|
|
350
|
+
}
|
|
351
|
+
.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
|
|
352
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
353
|
+
padding-left: 0;
|
|
354
|
+
}
|
|
335
355
|
.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
|
|
336
356
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
337
357
|
padding-bottom: 5px;
|
|
@@ -341,6 +361,22 @@
|
|
|
341
361
|
.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
|
|
342
362
|
min-width: 38px;
|
|
343
363
|
}
|
|
364
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
365
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
366
|
+
margin: 0;
|
|
367
|
+
min-width: 38px;
|
|
368
|
+
padding: 0;
|
|
369
|
+
}
|
|
370
|
+
.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,
|
|
371
|
+
.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
372
|
+
font-size: 12px;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,
|
|
375
|
+
.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
376
|
+
margin: 0;
|
|
377
|
+
min-width: 38px;
|
|
378
|
+
padding: 0;
|
|
379
|
+
}
|
|
344
380
|
.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
|
|
345
381
|
.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
|
|
346
382
|
font-size: 18px;
|
|
@@ -992,6 +1028,10 @@
|
|
|
992
1028
|
.e-grid.e-rtl .e-dropitemscount {
|
|
993
1029
|
left: -6px !important;
|
|
994
1030
|
}
|
|
1031
|
+
.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1032
|
+
padding: 0;
|
|
1033
|
+
margin: 0;
|
|
1034
|
+
}
|
|
995
1035
|
.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
996
1036
|
border-top: 1px solid #757575;
|
|
997
1037
|
border-right: 1px solid #757575;
|
|
@@ -1048,6 +1088,14 @@
|
|
|
1048
1088
|
border-top: 1px solid #757575;
|
|
1049
1089
|
border-radius: 0;
|
|
1050
1090
|
}
|
|
1091
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon {
|
|
1092
|
+
padding: 0;
|
|
1093
|
+
min-width: 30px;
|
|
1094
|
+
margin-right: 0;
|
|
1095
|
+
}
|
|
1096
|
+
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1097
|
+
font-size: 12px;
|
|
1098
|
+
}
|
|
1051
1099
|
.e-grid .e-res-toolbar {
|
|
1052
1100
|
border-bottom: 1px solid;
|
|
1053
1101
|
border-bottom-color: #757575;
|
|
@@ -1055,7 +1103,7 @@
|
|
|
1055
1103
|
.e-grid .e-res-toolbar .e-toolbar-items {
|
|
1056
1104
|
min-height: initial;
|
|
1057
1105
|
}
|
|
1058
|
-
.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 {
|
|
1106
|
+
.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 {
|
|
1059
1107
|
background: none;
|
|
1060
1108
|
}
|
|
1061
1109
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
@@ -1096,13 +1144,25 @@
|
|
|
1096
1144
|
.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1097
1145
|
padding-left: 0;
|
|
1098
1146
|
}
|
|
1147
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1148
|
+
margin: 0;
|
|
1149
|
+
}
|
|
1150
|
+
.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1151
|
+
font-size: 18px;
|
|
1152
|
+
}
|
|
1099
1153
|
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
|
|
1100
1154
|
padding-left: 26px;
|
|
1101
1155
|
}
|
|
1156
|
+
.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon {
|
|
1157
|
+
margin: 0;
|
|
1158
|
+
}
|
|
1102
1159
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
|
|
1103
1160
|
padding-bottom: 4px;
|
|
1104
1161
|
padding-top: 4px;
|
|
1105
1162
|
}
|
|
1163
|
+
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus {
|
|
1164
|
+
opacity: 1;
|
|
1165
|
+
}
|
|
1106
1166
|
.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
|
|
1107
1167
|
margin-bottom: 0;
|
|
1108
1168
|
opacity: 0.6;
|