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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jfour
Contributor II
Contributor II

Null Value Background in Theme

Hello -

This is the CSS that is currently being loaded for a null background

 

 

.qv-st-data-cell-null-value {
    background-color: #f2f2f2;
}

 

 

 

I have updated my theme to contain the following

 

 

.qv-st-data-cell-null-value {
    background-color: #ffffff !important;
}

 

 

 

However after updating/uploading my new theme I am not seeing my new style applied. I still see the style coming in from and being applied from common.css. Other styles from my theme are working, however my latest change is not.

Any thoughts? Thanks.

Labels (1)
1 Solution

Accepted Solutions
jfour
Contributor II
Contributor II
Author

Thanks for the idea, we really want to control this attribute globally.

I did find that I had an error in my theme.json (extra comma) from an additional change I had made, this cause my issue noted above, which is working now.

 

 

View solution in original post

2 Replies
seanbruton

Hi,

Maybe work outside the theme, Create a Master Item, then select the color for nulls. 

seanbruton_0-1729032664791.png

 

jfour
Contributor II
Contributor II
Author

Thanks for the idea, we really want to control this attribute globally.

I did find that I had an error in my theme.json (extra comma) from an additional change I had made, this cause my issue noted above, which is working now.