[Gambas-user] fill color WebProgressBar
Mayost Sharon
sharon at 455.co.il
Tue Jan 5 11:49:56 CET 2021
---------- Original Message -----------
From: Benoît Minisini <g4mba5 at gmail.com>
To: user at lists.gambas-basic.org
Sent: Mon, 4 Jan 2021 22:59:26 +0100
Subject: Re: [Gambas-user] fill color WebProgressBar
> Le 04/01/2021 à 21:13, Mayost Sharon a écrit :
> >
> > Do you mean this thing:
> > .gw-progressbar-bar {
> > position: absolute;
> > height: 100%;
> > background: # C0C0C0;
> > border: solid 1px white;
> > z-index: -1;
> > }
> >
>
> Yes. Each control has its own id, so that you can reach it with CSS.
> Then you use that class to colorize the bar as you like:
>
> #id > .gw-progressbar-bar {
> background-color: yellow;
> }
>
> Regards,
>
> --
> Benoît Minisini
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
------- End of Original Message -------
Many thanks
I did not understand how to do this
Will it be possible to correct me with the attached example
WebProgressBar1 red
WebProgressBar2 green
Thanks
More information about the User
mailing list