
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CSS for listbox no longer works after release May 2023 Patch 4
Hi all,
I apply CSS to my apps for a more slick look. I color the background of listboxes in a filter pane, using the following CSS:
.qv-collapsed-listbox .title-wrapper{background: #018B72; }
Since updating Qlik Sense Enterprise to release 'May 2023 Patch 4' this piece of code no longer works. The listbox turns to the default white background. It appears that the name for the listbox changed, but I can't find what it should be.
Does anyone know how to get this to work?
Thanks in advance!
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I found a solution. At least it works for me.
.qv-object-filterpane .MuiGrid-root .MuiGrid-container
{
background-color: #018B72 ;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm having same issue. Any updates on this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I found a solution. At least it works for me.
.qv-object-filterpane .MuiGrid-root .MuiGrid-container
{
background-color: #018B72 ;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@vdesansky1 it works, awesome! Thank you very much 🙂
How did you figure this out?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just poking around settings after hit F12 in browser 🙂
