From 51e886142bab2ea0f516ee413f2ea16ca2b1935a Mon Sep 17 00:00:00 2001 From: Issac Gerges Date: Wed, 12 Aug 2015 13:36:24 -0500 Subject: [PATCH] Ensure hangup button selector is specific enough to apply red color and custom size --- css/font.css | 5 ----- css/main.css | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/font.css b/css/font.css index 30c88d36f..d7a1d82ed 100644 --- a/css/font.css +++ b/css/font.css @@ -104,11 +104,6 @@ content: "\e617"; } -.icon-hangup { - color:#ff0000; - font-size: 1.4em; -} - .icon-reload:before { content: "\e618"; } diff --git a/css/main.css b/css/main.css index c0b00382d..27b254762 100644 --- a/css/main.css +++ b/css/main.css @@ -95,6 +95,11 @@ html, body{ 0 -1px 10px #00ccff; } +#toolbar_button_hangup { + color: #ff0000; + font-size: 1.4em; +} + #numberOfParticipants { position: absolute; top: 0px;