Commit 2a380f6b authored by Mark Otto's avatar Mark Otto

fixes #13347: make striped progress bars its own class

parent f4dd02f5
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
} }
// Striped bars // Striped bars
.progress-striped .progress-bar { .progress-striped .progress-bar,
.progress-bar-striped {
#gradient > .striped(); #gradient > .striped();
background-size: 40px 40px; background-size: 40px 40px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment