css progressbar
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user