Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Hi,
Maybe work outside the theme, Create a Master Item, then select the color for nulls.
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.