diff options
| author | Mark Otto <[email protected]> | 2012-01-29 13:15:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 13:15:38 -0800 |
| commit | 9fa8bde44d9bb6f26b16c7633a01bbe5ce7b20a4 (patch) | |
| tree | 60e8a426438d854b0e9c54a1bd08e71a5fb2ec07 /docs | |
| parent | 4e5b0e185e8cc9df3a77361380a44b16689fd2f7 (diff) | |
| download | bootstrap-9fa8bde44d9bb6f26b16c7633a01bbe5ce7b20a4.tar.xz bootstrap-9fa8bde44d9bb6f26b16c7633a01bbe5ce7b20a4.zip | |
fix animated/striped gradients in progress bars
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3f36aaa4d..675446f62 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3127,7 +3127,7 @@ a.thumbnail:hover { -o-transition: width 0.6s ease; transition: width 0.6s ease; } -.progress.striped .bar { +.progress-striped .bar { background-color: #62c462; 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); |
