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

This commit is contained in:
Issac Gerges 2015-08-12 13:36:24 -05:00
parent dcc206b2b4
commit 51e886142b
2 changed files with 5 additions and 5 deletions

View File

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

View File

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