allow for text in progress bars
This commit is contained in:
parent
731821b78f
commit
a03fbc18cb
3 changed files with 10 additions and 2 deletions
|
|
@ -46,6 +46,10 @@
|
|||
.progress .bar {
|
||||
width: 0%;
|
||||
height: 18px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
#gradient > .vertical(#149bdf, #0480be);
|
||||
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
||||
.box-sizing(border-box);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue