allow for squared-styled progress bars
This commit is contained in:
parent
32252a1dfd
commit
1734bcc66f
2 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue