Takodachi Posted October 6 Report Share Posted October 6 Hi, I saw this forum thread a month ago and wasn't able to come back to it since I've been busy I was wondering if there is any way that we can also hover on a row and change the font colors? Thanks! Quote Link to comment Share on other sites More sharing options...
0 Kronos Posted October 6 Report Share Posted October 6 Hello @Takodachi, I also tried tinkering a bit in styles a few months before but to no avail there are no options to change the font color when the cursor is hovered. So I just tried to search for alternative ways to change it. Here's what I did. 1. Create a Header and Footer block in the Tabular Report. (Make sure to disable the HTML editor first) 2. Paste the code below on the Header block: <style> .cbResultSetOddRow:hover > td{ color: white !important; } .cbResultSetEvenRow:hover > td{ color: white !important; } </style> This is very helpful for those hovered colors that have black or dark themes. I hope this helps! Quote Link to comment Share on other sites More sharing options...
0 autonumber Posted November 1 Report Share Posted November 1 Hi! If you want to add a background color to your individual column header when hovered, you may want to check this forum: Quote Link to comment Share on other sites More sharing options...
Question
Takodachi
Hi, I saw this forum thread a month ago and wasn't able to come back to it since I've been busy
I was wondering if there is any way that we can also hover on a row and change the font colors?
Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.