listview - data-filter in a white box?

listview - data-filter in a white box?

Hi there,

I'm using jQuery mobile 1.2 in my project. I've got the following question:
What can I do to remove the white box surrounding the data-filter element?
It should show the background instead of the white box.

This is how it looks like:


And this is my code (snippet):

<div data-role="content">
      <ul data-role="listview" id="listAllItems" data-filter="true" data-filter-theme="c" data-divider-theme="a" data-inset="true">
           <li data-role='list-divider' data-role='heading'>Bisherige Einträge:</li>
      </ul>
</div>

First I thought that I could solve this with data-shadow="false" but according to the API this attribute does not exist / work with the listview element..

Any ideas?

Thanks for reading :)