winjs / winstrap

The official Bootstrap theme for Microsoft's Modern design language
http://winstrap.azurewebsites.net
Other
533 stars 122 forks source link

Progressbar doesn't change color for "progress-bar-danger" class, etc #143

Closed NotJustPizza closed 7 years ago

NotJustPizza commented 8 years ago
                <div class="progress progress-striped m-t-xxxs">
                    <div class="progress-bar progress-bar-warning" role="progressbar"
                         aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"
                         style="width: 50%;">
                        <span class="sr-only">50%</span>
                    </div>
                </div>
NotJustPizza commented 8 years ago

I solved it with small hotfix in my custom.css. I suggest to add "!important" in SASS files.

/* Progressbar fix */
.progress-bar-danger {
    background-color: #D02E00 !important;
}
mlijanto commented 7 years ago

Fixed in fc9fc86c73b65db55ec071e5d7ed4a092d7bf0d1.