Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

selection colours

Hi

is it possible to change the colours of selections?:

selections.PNG

sometimes the gray and white can be too similar so be good if a different colour could be applied?

Chris

10 Replies
satishkurra
Specialist II
Specialist II

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