css progressbar

This commit is contained in:
H.T. Kruitbosch 2017-12-14 16:14:30 +01:00
parent 4a8c087a5b
commit 44779a9af7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.progress.progress.progress * { color: #222; }
.progress-bar.progress-bar.progress-bar {
.progress-bar.progress-bar.progress-bar:not(.progress-bar-striped) {
background-image: -webkit-linear-gradient(top, #0f9fed 0%, #029fed 100%);
background-image: -o-linear-gradient(top, #0f9fed 0%, #029fed 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0f9fed), to(#029fed));