I want to change the color when the pointer / cursor go to the table and it will change the color, can I change the css to change that because It affects and become not visible like the picture above. If can, what code do i need to change?
Hi,
Actually with default themes from OutSystems the row you hover on is already having a different background styled using the following CSS:
.desktop .TableRecords tr:hover .TableRecords_OddLine,
.desktop .TableRecords tr:hover .TableRecords_EvenLine {
background-color: <your color>;
}
Regards,
Daniel
wow thankyou for the solution. That's what im looking for thank you so much
Hi ,
follow this post for you requirement-
https://www.outsystems.com/forums/discussion/64519/how-to-change-the-color-of-row-of-a-table-when-we-select-or-deselect-the-the-row/
Hope this will help you.
Regards
Rahul
Hello, but that's for reactive and it's an onclick eventI mean when I just get my cursor to that row and it automatically change the entire color of the row and it become not visible like that..what's the css code for change color like that?