diff --git a/rugwebsite/static/css/rug-herbert.css b/rugwebsite/static/css/rug-herbert.css index 272d91c..8406a95 100644 --- a/rugwebsite/static/css/rug-herbert.css +++ b/rugwebsite/static/css/rug-herbert.css @@ -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));