Ensure hangup button selector is specific enough to apply red color and custom size
This commit is contained in:
parent
dcc206b2b4
commit
51e886142b
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue