Skip to content
Snippets Groups Projects
Commit 353b89e8 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Change css class

parent a22c4836
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ class DataTableView extends LitElement {
&& (typeof element.searchable === 'undefined' || element.searchable !== false)) {
const input = document.createElement('input');
input.type = 'text123';
input.className = 'search-line';
input.className = 'column-search-line';
input.id = 'input-col-' + index;
input.placeholder = 'Search in ' + element.title;
th.appendChild(input);
......@@ -297,7 +297,7 @@ class DataTableView extends LitElement {
padding: 0.1em;
}
table.dataTable .search-line {
table.dataTable .column-search-line {
width: 100%;
}
`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment