[Gambas-user] fill color WebProgressBar

Mayost Sharon sharon at 455.co.il
Mon Jan 4 21:13:25 CET 2021


---------- Original Message -----------
From: Benoît Minisini <g4mba5 at gmail.com>
To: user at lists.gambas-basic.org
Sent: Sun, 3 Jan 2021 15:49:39 +0100
Subject: Re: [Gambas-user] fill color WebProgressBar

> Le 03/01/2021 à 10:15, Mayost Sharon a écrit :
> > 
> > First of all thank you very much
> > 
> > If I change in the 'style.css' file it changes at all
> > I wanted to give a different color to the control:
> > 
> > WebProgressBar1
> > WebProgressBar2
> > WebProgressBar3
> > 
> > Is it possible?
> > 
> > Thank you
> >
> 
> Of course: did you check their CSS classes with the debugger of your 
> navigator?
> 
> -- 
> Benoît Minisini
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
------- End of Original Message -------

Do you mean this thing:
.gw-progressbar-bar {
   position: absolute;
   height: 100%;
   background: # C0C0C0;
   border: solid 1px white;
   z-index: -1;
}


More information about the User mailing list