Replace ugly mute/pause img with glyphicons

master
Daniel Berteaud 11 years ago
parent ae306ba643
commit 2411e75209
  1. 18
      public/css/vroom.css
  2. BIN
      public/img/mute.png
  3. BIN
      public/img/pause.png

@ -34,16 +34,26 @@
background-color: #12acef;
}
.muted {
content:url(/img/mute.png) no-repeat;
position: absolute;
right: 20px;
top: 10px;
top: 0px;
}
.muted:before{
font-family: 'Glyphicons Halflings';
font-size: 2em;
color: red;
content: "\e036";
}
.paused{
content:url(/img/pause.png);
position: absolute;
right: 56px;
top: 10px;
top: 0px;
}
.paused:before{
font-family: 'Glyphicons Halflings';
color: red;
font-size: 2em;
content: "\e106";;
}
.displayName {
text-align: center;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Loading…
Cancel
Save