forked from 0x2620/oxjs
add Ox.Progressbar
This commit is contained in:
parent
90e795d194
commit
2a9053a588
4 changed files with 50 additions and 1 deletions
|
|
@ -69,6 +69,16 @@ Bars
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.OxProgressbar {
|
||||
height: 16px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.OxProgressbar > div {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.OxResizebar {
|
||||
z-index: 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue