diff options
| author | Mark Otto <[email protected]> | 2014-06-18 22:35:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-18 22:35:05 -0700 |
| commit | 99f176e7ec678b4c9ea4fc973135d39a4553feab (patch) | |
| tree | 77d22d44d982e3165a9cee0e84e15360e06857ec /dist/css/bootstrap.css | |
| parent | d4eb5552b369e42026807edf469242df4ebd78ab (diff) | |
| download | bootstrap-99f176e7ec678b4c9ea4fc973135d39a4553feab.tar.xz bootstrap-99f176e7ec678b4c9ea4fc973135d39a4553feab.zip | |
rewrite striped and active to deprecate the parent selectors, change the docs
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8650c3f6e..087c2a97c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4718,14 +4718,16 @@ a.thumbnail.active { -o-transition: width .6s ease; transition: width .6s ease; } -.progress-striped .progress-bar { +.progress-striped .progress-bar, +.progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } -.progress.active .progress-bar { +.progress.active .progress-bar, +.progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; |
