mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-06 03:54:54 -05:00
update progress bars to have a solid edge until 100% filled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user