Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
LoosyLeng
Contributor
Contributor

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. 

LoosyLeng_0-1696336531207.png

 

Does anyone know how to get this to work? 

Thanks in advance!

Labels (1)
1 Solution

Accepted Solutions
vdesansky1
Contributor II
Contributor II

I think I found a solution. At least it works for me.

.qv-object-filterpane .MuiGrid-root .MuiGrid-container
{
background-color:  #018B72 ;
}

View solution in original post

4 Replies
vdesansky1
Contributor II
Contributor II

I'm having same issue. Any updates on this?

vdesansky1
Contributor II
Contributor II

I think I found a solution. At least it works for me.

.qv-object-filterpane .MuiGrid-root .MuiGrid-container
{
background-color:  #018B72 ;
}

LoosyLeng
Contributor
Contributor
Author

@vdesansky1 it works, awesome! Thank you very much 🙂 

How did you figure this out?

vdesansky1
Contributor II
Contributor II

Just poking around settings after hit F12 in browser 🙂