Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Theme.css is not working as Expected after August 2021 Upgrade from June 2020

We use a custom theme and the theme.css file is configured so that each alternate rows are grey and when hovered the rows become yellow. To define this the following codes were used : 

.qv-object-content-container .qv-object-content table tr:nth-of-type(even) {

background-color: #E0E1E2;

}

.qv-object-content-container .qv-object-content table tr:hover {
background-color: #ffff99;
}

After we upgraded to August 2021, this css styling is not reflecting. It works partially though as when we hover over the odd entry of rows, it turns yellow, but does not change when hovered over even row entries. Likewise, the styling used to define grey on the even rows are also not working. When I tried to globally color them grey, by removing the nth-of-type (even) properly, all the odd row entries became grey but the even row entries still remained white (Default).

Any idea on how this can be fixed?

 

Thanks,

Aslam

Labels (2)
4 Replies
Patricia_Silva
Specialist II
Specialist II

Hello @Anonymous, if you activate the developer tools on your browser (F12) and go to console, do you see any error message there?

Help users find answers! Don't forget to mark a correct resolution 🙂
Anonymous
Not applicable
Author

Hello @Patricia_Silva ,

No, there are no errors or warnings on the Console.

Regards,

Aslam

Patricia_Silva
Specialist II
Specialist II

Hello @Anonymous, I would then suggest you to open a support case so we can review it further and test it, as you said it was working before, thank you!

Help users find answers! Don't forget to mark a correct resolution 🙂
Anonymous
Not applicable
Author

Hello @Patricia_Silva ,I did create a qlik case but they closed it by saying they do not support 3rd Party Extensions. It would be great if I can get any kind of solution here.

Regards,

Aslam