Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
is it possible to change the colours of selections?:
sometimes the gray and white can be too similar so be good if a different colour could be applied?
Chris
Hi
Not sure if you are able to get this.
This is a very old thread.
I'm looking for the same and figured out this.
Install any list box extension from QLik branch
Say https://github.com/mihirmullick/qliksenselistbox
After installation, go to extensions folder and search for this extension folder. In style.css, change the property color
FROM
.listbox p.stateS {
background:rgb(80,198,80);
TO
.listbox p.stateS {
background:rgb(0,51,141);
Thanks
Satish