Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_progress.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_progress.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_progress.scss b/assets/stylesheets/bootstrap/mixins/_progress.scss
index e174141..9622d79 100644
--- a/assets/stylesheets/bootstrap/mixins/_progress.scss
+++ b/assets/stylesheets/bootstrap/mixins/_progress.scss
@@ -9,6 +9,11 @@
background-color: $color;
}
+ // IE10+, Microsoft Edge
+ &[value]::-ms-fill {
+ background-color: $color;
+ }
+
// IE9
@media screen and (min-width:0\0) {
.progress-bar {