0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip

This commit is contained in:
Mark Otto 2012-02-28 08:53:06 -08:00
commit 7bf3419647

View File

@ -93,3 +93,11 @@
.progress-info.progress-striped .bar { .progress-info.progress-striped .bar {
#gradient > .striped(#5bc0de); #gradient > .striped(#5bc0de);
} }
// Warning (orange)
.progress-warning .bar {
#gradient > .vertical(lighten(@orange, 15%), @orange);
}
.progress-warning.progress-striped .bar {
#gradient > .striped(lighten(@orange, 15%));
}