Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, I haven't found a solution for this issue so far. Hope one of you could help me to solve it.
After apply a custom theme, the background color for all my search list boxes appears in grey color. If I set a default theme like "Sense Classic" the background color is white. In the following screenshot you can see it.
Above custom theme. Below "Sense Classic" theme.
I followed this link to create the new one: Extended object styling | Qlik Developer Portal
Does anyone have an idea what property should I change?
Thanks in advance!
Hi,
Can you share your theme code on the listbox and filterpane objet please ?
Regards
Hi @mpc , this is my code for both objects.
And the code for variables defined.
Obviously I tried to modify those color variables, but the issue persists.
Thx, I've just tested this working code:
"filterpane": {
"backgroundColor": "@transparent",
"boxShadow": "@no",
"borderRadius": "@no"
},
..."listBox": {
"backgroundColor": "@transparent",
"title": {
"main": {
"fontSize": "@h2Size",
"color": "@objectForeground"
}
}
But "@transparent" is for me "@transparent": "rgba(255,255,255,0)", maybe replace "@light" variable by it and refresh/clear cache ?
Hello.
We faced the same problem and changing the "_inherit" parameter to "true" in theme.json helped us solve it.
Hi @mpc Unfortunately changing that property in the json file only change the color before to expand the filter. When the filter is expanded, the backgroung for searches remains as it was.
Hi @Hirschner_Viktor . After apply your tip in the json file the issue persists.
Hi,
Did you select a value ?
Best
Finally I only changed the property backgroundColor for listbox object putting white as background. Now it works.
Thanks all for the support!