Change Color of ProgressBarGadget
Posted: Sat May 02, 2020 10:10 am
Hi, does anybody know how to change the color of the ProgressBarGadget()? Unfortunately there is nothing like SetGadgetColor().
- a basic to master the web -
https://forums.spiderbasic.com/
munfraid wrote:Hi, does anybody know how to change the color of the ProgressBarGadget()?
Code: Select all
! $("<style> .dijitProgressBarTile { background-color: red; } </style>").appendTo("head");