mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-28 09:42:55 +00:00
update progress bar style
This commit is contained in:
parent
4768ffc21a
commit
d10e502774
1 changed files with 3 additions and 3 deletions
|
@ -51,11 +51,11 @@ li:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress {
|
#progress {
|
||||||
background-color: #ff00007d;
|
background-color: #ff4949f7;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
height: 29px;
|
height: 6px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border-radius: 4px;
|
border-radius: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue