mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
fixed progress bar
This commit is contained in:
parent
f2b74aecc2
commit
7be342af20
1 changed files with 3 additions and 2 deletions
|
@ -56,10 +56,11 @@
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
height: 100%;
|
height: 10px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
background: @pfm-purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-error {
|
&.has-error {
|
||||||
|
|
Loading…
Reference in a new issue