update progress bars to have a solid edge until 100% filled

This commit is contained in:
Mark Otto
2012-01-27 20:17:03 -08:00
parent 9800196bf7
commit 4e191c423d
2 changed files with 7 additions and 12 deletions

View File

@@ -28,18 +28,14 @@
// THE BARS
// --------
// Common styles
.progress,
.progress .bar {
.border-radius(4px);
}
// Outer container
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
#gradient > .vertical(#f5f5f5, #f9f9f9);
.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
.border-radius(4px);
}
// Bar of progress