[Gambas-user] WebTable Background color of row selection
Benoit Minisini
benoit.minisini at gambas-basic.org
Thu Mar 2 01:08:21 CET 2023
Le 27/02/2023 à 20:55, Mayost Sharon a écrit :
> Hello
>
> I am trying to create in WEBTABLE the contents of cells with HTML ELEMENT
> It works
> but
> 1. When I select the row it marks the selection of the row in blue color but some cells are not selected with blue color.
> 2. How can I change the background color of row selection
>
> I'm featuring a file
>
> Thank you
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
Hi,
In the last commit, I added that to the default CSS:
TR.gw-selected > TD {
background-color: inherit !important;
}
That way, the background color of a selected row is always stronger than
the background color of its cells.
If you want to change the default colors, just override the CSS.
Regards,
--
Benoît Minisini.
More information about the User
mailing list