Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
I think I found a solution. At least it works for me.
.qv-object-filterpane .MuiGrid-root .MuiGrid-container
{
background-color: #018B72 ;
}
I'm having same issue. Any updates on this?
I think I found a solution. At least it works for me.
.qv-object-filterpane .MuiGrid-root .MuiGrid-container
{
background-color: #018B72 ;
}
@vdesansky1 it works, awesome! Thank you very much 🙂
How did you figure this out?
Just poking around settings after hit F12 in browser 🙂