inviton-powerduck 0.0.139 → 0.0.141
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/common/date-wrapper.ts
CHANGED
|
@@ -441,6 +441,16 @@ th.dt-header-index .dt-header-indexcheckbox {
|
|
|
441
441
|
display: none;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
+
.dt-filter-dropdown-container .btn.btn-sm {
|
|
445
|
+
padding: 5px 15px;
|
|
446
|
+
font-size: 80%;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.dt-filter-dropdown-container .select2-search.select2-search--dropdown {
|
|
450
|
+
padding: 4px;
|
|
451
|
+
margin-bottom: 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
444
454
|
.dt-table.dt-table-mode table > tbody > tr > td {
|
|
445
455
|
transition: background 150ms ease-in;
|
|
446
456
|
}
|
|
@@ -2289,6 +2289,7 @@ class DataTableComponent extends TsxComponent<DataTableArgs> implements DataTabl
|
|
|
2289
2289
|
<div class="dt-filter-dropdown">
|
|
2290
2290
|
<DropdownList
|
|
2291
2291
|
label={null}
|
|
2292
|
+
containerCssClass="dt-filter-dropdown-container"
|
|
2292
2293
|
options={dtColumn.filterItems}
|
|
2293
2294
|
wrap={false}
|
|
2294
2295
|
disableSearch={!dtColumn.searchable}
|