Is there a way to customize the placeholder text for the search input inside this particular div? I'm trying to modify it using CSS since it's coming from a Bootstrap file. Here's the code snippet of the div:
<div id="items-data-table_filter" class="dataTables_filter">
<label>
<input type="search" class="form-control input-sm" placeholder="" aria-controls="items-data-table">
</label>
</div>