diff --git a/bigbluebutton-client/branding/default/style/css/V2Theme.css b/bigbluebutton-client/branding/default/style/css/V2Theme.css index 35fc7cbbb8..8ea9c87521 100755 --- a/bigbluebutton-client/branding/default/style/css/V2Theme.css +++ b/bigbluebutton-client/branding/default/style/css/V2Theme.css @@ -11,6 +11,7 @@ @namespace sharednotes "org.bigbluebutton.modules.sharednotes.views.components.*"; @namespace chat "org.bigbluebutton.modules.chat.views.*"; @namespace skins "org.bigbluebutton.skins.*"; +@namespace phonecomponents "org.bigbluebutton.modules.phone.views.components.*"; /* //------------------------------ @@ -128,6 +129,10 @@ mx|ApplicationControlBar { highlightAlphas : 0, 0; } +phonecomponents|MuteMeButton { + glowFilterColor : #1070D7; +} + .toolbarSeparator { strokeWidth : 1; strokeColor : #CDD4DB; @@ -274,8 +279,7 @@ mx|ApplicationControlBar { } .muteMeDefaultButtonStyle { - glowFilterColor : #1070D7; - iconAudio : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Microphone"); + iconAudio : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_Microphone"); } .muteMeOnButtonStyle { diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/MuteMeButton.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/MuteMeButton.mxml index 27b8c4d515..a415cbeaba 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/MuteMeButton.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/MuteMeButton.mxml @@ -206,7 +206,7 @@ $Id: $ muteMeBtnImg.source = getStyle("iconAudio"); } else { selected = false; - styleName = "muteMeOnButtonStyle"; + styleName = "muteMeDefaultButtonStyle"; muteMeBtnImg.source = getStyle("iconAudio"); }