aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-05 23:00:37 -0800
committerMark Otto <[email protected]>2012-03-05 23:00:37 -0800
commitbcd9294cc43dcf712314fa3633531812cad39adb (patch)
tree81df837e6df4fa003af4d8c3f033bfe5dce044e2 /docs/assets/css/bootstrap.css
parentd98a2e92340509fe9835103c799d3433c0c0d961 (diff)
downloadbootstrap-bcd9294cc43dcf712314fa3633531812cad39adb.tar.xz
bootstrap-bcd9294cc43dcf712314fa3633531812cad39adb.zip
clearing up progress bar docs and resetting the striped one to match default bar (blue instead of green)
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 330c57f96..5ec2dba8e 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3480,7 +3480,7 @@ a.thumbnail:hover {
transition: width 0.6s ease;
}
.progress-striped .bar {
- background-color: #62c462;
+ background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);