|
|
|
@ -29,11 +29,7 @@ |
|
|
|
z-index: 6; |
|
|
|
z-index: 6; |
|
|
|
.audio-level { |
|
|
|
.audio-level { |
|
|
|
background: #9dd53a; /* Old browsers */ |
|
|
|
background: #9dd53a; /* Old browsers */ |
|
|
|
background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */ |
|
|
|
background: gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */ |
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */ |
|
|
|
|
|
|
|
background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */ |
|
|
|
|
|
|
|
background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */ |
|
|
|
|
|
|
|
background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */ |
|
|
|
|
|
|
|
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */ |
|
|
|
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */ |
|
|
|
height: 4px; |
|
|
|
height: 4px; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
@ -41,7 +37,7 @@ |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
width: 0; |
|
|
|
width: 0; |
|
|
|
@include border-radius(0 0 2px 2px); |
|
|
|
border-radius: 0 0 2px 2px; |
|
|
|
@include transition(width 0.05s ease-in-out); |
|
|
|
transition: width 0.05s ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|