[Gambas-user] fill color WebProgressBar

Benoît Minisini g4mba5 at gmail.com
Mon Jan 4 22:59:26 CET 2021


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


More information about the User mailing list