
Progressmeter is a bar that indicates how much of a task has been completed. It includes itself and a image.

|
CSS Definition |
Description |
Default Values |
|
|
The outline of progressmeter |
|
|
|
The image of progressmeter |
display:-moz-inline-box; display:inline-block; background-image: url(${c:encodeURL('~./zk/img/prgmeter.gif')}); height: 10px; font-size:0; |
The way to customize the background of progressmeter is change image as follows.

span.progressmeter-img {
background-image: url(/somewhere/green.gif);
}