css progressbar
This commit is contained in:
parent
4a8c087a5b
commit
44779a9af7
@ -1,6 +1,6 @@
|
|||||||
.progress.progress.progress * { color: #222; }
|
.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: -webkit-linear-gradient(top, #0f9fed 0%, #029fed 100%);
|
||||||
background-image: -o-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));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#0f9fed), to(#029fed));
|
||||||
|
Loading…
Reference in New Issue
Block a user