aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_progress.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index a93a63426..61e13b052 100644
--- a/scss/_progress.scss
+++ b/scss/_progress.scss
@@ -111,6 +111,7 @@
@include gradient-striped();
background-size: $spacer-y $spacer-y;
}
+// IE9
@media screen and (min-width:0\0) {
.progress-bar-striped {
@include gradient-striped();
@@ -129,6 +130,7 @@
.progress-animated[value]::-moz-progress-bar {
animation: progress-bar-stripes 2s linear infinite;
}
+// IE9
@media screen and (min-width:0\0) {
.progress-animated .progress-bar-striped {
animation: progress-bar-stripes 2s linear infinite;