Foros de discusión

Progress Bar - how to change the styling

Brian Bozarth, modificado hace 10 años.

Progress Bar - how to change the styling

New Member Mensajes: 23 Fecha de incorporación: 24/07/13 Mensajes recientes
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, modificado hace 10 años.

RE: Progress Bar - how to change the styling

Regular Member Mensajes: 141 Fecha de incorporación: 9/08/13 Mensajes recientes
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; 
}