Fix MuteMeButton muted icon reset and glow colour.
This commit is contained in:
parent
b0da784ca1
commit
109820e9cd
@ -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 {
|
||||
|
@ -206,7 +206,7 @@ $Id: $
|
||||
muteMeBtnImg.source = getStyle("iconAudio");
|
||||
} else {
|
||||
selected = false;
|
||||
styleName = "muteMeOnButtonStyle";
|
||||
styleName = "muteMeDefaultButtonStyle";
|
||||
|
||||
muteMeBtnImg.source = getStyle("iconAudio");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user