diff options
| author | Mark Otto <[email protected]> | 2014-10-25 19:10:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 19:10:03 -0700 |
| commit | 2c2564faefd99b044273f132275bb620b5eccb93 (patch) | |
| tree | 7ba7ee1dcacd5a77007e1c47c3d09465558ea5ab /dist/css/bootstrap.css | |
| parent | 3fcd65af41a04e9c50365ddc670c4545d7e8994a (diff) | |
| download | bootstrap-2c2564faefd99b044273f132275bb620b5eccb93.tar.xz bootstrap-2c2564faefd99b044273f132275bb620b5eccb93.zip | |
Fixes #14736: Reverts the remaining progress bar min value overrides from #12848
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 435449bf7..4d3734cfb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4847,14 +4847,6 @@ a.thumbnail.active { -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } -.progress-bar[aria-valuenow="0"] { - min-width: 30px; - color: #777; - background-color: transparent; - background-image: none; - -webkit-box-shadow: none; - box-shadow: none; -} .progress-bar-success { background-color: #5cb85c; } |
