留言板

Progress Bar - how to change the styling

Brian Bozarth,修改在10 年前。

Progress Bar - how to change the styling

New Member 帖子: 23 加入日期: 13-7-24 最近的帖子
Was looking at the example:
http://alloyui.com/examples/progress-bar/

How can I put an outline around the entire scale or make other side (empty) a little darker?

Brian
thumbnail
Paulo Fernandes,修改在10 年前。

RE: Progress Bar - how to change the styling

Regular Member 帖子: 141 加入日期: 13-8-9 最近的帖子
Hi Brian

This style is setted on bootstrap. You can inspect this element using Chrome Developer Tools and you can see the style of the progress class.

Basically you can overwrite it then using something like that

#myProgressBar { 
     background: #CCC; 
}