allow for squared-styled progress bars

This commit is contained in:
rlx 2016-01-12 19:01:15 +05:30
commit 1734bcc66f
2 changed files with 12 additions and 1 deletions

View file

@ -233,6 +233,12 @@ Bars
border-radius: 8px;
margin: -1px;
}
.OxProgressbar.OxSquared,
.OxProgressbar.OxSquared .OxTrack,
.OxProgressbar.OxSquared .OxProgress {
border-radius: 4px;
}
.OxProgressbar .OxProgress.OxAnimate {
-webkit-animation: progress 1s linear infinite;
}