border-radius for webkit/moz added
This commit is contained in:
parent
c842f5f8b4
commit
b08f1604c6
|
@ -334,6 +334,8 @@ A {
|
||||||
z-index:2;
|
z-index:2;
|
||||||
height:0.2em;
|
height:0.2em;
|
||||||
border:0.03em solid rgba(255, 255, 255, 0.4);
|
border:0.03em solid rgba(255, 255, 255, 0.4);
|
||||||
|
-webkit-border-radius:0.2em;
|
||||||
|
-moz-border-radius:0.2em;
|
||||||
border-radius:0.2em;
|
border-radius:0.2em;
|
||||||
}
|
}
|
||||||
.progress DIV {
|
.progress DIV {
|
||||||
|
@ -342,6 +344,8 @@ A {
|
||||||
left:0;
|
left:0;
|
||||||
width:0;
|
width:0;
|
||||||
height:100%;
|
height:100%;
|
||||||
|
-webkit-border-radius:0.2em;
|
||||||
|
-moz-border-radius:0.2em;
|
||||||
border-radius:0.2em;
|
border-radius:0.2em;
|
||||||
background:rgba(177, 177, 177, 0.5);
|
background:rgba(177, 177, 177, 0.5);
|
||||||
-webkit-transition:width 0.2s linear;
|
-webkit-transition:width 0.2s linear;
|
||||||
|
|
Loading…
Reference in New Issue