1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, striped support)

This commit is contained in:
Patrick H. Lauke
2015-12-10 22:29:54 +00:00
parent d5b57c3c4d
commit 97461a51a2
2 changed files with 18 additions and 2 deletions

View File

@@ -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 {