Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
p0cket0m
Contributor III
Contributor III

Can CSS styles be applied also to Qlik Sense CLOUD Themes?

I tried to style straight tables in a Qlik Sense SaaS custom theme. But whatever I do, it has no effect at all. The only thing that is working is the background color for the sheets.

/* working */
.qvt-sheet {
    background: #ffffff !important;
}

/* has no effect */
.qv-st table {
    border: 1px solid #666666 !important;
}
.qv-st-data-cell {
    border-color: #666666 !important;
}

 

Is this a known issue in general with Qlik Sense SaaS?

Labels (3)
1 Solution

Accepted Solutions
p0cket0m
Contributor III
Contributor III
Author

Hi @Albert_Candelario ,

Thanks for your reply. I tried it again, now it works. Maybe the CSS wasn't committed correctly.

Is there a list of all CSS classes that can be changed?

View solution in original post

5 Replies
Albert_Candelario

Hello @p0cket0m,

We could have a look at it if you think there is an issue specific within the straight table. Is that the only object you face challengues?

I have tested sample themes as the one attached and worked fine in Qlik Cloud.

Cheers,

Albert

Please, remember to mark the thread as solved once getting the correct answer
p0cket0m
Contributor III
Contributor III
Author

Hi @Albert_Candelario ,

Thanks for your reply. I tried it again, now it works. Maybe the CSS wasn't committed correctly.

Is there a list of all CSS classes that can be changed?

Albert_Candelario

Hello @p0cket0m,

Let me see what we could find on that regards.

I am glad is now working fine for you.

Cheers,

Albert

Please, remember to mark the thread as solved once getting the correct answer
p0cket0m
Contributor III
Contributor III
Author

@Albert_Candelario Thanks, a tutorial on this would be highly appreciated!

I posted this as a general question here: https://community.qlik.com/t5/New-to-Qlik-Sense/How-to-find-out-all-CSS-classes-in-Chrome-for-design...

Albert_Candelario

Hello @p0cket0m,

To have more visibility I would recommend you to repost on this Forum:

https://community.qlik.com/t5/Integration-Extension-APIs/bd-p/qlik-sense-integration-extension-api

Cheers,

Albert

Please, remember to mark the thread as solved once getting the correct answer