Ensure hangup button selector is specific enough to apply red color and custom size

pull/338/head
Issac Gerges 10 years ago
parent dcc206b2b4
commit 51e886142b
  1. 5
      css/font.css
  2. 5
      css/main.css

@ -104,11 +104,6 @@
content: "\e617";
}
.icon-hangup {
color:#ff0000;
font-size: 1.4em;
}
.icon-reload:before {
content: "\e618";
}

@ -95,6 +95,11 @@ html, body{
0 -1px 10px #00ccff;
}
#toolbar_button_hangup {
color: #ff0000;
font-size: 1.4em;
}
#numberOfParticipants {
position: absolute;
top: 0px;

Loading…
Cancel
Save