Browse Source

Fixed audio level indicator which was not visible.

pull/120/head
Simon Eisenmann 11 years ago
parent
commit
52f2a32955
  1. 2
      src/styles/components/_audiolevel.scss
  2. 2
      static/css/main.min.css

2
src/styles/components/_audiolevel.scss

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
right: 0;
top: $audiolevel-top;
width: 400px;
z-index: 6;
z-index: 60;
.audio-level {
background: $audiovideolevel; /* Old browsers */
background: gradient(linear, left top, left bottom, color-stop(0%,$audiovideolevel), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save