css - How to create stacked progress bar with white (transparent) color inside using Twitter Bootstrap? -
i can create stacked progress bar 1 (please, don't ask me why).
but how change of colors white , place inside? seems there no easy ways according documentation.
you need change styles. can override class.
example
.progress-bar-warning { background-color: #ffffff !important; }
Comments
Post a Comment