updated progress color
This commit is contained in:
parent
cab1bcb116
commit
5671ee09eb
|
@ -336,7 +336,7 @@ A {
|
||||||
width:0;
|
width:0;
|
||||||
height:100%;
|
height:100%;
|
||||||
border-radius:0.2em;
|
border-radius:0.2em;
|
||||||
background:rgba(128, 128, 128, 0.5);
|
background:rgba(177, 177, 177, 0.5);
|
||||||
-webkit-transition:width 0.2s linear;
|
-webkit-transition:width 0.2s linear;
|
||||||
-moz-transition:width 0.2s linear;
|
-moz-transition:width 0.2s linear;
|
||||||
-o-transition:width 0.2s linear;
|
-o-transition:width 0.2s linear;
|
||||||
|
|
Loading…
Reference in New Issue